-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathexample.html
More file actions
214 lines (213 loc) · 5.31 KB
/
example.html
File metadata and controls
214 lines (213 loc) · 5.31 KB
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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml"
><head
><title
></title
><meta http-equiv="Content-Type" content="text/html; charset=UTF-8"
/><meta name="generator" content="pandoc"
/><link type="text/css" rel="stylesheet" href="include/css/lessmess.css" media="all">
<link type="text/css" rel="stylesheet" href="include/css/smoothness/jquery-ui-1.7.1.custom.css" media="all">
<script type="text/javascript" src="include/javascript/jquery/jquery-1.3.2.min.js"></script>
<script type="text/javascript" src="include/javascript/jquery/jquery.lessmess.js"></script>
<script type="text/javascript" src="include/javascript/jquery/jquery.jqprint.0.3.js"></script>
<script type="text/javascript" src="include/javascript/jquery/jquery-ui-1.7.1.custom.min.js"></script>
<script type="text/javascript" src="include/javascript/jquery/jquery.scrollTo-min.js"></script>
<script type="text/javascript" src="include/javascript/timeline_2.3.0/timeline_js/timeline-api.js?bundle=true"></script>
<script type="text/javascript" src="include/javascript/lessmess.js"></script>
</head
><body
><div id="how-it-works"
><h1
>How it works</h1
><p
>[ ] Not started</p
><p
>[+] Completed</p
><p
>[-] Aborted</p
><p
>[>] In process</p
><p
>[<] Halted</p
><p
>[!] Needs action</p
><p
>[?] Unknown status</p
></div
><div id="todo"
><h1
>TODO</h1
><p
>[ ] Date handling on heading level</p
><p
>[ ] Icons with colors that corresponds to status colors</p
><p
>[+] Nicer color scheme</p
><p
>[ ] Scroll timeline according to click on todos</p
><dl
><dt
>[ ] One-file-bundle</dt
><dd
>Might not be possible</dd
></dl
><p
>[+] CSS for printing</p
><p
>[ ] Improve parsing of textual info</p
><p
>[+] List contexts</p
><p
>[+] Lists projects</p
><p
>[ ] Generate ical events using data uris</p
><p
>[>] Tab panel with statistics</p
><p
>[ ] Calendar component</p
><p
>[ ] Sort on status</p
><p
>[>] Filter on status</p
><p
>[ ] Status 'ignore' etc</p
><p
>[ ] Keyboard control</p
><p
>[ ] Different 'zoom levels'</p
><p
>[ ] Persistence of user settings (cookie?)</p
><p
>[>] Fancier styling</p
><p
>[ ] Improved date parsing. More formats supported etc</p
><p
>[+] Scoll and highlight clicks on timeline</p
><p
>[+] Example with contexts: @phone @email</p
><p
>[>] Another example with contexts: @email</p
><p
>[ ] Example with dates due:2009-06-01</p
><p
>[ ] Another example with dates due:2009-07-01</p
><p
>[ ] Yet another example with dates dtstart:2009-05-01</p
></div
><div id="date-syntax-iso8601"
><h1
>Date syntax (ISO8601)</h1
><p
>2009-03-29T00:10:30 2009W23</p
></div
><div id="markdown-cheat-sheet"
><h1
>Markdown cheat sheet</h1
><div id="header-2"
><h2
>Header 2</h2
><div id="header-3"
><h3
>Header 3</h3
><div id="header-4"
><h4
>Header 4</h4
><div id="header-5"
><h5
>Header 5</h5
><p
>This is a paragraph, which is text surrounded by whitespace. Paragraphs can be on one line (or many), and can drone on for hours. Here is a Markdown link to <a href="http://www.google.com"
>Google</a
>, and a literal. A picture: <img src="http://images.google.se/images/isr_g.png" title="Google image" alt="picture alt"
/></p
><p
>Now some inline markup like <em
>italics</em
>, <strong
>bold</strong
>, and <code
>code()</code
>.</p
><blockquote
><p
>Blockquotes are like quoted text in email replies</p
></blockquote
><ul
><li
>Bullet lists are easy too</li
><li
>Another one</li
><li
><p
>Another one</p
></li
><li
>A numbered list</li
><li
>Which is numbered</li
><li
><p
>With periods and a space</p
></li
></ul
><p
>And now some code:</p
><pre
><code
>// Code is just text indented a bit
which(is_easy) to_remember();
</code
></pre
><p
>Text with<br
/>two trailing spaces<br
/>(on the right)<br
/>can be used<br
/>for things like poems</p
><p
>Horizontal rule</p
><hr
/><p
>Simple table:</p
><table
><caption
>Demonstration of simple table syntax.</caption
><tr class="header"
><th align="right" style="width: 15%;"
>Right</th
><th align="left" style="width: 8%;"
>Left</th
><th align="center" style="width: 16%;"
>Center</th
><th align="left" style="width: 12%;"
>Default</th
></tr
><tr class="odd"
><td align="right"
>12</td
><td align="left"
>12</td
><td align="center"
>12</td
><td align="left"
>12</td
></tr
><tr class="even"
><td align="right"
>123</td
><td align="left"
>123</td
><td align="center"
>123</td
><td align="left"
>123</td
></tr
></table
></div
></div
></div
></div
></div
></body
></html
>