Skip to content

Commit

Permalink
add the first basic note about back arrors to manual
Browse files Browse the repository at this point in the history
  • Loading branch information
RonnyPfannschmidt committed Dec 4, 2020
1 parent 2807930 commit 1cc4a69
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion data/manual/Help/Check_Boxes.txt
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,9 @@ Zim supports lists with checkboxes instead of bullets. These look like:
[x] item 2b
[*] item3
[>] item4
[<] item 5

As you can see in this example checkboxes can have 4 states: [ ] open, [*] checked as completed, [x] checked as not completed, and [>] checked as moved. States can be toggle by clicking the checkbox with either the left mouse button or using the keyboard with ''<F12>'' and ''<shift><F12>'' respectively.
As you can see in this example checkboxes can have 5 states: [ ] open, [*] checked as completed, [x] checked as not completed, [>] checked as moved and [<] checked as moved back. States can be toggle by clicking the checkbox with either the left mouse button or using the keyboard with ''<F12>'' and ''<shift><F12>'' respectively.

To start a checkbox list type on an empty line '''[]<space>''' or '''()<space>''', this will automatically insert an open checkbox. Similarly you can type checked checkboxes using '''[*]''' or '''(*)''' and '''[x]''' or '''(x)''' respectively, followed by '''<space>''' or '''<tab>'''. Lines that start with a checkbox behave like bullet list items, so you can indent by typing ''<tab>'' after the checkbox and when you press ''<enter>'' the new line will start with an empty checkbox automatically.

Expand Down

0 comments on commit 1cc4a69

Please sign in to comment.