summaryrefslogtreecommitdiff
path: root/test/vimwiki-reader.wiki
blob: 63d39b146ebbeeed9a20d9cd915dacfd16b2b5dd (plain)
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
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
371
372
373
374
375
376
377
378
379
380
381
382
383
384
385
386
387
388
389
390
391
392
393
394
395
396
397
398
399
400
401
402
403
404
405
406
407
408
409
410
411
412
413
414
415
416
417
418
419
420
421
422
423
424
= _*implemented*_ =
= header =

== header level two ==

=== header `level` 3 ===

==== header ~~level~~ four ====

===== header _*level* 5_ =====

====== header level 6 ======

======= not a header ========

hi== not a header ==

=== not a header ==

=== not a header ===-

not a header:

=n=

=== not a header ====

 == centred header ==
 
== header with some `==` in between ==
== header with some == in between ==
== header with some ==in between ==

== emph strong and strikeout ==

_emph_ *strong*

*_strong and emph_*

_*emph and strong*_

*_emph inside_ strong*

*strong with _emph_*

_*strong inside* emph_

_~~strikeout~~ inside emph_

~~This is _struck out_ with emph~~ 

*not
strong*

just two stars: **

just two underscores: __

just four ~s: ~~~~

_not
%%comment
emph_

~~not
    %%comment
  %%comment
strikeout~~

== horizontal rule ==

top
----
middle

-------

not a rule-----

not a rule (trailing spaces):
----- 

not a rule (leading spaces):
  ----

== comments ==

%% you can't see me.

this 
%% secret
is %% not secret

== inline code ==

Here is some `inline code`.

Just two backticks: ``

== preformatted text ==

{{{
  Tyger! Tyger! burning bright
   In the forests of the night,
    What immortal hand or eye
     Could frame thy fearful symmetry?
  In what distant deeps or skies
   Burnt the fire of thine eyes?
    On what wings dare he aspire?
     What the hand dare sieze the fire?
}}}

=== preformatted text with attributes ===

 {{{class="python" style="color:blue"
 for i in range(1, 5):
     print(i)
 }}}
 
== block quotes ==

    (indentation 4 spaces) This would be a blockquote in Vimwiki. It is not *highlighted* in Vim but
    (indentation 1 space followed by 1 tab of width 4) could be styled by CSS in HTML. Blockquotes are usually used to quote a
    (indentation 1 tab of width 4) long piece of text from another source. ~~blah blah~~ :blockquote:

== external links ==

[[http://google.com|_Google_ search engine]]

http://pandoc.org

ftp://vim.org

[[http://google.com]] 

[[mailto:info@example.org|email me]]

mailto:hello@bye.com

== internal links ==

[[This is a link]]

[[This is a link source|Description of the link]]

[[projects/Important Project 1]]
   
[[../index]]
  
[[a subdirectory/|Other files]]

[[#tag-one|try me to test tag anchors]]

[[#block quotes|try me to test header anchors]]

[[#strong|try me to test strong anchors]]

[[Todo List#Tomorrow|Tasks for tomorrow]]

[[diary:2017-05-01]]

[[file:../assets/data.csv|Important Data]]

=== links with thumbnails ===
[[http://www.google.com|{{./movie.jpg}}]]

== images ==

{{file:./lalune.jpg}}

{{http://vimwiki.googlecode.com/hg/images/vimwiki_logo.png|Vimwiki}}
  
{{local:./movie.jpg}}  


=== image with attributes ===
{{lalune.jpg|_cool stuff_|style="width:150px;height:120px;"}}

{{nonexist.jpg|*Non-existing* image|class="center flow blabla" style="font-color:red"}}

{{lalune.jpg|_cool stuff_|style="width:150px;height:120px;"|anything in this segment is ignored}}


== lists ==


# ordered list item 1, and here is some math belonging to list item 1
 {{$
 a^2 + b^2 = c^2
 }}$
  and some preformatted and tables belonging to item 1 as well
{{{
I'm part of item 1.
}}}
| this table  | is        |
| also a part | of item 1 |
 and some more text belonging to item 1.
# ordered list item 2


* Bulleted list item 1
* Bulleted list item 2


# Bulleted list item 1
# the # become numbers when converted to HTML

- Bulleted list item 1
- Bulleted list item 2

* Item 1
* Item 2
    # Sub item 1 (indentation 4 spaces)
  Sub item 1 continued line.
%%comments
    Sub item 1 next continued line.
    * Sub item 2, as an ordered list item even though the identifier is `*` (indentation 2 spaces followed by one tab of width 4)
    * etc.
 Continuation of Item 2
 Next continuation of Item 2
But this is a new paragraph.

# 1
    * `1.1`
  * 2
      * 2.1
 * 3

=== ordered lists with non-# identifiers ===
1. Numbered list item 1
2. Numbered list item 2
3. Numbered list item 3

4. Numbered list item 1
5. Numbered list item 2
6. Numbered list item 3

1) Numbered list item 1
2) Numbered list item 2
3) Numbered list item 3

a) Numbered list item 1
b) Numbered list item 2
c) Numbered list item 3

A) Numbered list item 1
B) Numbered list item 2
C) Numbered list item 3

i) Numbered list item 1
ii) Numbered list item 2
iii) Numbered list item 3

I) Numbered list item 1
II) Numbered list item 2
III) Numbered list item 3

- Bulleted list item 1
- Bulleted list item 2
  a) Numbered list sub item 1
  b) more ...
    * and more ...
    * ...
  c) Numbered list sub item 3
    1. Numbered list sub sub item 1
    2. Numbered list sub sub item 2
  d) etc.
- Bulleted list item 3

== todo lists ==
* [ ] task 1
    1. [.] 5
* [o] 3
* [] not a todo item
* [ ]not a todo item
* [r] not a todo item
* [     ] not a todo item
* [o] a tab in the todo list marker `[ ]`
    III) [O] 4
      5
    i) [X] 
| a | b |
* [X] task 2

== math ==

$ \sum_i a_i^2 = 1 $

{{$
\sum_i a_i^2
=
1
}}$

{{$%align%
\sum_i a_i^2 &= 1 + 1 \\
&= 2.
}}$

edge case (the `c^2 + ` after the multline tag is in the equation):
{{$%multline%c^2 + 
a^2 + b^2
}}$

edge case (the tag is `hello%bye`)
{{$%hello%bye%
\int_a^b f(x) dx
}}$

Just two dollar signs: $$

[not math] You have $1
and I have $1.

== tags ==

:tag-one:tag-two:

== tables ==
 
| Year | Temperature (low) | Temperature (high) |
|------|-------------------|--------------------|
| 1900 | -10               | 25                 |
| 1910 | -15               | 30                 |
| 1920 | -10               | 32                 |
| 1930 | _N/A_             | _N/A_              |
| 1940 | -2                | 40                 |


=== centered headerless tables ===
 | a | b |
 | c | d |
 
 
== paragraphs ==

This is first paragraph
with two lines.








This is a second paragraph with
two lines after many blank lines.

== definition list ==

Term 1:: Definition 1
Term 2::
:: Definition 2
  :: Definition 3
Term :: *separated* by :: _double colons_ :: Def1
:: Def2
Term with lots of trailing colons::::::::: Definition
:: This is :: A term (rather than a definition) :: and this is a definition
Term Without definitions ::
::
Part :: of :: dt :: part of ::dd

:: Definition 1 without a term
:: Definition 2 without a term

T1 :: D1
new paragraph
T1 :: D1

Not::Definition

Not ::Definition

::Not definition

    :: blockquote
    
    block :: quote

== metadata placeholders ==
%title title
%date 2017-05-01

%title second title is ignored
%date second date is ignored

%this is not a placeholder

placeholders
%title another title
%date 2017-04-23
serves as space / softbreak in paragraphs


== sup, sub ==

super^script^

sub,,script,,

== the todo mark ==
TODO:

= _*not implemented yet*_ =
== tables with spans ==
| a  | b  | c | d |
| \/ | e  | > | f |
| \/ | \/ | > | g |
| h  | >  | > | > |

== tables with multiple lines of headers ==
| a | b |
| c | d |
|---|---|

== some other placeholders ==
`template` placeholder is ignored.
%template template

`nohtml` placeholder is ignored.
%nohtml