summaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* Add sorting function to YamlValue, make it possible to sort in special ↵Qrius2024-09-264-7/+381
| | | | macros, add special parsing for dates and numbers
* Add some docs on macro processorQrius2024-09-261-0/+44
|
* Add debian packaging scriptQrius2024-09-262-0/+29
|
* Add ability to nest templates, improve a bunch of other thingsQrius2024-09-263-22/+110
|
* Add function for including a file, without doing any macro processing on itQrius2024-09-261-0/+17
|
* Do a bunch of QOL things, add some skaldpress specific macros, addQrius2024-09-264-37/+165
| | | | second run, etc
* Add argument parser, prepare for utilizing already compiled documents toQrius2024-09-263-19/+224
| | | | expand some special macros
* rustfmtQrius2024-09-261-1/+3
|
* Slightly improve stdout messagesQrius2024-09-261-1/+2
|
* Don't fail on files without extensions, simply, don't use extensionsQrius2024-09-262-17/+5
|
* Auto pick sensible output extensionQrius2024-09-262-6/+20
|
* Add REPLQrius2024-09-261-0/+37
|
* Add special DNL macro, do a bunch of skaldpress-stuffQrius2024-09-264-36/+124
|
* Change return of MacroProcessor to ResultQrius2024-09-266-56/+151
|
* Add more error handlingQrius2024-09-261-4/+12
|
* Add a bunch of error handlingQrius2024-09-264-18/+101
|
* Remove build directoryQrius2024-09-264-172/+0
|
* Move metadata_parser into it's own fileQrius2024-09-264-73/+73
|
* Clean up things a bitQrius2024-09-266-156/+161
|
* Change way macros are invoked, add a bunch of testsQrius2024-09-263-134/+198
|
* Initial commitQrius2024-09-2615-0/+892