[{"title":"GettingStarted","text":"\\define create-toc()\n<$action-setfield $tiddler=\"TableOfContents\" list-after=\"$:/core/ui/SideBar/Open\" caption=\"{{$:/language/SideBar/Contents/Caption}}\" \ntext=\"\"\"<div class=\"tc-table-of-contents\">\n\n<<toc-selective-expandable 'TableOfContents'>>\n\n</div>\"\"\"/>\n\\end\n\\define create-todos()\n<$action-setfield $tiddler=\"TaskDraggableTemplate\" text=\"\"\"<$checkbox tag=\"done\"> <$link to={{!!title}}><$view field=\"title\"/></$link></$checkbox>\"\"\"/>\n<$action-setfield $tiddler=\"Tasks\" \ntext=\"\"\"!! Outstanding tasks\n\n<$button>\n<$action-sendmessage $message=\"tm-new-tiddler\" title=\"New Task\" tags=\"task\" />New Task\n</$button>\n\n//Drag the tasks to re-order them//\n\n<<list-tagged-draggable tag:\"task\" subFilter:\"!has[draft.of]!tag[done]\" itemTemplate:\"TaskDraggableTemplate\" emptyMessage:\"You don't have any active tasks\">>\n\n!! Completed tasks\n\n//(Listed in reverse order of completion)//\n\n<$list filter=\"[!has[draft.of]tag[task]tag[done]sort[created]]\">\n<div>\n<$checkbox tag=\"done\"> ~~<$link to={{!!title}}><$view field=\"title\"/></$link>~~</$checkbox>\n</div>\n</$list>\n\"\"\"/>\n<$action-navigate $to=\"Tasks\"/>\n\\end\n\\define lingo-base() $:/language/ControlPanel/Basics/\nWelcome to ~TiddlyWiki and the ~TiddlyWiki community\n\nBefore you start storing important information in ~TiddlyWiki it is vital to make sure that you can reliably save changes. See https://tiddlywiki.com/#GettingStarted for details\n\n!! Set up this ~TiddlyWiki\n\n<div class=\"tc-control-panel\">\n\n|<$link to=\"$:/SiteTitle\"><<lingo Title/Prompt>></$link> |<$edit-text tiddler=\"$:/SiteTitle\" default=\"\" tag=\"input\"/> |\n|<$link to=\"$:/SiteSubtitle\"><<lingo Subtitle/Prompt>></$link> |<$edit-text tiddler=\"$:/SiteSubtitle\" default=\"\" tag=\"input\"/> |\n|<$link to=\"$:/DefaultTiddlers\"><<lingo DefaultTiddlers/Prompt>></$link> |<<lingo DefaultTiddlers/TopHint>><br> <$edit tag=\"textarea\" tiddler=\"$:/DefaultTiddlers\"/><br>//<<lingo DefaultTiddlers/BottomHint>>// |\n</div>\n\n!! More Options\n\n!!! Show Home button \n\n<<<\n<$checkbox tiddler=\"$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/home\" checked=\"show\" unchecked=\"hide\" field=\"text\"/> Check this box to show the Home button in the sidebar\n\n<$reveal state=\"$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/home\" type=\"match\" text=\"show\">\nMore page buttons can be found in the right sideaber ''Tools'' tab\n</$reveal>\n<<<\n\n!!! Show Journal button\n\n<<<\n<$checkbox tiddler=\"$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/new-journal\" checked=\"show\" unchecked=\"hide\" field=\"text\"/> Check this box to show the Joournal button in the sidebar\n\n<$reveal state=\"$:/config/PageControlButtons/Visibility/$:/core/ui/Buttons/new-journal\" type=\"match\" text=\"show\">\nMore \"Journal\" and \"New Tiddler\" options can be found using the {{$:/core/ui/Buttons/control-panel}} $:/ControlPanel '': Info : Basics'' tab. \n</$reveal>\n<<<\n\n!!! Create Table of Contents \n\n<<<\n<$checkbox checkactions=<<create-toc>>  tiddler=\"TableOfContents\" tag=\"$:/tags/SideBar\" /> Check this box, to create the \"Contents\" tab in the sidebar\n\n<$reveal stateTitle=\"TableOfContents\" type=\"match\" stateField=\"tags\" text=\"$:/tags/SideBar\">\n\nThe ''tag'' for the TOC is: TableOfContents. <$button><$action-sendmessage $message=\"tm-new-tiddler\" tags=\"TableOfContents\" />Create a TOC tiddler</$button>\n\n><$checkbox tiddler=\"$:/config/ViewToolbarButtons/Visibility/$:/core/ui/Buttons/new-here\" checked=\"show\" unchecked=\"hide\" field=\"text\"/> Check this box to show the \"New Here\" Button in the ''tiddler toolbar''. This simplifies to create a TOC hierarchy\n\n</$reveal>\n<<<\n\n!!! Create a basic ~ToDo list\n\n<<<\n<$checkbox checkactions=<<create-todos>> tiddler=\"Tasks\" tag=\"TableOfContents\" /> Create a very basic sortable ~ToDo App and add it to the TOC if available\n\n<$reveal stateTitle=\"Tasks\" stateField=\"title\" type=\"match\" text=\"Tasks\">\n\n<$checkbox  tiddler=\"Tasks\" tag=\"$:/tags/SideBar\" /> Add Tasks to the right sidebar\n\nMore info can be found at: [[tiddlywiki.com|https://tiddlywiki.com/#list-tagged-draggable%20Macro:%5B%5Blist-tagged-draggable%20Macro%5D%5D%20%5B%5BTaskManagementExample%20(Draggable)%5D%5D]]\n</$reveal>\n<<<\n\n!!! Change the Layout\n\nThe layout and much more can be change at {{$:/core/ui/Buttons/control-panel}} $:/ControlPanel '': Appearence : Theme Tweaks'' tab. \n"}]