From 064af7268d29bbbd66b47c379a5dcf77a13aa2ee Mon Sep 17 00:00:00 2001 From: Holden Rohrer Date: Fri, 22 May 2020 00:50:26 -0400 Subject: added filetype description in README --- README | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/README b/README index 4bb969b..e75fade 100644 --- a/README +++ b/README @@ -1,4 +1,15 @@ # tmplt A hierarchical filetype based on descriptions and a directed acyclic -graph. `template` is an example of this filetype +graph. + +# filetype description +`template` is an example of this filetype. + +For every line, +- colon, start new topic +- hyphen and optional spaces, treat as link +- nothing (i.e. trailing spaces and a nl), skip. +- dot or other, take literally (as a desc) + +Always trim ending spaces -- cgit