tiddlywiki-production
Version:
a non-linear personal web notebook
1 lines • 7.16 kB
JavaScript
$tw.preloadTiddler({"title":"$:/plugins/tiddlywiki/help","name":"Help","description":"Floating help panel","list":"readme","version":"5.1.22","plugin-type":"plugin","dependents":"","type":"application/json","text":"{\"tiddlers\":{\"$:/plugins/tiddlywiki/help/HelpPanel\":{\"title\":\"$:/plugins/tiddlywiki/help/HelpPanel\",\"tags\":\"$:/tags/PageTemplate\",\"text\":\"<$reveal type=\\\"match\\\" state=\\\"$:/config/ShowHelp\\\" text=\\\"yes\\\">\\n<div class=\\\"tc-help-panel\\\">\\n<div class=\\\"tc-tiddler-controls\\\">\\n<$button set=\\\"$:/config/ShowHelp\\\" setTo=\\\"no\\\" class=\\\"tc-btn-invisible\\\">{{$:/core/images/close-button}}</$button> ''Help Panel''\\n</div>\\n<<tabs \\\"[all[shadows+tiddlers]tag[$:/tags/HelpPanel]!has[draft.of]]\\\" \\\"$:/plugins/tiddlywiki/help/HelpPanel/Support\\\" \\\"$:/state/tab/help\\\">>\\n</div>\\n</$reveal>\\n\\n\"},\"$:/config/Help/CurrentVideo\":{\"title\":\"$:/config/Help/CurrentVideo\",\"text\":\"$:/plugins/tiddlywiki/help/Videos/Introduction\"},\"$:/config/ShowHelp\":{\"title\":\"$:/config/ShowHelp\",\"text\":\"no\"},\"$:/plugins/help/Buttons/help\":{\"title\":\"$:/plugins/help/Buttons/help\",\"tags\":\"$:/tags/PageControls\",\"caption\":\"{{$:/core/images/help}} {{$:/language/Buttons/Help/Caption}}\",\"description\":\"{{$:/language/Buttons/Help/Hint}}\",\"text\":\"\\\\whitespace trim\\n\\\\define help-inner()\\n\\\\whitespace trim\\n<$list filter=\\\"[[$:/config/ShowHelp]get[text]] +[else[no]match[yes]]\\\" variable=\\\"ignore\\\">\\n<$button set=\\\"$:/config/ShowHelp\\\" setTo=\\\"no\\\" tooltip={{$:/language/Buttons/Help/Hint}} aria-label={{$:/language/Buttons/Help/Caption}} class=\\\"\\\"\\\"$(tv-config-toolbar-class)$ tc-selected\\\"\\\"\\\">\\n<$list filter=\\\"[<tv-config-toolbar-icons>match[yes]]\\\">\\n{{$:/core/images/help}}\\n</$list>\\n<$list filter=\\\"[<tv-config-toolbar-text>match[yes]]\\\">\\n<span class=\\\"tc-btn-text\\\"><$text text={{$:/language/Buttons/Help/Caption}}/></span>\\n</$list>\\n</$button>\\n</$list>\\n<$list filter=\\\"[[$:/config/ShowHelp]get[text]] +[else[no]!match[yes]]\\\" variable=\\\"ignore\\\">\\n<$button set=\\\"$:/config/ShowHelp\\\" setTo=\\\"yes\\\" tooltip={{$:/language/Buttons/Help/Hint}} aria-label={{$:/language/Buttons/Help/Caption}} class=<<tv-config-toolbar-class>>>\\n<$list filter=\\\"[<tv-config-toolbar-icons>match[yes]]\\\">\\n{{$:/core/images/help}}\\n</$list>\\n<$list filter=\\\"[<tv-config-toolbar-text>match[yes]]\\\">\\n<span class=\\\"tc-btn-text\\\"><$text text={{$:/language/Buttons/Help/Caption}}/></span>\\n</$list>\\n</$button>\\n</$list>\\n\\\\end\\n<<help-inner>>\\n\"},\"$:/plugins/tiddlywiki/help/readme\":{\"title\":\"$:/plugins/tiddlywiki/help/readme\",\"text\":\"This plugin provides an overlay help panel at the bottom right of the window.\\n\\n[[Source code|https://github.com/Jermolene/TiddlyWiki5/blob/master/plugins/tiddlywiki/help]]\\n\"},\"$:/plugins/tiddlywiki/help/styles\":{\"title\":\"$:/plugins/tiddlywiki/help/styles\",\"tags\":\"[[$:/tags/Stylesheet]]\",\"text\":\"\\\\rules only filteredtranscludeinline transcludeinline macrodef macrocallinline\\n\\n.tc-help-panel {\\n\\tposition: fixed;\\n\\tbottom: 0;\\n\\tright: 0;\\n\\twidth: 310px;\\n\\theight: 400px;\\n\\toverflow: auto;\\n\\t-webkit-overflow-scrolling: touch;\\n\\t<<box-shadow \\\"0px 0px 5px rgba(0, 0, 0, 0.3)\\\">>\\n\\tborder: 1px solid <<colour tiddler-border>>;\\n\\tbackground: <<colour tiddler-background>>;\\n\\tpadding: 1em;\\n\\tmargin: 0.5em;\\n\\tz-index: 1000;\\n}\\n\\ndl.tc-help-cheatsheet {\\n\\toverflow: hidden;\\n}\\n\\ndl.tc-help-cheatsheet .red {\\n\\tcolor: red;\\n}\\n\\n.tc-help-cheatsheet > dt {\\n\\tdisplay: block;\\n\\tfloat: left;\\n\\tclear: left;\\n\\tmargin: 2% 1em 0 0;\\n\\tpadding;\\n\\tfont-weight: normal;\\n\\twidth: 45%;\\n}\\n\\n.tc-help-cheatsheet > dt > pre {\\n\\tmargin: 0;\\n}\\n\\n.tc-help-cheatsheet > dd {\\n\\tdisplay: block;\\n\\tfloat: left;\\n\\twidth: 45%;\\n\\tmargin: 1em 0 0 0;\\n\\tpadding: 0;\\n}\\n\\n.tc-help-cheatsheet > dd > p,\\n.tc-help-cheatsheet > dd > h1,\\n.tc-help-cheatsheet > dd > pre,\\n.tc-help-cheatsheet > dd > ul,\\n.tc-help-cheatsheet > dd > ol,\\n.tc-help-cheatsheet > dd > dl,\\n.tc-help-cheatsheet > dd > table,\\n.tc-help-cheatsheet > dd > blockquote,\\n.tc-help-cheatsheet > dd > blockquote >p {\\n\\tmargin: 0;\\n}\\n\\n.tc-help-cheatsheet .tc-image {\\n\\twidth: 16px;\\n}\\n\"},\"$:/plugins/tiddlywiki/help/HelpPanel/Support\":{\"title\":\"$:/plugins/tiddlywiki/help/HelpPanel/Support\",\"tags\":\"$:/tags/HelpPanel\",\"caption\":\"Support\",\"text\":\"~TiddlyWiki is an open source project with a vibrant community of users and developers. We're always happy to help new users get the most from ~TiddlyWiki.\\n\\nJoin the ~TiddlyWiki mailing list:\\n\\nhttp://groups.google.com/group/TiddlyWiki\\n\\nPost bug reports to the ~TiddlyWiki ~GitHub repository:\\n\\nhttps://github.com/Jermolene/TiddlyWiki5\\n\"},\"$:/plugins/tiddlywiki/help/HelpPanel/Videos\":{\"title\":\"$:/plugins/tiddlywiki/help/HelpPanel/Videos\",\"tags\":\"$:/tags/HelpPanel\",\"caption\":\"Videos\",\"text\":\"\\\\define show-video-inner(embed)\\n<iframe width=\\\"280\\\" height=\\\"157\\\" src=\\\"\\\"\\\"https://www.youtube.com/embed/$embed$?autoplay=0&showinfo=0&theme=light&rel=0&modestbranding=1&autohide=1\\\"\\\"\\\" frameborder=\\\"0\\\" allowfullscreen></iframe>\\n\\\\end\\n\\n\\\\define show-video(title)\\n<$macrocall $name=\\\"show-video-inner\\\" embed={{$title$!!embed}}/>\\n<p>{{$title$!!text}}</p>\\n\\\\end\\n\\n<div class=\\\"tc-help-panel-inner\\\">\\n\\nChoose video: <$select tiddler=\\\"$:/config/Help/CurrentVideo\\\">\\n<$list filter=\\\"[all[shadows+tiddlers]tag[$:/tags/HelpPanel/Videos]]\\\">\\n<option value=<<currentTiddler>>><$view field=\\\"caption\\\"/></option>\\n</$list>\\n</$select>\\n\\n<$macrocall $name=\\\"show-video\\\" title={{$:/config/Help/CurrentVideo}}>>\\n\\n</div>\\n\"},\"$:/plugins/tiddlywiki/help/Videos/FirefoxAndroid\":{\"title\":\"$:/plugins/tiddlywiki/help/Videos/FirefoxAndroid\",\"tags\":\"$:/tags/HelpPanel/Videos\",\"caption\":\"Firefox for Android\",\"embed\":\"iikkv9orGGI\",\"text\":\"How to get started with using TiddlyWiki as a standalone HTML file with the TiddlyFox add-on for Firefox for Android.\\n\"},\"$:/plugins/tiddlywiki/help/Videos/GettingStarted\":{\"title\":\"$:/plugins/tiddlywiki/help/Videos/GettingStarted\",\"tags\":\"$:/tags/HelpPanel/Videos\",\"caption\":\"GettingStarted\",\"embed\":\"1g66s7UbyuU\",\"text\":\"How to get started with using TiddlyWiki as a standalone HTML file.\\n\"},\"$:/plugins/tiddlywiki/help/Videos/Introduction\":{\"title\":\"$:/plugins/tiddlywiki/help/Videos/Introduction\",\"tags\":\"$:/tags/HelpPanel/Videos\",\"caption\":\"Introduction\",\"embed\":\"KtCUr83XgyE\",\"text\":\"An introduction to the concepts of TiddlyWiki.\\n\"},\"$:/plugins/tiddlywiki/help/Videos/TiddlyDesktop\":{\"title\":\"$:/plugins/tiddlywiki/help/Videos/TiddlyDesktop\",\"tags\":\"$:/tags/HelpPanel/Videos\",\"caption\":\"TiddlyDesktop\",\"embed\":\"i3Bggkm7paA\",\"text\":\"Using TiddlyDesktop, the custom desktop TiddlyWiki application for Windows, OS X and Linux.\\n\"}}}"});