Commit Graph

18 Commits (fc1d1ccb56c06171a5320e9706a3fc5ccf62aebb)

Author SHA1 Message Date
trivernis fc1d1ccb56 Add automated parsing tests 4 years ago
trivernis cb8f469853 Fix EOF handling 4 years ago
trivernis a320363764 Add live watching and rendering of files 4 years ago
trivernis d5e2db3e1f Add emoji parsing 4 years ago
trivernis 70e5cb68ea Switch to colored because termion isn't supported on windows 4 years ago
trivernis 3c88632548 Improve section handling and add Checkboxes
Huge improvements to section handling by postprocessing elements and reordering them,
mergin with imports and so on to get a one-document output with no nesting errors.
4 years ago
trivernis 4af6ab9487 Add Superscript and update Readme with Roadmap 4 years ago
trivernis a7deb82966 Change placeholder behaviour to be global and not document-scoped 4 years ago
trivernis cfc02b8da7 Add centered text 4 years ago
trivernis e80ecea6cf Add options to placeholders 4 years ago
trivernis ba7fd40f92 Encapsulate inline parsing
- Rename Inline stuff to Line
- Rename SubText stuff to Inline
4 years ago
trivernis c4485e1394 Improve readability by encapsulating char operations
- Add charstate module with CharStateMachine trait for char operations
4 years ago
trivernis 7d910301d6 Improve parsing performance 4 years ago
trivernis 5dc26612d6 Fix metadata parsing for images 4 years ago
trivernis 018960db0e Add hiding of sections with metadata 4 years ago
trivernis 0d6eb1d1a7 Add metadata syntax with formatting 4 years ago
trivernis e1f1140aeb Add Anchor element for references to items 4 years ago
trivernis 8afdfc71d6 Fix doc rendering for imports 4 years ago