TODO updates

This commit is contained in:
Pagwin 2025-07-09 16:42:48 -04:00
parent 9ecde51921
commit b4506e7ed5
No known key found for this signature in database
GPG key ID: 81137023740CA260

View file

@ -1,7 +1,9 @@
- minify js and css when copying over instead of just copying
- 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
- minify js and css when copying over instead of just copying
- look into adding postcss support perhaps
- see if performance can be improved (it isn't slow atm but it definitely feels like there's a bottleneck)