mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-02-02 12:19:11 +00:00
Merge branch 'tiddlywiki-com'
This commit is contained in:
commit
256321cd42
@ -0,0 +1,12 @@
|
|||||||
|
created: 20190219201946994
|
||||||
|
modified: 20190219202305854
|
||||||
|
tags: Resources
|
||||||
|
title: Disqus comments plugin by bimlas
|
||||||
|
type: text/vnd.tiddlywiki
|
||||||
|
url: https://bimlas.gitlab.io/tw5-disqus/
|
||||||
|
|
||||||
|
Use this plugin to give your visitors the opportunity to comment on your tiddlers without changing the wiki itself.
|
||||||
|
|
||||||
|
[[Disqus|https://disqus.com/]] is a networked community platform used by hundreds of thousands of sites all over the web. With Disqus, your website gains a feature-rich comment system complete with social network integration, advanced administration and moderation options, and other extensive community functions.
|
||||||
|
|
||||||
|
{{!!url}}
|
@ -0,0 +1,12 @@
|
|||||||
|
created: 20190308041321498
|
||||||
|
modified: 20190308042014046
|
||||||
|
tags: Resources
|
||||||
|
title: Json Mangler plugin by Joshua Fontany
|
||||||
|
|
||||||
|
Extend tiddlywiki to parse complex ("nested") json data tiddlers.
|
||||||
|
|
||||||
|
Json Mangler introduces a new path syntax for indexes of json data tiddlers , and includes many supporting tools, filters, widgets, etc.
|
||||||
|
|
||||||
|
Example Wiki: https://joshuafontany.github.io/TW5-JsonManglerPlugin/
|
||||||
|
|
||||||
|
Source: https://github.com/joshuafontany/TW5-JsonManglerPlugin
|
@ -0,0 +1,16 @@
|
|||||||
|
created: 20190219094230499
|
||||||
|
modified: 20190219095858434
|
||||||
|
tags: Resources
|
||||||
|
title: Kin filter operator by bimlas
|
||||||
|
type: text/vnd.tiddlywiki
|
||||||
|
url: https://bimlas.gitlab.io/tw5-kin-filter/
|
||||||
|
|
||||||
|
The purpose of the kin operator with examples:
|
||||||
|
|
||||||
|
* Finds related tags, related tiddlers in any depth
|
||||||
|
* Finds out where base tiddler originates and what other elements originate from it
|
||||||
|
* Finds the ancestors and successors of a family member
|
||||||
|
* Finds the "leaves" of the branch of the base tiddler in a tree-like structure (where the base tiddler is a leaf)
|
||||||
|
* Finds the super- and subsets / groups of a mathematical set (where the base tiddler is a set)
|
||||||
|
|
||||||
|
{{!!url}}
|
@ -0,0 +1,10 @@
|
|||||||
|
created: 20190219191946994
|
||||||
|
modified: 20190219192305854
|
||||||
|
tags: Resources
|
||||||
|
title: Locator plugin by bimlas
|
||||||
|
type: text/vnd.tiddlywiki
|
||||||
|
url: https://bimlas.gitlab.io/tw5-locator/
|
||||||
|
|
||||||
|
For those who use many tags or store many different topics in a common wiki the Locator plugin is a table of contents widget and an enhanced search engine that gives you the opportunity to filter results by related tags. Unlike table of contents, standard search and list of tags, this plugin offers these features in an organic, collaborative way.
|
||||||
|
|
||||||
|
{{!!url}}
|
@ -83,3 +83,5 @@ as an alternative to `[tag[Vegetarian]]`. This allows the preference to change o
|
|||||||
<<.def "Angle brackets">> `<>` mean that the parameter is the name of a [[variable|Variables]] whose value is to be used instead. Here we use the built-in <<.vlink currentTiddler>> variable in a filter that selects any tiddlers whose text contains the title of the current one:
|
<<.def "Angle brackets">> `<>` mean that the parameter is the name of a [[variable|Variables]] whose value is to be used instead. Here we use the built-in <<.vlink currentTiddler>> variable in a filter that selects any tiddlers whose text contains the title of the current one:
|
||||||
|
|
||||||
> `[search<currentTiddler>]`
|
> `[search<currentTiddler>]`
|
||||||
|
|
||||||
|
Note that these special brackets cannot be nested. It is not possible for example to write `[search{<currentTiddler>}]`.
|
||||||
|
@ -353,3 +353,5 @@ Ben Webber, @benwebber, 2019/01/09
|
|||||||
Jesse Weinstein, @JesseWeinstein, 2019/01/14
|
Jesse Weinstein, @JesseWeinstein, 2019/01/14
|
||||||
|
|
||||||
Adam Sherwood, @admls, 2019/01/27
|
Adam Sherwood, @admls, 2019/01/27
|
||||||
|
|
||||||
|
Joshua Fontany, @joshuafontany, 2019/03/07
|
Loading…
Reference in New Issue
Block a user