Home
last modified time | relevance | path

Searched +full:strikethrough +(+path:plugin +path:todo) -(+path:plugin +path:todo +path:lang) (Results 1 – 4 of 4) sorted by relevance

/plugin/todo/syntax/
H A Dtodo.php126 * --<del> (if strikethrough is on) or --NOTHING--
266 . ' data-strikethrough="' . ($this->getConf("Strikethrough") ? '1' : '0') . '"'
311 if($checked && $this->getConf("Strikethrough")) {
326 if($checked && $this->getConf("Strikethrough")) {
/plugin/todo/
H A Dscript.js15 * bugfix: config option Strikethrough \n
48 param = $chk.data(), // contains: index, pageid, date, strikethrough
73 if (param.strikethrough && !$spanTodoinnertext.parent().is("del")) {
/plugin/todo/conf/
H A Ddefault.php8 $conf['Strikethrough'] = 1; // Should text have strikethrough when checked
H A Dmetadata.php11 $meta['Strikethrough'] = array('onoff');