From 59c6ab4209f3a38eb0a020baa102e0ab01cfb5b1 Mon Sep 17 00:00:00 2001 From: Pagwin Date: Tue, 1 Apr 2025 19:27:30 -0400 Subject: [PATCH] change to markdown --- TODO | 7 ------- TODO.md | 7 +++++++ 2 files changed, 7 insertions(+), 7 deletions(-) delete mode 100644 TODO create mode 100644 TODO.md diff --git a/TODO b/TODO deleted file mode 100644 index 52161fb..0000000 --- a/TODO +++ /dev/null @@ -1,7 +0,0 @@ -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 - -see if performance can be improved (it isn't slow atm but it definitely feels like there's a bottleneck) diff --git a/TODO.md b/TODO.md new file mode 100644 index 0000000..7496752 --- /dev/null +++ b/TODO.md @@ -0,0 +1,7 @@ +- 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 + +- see if performance can be improved (it isn't slow atm but it definitely feels like there's a bottleneck)