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
430e0e09c0
Remove perf.data
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
b2b535c22b
Update Cargo.lock
4 years ago
Trivernis
cf515aec76
Update Readme
4 years ago
trivernis
39051d2522
Update README
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
51e8fded75
Update lockfile
4 years ago
Trivernis
add37e8832
Fix text color in html rendering
4 years ago
Trivernis
15e187c625
Change lockfile
4 years ago
Trivernis
eab4a4a7cb
Remove check if the output file exist
...
Why did I even do that?
4 years ago
trivernis
fddf89c4c4
Increase crate version
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
7319907c2e
Increase crate version
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
242ae666a0
Create LICENSE
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