-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathTODO
89 lines (62 loc) · 1.99 KB
/
TODO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
QUERYING
-- query for tag attributes DONE
-- query for definition types
-- filter includes referenced elements DONE
ELEMENTS/EXTENSIONS
-- bibliography
- basic bib-file support
- google scholar support for unknown refs
- doi/mref support ( {ref:doi:123123}, {ref:mref:123123}, {ref:arxiv:123123} ...)
- http://www.ams.org/mrlookup support for unknown refs
-- sections
- encapsulate sections into a section element
(i.e. each # ... # type title starts a new section/subsection) DONE
-- proofs
- end with a square DONE
- implement proof references (e.g. "Proof (of #equivalence):")
- claims
-- number them separately, with numbers coming after
the claim
-- end their proofs with a full square DONE
-- references
- doi/mref/arxiv/other support ( {ref:doi:123123}, {ref:mref:123123}, {ref:arxiv:123123} ...)
- math equations
- items in a list
- images
- all elements ?
- retain keys in elements
-- images
- rethink conversions
- include svgs in html
-- localization
-- code hilighting
-- macros
- rework so that parentheses, quotes etc may be used in
macro parameters (need to move away from regular expressions)
-- custom tags/attributes
- introduce syntax to add custom attributes to the current element
- introduce syntax to add custom tags
-- presentations
- investigate remarkjs.com
CONFIGURATION
-- rethink configuration
-- options to write css to a separate file
-- block appearance
- numbering before/after
DOCUMENTATION
-- reklamni spot
HTML
-- html toc generation
- basic toc DONE
- short titles
- make toc elements collapsible
-- investigate pop-over layout
(maybe typeset math on first hover?)
-- allow referencing by key?
-- breadcrumb navigation
-- proof-folding
LATEX
-- generate block definition environments definitions DONE
-- a basic convertor from latex
KATE
-- hilight urls DONE