mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-30 05:19:57 +00:00
Gather all the plugins' settings page under the control panel's "Settings" tab. (#8643)
This commit is contained in:
parent
2a77d6afdf
commit
36b988c273
@ -1,4 +1,6 @@
|
||||
title: $:/plugins/tiddlywiki/browser-storage/settings
|
||||
caption: Browser Storage
|
||||
tags: $:/tags/ControlPanel/SettingsTab
|
||||
|
||||
! Disable
|
||||
|
||||
|
@ -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]]
|
||||
|
||||
|
@ -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
|
||||
|
||||
|
@ -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"/>
|
||||
|
||||
|
@ -1,4 +1,6 @@
|
||||
title: $:/plugins/tiddlywiki/katex/config
|
||||
caption: KaTeX
|
||||
tags: $:/tags/ControlPanel/SettingsTab
|
||||
|
||||
<div class="tc-control-panel">
|
||||
|
||||
|
@ -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>
|
||||
|
||||
|
@ -1,4 +1,6 @@
|
||||
title: $:/plugins/tiddlywiki/share/settings
|
||||
caption: Share
|
||||
tags: $:/tags/ControlPanel/SettingsTab
|
||||
|
||||
!! Base sharing URL
|
||||
|
||||
|
@ -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)
|
||||
|
Loading…
Reference in New Issue
Block a user