Skip to content

Commit

Permalink
Update docs for plugin versions (#8968)
Browse files Browse the repository at this point in the history
* Update docs for plugin versions

Update docs for share plugin.

Add docs for Tour and Geospatial plugin.

* Do not change modified field for some tiddlers
  • Loading branch information
Leilei332 authored Mar 3, 2025
1 parent 378b9b3 commit 81d8d67
Show file tree
Hide file tree
Showing 5 changed files with 32 additions and 4 deletions.
2 changes: 1 addition & 1 deletion editions/tw5.com/tiddlers/plugins/Dynaview Plugin.tid
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
created: 20180111122953142
modified: 20181113084151268
tags: OfficialPlugins
tags: OfficialPlugins [[Plugin Editions]]
title: Dynaview Plugin
type: text/vnd.tiddlywiki

Expand Down
17 changes: 17 additions & 0 deletions editions/tw5.com/tiddlers/plugins/Geospatial Plugin.tid
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
created: 20250302053159467
modified: 20250302053316068
tags: OfficialPlugins [[Plugin Editions]]
title: Geospatial Plugin
type: text/vnd.tiddlywiki

The Geospatial Plugin adds new primitives to the TiddlyWiki platform to enable non-developers to build sophisticated interactive geospatial applications.

It incorporates a number of third party libraries and online services:

* [[Leaflet.js|https://leafletjs.com/]], an open source library to display interactive maps
* [[Turf.js|https://turfjs.org/]], an open source library to perform geospatial calculations with [[GeoJSON|https://en.wikipedia.org/wiki/GeoJSON]] objects
* [[TravelTime|https://traveltime.com/]], a commercial API for [[geocoding|https://traveltime.com/features/geocoding]], [[routing|https://traveltime.com/features/multi-modal-routing]] and [[isochrones|https://traveltime.com/features/isochrones]]
* [[Flickr|https://www.flickr.com/services/api/]], a free API for retrieving geotagged photographs
* [[OpenLocationCode|https://github.com/google/open-location-code]], Google's open source library for converting to and from Open Location Codes (also known as [[PlusCodes|https://maps.google.com/pluscodes/]])

Try it out at https://tiddlywiki.com/plugins/tiddlywiki/geospatial/
2 changes: 1 addition & 1 deletion editions/tw5.com/tiddlers/plugins/Innerwiki Plugin.tid
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
created: 20190127104143725
modified: 20190127104143725
tags: OfficialPlugins
tags: OfficialPlugins [[Plugin Editions]]
title: Innerwiki Plugin
type: text/vnd.tiddlywiki

Expand Down
6 changes: 4 additions & 2 deletions editions/tw5.com/tiddlers/plugins/Share Plugin.tid
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
created: 20201228143125000
modified: 20201228143125000
tags: OfficialPlugins
modified: 20250302051857380
tags: OfficialPlugins [[Plugin Editions]]
title: Share Plugin
type: text/vnd.tiddlywiki

Expand All @@ -10,3 +10,5 @@ This experimental plugin provides tools to share tiddlers via URLs, comprising:

* The ability to load a group of tiddlers from the browser location hash at startup
* Wizard and templates to create URLs from group of tiddlers

See the demo at [ext[https://tiddlywiki.com/share|share]]
9 changes: 9 additions & 0 deletions editions/tw5.com/tiddlers/plugins/Tour Plugin.tid
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
created: 20250302052635425
modified: 20250302052905312
tags: OfficialPlugins [[Plugin Editions]]
title: Tour Plugin
type: text/vnd.tiddlywiki

The tour plugin allows interactive learning tours to be created and presented in TiddlyWiki.

The demo TiddlyWiki interactive tour can be seen at https://tiddlywiki.com/tour

0 comments on commit 81d8d67

Please sign in to comment.