Astroport.ONE/templates/tw/$ _plugins_stobot_sticky.json

1 line
23 KiB
JSON

[{"text":"{\n \"tiddlers\": {\n \"$:/config/ShortcutInfo/sticky\": {\n \"text\": \"Apply an inline sticky macro\",\n \"type\": \"text/vnd.tiddlywiki\",\n \"title\": \"$:/config/ShortcutInfo/sticky\",\n \"tags\": \"\",\n \"revision\": \"3\",\n \"modified\": \"20210904210004417\",\n \"created\": \"20210904153546027\",\n \"bag\": \"default\"\n },\n \"$:/plugins/stobot/sticky/EditorToolbarButton\": {\n \"created\": \"20210710170117616\",\n \"text\": \"<$action-sendmessage\\n $message=\\\"tm-edit-text-operation\\\"\\n $param=\\\"wrap-selection\\\"\\n prefix='<<sticky \\\"'\\n suffix='\\\">>'\\n/>\",\n \"type\": \"text/vnd.tiddlywiki\",\n \"title\": \"$:/plugins/stobot/sticky/EditorToolbarButton\",\n \"tags\": \"$:/tags/EditorToolbar\",\n \"shortcuts\": \"((sticky))\",\n \"revision\": \"2\",\n \"modified\": \"20210905215657023\",\n \"icon\": \"$:/plugins/stobot/sticky/icon\",\n \"description\": \"Turns text into a sticky todo\",\n \"condition\": \"[<targetTiddler>!has[type]] [<targetTiddler>type[text/vnd.tiddlywiki]]\",\n \"caption\": \"Sticky\",\n \"bag\": \"default\"\n },\n \"$:/plugins/stobot/sticky/icon\": {\n \"text\": \"<svg width=\\\"22pt\\\" height=\\\"22pt\\\" class=\\\"tc-image-oct-tasklist-16 tc-image-button\\\" viewBox=\\\"0 0 16 16\\\"><path fill-rule=\\\"evenodd\\\" d=\\\"M2.5 2.75a.25.25 0 01.25-.25h10.5a.25.25 0 01.25.25v10.5a.25.25 0 01-.25.25H2.75a.25.25 0 01-.25-.25V2.75zM2.75 1A1.75 1.75 0 001 2.75v10.5c0 .966.784 1.75 1.75 1.75h10.5A1.75 1.75 0 0015 13.25V2.75A1.75 1.75 0 0013.25 1H2.75zm9.03 5.28a.75.75 0 00-1.06-1.06L6.75 9.19 5.28 7.72a.75.75 0 00-1.06 1.06l2 2a.75.75 0 001.06 0l4.5-4.5z\\\"/></svg>\",\n \"type\": \"text/vnd.tiddlywiki\",\n \"title\": \"$:/plugins/stobot/sticky/icon\",\n \"tags\": \"\",\n \"revision\": \"3\",\n \"modified\": \"20210905213246120\",\n \"created\": \"20210904160941160\",\n \"bag\": \"default\"\n },\n \"$:/plugins/stobot/sticky/macros\": {\n \"text\": \"\\\\define sticky-string() \\\\<\\\\<sticky\\\\s\\\".+?\\\"\\\\>\\\\>\\n\\n\\\\define escape-actions() <$action-deletetiddler $tiddler=\\\"$:/temp/sticky-search\\\" />\\n\\n\\\\define sticky-filter-test() [\\n\\n\\\\define sticky-filter() <$list filter=\\\"[{$:/temp/sticky-search}split[]first[1]!match<sticky-filter-test>]\\\" emptyMessage={{$:/temp/sticky-search}}>[search:title,text{$:/temp/sticky-search}]</$list><$list filter=\\\"[[$:/temp/sticky-search]!has[text]]\\\">[has[text]]</$list>\\n\\n\\\\define sticky-table(macrofilter:\\\"[has[text]]\\\")\\n<$list filter=\\\"[{$:/plugins/stobot/sticky/settings##table-style}!match[none]]\\\" variable=\\\"x\\\">\\n<$vars macro-filter=\\\"$macrofilter$\\\">\\n<$list filter=\\\"[regexp:text<sticky-string>!is[system]!is[current]subfilter<macro-filter>first[1]]\\\" emptyMessage={{$:/plugins/stobot/sticky/settings##done-message}} variable=\\\"x\\\"> \\n <table class=\\\"sticky-table\\\">\\n <$list filter=\\\"[{$:/plugins/stobot/sticky/settings##table-searchbar}match[show]]\\\" variable=\\\"x\\\">\\n <tr><td colspan=2 style=\\\"padding-bottom:1em;padding-left:0;padding-right:0;border:none;\\\">\\n <$keyboard key=\\\"escape\\\" actions=<<escape-actions>>>\\n <$edit-text tiddler=\\\"$:/temp/sticky-search\\\" tag=\\\"input\\\" default=\\\"\\\" placeholder=\\\"Search or [[filter]] here, esc to clear\\\" class=\\\"sticky-input\\\" />\\n </$keyboard>\\n </td></tr>\\n </$list>\\n <tr><th style=\\\"white-space: nowrap;\\\">Tiddler</th><th>Line</th></tr>\\n <$wikify name=\\\"sticky-filter-result\\\" text=<<sticky-filter>>>\\n <$list filter=\\\"[regexp:text<sticky-string>!is[system]!is[current]subfilter<sticky-filter-result>subfilter<macro-filter>sort[created]]\\\">\\n <$list filter=\\\"[all[current]get[text]splitregexp[\\\\n]regexp<sticky-string>]\\\" variable=\\\"line\\\">\\n <tr>\\n <td>''<$link/>''</td>\\n <td>\\n <$list filter=\\\"[<line>search-replace::regexp{$:/plugins/stobot/sticky/settings##table-search},[$1]]\\\" variable=\\\"line-clean\\\"><span title=<<line>>><<line-clean>></span></$list>\\n </td>\\n </tr>\\n </$list>\\n </$list>\\n </$wikify>\\n </table>\\n</$list>\\n</$vars>\\n</$list>\\n\\\\end\\n\\n\\\\define sticky-list()\\n<$list filter=\\\"[{$:/plugins/stobot/sticky/settings##list-style}!match[none]]\\\" variable=\\\"x\\\">\\n<$list filter=\\\"[all[current]regexp:text<sticky-string>first[1]]\\\" variable=\\\"x\\\">\\n <hr>\\n <$list filter=\\\"[all[current]get[text]splitregexp[\\\\n]regexp<sticky-string>]\\\" variable=\\\"line\\\">\\n <div style=\\\"margin-left: 1em;text-indent: -1em;\\\" title=<<line>>>\\n <$list filter=\\\"[<line>search-replace::regexp{$:/plugins/stobot/sticky/settings##list-search},[$1]]\\\" variable=\\\"line-clean\\\"><<line-clean>></$list>\\n </div>\\n </$list>\\n</$list>\\n</$list>\\n\\\\end\\n\\n\\\\define sticky-sidebar()\\n<$list filter=\\\"[regexp:text<sticky-string>!is[system]!is[current]first[1]]\\\" emptyMessage={{$:/plugins/stobot/sticky/settings##done-message}} variable=\\\"x\\\">\\n <$list filter=\\\"[{$:/plugins/stobot/sticky/settings##sidebar-searchbar}match[show]]\\\" variable=\\\"x\\\">\\n <$keyboard key=\\\"escape\\\" actions=<<escape-actions>>>\\n <$edit-text tiddler=\\\"$:/temp/sticky-search\\\" tag=\\\"input\\\" default=\\\"\\\" placeholder=\\\"Search or [[filter]] here, esc to clear\\\" class=\\\"sticky-input\\\" />\\n </$keyboard>\\n <div style=\\\"height:1em;\\\"></div>\\n </$list>\\n <$wikify name=\\\"sticky-filter-result\\\" text=<<sticky-filter>>>\\n <$list filter=\\\"[regexp:text<sticky-string>!is[system]!is[current]subfilter<sticky-filter-result>sort[created]]\\\">\\n <$link/><br>\\n <$list filter=\\\"[all[current]get[text]splitregexp[\\\\n]regexp<sticky-string>]\\\" variable=\\\"line\\\">\\n <div style=\\\"margin-left:2em;text-indent:-1em;\\\" title=<<line>> >\\n <$list filter=\\\"[<line>search-replace::regexp{$:/plugins/stobot/sticky/settings##sidebar-search},[$1]]\\\" variable=\\\"line-clean\\\"><<line-clean>></$list>\\n </div>\\n </$list>\\n <br>\\n </$list>\\n </$wikify>\\n</$list>\\n\\\\end\\n\\n\\\\define sticky-active-actions()\\n<$list filter=\\\"[<modifier>!match{$:/plugins/stobot/sticky/settings##delete-key}]\\\" variable=\\\"x\\\"><$action-setfield text={{{ [all[current]get[text]search-replace:g:<in>,<out>] }}}/></$list>\\n<$list filter=\\\"[<modifier>match{$:/plugins/stobot/sticky/settings##delete-key}]\\\" variable=\\\"x\\\"><$action-setfield text={{{ [all[current]get[text]search-replace:g:<in>,<del>] }}}/></$list>\\n\\\\end\\n\\n\\\\define sticky(txt)\\n<$wikify name=\\\"timestamp\\\" text={{$:/plugins/stobot/sticky/settings##done-tooltip}}>\\n <$vars out_base=\\\"\\\"\\\"<<sticky-done \\\"$txt$\\\" \\\" \\\"\\\"\\\" out_time=<<timestamp>> out_end=\\\"\\\"\\\" \\\">>\\\"\\\"\\\" >\\n <$vars in=\\\"\\\"\\\"<<sticky \\\"$txt$\\\">>\\\"\\\"\\\" out={{{ [<out_base>addsuffix<out_time>addsuffix<out_end>] }}} del=\\\"$txt$\\\">\\n<$button class=\\\"tc-btn-invisible\\\" actions=<<sticky-active-actions>> >\\n <span class=\\\"sticky-active\\\">{{$:/plugins/stobot/sticky/settings##char-unchecked}}&nbsp;$txt$\\n <$list filter=\\\"[<currentTiddler>get[text]splitregexp[\\\\n]regexp[$txt$]count[]compare:integer:gt[1]]\\\" variable=\\\"match-count\\\">[<<match-count>>]</$list>\\n </span>\\n</$button>\\n </$vars>\\n </$vars>\\n</$wikify>\\n\\\\end\\n\\n\\\\define sticky-done-actions()\\n<$list filter=\\\"[<modifier>!match{$:/plugins/stobot/sticky/settings##delete-key}]\\\" variable=\\\"x\\\"><$action-setfield text={{{ [all[current]get[text]search-replace:g:<in>,<out>] }}}/></$list>\\n<$list filter=\\\"[<modifier>match{$:/plugins/stobot/sticky/settings##delete-key}]\\\" variable=\\\"x\\\"><$action-setfield text={{{ [all[current]get[text]search-replace:g:<in>,<del>] }}}/></$list>\\n\\\\end\\n\\n\\\\define sticky-done(txt, log)\\n<$vars in=\\\"\\\"\\\"<<sticky-done \\\"$txt$\\\" \\\"$log$\\\">>\\\"\\\"\\\" out=\\\"\\\"\\\"<<sticky \\\"$txt$\\\">>\\\"\\\"\\\" del=\\\"$txt$\\\">\\n <$button class=\\\"tc-btn-invisible\\\" tooltip=\\\"$log$\\\" actions=<<sticky-done-actions>> ><span class=\\\"sticky-done\\\">{{$:/plugins/stobot/sticky/settings##char-checked}}&nbsp;$txt$</span>\\n </$button>\\n</$vars>\\n\\\\end\",\n \"type\": \"text/vnd.tiddlywiki\",\n \"title\": \"$:/plugins/stobot/sticky/macros\",\n \"tags\": \"$:/tags/Macro\",\n \"modified\": \"20210910141956780\",\n \"created\": \"20210904163541416\",\n \"caption\": \"Macros\"\n },\n \"$:/plugins/stobot/sticky/readme\": {\n \"created\": \"20210905213431293\",\n \"text\": \"Sticky Todo is intended as a lightweight addition to your task management toolbox within TiddlyWiki. It's for things that on paper you might add a sticky-note to. Some of those things can be handled in a minute, some of those things might be added to your formal task list. Because of that, the priorities with this plugin are:\\n\\n# ''Quickness to add to'' - must minimize the interruption to note taking\\n# ''Lightness of storage'' - no data to be stored outside the tiddler text area where notes are being taken\\n\\nMuch more documentation including a video walkthrough is available at [ext[https://stobot.github.io/sticky/]]\\n\\nFor questions or suggestions, I can be found as @stobot at [ext[https://talk.tiddlywiki.org/]] as well\\n\\nNote that I'm not an TiddlyWiki expert or software developer and offer no warranty, PLEASE BACKUP before / while using.\\n\",\n \"title\": \"$:/plugins/stobot/sticky/readme\",\n \"tags\": \"\",\n \"modified\": \"20210909180936147\"\n },\n \"$:/plugins/stobot/sticky/sidebar\": {\n \"created\": \"20210904212917036\",\n \"text\": \"<<sticky-sidebar>>\",\n \"title\": \"$:/plugins/stobot/sticky/sidebar\",\n \"tags\": \"$:/tags/SideBar\",\n \"modified\": \"20210908141427304\",\n \"caption\": \"Sticky\"\n },\n \"$:/plugins/stobot/sticky/stylesheet\": {\n \"created\": \"20210905133826739\",\n \"text\": \".sticky-table {\\n border: none;\\n}\\n\\n.sticky-table td, th {\\n border: 1px solid gainsboro;\\n}\\n\\n.sticky-table-invisible {\\n border: none;\\n margin: 0;\\n}\\n\\n.sticky-table-invisible td {\\n border: none;\\n}\\n\\n.sticky-input {\\n width: 100%;\\n margin: 0;\\n padding: 4px 7px 4px 7px;\\n border: 1px solid gainsboro;\\n}\\n\\n.sticky-input-short {\\n margin: 0;\\n padding: 4px 7px 4px 7px;\\n border: 1px solid gainsboro;\\n text-align: center;\\n}\\n\\n.sticky-active {\\n {{$:/plugins/stobot/sticky/settings##active-css}}\\n}\\n\\n.sticky-done {\\n {{$:/plugins/stobot/sticky/settings##done-css}}\\n}\",\n \"title\": \"$:/plugins/stobot/sticky/stylesheet\",\n \"tags\": \"$:/tags/Stylesheet\",\n \"modified\": \"20210909133642766\"\n },\n \"$:/plugins/stobot/sticky/ViewTemplate/sticky\": {\n \"text\": \"<$list filter=\\\"[all[current]!is[system]]\\\">\\n<br>\\n<<sticky-list>>\\n</$list>\",\n \"title\": \"$:/plugins/stobot/sticky/ViewTemplate/sticky\",\n \"tags\": \"$:/tags/ViewTemplate\",\n \"modified\": \"20210905213331957\",\n \"created\": \"20210904202555530\"\n },\n \"$:/config/shortcuts/sticky\": {\n \"created\": \"20210904200907917\",\n \"text\": \"ctrl-shift-Add\",\n \"title\": \"$:/config/shortcuts/sticky\",\n \"modified\": \"20210908182512048\"\n },\n \"$:/plugins/stobot/sticky/config\": {\n \"created\": \"20210905215007355\",\n \"text\": \"\\\\define style-actions(type)\\n<$list filter=\\\"[{$:/plugins/stobot/sticky/settings##$type$-style}match[line]]\\\">\\n <$action-setfield $tiddler=\\\"$:/plugins/stobot/sticky/settings\\\" $index=\\\"$type$-search\\\" $value={{$:/plugins/stobot/sticky/settings##line-search}} />\\n</$list>\\n<$list filter=\\\"[{$:/plugins/stobot/sticky/settings##$type$-style}match[trim]]\\\">\\n <$action-setfield $tiddler=\\\"$:/plugins/stobot/sticky/settings\\\" $index=\\\"$type$-search\\\" $value={{$:/plugins/stobot/sticky/settings##trim-search}} />\\n</$list>\\n<$list filter=\\\"[{$:/plugins/stobot/sticky/settings##$type$-style}match[todo]]\\\">\\n <$action-setfield $tiddler=\\\"$:/plugins/stobot/sticky/settings\\\" $index=\\\"$type$-search\\\" $value={{$:/plugins/stobot/sticky/settings##todo-search}} />\\n</$list>\\n<$list filter=\\\"[[$type$]match[sidebar]]\\\" variable=\\\"x\\\">\\n <$list filter=\\\"[{$:/plugins/stobot/sticky/settings##sidebar-style}match[none]]\\\" variable=\\\"x\\\">\\n <$action-setfield $tiddler=\\\"$:/plugins/stobot/sticky/sidebar\\\" tags=\\\"\\\" />\\n </$list>\\n <$list filter=\\\"[{$:/plugins/stobot/sticky/settings##sidebar-style}!match[none]]\\\" variable=\\\"x\\\">\\n <$list filter=\\\"[[$:/plugins/stobot/sticky/sidebar]!tag[$:/tags/SideBar]]\\\" variable=\\\"x\\\">\\n <$action-setfield $tiddler=\\\"$:/plugins/stobot/sticky/sidebar\\\" tags=\\\"$:/tags/SideBar\\\" />\\n </$list>\\n </$list>\\n</$list>\\n\\\\end\\n\\n\\\\define default-done-message() Congratulations, no stickies left!\\n\\n\\\\define default-done-tooltip() Completed: <<now \\\"YYYY-0MM-0DD hh12:0mm pm\\\">>\\n\\n\\\\define default-char-unchecked() &#x2610;\\n\\n\\\\define default-char-checked() &#x2612;\\n\\n\\\\define default-active-css() color: red; font-weight: 500;\\n\\n\\\\define default-done-css() font-weight: 500;\\n\\n\\\\define default-shortcut() ctrl-shift-Add\\n\\n\\\\define default-modifier() shift\\n\\n''Tiddler Bottom Summary''<br>\\n<$radio tiddler=\\\"$:/plugins/stobot/sticky/settings\\\" index=\\\"list-style\\\" value=\\\"none\\\" actions=<<style-actions \\\"list\\\">> > None</$radio>: This turns the in-tiddler list off<br>\\n<$radio tiddler=\\\"$:/plugins/stobot/sticky/settings\\\" index=\\\"list-style\\\" value=\\\"line\\\" actions=<<style-actions \\\"list\\\">> > Line</$radio>: This will show the whole line<br>\\n<$radio tiddler=\\\"$:/plugins/stobot/sticky/settings\\\" index=\\\"list-style\\\" value=\\\"trim\\\" actions=<<style-actions \\\"list\\\">> > Trim</$radio>: This will show the line trimmed<br>\\n<$radio tiddler=\\\"$:/plugins/stobot/sticky/settings\\\" index=\\\"list-style\\\" value=\\\"todo\\\" actions=<<style-actions \\\"list\\\">> > Todo</$radio>: This will show just the todo part<br>\\n\\n''Sidebar Summary''<br>\\n<$radio tiddler=\\\"$:/plugins/stobot/sticky/settings\\\" index=\\\"sidebar-style\\\" value=\\\"none\\\" actions=<<style-actions \\\"sidebar\\\">> > None</$radio>: This turns the sidebar off<br>\\n<$radio tiddler=\\\"$:/plugins/stobot/sticky/settings\\\" index=\\\"sidebar-style\\\" value=\\\"line\\\" actions=<<style-actions \\\"sidebar\\\">> > Line</$radio>: This will show the whole line<br>\\n<$radio tiddler=\\\"$:/plugins/stobot/sticky/settings\\\" index=\\\"sidebar-style\\\" value=\\\"trim\\\" actions=<<style-actions \\\"sidebar\\\">> > Trim</$radio>: This will show the line trimmed<br>\\n<$radio tiddler=\\\"$:/plugins/stobot/sticky/settings\\\" index=\\\"sidebar-style\\\" value=\\\"todo\\\" actions=<<style-actions \\\"sidebar\\\">> > Todo</$radio>: This will show just the todo part<br>\\n<$checkbox tiddler=\\\"$:/plugins/stobot/sticky/settings\\\" index=\\\"sidebar-searchbar\\\" checked=\\\"show\\\" unchecked=\\\"hide\\\"> Search bar: Show above sidebar summary</$checkbox>\\n\\n''Table Summary''<br>\\n<$radio tiddler=\\\"$:/plugins/stobot/sticky/settings\\\" index=\\\"table-style\\\" value=\\\"none\\\" actions=<<style-actions \\\"table\\\">> > None</$radio>: This turns table summaries off<br>\\n<$radio tiddler=\\\"$:/plugins/stobot/sticky/settings\\\" index=\\\"table-style\\\" value=\\\"line\\\" actions=<<style-actions \\\"table\\\">> > Line</$radio>: This will show the whole line<br>\\n<$radio tiddler=\\\"$:/plugins/stobot/sticky/settings\\\" index=\\\"table-style\\\" value=\\\"trim\\\" actions=<<style-actions \\\"table\\\">> > Trim</$radio>: This will show the line trimmed<br>\\n<$radio tiddler=\\\"$:/plugins/stobot/sticky/settings\\\" index=\\\"table-style\\\" value=\\\"todo\\\" actions=<<style-actions \\\"table\\\">> > Todo</$radio>: This will show just the todo part<br>\\n<$checkbox tiddler=\\\"$:/plugins/stobot/sticky/settings\\\" index=\\\"table-searchbar\\\" checked=\\\"show\\\" unchecked=\\\"hide\\\"> Search bar: Show above table summary</$checkbox>\\n\\n''Done Tooltip''<br>\\n<$edit-text tiddler=\\\"$:/plugins/stobot/sticky/settings\\\" index=\\\"done-tooltip\\\" tag=\\\"input\\\" class=\\\"sticky-input\\\"/>\\n<$list filter=\\\"[{$:/plugins/stobot/sticky/settings##done-tooltip}!match<default-done-tooltip>]\\\" variable=\\\"x\\\">\\n <$button>Restore\\n <$action-setfield $tiddler=\\\"$:/plugins/stobot/sticky/settings\\\" $index=\\\"done-tooltip\\\" $value=<<default-done-tooltip>> />\\n </$button>\\n</$list>\\n\\n''Checkbox Character(s)''<br>\\n<table class=\\\"sticky-table-invisible\\\">\\n<tr>\\n<td>Active</td>\\n<td><$edit-text tiddler=\\\"$:/plugins/stobot/sticky/settings\\\" index=\\\"char-unchecked\\\" tag=\\\"input\\\" class=\\\"sticky-input-short\\\" size=\\\"6\\\"/></td>\\n<td>{{$:/plugins/stobot/sticky/settings##char-unchecked}}</td>\\n<td>\\n<$list filter=\\\"[{$:/plugins/stobot/sticky/settings##char-unchecked}!match<default-char-unchecked>]\\\" variable=\\\"x\\\">\\n <$button>Restore\\n <$action-setfield $tiddler=\\\"$:/plugins/stobot/sticky/settings\\\" $index=\\\"char-unchecked\\\" $value=<<default-char-unchecked>> />\\n </$button>\\n</$list>\\n</td>\\n</tr>\\n<tr>\\n<td>Done</td>\\n<td><$edit-text tiddler=\\\"$:/plugins/stobot/sticky/settings\\\" index=\\\"char-checked\\\" tag=\\\"input\\\" class=\\\"sticky-input-short\\\" size=\\\"6\\\"/></td>\\n<td>{{$:/plugins/stobot/sticky/settings##char-checked}}</td>\\n<td>\\n<$list filter=\\\"[{$:/plugins/stobot/sticky/settings##char-checked}!match<default-char-checked>]\\\" variable=\\\"x\\\">\\n <$button>Restore\\n <$action-setfield $tiddler=\\\"$:/plugins/stobot/sticky/settings\\\" $index=\\\"char-checked\\\" $value=<<default-char-checked>> />\\n </$button>\\n</$list>\\n</td>\\n</tr>\\n</table>\\n\\n''Sticky Formatting'' ([ext[help|https://www.w3schools.com/css/css_text.asp]])<br>\\n<table class=\\\"sticky-table-invisible\\\">\\n<tr>\\n<td>Active</td>\\n<td><$edit-text tiddler=\\\"$:/plugins/stobot/sticky/settings\\\" index=\\\"active-css\\\" tag=\\\"input\\\" class=\\\"sticky-input-short\\\" size=\\\"30\\\"/></td>\\n<td><span style={{$:/plugins/stobot/sticky/settings##active-css}}>Sample active todo</span></td>\\n<td>\\n<$list filter=\\\"[{$:/plugins/stobot/sticky/settings##active-css}!match<default-active-css>]\\\" variable=\\\"x\\\">\\n <$button>Restore\\n <$action-setfield $tiddler=\\\"$:/plugins/stobot/sticky/settings\\\" $index=\\\"active-css\\\" $value=<<default-active-css>> />\\n </$button>\\n</$list>\\n</td>\\n</tr>\\n<tr>\\n<td>Done</td>\\n<td><$edit-text tiddler=\\\"$:/plugins/stobot/sticky/settings\\\" index=\\\"done-css\\\" tag=\\\"input\\\" class=\\\"sticky-input-short\\\" size=\\\"30\\\"/></td>\\n<td><span style={{$:/plugins/stobot/sticky/settings##done-css}}>Sample done todo</span></td>\\n<td>\\n<$list filter=\\\"[{$:/plugins/stobot/sticky/settings##done-css}!match<default-done-css>]\\\" variable=\\\"x\\\">\\n <$button>Restore\\n <$action-setfield $tiddler=\\\"$:/plugins/stobot/sticky/settings\\\" $index=\\\"done-css\\\" $value=<<default-done-css>> />\\n </$button>\\n</$list>\\n</td>\\n</tr>\\n</table>\\n\\n''Apply Sticky Shortcut Key''<br>\\nCurrently it's this key that applies the macro in edit-mode<br>\\n<$edit-text tiddler=\\\"$:/config/shortcuts/sticky\\\" tag=\\\"input\\\" class=\\\"sticky-input-short\\\" size=\\\"10\\\"/>\\n<$list filter=\\\"[{$:/config/shortcuts/sticky}!match<default-shortcut>]\\\" variable=\\\"x\\\">\\n<$button>Restore\\n <$action-setfield $tiddler=\\\"$:/config/shortcuts/sticky\\\" $value=<<default-shortcut>> />\\n</$button>\\n</$list>\\n [[click here to re-map|$:/core/ui/ControlPanel/KeyboardShortcuts]] (look for sticky)\\n\\n''Clear Sticky Modifier Key''<br>\\nInstead of marking a todo as complete or incomplete, you can clear the `<<sticky>>` piece by holding a modifier key(s) while you click it in view mode. <br>\\n<$edit-text tiddler=\\\"$:/plugins/stobot/sticky/settings\\\" index=\\\"delete-key\\\" tag=\\\"input\\\" class=\\\"sticky-input-short\\\" size=\\\"8\\\"/> \\n<$list filter=\\\"[{$:/plugins/stobot/sticky/settings##delete-key}!match<default-modifier>]\\\" variable=\\\"x\\\">\\n <$button>Restore\\n <$action-setfield $tiddler=\\\"$:/plugins/stobot/sticky/settings\\\" $index=\\\"delete-key\\\" $value=<<default-modifier>> />\\n </$button>\\n</$list>\\nFor more info, visit [ext[TiddlyWiki Docs|https://tiddlywiki.com/#modifier%20Variable]]\\n\\n''All-done Message''<br>\\n<$edit-text tiddler=\\\"$:/plugins/stobot/sticky/settings\\\" index=\\\"done-message\\\" tag=\\\"input\\\" class=\\\"sticky-input\\\"/>\\n<$list filter=\\\"[{$:/plugins/stobot/sticky/settings##done-message}!match<default-done-message>]\\\" variable=\\\"x\\\">\\n <$button>Restore\\n <$action-setfield $tiddler=\\\"$:/plugins/stobot/sticky/settings\\\" $index=\\\"done-message\\\" $value=<<default-done-message>> />\\n </$button>\\n</$list>\",\n \"title\": \"$:/plugins/stobot/sticky/config\",\n \"tags\": \"\",\n \"modified\": \"20210910143423190\"\n },\n \"$:/plugins/stobot/sticky/settings\": {\n \"created\": \"20210906134908678\",\n \"text\": \"list-style: trim\\nlist-search: ^\\\\W*?(\\\\w|\\\\<.*)\\ntable-style: trim\\ntable-search: ^\\\\W*?(\\\\w|\\\\<.*)\\ntable-searchbar: show\\nsidebar-style: trim\\nsidebar-search: ^\\\\W*?(\\\\w|\\\\<.*)\\nsidebar-searchbar: show\\nline-search: (.*)\\ntrim-search: ^\\\\W*?(\\\\w|\\\\<.*)\\ntodo-search: .*?(\\\\<\\\\<sticky\\\\s\\\".+?\\\"\\\\>\\\\>).*\\ndone-message: Congratulations, no stickies left!\\ndone-tooltip: Completed: <<now \\\"YYYY-0MM-0DD hh12:0mm pm\\\">>\\nchar-unchecked: &#x2610;\\nchar-checked: &#x2612;\\nactive-css: color: red; font-weight: 500;\\ndone-css: font-weight: 500;\\ndelete-key: shift\",\n \"type\": \"application/x-tiddler-dictionary\",\n \"title\": \"$:/plugins/stobot/sticky/settings\",\n \"tags\": \"\",\n \"modified\": \"20210910143434117\"\n }\n }\n}","version":"0.1.30","type":"application/json","title":"$:/plugins/stobot/sticky","source":"","plugin-type":"plugin","name":"Stickies","modified":"20211030150746534","list":"readme config","description":"Lightweight todo system","created":"20210905214035776","core-version":">=5.1.23","author":"stobot"}]