Writing html/css/js in Leo is super easy. I use 2 different approaches, depending on what I need the output to be.
1. The most straightforward approach is to write the page in regular @file or @clean node outlines. Consider creating abbreviations for the most common tags to greatly speed up the writing process and minimize errors (eg. `h1` expands to <h1>Headline 1</h1>). 2. For some applications, I need multi-output (html and LaTex, for example). In that case, I write in @rst trees, then use pandoc to create the output files. Rob... -- You received this message because you are subscribed to the Google Groups "leo-editor" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/leo-editor/fc637b55-4828-4a56-9243-1d1cb0159f3e%40googlegroups.com.
