From 0b39addb3dcf040a507545496e5d9056fbc1335c Mon Sep 17 00:00:00 2001 From: akhater Date: Sat, 16 May 2020 20:44:36 +0300 Subject: [PATCH] v0.0.20 added support for simple todo items --- $__ak_plugins_DailyNotes.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/$__ak_plugins_DailyNotes.json b/$__ak_plugins_DailyNotes.json index 7ffc54c..dcc47ca 100644 --- a/$__ak_plugins_DailyNotes.json +++ b/$__ak_plugins_DailyNotes.json @@ -1 +1 @@ -[{"text":"{\n \"tiddlers\": {\n \"$:/ak/plugins/DailyNotes/change.log\": {\n \"created\": \"20200510091859948\",\n \"text\": \"''v0.0.20'' - 2020-05-16\\n\\n* Added support for simple Todo items by writing /todo command to the input box\\n\\n''v0.0.18'' - 2020-05-13\\n\\n* Added toolbar button for easy access (enable it from the control panel)\\n* Minor but fixes\\n\\n''v0.0.15'' - 2020-05-11\\n\\n* Visual Tweaks\\n* inline Edit of entries\\n\\n''v0.0.11'' - 2020-05-11\\n\\n* Recoded from scratch\\n* Cleaner code\\n* Delete Icon just shows on hover\\n* Different Icons for expanded and non expanded entries\\n* Cleaner Daily Note tiddler easier to manually edit \\n\\n''v0.0.6'' - 2020-05-10\\n\\n* Added a way to see older Daily Notes\\n\\n''v0.0.4'' - 2020-05-10\\n\\n* Initial Release\",\n \"tags\": \"\",\n \"title\": \"$:/ak/plugins/DailyNotes/change.log\",\n \"modified\": \"20200516173546792\"\n },\n \"$:/ak/plugins/DailyNotes/ui/capture\": {\n \"created\": \"20200509164956768\",\n \"text\": \"\\\\define get-origEntry() $(entryTime)$~$(entryAction)$$(entryData)$
\\n\\\\define get-edittedEntry() $(trimmedEdittedEntry)$
\\n\\\\define get-TodoIndex() $(today)$~$(entryTime)$$(entryData)$\\n\\\\define get-TodoAdd() /todo $(add)$\\n\\n\\\\define listNotTodo()\\n
<>
\\n\\\\end\\n\\n\\\\define show-deleteButton() \\n<$button class=<> tooltip=\\\"Delete Entry\\\" set={{$:/ak/plugins/DailyNotes/DN-Selection}} setTo={{{ [splitjoin[]] }}} >\\n {{$:/core/images/delete-button}}\\n\\n\\\\end\\n\\n\\\\define start-entryEdit()\\n<$action-setfield $tiddler=\\\"$:/temp/DN-editEntry/$(entryData)$\\\" text=\\\"$(entryTime)$~$(entryAction)$$(entryData)$\\\" /> \\n\\\\end\\n\\n\\\\define end-entryEdit()\\n<$set name=edittedEntry tiddler=\\\"$:/temp/DN-editEntry/$(entryData)$\\\">\\n <$set name=\\\"trimmedEdittedEntry\\\" value={{{ [trim[]] }}} > \\n <$action-setfield $tiddler={{$:/ak/plugins/DailyNotes/DN-Selection}} $field=\\\"text\\\" $value={{{ [splitjoin] }}} />\\n \\n\\n\\\\end\\n\\n\\\\define show-editButton() \\n<$vars state=<> >\\n \\n <$checkbox tiddler=<> field=\\\"text\\\" checked=\\\"edit\\\" unchecked=\\\"\\\" uncheckactions=<> checkactions=<> class=\\\"DN-check-edit\\\">{{$:/core/images/edit-button}}\\n \\n <$reveal state=<> type=\\\"match\\\" text=\\\"edit\\\">\\n
\\n <$edit-text tiddler=\\\"$:/temp/DN-editEntry/$(entryData)$\\\" field=\\\"text\\\" class=\\\"tc-edit-texteditor\\\" tag=input />\\n
\\n \\n\\n\\\\end\\n\\n\\\\define DN_ifTiddlerNotExists()\\n<$button class=<> tooltip=\\\"Expand Entry\\\" >\\n {{$:/core/images/clone-button}}\\n <$action-createtiddler $basetitle=<> text=\\\"\\\"\\\"[[$(today)$]] @ $(entryTime)$\\\"\\\"\\\" />\\n <$action-sendmessage $message=\\\"tm-edit-tiddler\\\" $param=<> />\\n\\n<> <> <> <>
\\n\\\\end\\n\\n\\\\define DN_ifTiddlerExists()\\n<$list filter=\\\"[title] +[has[title]]\\\" emptyMessage=<> >\\n <$button class=<> tooltip=\\\"Zoom to Entry\\\" >\\n {{$:/core/images/link}}\\n <$action-navigate $to=<> />\\n <> <> <> <>
\\n\\n\\\\end\\n\\n\\\\define show-entryData() \\n<$list filter=\\\"[!is[blank]]\\\" >\\n <$checkbox tiddler=\\\"$:/ak/plugins/DailyNotes/todoStatus\\\" index=<> checked=\\\"checked\\\" unchecked=\\\"\\\" default=\\\"\\\"> <> \\n\\n<$list filter=\\\"[is[blank]]\\\" >\\n <>\\n\\n\\\\end\\n\\n\\\\define get-updatedText() $(currentContent)$''$(timestamp)$''~$(add)$
\\n\\n\\\\define entry-notTodo()\\n<$action-setfield $tiddler=<> text=<> /> \\n<$fieldmangler tiddler=<> >\\n <$action-sendmessage $message=\\\"tm-add-tag\\\" $param=\\\"DailyNotes\\\" /> \\n\\n<$action-deletefield $tiddler=\\\"$:/temp/Append\\\" newEntry />\\n<$action-setfield $tiddler=\\\"$:/ak/plugins/DailyNotes/DN-Selection\\\" text=<> />\\n\\\\end\\n\\n<$set name=today value=<> >\\n

<> <$button class=\\\"tc-btn-invisible\\\" tooltip=\\\"Manually edit Today's notes\\\">{{$:/core/images/edit-button}}<$action-sendmessage $message=\\\"tm-edit-tiddler\\\" $param=<> />

\\n <$keyboard key=\\\"enter\\\"> \\n <$edit-text class=\\\"dn-input input-large\\\" tiddler=\\\"$:/temp/Append\\\" field=\\\"newEntry\\\" placeholder=\\\"Free your mind, dump it here...\\\" focus=\\\"true\\\"/>\\n \\n <$set name=\\\"timestamp\\\" value=<> >\\n <$set name=currentContent tiddler=<> >\\n <$set name=\\\"add\\\" value={{{ [{$:/temp/Append!!newEntry}trim[]] }}} >\\n <$list filter=\\\"[regexp[/todo(?i)]]\\\" variable=result emptyMessage=<> >\\n <$vars add = {{{ [split[/todo]trim[]join[ ]trim[]] }}}>\\n <$vars add=<> >\\n <$action-setfield $tiddler=<> text=<> /> \\n <$fieldmangler tiddler=<> >\\n <$action-sendmessage $message=\\\"tm-add-tag\\\" $param=\\\"DailyNotes\\\" /> \\n \\n <$action-deletefield $tiddler=\\\"$:/temp/Append\\\" newEntry />\\n <$action-setfield $tiddler=\\\"$:/ak/plugins/DailyNotes/DN-Selection\\\" text=<> />\\n \\n \\n \\n \\n \\n \\n \\n\\n

Entries of the: \\n <$select tiddler=\\\"$:/ak/plugins/DailyNotes/DN-Selection\\\" default=\\\"\\\" > \\n <$list filter='[all[]tag[DailyNotes]!sort[title]]' > \\n \\n \\n \\n

\\n <$set name=currentContent tiddler=<> >\\n <$set name=Content tiddler={{$:/ak/plugins/DailyNotes/DN-Selection}} emptyValue=\\\"\\\" >\\n <$list filter=\\\"[split[
]!is[blank]]\\\" variable=\\\"entry\\\">\\n <$vars entryTime={{{ [split[~]first[]trim[]] }}} entryData={{{ [split[~]butfirst[]trim[]] }}} >\\n <$list filter=\\\"[regexp[/todo(?i)]]\\\" variable=result emptyMessage=<> >\\n <$vars entryData = {{{ [split[/todo]trim[]join[]trim[]] }}} entryAction=\\\"/todo \\\">\\n
<>
\\n \\n \\n \\n \\n \\n \\n\\n\",\n \"bag\": \"default\",\n \"revision\": \"25\",\n \"type\": \"text/vnd.tiddlywiki\",\n \"title\": \"$:/ak/plugins/DailyNotes/ui/capture\",\n \"tags\": \"\",\n \"modified\": \"20200516172448448\",\n \"caption\": \"Daily Notes\"\n },\n \"$:/config/ShortcutInfo/DailyNotes\": {\n \"created\": \"20200509171443220\",\n \"text\": \"Calls the Daily Notes Tiddler\",\n \"tags\": \"\",\n \"title\": \"$:/config/ShortcutInfo/DailyNotes\",\n \"modified\": \"20200509171522039\"\n },\n \"$:/ak/plugins/DailyNotes/readme\": {\n \"created\": \"20200510092225619\",\n \"text\": \"[[Daily Notes|https://github.com/akhater/Daily-Notes-for-TW5]] brings interstitial journaling to TiddlyWiki\\n\\n''Usage''\\n\\n* Keyboard shortcut Alt+Q by default\\n* Create a tiddler and put the below in it to show the interface without shortcut (e.g. for mobile use)\\n** `` {{$:/ak/plugins/DailyNotes/ui/capture}} ``\\n\",\n \"tags\": \"\",\n \"title\": \"$:/ak/plugins/DailyNotes/readme\",\n \"modified\": \"20200510092554773\",\n \"type\": \"text/vnd.tiddlywiki\",\n \"revision\": \"48\",\n \"bag\": \"default\"\n },\n \"$:/config/shortcuts/DailyNotes\": {\n \"created\": \"20200509171534672\",\n \"text\": \"alt+q\",\n \"tags\": \"\",\n \"title\": \"$:/config/shortcuts/DailyNotes\",\n \"modified\": \"20200509171556646\"\n },\n \"$:/ak/plugins/DailyNotes/KBshortcut\": {\n \"created\": \"20200509171745928\",\n \"text\": \"<$navigator story=\\\"$:/StoryList\\\" history=\\\"$:/HistoryList\\\">\\n <$action-navigate $to=\\\"$:/ak/plugins/DailyNotes/ui/capture\\\"/>\\n\\n\",\n \"tags\": \"$:/tags/KeyboardShortcut\",\n \"title\": \"$:/ak/plugins/DailyNotes/KBshortcut\",\n \"modified\": \"20200510091739105\",\n \"key\": \"((DailyNotes))\"\n },\n \"$:/ak/plugins/DailyNotes/stylesheet\": {\n \"created\": \"20200509183459884\",\n \"text\": \"input.dn-input.input-large { width: 100%; padding: .5em 1em; font-size: 1.1em; }\\n.dn-label { display: block; text-align: right; font-size: .8em; opacity: .6; }\\ninput.dn-input:focus { border-color: rgb(255, 201, 102); }\\n\\n.DN-entries .DN-deleteButton { \\n opacity: 0; \\n}\\n\\n.DN-entries:hover .DN-deleteButton { \\n opacity: 1; \\n fill: grey;\\n}\\n\\n.DN-entries:hover .DN-deleteButton:hover { \\nfill: #c70000 ; \\n}\\n\\n.DN-entries .DN-editButton { \\nopacity: 0; \\n}\\n\\n\\n.DN-entries:hover .DN-editButton { \\nopacity: 1; \\n}\\n\\n.DN-editButton:hover { \\nfill: #228c22 ; \\n}\\n\\n.DN-check-edit input{display:none;}\\n.DN-check-edit svg{fill:grey;height:1em;width:1em;curser:pointer;}\\n.DN-check-edit:hover svg{ fill:green; }\",\n \"bag\": \"default\",\n \"revision\": \"32\",\n \"type\": \"text/css\",\n \"title\": \"$:/ak/plugins/DailyNotes/stylesheet\",\n \"tags\": \"$:/tags/Stylesheet\",\n \"modified\": \"20200511165058276\"\n },\n \"$:/ak/plugins/DailyNotes/buttons/open-DailyNotes\": {\n \"text\": \"\\\\whitespace trim\\n\\\\define control-panel-button(class)\\n<$button to=\\\"$:/ak/plugins/DailyNotes/ui/capture\\\" tooltip=\\\"Open Daily Notes\\\" aria-label=\\\"Open Daily Notes\\\" class=\\\"\\\"\\\"$(tv-config-toolbar-class)$ $class$\\\"\\\"\\\">\\n<$list filter=\\\"[match[yes]]\\\">\\n{{$:/ak/plugins/DailyNotes/images/journal-icon}}\\n\\n<$list filter=\\\"[match[yes]]\\\">\\n<$text text=\\\"Open Daily Notes\\\"/>\\n\\n\\n\\\\end\\n\\n<$list filter=\\\"[list[$:/StoryList]] +[field:title[$:/ak/plugins/DailyNotes/ui/capture]]\\\" emptyMessage=<>>\\n<>\\n\",\n \"bag\": \"default\",\n \"revision\": \"7\",\n \"type\": \"text/vnd.tiddlywiki\",\n \"title\": \"$:/ak/plugins/DailyNotes/buttons/open-DailyNotes\",\n \"tags\": \"$:/tags/PageControls\",\n \"modified\": \"20200513065825393\",\n \"description\": \"Opens Daily Notes\",\n \"created\": \"20200512053105188\",\n \"caption\": \"{{$:/ak/plugins/DailyNotes/images/journal-icon}} Daily Notes\"\n },\n \"$:/ak/plugins/DailyNotes/images/journal-icon\": {\n \"text\": \"\\n \\n\",\n \"bag\": \"default\",\n \"revision\": \"5\",\n \"type\": \"text/vnd.tiddlywiki\",\n \"title\": \"$:/ak/plugins/DailyNotes/images/journal-icon\",\n \"tags\": \"\",\n \"modified\": \"20200513070135038\",\n \"created\": \"20200511213348318\"\n },\n \"$:/ak/plugins/DailyNotes/DN-Selection\": {\n \"created\": \"20200513073752237\",\n \"text\": \"2020-05-16\",\n \"bag\": \"default\",\n \"revision\": \"44\",\n \"type\": \"text/vnd.tiddlywiki\",\n \"title\": \"$:/ak/plugins/DailyNotes/DN-Selection\",\n \"modified\": \"20200516173159175\"\n }\n }\n}","bag":"default","revision":"2","version":"0.0.20","type":"application/json","title":"$:/ak/plugins/DailyNotes","plugin-type":"plugin","name":"DailyNotes","modified":"20200516173556945","list":"readme change.log","description":"Interstitial Journaling Plugin","created":"20200509172404131"}] \ No newline at end of file +[{"created":"20200509172404131","text":"{\n \"tiddlers\": {\n \"$:/ak/plugins/DailyNotes/change.log\": {\n \"created\": \"20200510091859948\",\n \"text\": \"''v0.0.20'' - 2020-05-16\\n\\n* Added support for simple Todo items by writing /todo command to the input box\\n\\n''v0.0.18'' - 2020-05-13\\n\\n* Added toolbar button for easy access (enable it from the control panel)\\n* Minor but fixes\\n\\n''v0.0.15'' - 2020-05-11\\n\\n* Visual Tweaks\\n* inline Edit of entries\\n\\n''v0.0.11'' - 2020-05-11\\n\\n* Recoded from scratch\\n* Cleaner code\\n* Delete Icon just shows on hover\\n* Different Icons for expanded and non expanded entries\\n* Cleaner Daily Note tiddler easier to manually edit \\n\\n''v0.0.6'' - 2020-05-10\\n\\n* Added a way to see older Daily Notes\\n\\n''v0.0.4'' - 2020-05-10\\n\\n* Initial Release\",\n \"tags\": \"\",\n \"title\": \"$:/ak/plugins/DailyNotes/change.log\",\n \"modified\": \"20200516173546792\"\n },\n \"$:/ak/plugins/DailyNotes/ui/capture\": {\n \"created\": \"20200509164956768\",\n \"text\": \"\\\\define get-origEntry() $(entryTime)$~$(entryAction)$$(entryData)$
\\n\\\\define get-edittedEntry() $(trimmedEdittedEntry)$
\\n\\\\define get-TodoIndex() $(today)$~$(entryTime)$$(entryData)$\\n\\\\define get-TodoAdd() /todo $(add)$\\n\\n\\\\define listNotTodo()\\n
<>
\\n\\\\end\\n\\n\\\\define show-deleteButton() \\n<$button class=<> tooltip=\\\"Delete Entry\\\" set={{$:/ak/plugins/DailyNotes/DN-Selection}} setTo={{{ [splitjoin[]] }}} >\\n {{$:/core/images/delete-button}}\\n\\n\\\\end\\n\\n\\\\define start-entryEdit()\\n<$action-setfield $tiddler=\\\"$:/temp/DN-editEntry/$(entryData)$\\\" text=\\\"$(entryTime)$~$(entryAction)$$(entryData)$\\\" /> \\n\\\\end\\n\\n\\\\define end-entryEdit()\\n<$set name=edittedEntry tiddler=\\\"$:/temp/DN-editEntry/$(entryData)$\\\">\\n <$set name=\\\"trimmedEdittedEntry\\\" value={{{ [trim[]] }}} > \\n <$action-setfield $tiddler={{$:/ak/plugins/DailyNotes/DN-Selection}} $field=\\\"text\\\" $value={{{ [splitjoin] }}} />\\n \\n\\n\\\\end\\n\\n\\\\define show-editButton() \\n<$vars state=<> >\\n \\n <$checkbox tiddler=<> field=\\\"text\\\" checked=\\\"edit\\\" unchecked=\\\"\\\" uncheckactions=<> checkactions=<> class=\\\"DN-check-edit\\\">{{$:/core/images/edit-button}}\\n \\n <$reveal state=<> type=\\\"match\\\" text=\\\"edit\\\">\\n
\\n <$edit-text tiddler=\\\"$:/temp/DN-editEntry/$(entryData)$\\\" field=\\\"text\\\" class=\\\"tc-edit-texteditor\\\" tag=input />\\n
\\n \\n\\n\\\\end\\n\\n\\\\define DN_ifTiddlerNotExists()\\n<$button class=<> tooltip=\\\"Expand Entry\\\" >\\n {{$:/core/images/clone-button}}\\n <$action-createtiddler $basetitle=<> text=\\\"\\\"\\\"[[$(today)$]] @ $(entryTime)$\\\"\\\"\\\" />\\n <$action-sendmessage $message=\\\"tm-edit-tiddler\\\" $param=<> />\\n\\n<> <> <> <>
\\n\\\\end\\n\\n\\\\define DN_ifTiddlerExists()\\n<$list filter=\\\"[title] +[has[title]]\\\" emptyMessage=<> >\\n <$button class=<> tooltip=\\\"Zoom to Entry\\\" >\\n {{$:/core/images/link}}\\n <$action-navigate $to=<> />\\n <> <> <> <>
\\n\\n\\\\end\\n\\n\\\\define show-entryData() \\n<$list filter=\\\"[!is[blank]]\\\" >\\n <$checkbox tiddler=\\\"$:/ak/plugins/DailyNotes/todoStatus\\\" index=<> checked=\\\"checked\\\" unchecked=\\\"\\\" default=\\\"\\\"> <> \\n\\n<$list filter=\\\"[is[blank]]\\\" >\\n <>\\n\\n\\\\end\\n\\n\\\\define get-updatedText() $(currentContent)$''$(timestamp)$''~$(add)$
\\n\\n\\\\define entry-notTodo()\\n<$action-setfield $tiddler=<> text=<> /> \\n<$fieldmangler tiddler=<> >\\n <$action-sendmessage $message=\\\"tm-add-tag\\\" $param=\\\"DailyNotes\\\" /> \\n\\n<$action-deletefield $tiddler=\\\"$:/temp/Append\\\" newEntry />\\n<$action-setfield $tiddler=\\\"$:/ak/plugins/DailyNotes/DN-Selection\\\" text=<> />\\n\\\\end\\n\\n<$set name=today value=<> >\\n

<> <$button class=\\\"tc-btn-invisible\\\" tooltip=\\\"Manually edit Today's notes\\\">{{$:/core/images/edit-button}}<$action-sendmessage $message=\\\"tm-edit-tiddler\\\" $param=<> />

\\n <$keyboard key=\\\"enter\\\"> \\n <$edit-text class=\\\"dn-input input-large\\\" tiddler=\\\"$:/temp/Append\\\" field=\\\"newEntry\\\" placeholder=\\\"Free your mind, dump it here...\\\" focus=\\\"true\\\"/>\\n \\n <$set name=\\\"timestamp\\\" value=<> >\\n <$set name=currentContent tiddler=<> >\\n <$set name=\\\"add\\\" value={{{ [{$:/temp/Append!!newEntry}trim[]] }}} >\\n <$list filter=\\\"[regexp[/todo(?i)]]\\\" variable=result emptyMessage=<> >\\n <$vars add = {{{ [split[/todo]trim[]join[ ]trim[]] }}}>\\n <$vars add=<> >\\n <$action-setfield $tiddler=<> text=<> /> \\n <$fieldmangler tiddler=<> >\\n <$action-sendmessage $message=\\\"tm-add-tag\\\" $param=\\\"DailyNotes\\\" /> \\n \\n <$action-deletefield $tiddler=\\\"$:/temp/Append\\\" newEntry />\\n <$action-setfield $tiddler=\\\"$:/ak/plugins/DailyNotes/DN-Selection\\\" text=<> />\\n \\n \\n \\n \\n \\n \\n \\n\\n

Entries of the: \\n <$select tiddler=\\\"$:/ak/plugins/DailyNotes/DN-Selection\\\" default=\\\"\\\" > \\n <$list filter='[all[]tag[DailyNotes]!sort[title]]' > \\n \\n \\n \\n

\\n <$set name=currentContent tiddler=<> >\\n <$set name=Content tiddler={{$:/ak/plugins/DailyNotes/DN-Selection}} emptyValue=\\\"\\\" >\\n <$list filter=\\\"[split[
]!is[blank]]\\\" variable=\\\"entry\\\">\\n <$vars entryTime={{{ [split[~]first[]trim[]] }}} entryData={{{ [split[~]butfirst[]trim[]] }}} >\\n <$list filter=\\\"[regexp[/todo(?i)]]\\\" variable=result emptyMessage=<> >\\n <$vars entryData = {{{ [split[/todo]trim[]join[]trim[]] }}} entryAction=\\\"/todo \\\">\\n
<>
\\n \\n \\n \\n \\n \\n \\n\\n\",\n \"bag\": \"default\",\n \"revision\": \"25\",\n \"type\": \"text/vnd.tiddlywiki\",\n \"title\": \"$:/ak/plugins/DailyNotes/ui/capture\",\n \"tags\": \"\",\n \"modified\": \"20200516172448448\",\n \"caption\": \"Daily Notes\"\n },\n \"$:/config/ShortcutInfo/DailyNotes\": {\n \"created\": \"20200509171443220\",\n \"text\": \"Calls the Daily Notes Tiddler\",\n \"tags\": \"\",\n \"title\": \"$:/config/ShortcutInfo/DailyNotes\",\n \"modified\": \"20200509171522039\"\n },\n \"$:/ak/plugins/DailyNotes/readme\": {\n \"created\": \"20200510092225619\",\n \"text\": \"[[Daily Notes|https://github.com/akhater/Daily-Notes-for-TW5]] brings interstitial journaling to TiddlyWiki\\n\\n''Usage''\\n\\n* Keyboard shortcut Alt+Q by default\\n* Create a tiddler and put the below in it to show the interface without shortcut (e.g. for mobile use)\\n** `` {{$:/ak/plugins/DailyNotes/ui/capture}} ``\\n* To add a todo item simply add ``/todo`` to your entry \\n\",\n \"tags\": \"\",\n \"title\": \"$:/ak/plugins/DailyNotes/readme\",\n \"modified\": \"20200516174200664\",\n \"type\": \"text/vnd.tiddlywiki\",\n \"revision\": \"48\",\n \"bag\": \"default\"\n },\n \"$:/config/shortcuts/DailyNotes\": {\n \"created\": \"20200509171534672\",\n \"text\": \"alt+q\",\n \"tags\": \"\",\n \"title\": \"$:/config/shortcuts/DailyNotes\",\n \"modified\": \"20200509171556646\"\n },\n \"$:/ak/plugins/DailyNotes/KBshortcut\": {\n \"created\": \"20200509171745928\",\n \"text\": \"<$navigator story=\\\"$:/StoryList\\\" history=\\\"$:/HistoryList\\\">\\n <$action-navigate $to=\\\"$:/ak/plugins/DailyNotes/ui/capture\\\"/>\\n\\n\",\n \"tags\": \"$:/tags/KeyboardShortcut\",\n \"title\": \"$:/ak/plugins/DailyNotes/KBshortcut\",\n \"modified\": \"20200510091739105\",\n \"key\": \"((DailyNotes))\"\n },\n \"$:/ak/plugins/DailyNotes/stylesheet\": {\n \"created\": \"20200509183459884\",\n \"text\": \"input.dn-input.input-large { width: 100%; padding: .5em 1em; font-size: 1.1em; }\\n.dn-label { display: block; text-align: right; font-size: .8em; opacity: .6; }\\ninput.dn-input:focus { border-color: rgb(255, 201, 102); }\\n\\n.DN-entries .DN-deleteButton { \\n opacity: 0; \\n}\\n\\n.DN-entries:hover .DN-deleteButton { \\n opacity: 1; \\n fill: grey;\\n}\\n\\n.DN-entries:hover .DN-deleteButton:hover { \\nfill: #c70000 ; \\n}\\n\\n.DN-entries .DN-editButton { \\nopacity: 0; \\n}\\n\\n\\n.DN-entries:hover .DN-editButton { \\nopacity: 1; \\n}\\n\\n.DN-editButton:hover { \\nfill: #228c22 ; \\n}\\n\\n.DN-check-edit input{display:none;}\\n.DN-check-edit svg{fill:grey;height:1em;width:1em;curser:pointer;}\\n.DN-check-edit:hover svg{ fill:green; }\",\n \"bag\": \"default\",\n \"revision\": \"32\",\n \"type\": \"text/css\",\n \"title\": \"$:/ak/plugins/DailyNotes/stylesheet\",\n \"tags\": \"$:/tags/Stylesheet\",\n \"modified\": \"20200511165058276\"\n },\n \"$:/ak/plugins/DailyNotes/buttons/open-DailyNotes\": {\n \"text\": \"\\\\whitespace trim\\n\\\\define control-panel-button(class)\\n<$button to=\\\"$:/ak/plugins/DailyNotes/ui/capture\\\" tooltip=\\\"Open Daily Notes\\\" aria-label=\\\"Open Daily Notes\\\" class=\\\"\\\"\\\"$(tv-config-toolbar-class)$ $class$\\\"\\\"\\\">\\n<$list filter=\\\"[match[yes]]\\\">\\n{{$:/ak/plugins/DailyNotes/images/journal-icon}}\\n\\n<$list filter=\\\"[match[yes]]\\\">\\n<$text text=\\\"Open Daily Notes\\\"/>\\n\\n\\n\\\\end\\n\\n<$list filter=\\\"[list[$:/StoryList]] +[field:title[$:/ak/plugins/DailyNotes/ui/capture]]\\\" emptyMessage=<>>\\n<>\\n\",\n \"bag\": \"default\",\n \"revision\": \"7\",\n \"type\": \"text/vnd.tiddlywiki\",\n \"title\": \"$:/ak/plugins/DailyNotes/buttons/open-DailyNotes\",\n \"tags\": \"$:/tags/PageControls\",\n \"modified\": \"20200513065825393\",\n \"description\": \"Opens Daily Notes\",\n \"created\": \"20200512053105188\",\n \"caption\": \"{{$:/ak/plugins/DailyNotes/images/journal-icon}} Daily Notes\"\n },\n \"$:/ak/plugins/DailyNotes/images/journal-icon\": {\n \"text\": \"\\n \\n\",\n \"bag\": \"default\",\n \"revision\": \"5\",\n \"type\": \"text/vnd.tiddlywiki\",\n \"title\": \"$:/ak/plugins/DailyNotes/images/journal-icon\",\n \"tags\": \"\",\n \"modified\": \"20200513070135038\",\n \"created\": \"20200511213348318\"\n },\n \"$:/ak/plugins/DailyNotes/DN-Selection\": {\n \"created\": \"20200513073752237\",\n \"text\": \"2020-05-16\",\n \"bag\": \"default\",\n \"revision\": \"44\",\n \"type\": \"text/vnd.tiddlywiki\",\n \"title\": \"$:/ak/plugins/DailyNotes/DN-Selection\",\n \"modified\": \"20200516173159175\"\n }\n }\n}","bag":"default","revision":"2","version":"0.0.20","type":"application/json","title":"$:/ak/plugins/DailyNotes","plugin-type":"plugin","name":"DailyNotes","modified":"20200516174218926","list":"readme change.log","description":"Interstitial Journaling Plugin"}] \ No newline at end of file