Commit Graph

57 Commits (main)

Author SHA1 Message Date
trivernis 3eb11e03e8
Add chromium requirement to README
closes #21

Signed-off-by: trivernis <trivernis@protonmail.com>
3 years ago
trivernis 8181119f4a
Update README badge links
Signed-off-by: trivernis <trivernis@protonmail.com>
3 years ago
trivernis 1e46274003
Add reference anchors and update README
Signed-off-by: trivernis <trivernis@protonmail.com>
3 years ago
trivernis e1e63cc35a
Update README
Signed-off-by: trivernis <trivernis@protonmail.com>
3 years ago
trivernis 8747c8c41a
Add metadata embedding in html
Signed-off-by: trivernis <trivernis@protonmail.com>
3 years ago
trivernis d82c43e5a3
Add magic dark theme and rename formatting config to style
Signed-off-by: trivernis <trivernis@protonmail.com>
3 years ago
trivernis faa8e57ffa
Update Theme
Signed-off-by: trivernis <trivernis@protonmail.com>
3 years ago
trivernis ce311853cc
Update README
Signed-off-by: trivernis <trivernis@protonmail.com>
3 years ago
trivernis 31a4abff39
Add option to configure watch debounce time
Signed-off-by: trivernis <trivernis@protonmail.com>
3 years ago
trivernis 2b07fc39b2
Add huerotate option to image
Signed-off-by: trivernis <trivernis@protonmail.com>
3 years ago
trivernis 9fb6664a63
Add inverting images and progressbar for image processing
Signed-off-by: trivernis <trivernis@protonmail.com>
3 years ago
trivernis b9cf095cfa
Add image filters
Signed-off-by: trivernis <trivernis@protonmail.com>
3 years ago
trivernis 63ea60b10a
Add conversion of images when configured
Signed-off-by: trivernis <trivernis@protonmail.com>
3 years ago
trivernis 3acfe9c6e2
Update Readme
Signed-off-by: trivernis <trivernis@protonmail.com>
3 years ago
trivernis f2b154b7c3
Expose chromium pdf options to config
Signed-off-by: trivernis <trivernis@protonmail.com>
3 years ago
trivernis b599bf5e37
Fix warnings and update Readme
Signed-off-by: trivernis <trivernis@protonmail.com>
3 years ago
trivernis e5d021a571
Hide pdf behind features flag
Signed-off-by: trivernis <trivernis@protonmail.com>
3 years ago
trivernis 04e1e30fef
Fix MathJax Integration
Signed-off-by: trivernis <trivernis@protonmail.com>
4 years ago
trivernis b14ba1b647
Update README
Signed-off-by: trivernis <trivernis@protonmail.com>
4 years ago
trivernis 1a4ec92aff
Add SmartArrows
Signed-off-by: trivernis <trivernis@protonmail.com>
4 years ago
trivernis 0db3c62c57
Update README
Signed-off-by: trivernis <trivernis@protonmail.com>
4 years ago
trivernis 6922320841
Update README
Signed-off-by: trivernis <trivernis@protonmail.com>
4 years ago
trivernis e8cdbc3b06
Add glossary implementation
Glossary entries can be defined with `~KEY` for the
short form and `~~KEY` for the long form.
If a glossary entry is referenced for the first time it will always be
rendered as the long form.
Glossary entries can be defined in a toml file (default is glossary.toml)
similar to bibliography.

Signed-off-by: trivernis <trivernis@protonmail.com>
4 years ago
trivernis 9424d04c37
Add option to turn off embedding of images
Signed-off-by: trivernis <trivernis@protonmail.com>
4 years ago
trivernis dc884890d4
Add download cache and refactor parser creation
Signed-off-by: trivernis <trivernis@protonmail.com>
4 years ago
trivernis 932c213ff2
Add imports in metadata files and update README
Signed-off-by: trivernis <trivernis@protonmail.com>
4 years ago
trivernis ee822738b4
Integrate Bibliographix
Signed-off-by: trivernis <trivernis@protonmail.com>
4 years ago
trivernis 138eb968dc
Update README.md 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 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 78cd551c13
Update README.md 4 years ago
Trivernis 61f242e20c
Update README.md 4 years ago
trivernis 63345854a0 Add optional comma to metadata 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 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 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 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 5dacef285c Change string templates to {{name}} templates 4 years ago
trivernis cfc02b8da7 Add centered text 4 years ago
trivernis e80ecea6cf Add options to placeholders 4 years ago
trivernis 018960db0e Add hiding of sections with metadata 4 years ago
trivernis 0d6eb1d1a7 Add metadata syntax with formatting 4 years ago