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