1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2024-06-21 12:53:15 +00:00
TiddlyWiki5/plugins/tiddlywiki/geospatial/settings.tid
jeremy@jermolene.com d9fa39aa14 Move settings from demo into plugin
Because now the Flickr macros are part of the plugin
2023-06-12 08:48:42 +01:00

25 lines
1023 B
Plaintext

title: $:/plugins/tiddlywiki/geospatial/settings
! Geospatial Plugin Settings
This plugin runs entirely in the browser, with no backend server component. A consequence of this design is that the API keys required to access external services must be obtained by the end user. These keys are stored in the browser and so only need to be set up once.
!! ~TravelTime API key
# Register for a free account at https://traveltime.com/
# Visit https://account.traveltime.com/dashboard
# Copy and paste the values labelled "Application ID" and "Secret Keys" into the boxes below
~TravelTime Application ID: <$password name="traveltime-application-id"/>
~TravelTime Secret Key: <$password name="traveltime-secret-key"/>
!! Flickr API Key
# Register for a free account at https://flickr.com/
# Visit https://www.flickr.com/services/apps/create/apply and complete the procedure for the appropriate key
#* The
# Copy and paste the value labelled "API Key" into the box below
Flickr API Key: <$password name="flickr-api-key"/>