1DETAILS:
2================================================
3
4Plugin for easy creation of printable checklists. The checkpoints within checklist can be structured in sections and areas. By unchecking areas or sections the printable checklist can be adapted on current demand.
5
6
7INSTALLATION:
8================================================
9
101. Install the plugin using the Plugin Manager and the download URL above, which points to latest version of the plugin.
112. Configure the plugin via the admin area.
12
13
14LEGEND:
15================================================
16
17- H2 = Section (contains Areas). To adapt checklist before generating print-view
18- H3 = Area (contains checkpoints). To adapt checklist before generating print-view
19- H4 = Checkpoint
20- OL (List item) = Options or free text
21- HR (Dividing line) = Fixed distance
22- EINGABEFELD = ............
23- EINGABEFELDLANG = ........................
24
25
26EXAMPLE:
27================================================
28```
29<checkliste>
30
31===== Section A =====
32==== Area 1 ====
33  - Checkpoint 1.1 EINGABEFELDLANG
34  - Checkpoint 1.2  EINGABEFELD
35  - Checkpoint 1.3
36  - Checkpoint 1.4
37
38==== Area 2 ====
39  - Checkpoint 2.1
40  - Checkpoint 2.2
41  - Checkpoint 2.3
42
43===== Section B =====
44==== Area 1 ====
45  - EINGABEFELDLANG
46  - EINGABEFELD
47  - Checkpoint 1.3
48  - Checkpoint 1.4
49
50==== Area 2 ====
51  - Checkpoint 2.1
52  - Checkpoint 2.2
53  - Checkpoint 2.
54
55</checkliste>
56```
57