Merge branch 'master' into multi-wiki-support

This commit is contained in:
Jeremy Ruston
2024-09-30 15:20:56 +01:00
49 changed files with 412 additions and 342 deletions
@@ -1,4 +1,6 @@
title: $:/plugins/tiddlywiki/browser-storage/settings
caption: Browser Storage
tags: $:/tags/ControlPanel/SettingsTab
! Disable
+2
View File
@@ -1,4 +1,6 @@
title: $:/plugins/tiddlywiki/comments/config
caption: Comments
tags: $:/tags/ControlPanel/SettingsTab
\define select(description,filter)
<$button>
@@ -1,4 +1,6 @@
title: $:/plugins/tiddlywiki/consent-banner/config
caption: Consent Banner
tags: $:/tags/ControlPanel/SettingsTab
! [[Greeting Message|$:/config/plugins/tiddlywiki/consent-banner/greeting-message]]
+2
View File
@@ -1,4 +1,6 @@
title: $:/plugins/tiddlywiki/dynaview/config
caption: Dynaview
tags: $:/tags/ControlPanel/SettingsTab
<$checkbox tiddler="$:/config/DynaView/ViewportDimensions" field="text" checked="yes" unchecked="no" default="no"> Enable dynamic saving of the viewport [[width|$:/state/DynaView/ViewportDimensions/Width]] and [[height|$:/state/DynaView/ViewportDimensions/Height]]</$checkbox>
@@ -1,4 +1,6 @@
title: $:/plugins/tiddlywiki/external-attachments/settings
caption: External Attachments
tags: $:/tags/ControlPanel/SettingsTab
When used on platforms that provide the necessary support (such as ~TiddlyDesktop), you can optionally import binary files as external tiddlers that reference the original file via the ''_canonical_uri'' field.
@@ -1,4 +1,6 @@
title: $:/plugins/tiddlywiki/freelinks/settings
caption: Freelinks
tags: $:/tags/ControlPanel/SettingsTab
Filter defining tiddlers to which freelinks are made: <$edit-text tiddler="$:/config/Freelinks/TargetFilter" tag="input" placeholder="Filter expression..." default=""/>
@@ -1,4 +1,6 @@
title: $:/plugins/tiddlywiki/geospatial/settings
caption: Geospatial
tags: $:/tags/ControlPanel/SettingsTab
! Geospatial Plugin Settings
@@ -292,7 +292,7 @@ GeomapWidget.prototype.setMapView = function() {
this.map.setMaxZoom($tw.utils.parseInt(this.getAttribute("maxZoom")));
}
// Set the view to the content of the state tiddler
var stateTiddler = this.geomapStateTitle && this.wiki.getTiddler(this.geomapStateTitle);
var stateTiddler = this.getAttribute("state") && this.wiki.getTiddler(this.getAttribute("state"));
if(stateTiddler) {
this.map.setView([$tw.utils.parseNumber(stateTiddler.fields.lat,0),$tw.utils.parseNumber(stateTiddler.fields.long,0)], $tw.utils.parseNumber(stateTiddler.fields.zoom,0));
return true;
@@ -1,4 +1,6 @@
title: $:/plugins/tiddlywiki/googleanalytics/settings
caption: Google Analytics
tags: $:/tags/ControlPanel/SettingsTab
''[[Google Analytics Measurement ID|$:/GoogleAnalyticsMeasurementID]]'': (mandatory) a code of the form `G-XXXXXXXXXX` where X are digits or uppercase letters<br/><$edit-text tiddler="$:/GoogleAnalyticsMeasurementID" default="" tag="input"/>
+2
View File
@@ -1,4 +1,6 @@
title: $:/plugins/tiddlywiki/katex/config
caption: KaTeX
tags: $:/tags/ControlPanel/SettingsTab
<div class="tc-control-panel">
+2 -1
View File
@@ -1,5 +1,6 @@
title: $:/plugins/tiddlywiki/savetrail/settings
caption: Save Trail
tags: $:/tags/ControlPanel/SettingsTab
<$checkbox tiddler="$:/config/SaveTrailPlugin/enable" field="text" checked="yes" unchecked="no"> Enable automatic saving of modified tiddlers</$checkbox>
+2
View File
@@ -1,4 +1,6 @@
title: $:/plugins/tiddlywiki/share/settings
caption: Share
tags: $:/tags/ControlPanel/SettingsTab
!! Base sharing URL
+2
View File
@@ -1,4 +1,6 @@
title: $:/plugins/tiddlywiki/tour/settings
caption: Tour
tags: $:/tags/ControlPanel/SettingsTab
\import [[$:/plugins/tiddlywiki/tour/variables]]
\procedure button-expand-collapse-all(caption,text)