• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..Today-

lang/en/H03-May-2018-3016

LICENSEH A D06-Feb-201617.6 KiB340281

README.mdH A D06-Feb-2016503 2313

action.phpH A D06-Feb-20166.4 KiB168118

plugin.info.txtH A D06-Feb-2016219 87

syntax.phpH A D06-Feb-20165.4 KiB16870

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 &lt;rtmchecklist>
11
12 aaaa
13
14 bbbb
15
16 &lt;/rtmchecklist>
17
18You can also use the short version:
19
20 &lt;rtmchecklist>aaaa|bbbb&lt;/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