From 181897514fa53b70ad568c280a9464a6c410f616 Mon Sep 17 00:00:00 2001 From: Bimba Laszlo Date: Tue, 19 Feb 2019 12:33:31 +0100 Subject: [PATCH 1/3] Add links to plugins made by @bimlas (#3778) --- .../Disqus comments plugin by bimlas.tid | 12 ++++++++++++ .../resources/Kin filter operator by bimlas.tid | 16 ++++++++++++++++ .../resources/Locator plugin by bimlas.tid | 10 ++++++++++ 3 files changed, 38 insertions(+) create mode 100644 editions/tw5.com/tiddlers/community/resources/Disqus comments plugin by bimlas.tid create mode 100644 editions/tw5.com/tiddlers/community/resources/Kin filter operator by bimlas.tid create mode 100644 editions/tw5.com/tiddlers/community/resources/Locator plugin by bimlas.tid 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/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}} From 148c1a03553a04ebb89d84bcbab09a4ff50616ea Mon Sep 17 00:00:00 2001 From: Jeremy Ruston Date: Sun, 3 Mar 2019 14:32:26 +0000 Subject: [PATCH 2/3] Clarify that filter operator brackets cannot be nested --- .../tiddlers/filters/Introduction to filter notation.tid | 2 ++ 1 file changed, 2 insertions(+) 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{}]`. From a7dc8b5583336460a0f0cfd85c0e9c62ae1e6f9b Mon Sep 17 00:00:00 2001 From: Joshua Fontany Date: Sat, 9 Mar 2019 08:39:13 -0800 Subject: [PATCH 3/3] Signing the CLA (#3838) * Signing the CLA * added json mangler resource --- .../Json Mangler plugin by Joshua Fontany.tid | 12 ++++++++++++ licenses/cla-individual.md | 2 ++ 2 files changed, 14 insertions(+) create mode 100644 editions/tw5.com/tiddlers/community/resources/Json Mangler plugin by Joshua Fontany.tid 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/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