Mercurial > repos > public > wdown
comparison TODO.md @ 22:1581b64a72a1 default tip
Move todos to separate file
author | Jonatan Werpers <jonatan@werpers.com> |
---|---|
date | Wed, 01 Jul 2020 11:47:18 +0200 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
20:cb6c79b172d1 | 22:1581b64a72a1 |
---|---|
1 ## TODO | |
2 Some things need doing | |
3 - [x] Fix bug where there's a nil error when there is no yaml in .md file | |
4 - [x] Fix bug where wdown doesn't work without a template | |
5 - [x] Build the simplest possible markdown commandline utility | |
6 - [x] Add command-line argument parsing | |
7 - [x] Allow template file as an input | |
8 - [ ] Refactor main() to be readable | |
9 - [x] Add possibility to have YAML metadata | |
10 - [ ] Try to add music score | |
11 - [ ] Test using v8go to render the music score server side | |
12 - [ ] Try to create an extension | |
13 | |
14 ### Math | |
15 - [ ] Serve MathJax from own server. | |
16 - [ ] Keep investigating if it's possible to use _katex_ with _v8go_ to render math at compile time instead of realying on _MathJax_ to do it in the browser. | |
17 - [ ] Revisit the branch `javascript-experiment` and see if it's possible to get rid of the extra characters rendered by _katex_. | |
18 | |
19 ### Code highlighting | |
20 - [ ] Fix the styles so that highlighted block have the same background as non-highlighted blocks | |
21 - [ ] Check of other highlighters use the same kind of coloring idea | |
22 - [ ] Check how to style the code coloring | |
23 - [ ] Switch to CSS-class based code coloring | |
24 - [ ] Configure highlighter | |
25 | |
26 ### Community | |
27 - [ ] Fix errors in [goldmark-highlighting README](https://github.com/yuin/goldmark-highlighting) | |
28 - [ ] Faulty import | |
29 - [ ] Extra import chroma/formatters/html |