Mercurial > repos > public > wdown
changeset 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 | cb6c79b172d1 |
children | |
files | TODO.md test.md |
diffstat | 2 files changed, 33 insertions(+), 29 deletions(-) [+] |
line wrap: on
line diff
diff -r cb6c79b172d1 -r 1581b64a72a1 TODO.md --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/TODO.md Wed Jul 01 11:47:18 2020 +0200 @@ -0,0 +1,29 @@ +## TODO +Some things need doing + - [x] Fix bug where there's a nil error when there is no yaml in .md file + - [x] Fix bug where wdown doesn't work without a template + - [x] Build the simplest possible markdown commandline utility + - [x] Add command-line argument parsing + - [x] Allow template file as an input + - [ ] Refactor main() to be readable + - [x] Add possibility to have YAML metadata + - [ ] Try to add music score + - [ ] Test using v8go to render the music score server side + - [ ] Try to create an extension + +### Math + - [ ] Serve MathJax from own server. + - [ ] 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. + - [ ] Revisit the branch `javascript-experiment` and see if it's possible to get rid of the extra characters rendered by _katex_. + +### Code highlighting + - [ ] Fix the styles so that highlighted block have the same background as non-highlighted blocks + - [ ] Check of other highlighters use the same kind of coloring idea + - [ ] Check how to style the code coloring + - [ ] Switch to CSS-class based code coloring + - [ ] Configure highlighter + +### Community + - [ ] Fix errors in [goldmark-highlighting README](https://github.com/yuin/goldmark-highlighting) + - [ ] Faulty import + - [ ] Extra import chroma/formatters/html
diff -r cb6c79b172d1 -r 1581b64a72a1 test.md --- a/test.md Wed Jul 01 11:37:21 2020 +0200 +++ b/test.md Wed Jul 01 11:47:18 2020 +0200 @@ -69,32 +69,7 @@ | 1 | 0 | 1 | 0 | | 1 | 1 | 1 | 1 | -## TODO -Some things need doing - - [x] Fix bug where there's a nil error when there is no yaml in .md file - - [x] Fix bug where wdown doesn't work without a template - - [x] Build the simplest possible markdown commandline utility - - [x] Add command-line argument parsing - - [x] Allow template file as an input - - [ ] Refactor main() to be readable - - [x] Add possibility to have YAML metadata - - [ ] Try to add music score - - [ ] Test using v8go to render the music score server side - - [ ] Try to create an extension - -### Math - - [ ] Serve MathJax from own server. - - [ ] 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. - - [ ] Revisit the branch `javascript-experiment` and see if it's possible to get rid of the extra characters rendered by _katex_. - -### Code highlighting - - [ ] Fix the styles so that highlighted block have the same background as non-highlighted blocks - - [ ] Check of other highlighters use the same kind of coloring idea - - [ ] Check how to style the code coloring - - [ ] Switch to CSS-class based code coloring - - [ ] Configure highlighter - -### Community - - [ ] Fix errors in [goldmark-highlighting README](https://github.com/yuin/goldmark-highlighting) - - [ ] Faulty import - - [ ] Extra import chroma/formatters/html +## There is also support for checklists + - [ ] A thing + - [ ] Another thing + - [x] A third thing