Fabio Cevasco
Fabio Cevasco
When compiling any Nim program using NimAES, a very large .c file is generated (several MBs), which takes a long time to compile, uses up a large amount of memory...
First of all, good work on this library! One thing confuses me a little bit though: do you really support editing multiple lines? I tried: * Entering text till the...
Macros with no parameters should be written within square brackets: - `[toc]` - `[notes]` Make sure this doesn't create problems with markdown syntax, e.g.: - `[example lik][id]` - `[id]: URL`
See #211. The following macros should be (re-)implemented: - quoteblock - codeblock - image/figure - link - strong - em - p - hr - br - code - del...
_Implementation Hints_ You'd have to store Proc objects somewhere, i.e. a Glyph::HOOKS hash, maybe something like this: ``` :project: :compile: :before: # proc :after: # proc :init: :add: # ......
Implement a new glyph build command to parse, analyze, finalize _and dump_ the whole document to a YAML file, so that it can be loaded later on to generate documents...
The following section macros should be removed, and a set of layouts should be provided instead: - document - article - book - style - head
Using markdown (See #211), it is possible to create headings anywhere without specifying section titles. This should either be disabled or integrated with the existing section/title mechanism to manage the...
Glyph should no longer support Textile-related macros or raw markdown macros (see #211).