XeNote/posts/Code/Tiddlywiki/Tiddlywiki Resources.md

34 lines
1.1 KiB
Markdown
Raw Normal View History

2020-12-01 03:28:42 +00:00
Some Tiddlywiki resources that I collected.
### Resources
* __Tiddlywiki Toolmap__: A generous Tiddlywiki collection that is live on [Dynalist](https://dynalist.io/d/zUP-nIWu2FFoXH-oM7L7d9DM).
* __Plugins and Resources__: [A subreddit](https://www.reddit.com/r/TiddlyWiki5/wiki/pluginsandresources).
### Plugins
* __Backlink Autocomplete Plugini__: Autocomplete internal links plugin. [Drag & Drop]((https://snowgoon88.github.io/TW5-extendedit/))
* __Export as Static Site__: [[Export]]
<br/>
### Macros and Function
* __Export as Static Files__: [[Export]]
* __Hide Admin Section__: [[Toggle Admin]]
<br/>
### TiddlySettings
* __Stylesheet Kullanma__ : Create a tiddler, then tag it with `$:/tags/Stylesheet`.
* __Remove Hidden Tiddlers__: `hidden` tagged tiddlers from __Recent' Tab' with:
`<$macrocall $name="timeline" subfilter="!tag[.hidden]" format={{$:/language/RecentChanges/DateFormat}}/>`
<br/>
### TiddlyFormat
* __Inline Code__: Use Backtick : `inline code`
* __Listing__: `<$list filter="[tag[Garden]]" >` `</$list>`
* __New Tab in the Sidebar__: Tag a tiddler with `$:/tags/SideBar` tag.
<br/>