reformat TODO a bit
This commit is contained in:
parent
a503404212
commit
476e4a663c
1 changed files with 2 additions and 7 deletions
9
TODO.md
9
TODO.md
|
|
@ -1,13 +1,8 @@
|
||||||
- [ ] add rst support and convert markdown handling to custom parser instead of pandoc
|
- [ ] add rst or org support and convert markdown handling to custom parser instead of pandoc
|
||||||
- [ ] Get megaparsec pretty error message in bin build (errorBundlePretty)
|
|
||||||
|
|
||||||
- [ ] process source code blocks with tree sitter https://hackage.haskell.org/package/tree-sitter
|
- [ ] process source code blocks with tree sitter https://hackage.haskell.org/package/tree-sitter
|
||||||
- Alternatively consider skylighting https://hackage.haskell.org/package/skylighting
|
- Alternatively consider skylighting https://hackage.haskell.org/package/skylighting
|
||||||
|
|
||||||
- [ ] minify js and css when copying over instead of just copying
|
- [ ] minify js and css when copying over instead of just copying
|
||||||
|
|
||||||
- [ ] setup fingerprinting in file names for css and js
|
- [ ] setup fingerprinting in file names for css and js
|
||||||
|
|
||||||
- [ ] dev server setup (with live reloading)
|
- [ ] dev server setup (with live reloading)
|
||||||
|
- https://hackage-content.haskell.org/package/warp-3.4.10/docs/Network-Wai-Handler-Warp.html
|
||||||
- [ ] see if performance can be improved (it isn't slow atm but it definitely feels like there's a bottleneck)
|
- [ ] see if performance can be improved (it isn't slow atm but it definitely feels like there's a bottleneck)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue