-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update docs for plugin versions (#8968)
* 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
Showing
5 changed files
with
32 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |