Further update for the documentation

This commit is contained in:
EinfachToll 2013-07-29 10:57:07 +02:00
parent b61b74d037
commit a3a499080b

View File

@ -326,7 +326,7 @@ gLh Decrease the level of a list item and all child items.
glr Renumber list items for the current list. glr Renumber list items for the current list.
gLr Renumber list items for the whole buffer. gLr Renumber list items for the whole buffer.
*vimwiki_glstar* *vimwiki_glstar* *vimwiki_glstar* *vimwiki_gLstar*
gl* Make a list item out of normal line or change the marker gl* Make a list item out of normal line or change the marker
of the current item to *. of the current item to *.
gL* Change the marker of the current list to *. gL* Change the marker of the current list to *.
@ -446,11 +446,11 @@ INSERT MODE *vimwiki-list-mappings*
*vimwiki_i_<C-L>_<C-J>_list* *vimwiki_i_<C-L>_<C-J>_list*
<C-L><C-J> Change the marker of the current list item to the next <C-L><C-J> Change the marker of the current list item to the next
available. From * to - to # to 1. to a). available. From - to • to 1. to * to I) to a).
*vimwiki_i_<C-L>_<C-K>_list* *vimwiki_i_<C-L>_<C-K>_list*
<C-L><C-K> Change the marker of the current list item to the prev <C-L><C-K> Change the marker of the current list item to the prev
available. From * to a) to 1. to # to -. available. From - to a) to I) to * to 1. to •.
*vimwiki_i_<C-L>_<C-M>_list* *vimwiki_i_<C-L>_<C-M>_list*
<C-L><C-M> Create/remove a marker from a list item. <C-L><C-M> Create/remove a marker from a list item.
@ -762,66 +762,73 @@ two lines.
5.5. Lists *vimwiki-syntax-lists* 5.5. Lists *vimwiki-syntax-lists*
Unordered lists: > Unordered lists: >
- Bulleted list item 1
- Bulleted list item 2
or: >
• Bulleted list item 1
• Bulleted list item 2
or: >
* Bulleted list item 1 * Bulleted list item 1
* Bulleted list item 2 * Bulleted list item 2
* Bulleted list sub item 1
* Bulleted list sub item 2
* more ...
* and more ...
* ...
* Bulleted list sub item 3
* etc.
or: > or: >
- Bulleted list item 1 # Bulleted list item 1
- Bulleted list item 2 # Bulleted list item 2
- Bulleted list sub item 1
- Bulleted list sub item 2
- more ...
- and more ...
- ...
- Bulleted list sub item 3
- etc.
or mix: >
- Bulleted list item 1
- Bulleted list item 2
* Bulleted list sub item 1
* Bulleted list sub item 2
* more ...
- and more ...
- ...
* Bulleted list sub item 3
* etc.
Ordered lists: > Ordered lists: >
# Numbered list item 1 1. Numbered list item 1
# Numbered list item 2 2. Numbered list item 2
# Numbered list sub item 1 3. Numbered list item 3
# Numbered list sub item 2 or: >
# more ... 1) Numbered list item 1
# and more ... 2) Numbered list item 2
# ... 3) Numbered list item 3
# Numbered list sub item 3 or: >
# etc. a) Numbered list item 1
b) Numbered list item 2
c) Numbered list item 3
or: >
A) Numbered list item 1
B) Numbered list item 2
C) Numbered list item 3
or: >
i) Numbered list item 1
ii) Numbered list item 2
iii) Numbered list item 3
or: >
I) Numbered list item 1
II) Numbered list item 2
III) Numbered list item 3
It is possible to mix bulleted and numbered lists: > You can nest and mix the various types: >
* Bulleted list item 1 - Bulleted list item 1
* Bulleted list item 2 - Bulleted list item 2
# Numbered list sub item 1 a) Numbered list sub item 1
# Numbered list sub item 2 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
Note that a space after *, - or # is essential.
Multiline list items: > Note that a space after the list item markers (-, *, 1. etc.) are essential
* Bulleted list item 1
List item 1 continued line. List items can span multiple lines: >
List item 1 next continued line. * Item 1
* Bulleted list item 2 Item 1 continued line.
* Bulleted list sub item 1 Item 1 next continued line.
List sub item 1 continued line. * Item 2
List sub item 1 next continued line. - Sub item 1
* Bulleted list sub item 2 Sub item 1 continued line.
* etc. Sub item 1 next continued line.
- Sub item 2
- etc.
Continuation of Item 2
Next continuation of Item 2
Definition lists: > Definition lists: >
Term 1:: Definition 1 Term 1:: Definition 1