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

..--

lang/en/03-May-2018-3016

LICENSED06-Feb-201617.6 KiB340281

README.mdD06-Feb-2016503 2313

action.phpD06-Feb-20166.4 KiB168118

plugin.info.txtD06-Feb-2016219 87

syntax.phpD06-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