diff --git a/editions/tw5.com/tiddlers/community/resources/Disqus comments plugin by bimlas.tid b/editions/tw5.com/tiddlers/community/resources/Disqus comments plugin by bimlas.tid new file mode 100644 index 000000000..2dfbab738 --- /dev/null +++ b/editions/tw5.com/tiddlers/community/resources/Disqus comments plugin by bimlas.tid @@ -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}} diff --git a/editions/tw5.com/tiddlers/community/resources/Json Mangler plugin by Joshua Fontany.tid b/editions/tw5.com/tiddlers/community/resources/Json Mangler plugin by Joshua Fontany.tid new file mode 100644 index 000000000..a02972a63 --- /dev/null +++ b/editions/tw5.com/tiddlers/community/resources/Json Mangler plugin by Joshua Fontany.tid @@ -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 \ No newline at end of file diff --git a/editions/tw5.com/tiddlers/community/resources/Kin filter operator by bimlas.tid b/editions/tw5.com/tiddlers/community/resources/Kin filter operator by bimlas.tid new file mode 100644 index 000000000..e92a0f3ee --- /dev/null +++ b/editions/tw5.com/tiddlers/community/resources/Kin filter operator by bimlas.tid @@ -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}} diff --git a/editions/tw5.com/tiddlers/community/resources/Locator plugin by bimlas.tid b/editions/tw5.com/tiddlers/community/resources/Locator plugin by bimlas.tid new file mode 100644 index 000000000..761d94f82 --- /dev/null +++ b/editions/tw5.com/tiddlers/community/resources/Locator plugin by bimlas.tid @@ -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}} diff --git a/editions/tw5.com/tiddlers/filters/Introduction to filter notation.tid b/editions/tw5.com/tiddlers/filters/Introduction to filter notation.tid index 1155923ee..e6b785a18 100644 --- a/editions/tw5.com/tiddlers/filters/Introduction to filter notation.tid +++ b/editions/tw5.com/tiddlers/filters/Introduction to filter notation.tid @@ -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: > `[search]` + +Note that these special brackets cannot be nested. It is not possible for example to write `[search{}]`. diff --git a/licenses/cla-individual.md b/licenses/cla-individual.md index 26f23e109..cf8c61298 100644 --- a/licenses/cla-individual.md +++ b/licenses/cla-individual.md @@ -353,3 +353,5 @@ Ben Webber, @benwebber, 2019/01/09 Jesse Weinstein, @JesseWeinstein, 2019/01/14 Adam Sherwood, @admls, 2019/01/27 + +Joshua Fontany, @joshuafontany, 2019/03/07 \ No newline at end of file