forked from kalbasit/transmuter
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy path.todo
21 lines (21 loc) · 1.01 KB
/
.todo
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
<?xml version="1.0"?>
<todo version="0.1.20">
<note priority="veryhigh" time="1317646083">
We need to document every module, every class and every function so we'd get a nide documentation from source code.
</note>
<note priority="veryhigh" time="1326249036">
Use TgConfig and TgCli
</note>
<note priority="medium" time="1317642736">
Add an optional Header/Footer option to specify header/footer files, they should be of any supported type.
</note>
<note priority="medium" time="1317642895">
Add an option allowing the user to turn off syntax highlighting
</note>
<note priority="medium" time="1317642982">
Better handle options passed from Thor to Source class, instead of manually setting options[:stylesheets] I think we should just send the options hash
</note>
<note priority="medium" time="1317643052">
The Textile and Markdown classes looks a lot like each other, make some Meta-programming, inheritence may suffice
</note>
</todo>