TODO update

This commit is contained in:
Pagwin 2025-04-01 19:27:03 -04:00
parent 1ee03ea495
commit e18fee7272
No known key found for this signature in database
GPG key ID: 81137023740CA260

18
TODO
View file

@ -1,23 +1,7 @@
github action for deploy to github pages
minify js and css when copying over instead of just copying
make typst dependant on yaml?
add rst support so I'm not dependant on typst not breaking
add a cli flag to send webmentions and track the ones sent/acked in some file, probably a simple csv with path and what got linked to (https://indieweb.org/Webmention) (https://indieweb.org/Webmention-developer)
make it so typst citation section has a header and/or is a div elem instead of a section element
add rst support and convert markdown handling to custom parser instead of pandoc
process source code blocks with tree sitter https://hackage.haskell.org/package/tree-sitter
Check to see if pandoc html output can be changed somehow (for header anchor links)
https://hackage.haskell.org/package/pandoc-3.5/docs/Text-Pandoc-Writers.html#t:Writer
HXT on the generated html is an option
https://pandoc.org/MANUAL.html#custom-readers-and-writers might be an option https://pandoc.org/lua-filters.html
most likely will be a generic lua filter though https://pandoc.org/lua-filters.html
see if performance can be improved (it isn't slow atm but it definitely feels like there's a bottleneck)