From b4506e7ed5d63cbded834ddf96f7abb491364970 Mon Sep 17 00:00:00 2001 From: Pagwin Date: Wed, 9 Jul 2025 16:42:48 -0400 Subject: [PATCH] TODO updates --- TODO.md | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/TODO.md b/TODO.md index 7496752..9829dfe 100644 --- a/TODO.md +++ b/TODO.md @@ -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)