Commit Graph

154 Commits (main)

Author SHA1 Message Date
trivernis 077394149b
Add formatting implementation for Website
Signed-off-by: trivernis <trivernis@protonmail.com>
4 years ago
trivernis 589e3429ae
Add formatting implementation for Unpublished
Signed-off-by: trivernis <trivernis@protonmail.com>
4 years ago
trivernis 9c87e72482
Add formatting implementation for Thesis
Signed-off-by: trivernis <trivernis@protonmail.com>
4 years ago
trivernis 1fbdbda538
Add formatting implementation for TechReport
Signed-off-by: trivernis <trivernis@protonmail.com>
4 years ago
trivernis 9c7c89bcb0
Add formatting implementation for Repository
Signed-off-by: trivernis <trivernis@protonmail.com>
4 years ago
trivernis 9d0854d75b
Add formatting implementation for Misc and Manual
Signed-off-by: trivernis <trivernis@protonmail.com>
4 years ago
trivernis d0ebeebbd5
Add formatting implementation for in_collection
Signed-off-by: trivernis <trivernis@protonmail.com>
4 years ago
trivernis ef85637b59
Add formatting implementation for in_book
Signed-off-by: trivernis <trivernis@protonmail.com>
4 years ago
trivernis 0bdbeed96d
Add formatting implementation for booklet
Signed-off-by: trivernis <trivernis@protonmail.com>
4 years ago
trivernis c7d5cb0e44
Add formatting implementation for book
Signed-off-by: trivernis <trivernis@protonmail.com>
4 years ago
trivernis 1ef9f1183c
Add formatting implementation for article
Signed-off-by: trivernis <trivernis@protonmail.com>
4 years ago
trivernis 801268b804
Replace bibliography handling with bibliographix
Signed-off-by: trivernis <trivernis@protonmail.com>
4 years ago
trivernis 53123705ac
Change inline formatting to accept multiple inline types
Signed-off-by: trivernis <trivernis@protonmail.com>
4 years ago
trivernis bfaad4293a Fix last table row being ignored on eof 4 years ago
trivernis f3b8426302 Update asciimath-rs version# 4 years ago
trivernis e1891225ed Fix image path resolution for real 4 years ago
trivernis 2f85961b65 Fix parsing of ordered lists 4 years ago
trivernis 4cce555310 Add lang to html tag and charset to head 4 years ago
trivernis 8fe2c47739 Fix image description and paths 4 years ago
trivernis 4d27e054da Add html character escape codes 4 years ago
trivernis b835f900eb Fix last line of the file not being parsed 4 years ago
trivernis 6739851aba Fix problems with missing newline at eof 4 years ago
trivernis 038a9ef554 Change images to be embedded as base64 4 years ago
trivernis 8715ca7b41 Add custom stylesheet imports 4 years ago
trivernis 1af43f4ff0 Fix checkboxes, escapes and inline math
- Fix empty checkboxes not being displayed when line starts with them
- Fix inline math consunming following char
- Fix single escape characters being displayed
4 years ago
trivernis 291da3a72b Add MathJax for fancier Math display 4 years ago
trivernis d292dd6f32 Add AsciiMath inline and block parsing 4 years ago
trivernis 06ee81cc15 Add snekdown logo to README 4 years ago
trivernis 5f7d9f8de1 Fix image short syntax 4 years ago
trivernis 47e6490203 Change url to allow inline formatting for description 4 years ago
trivernis 108bcb26d5 Fix word break 4 years ago
trivernis 63c060e0a2 Cleanup after switching to charred 4 years ago
trivernis cb327180c6 Add charred for char state operations 4 years ago
trivernis dd65c65c9d Refactor project folder and file structure
- add folders for references and utils as well as elements
- extract the line and inline parsing of the parser into separate traits
4 years ago
trivernis 392ee83a4a Change path format from String to PathBof 4 years ago
trivernis 63345854a0 Add optional comma to metadata 4 years ago
trivernis 815bd26e51 Refactor template variable collecting and freezing
This change extracts template variable collectiong and freezing into
a different module to keep the elements module clean.
This commit also changes all Mutex'es to RwLocks to get better performance
with read-only locking (the increase is measurable even with small files).
4 years ago
trivernis 792d991fb2 Improve template syntax
Templates are still wip. Currently they can be used in metadata
by starting the value with %
4 years ago
trivernis 8498f4c66c Change bibliography to an easier concept
Definitions are similar to the markdown key-url definitions:
[key]:url
[key]:[metadata]

References work like some markdown-footnote concepts:

[^key]
4 years ago
trivernis 1eea0e3b86 Switch to internal BufRead for parsing 4 years ago
trivernis fc1d1ccb56 Add automated parsing tests 4 years ago
trivernis cb8f469853 Fix EOF handling 4 years ago
trivernis 86ff2e17d1 Add inlining for some charstate functions 4 years ago
trivernis a320363764 Add live watching and rendering of files 4 years ago
trivernis 6bf51b91f0 Add color formatting 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 5ee46ac8df Add Superscript and Update Readme 4 years ago
Trivernis add37e8832 Fix text color in html rendering 4 years ago
Trivernis eab4a4a7cb Remove check if the output file exist
Why did I even do that?
4 years ago
trivernis a7deb82966 Change placeholder behaviour to be global and not document-scoped 4 years ago
trivernis 8daa6bb70c Add link rendering for references 4 years ago
trivernis 5dacef285c Change string templates to {{name}} templates 4 years ago
trivernis e2f0d88acf Add bibliography, references and settings placeholders 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
trivernis 1c47888a05 Add placeholders 4 years ago
trivernis 56ab594009 Fix section nesting order
With this fix the sections can be nested in any way possible
4 years ago
trivernis 345bde509c Fix quotes and monospace
- Fix parsing of empty quote lines
- Fix style of monospace
4 years ago
trivernis 03ebed6277 Improve rendering performance 4 years ago
trivernis 9e1d13bce5 Fix escapes of highlighted code 4 years ago
trivernis 3b75ad10dc Improve code block rendering
- Add HTML escapes
- Make highlighter static
4 years ago
trivernis cdb86098c2 Add syntax highlighting using syntect 4 years ago
trivernis 5efb355a06 Fix import parsing 4 years ago
trivernis d43410de70 Fix table parsing 4 years ago
trivernis 269e26840f Update README and Cargo.toml 4 years ago
trivernis ec6148797c Fix style and add html escaping 4 years ago
trivernis 4e1e4fa5ae Remove minifcation of parentheses to avoid loosing spaces
- Improve table style
4 years ago
trivernis fbb33ea6d9 Fix bold text html rendering 4 years ago
trivernis d815ae9a20 Add minifier for html and improve style 4 years ago
trivernis 7d0d04454e Improve html rendering
- Add stylesheet
- Remove unnecessary linebreaks
4 years ago
trivernis e9ec656740 Add error handling for section nesting problems 4 years ago
trivernis 22b6c9cc00 Add ruler defined with - - - 4 years ago
trivernis 4090ce6814 Set default format to html 4 years ago
trivernis 72010bebb8 Add colored error message 4 years ago
trivernis 4b12391ff4 Change name of cargo package 4 years ago
trivernis 302669044f Add cli options 4 years ago
trivernis 6db67c9139 Add ordering to sublists and fix escape 4 years ago
trivernis bc1d620aa0 Add to html implementation 4 years ago
trivernis ee9198d001 Fix path resolution 4 years ago
trivernis 15b1a1e6b7 Add multithreaded import parsing 4 years ago
trivernis 7b901ee984 Remove url short syntax and update Readme 4 years ago
trivernis 8896ea27b3 Add Image parsing
Images have the syntax ![description](url)[metadata]
with [description] and [metadata] being optional.
So the shortest syntax is !(url).
Similar to the short url syntax (url)
4 years ago
trivernis e32073fb4b Change image syntax 4 years ago
trivernis d8f12df8e6 Add quotes with metadata
Syntax: [Metadata]> Quote
The metadata is optional so normal markdown quotes work too
4 years ago
trivernis 2204f93cf3 Add code block parsing 4 years ago
trivernis 110109c882 Add escape character handling 4 years ago
trivernis 6db54b449f Add url parsing 4 years ago
trivernis 1e038ed404 Add ordered list and more list indicators 4 years ago
trivernis 3e892571df Fix list parsing
- Add iterative nesting parsing algorithm for lists
4 years ago