README.md
1rtmchecklist
2============
3This is a plugin for dokuwiki (https://www.dokuwiki.org/plugins).
4
5Current version is beta: use at your own risk !
6
7Create a list using a tag: <rtmchecklist>, each line before the ending tag </rtmchecklist> will be a task.
8
9Sample:
10 <rtmchecklist>
11
12 aaaa
13
14 bbbb
15
16 </rtmchecklist>
17
18You can also use the short version:
19
20 <rtmchecklist>aaaa|bbbb</rtmchecklist>
21
22The list of task is then sent to the email address you can set in your profile at "RTM import e-mail".
23