mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2025-08-07 06:14:44 +00:00
Gather all the plugins' settings page under the control panel's "Settings" tab.
This commit is contained in:
parent
bb75560922
commit
61b5289510
@ -1,4 +1,6 @@
|
|||||||
title: $:/plugins/tiddlywiki/browser-storage/settings
|
title: $:/plugins/tiddlywiki/browser-storage/settings
|
||||||
|
caption: Browser Storage
|
||||||
|
tags: $:/tags/ControlPanel/SettingsTab
|
||||||
|
|
||||||
! Disable
|
! Disable
|
||||||
|
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
title: $:/plugins/tiddlywiki/comments/config
|
title: $:/plugins/tiddlywiki/comments/config
|
||||||
|
caption: Comments
|
||||||
|
tags: $:/tags/ControlPanel/SettingsTab
|
||||||
|
|
||||||
\define select(description,filter)
|
\define select(description,filter)
|
||||||
<$button>
|
<$button>
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
title: $:/plugins/tiddlywiki/consent-banner/config
|
title: $:/plugins/tiddlywiki/consent-banner/config
|
||||||
|
caption: Consent Banner
|
||||||
|
tags: $:/tags/ControlPanel/SettingsTab
|
||||||
|
|
||||||
! [[Greeting Message|$:/config/plugins/tiddlywiki/consent-banner/greeting-message]]
|
! [[Greeting Message|$:/config/plugins/tiddlywiki/consent-banner/greeting-message]]
|
||||||
|
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
title: $:/plugins/tiddlywiki/dynaview/config
|
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>
|
<$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
|
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.
|
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
|
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=""/>
|
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
|
title: $:/plugins/tiddlywiki/geospatial/settings
|
||||||
|
caption: Geospatial
|
||||||
|
tags: $:/tags/ControlPanel/SettingsTab
|
||||||
|
|
||||||
! Geospatial Plugin Settings
|
! Geospatial Plugin Settings
|
||||||
|
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
title: $:/plugins/tiddlywiki/googleanalytics/settings
|
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"/>
|
''[[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
|
title: $:/plugins/tiddlywiki/katex/config
|
||||||
|
caption: KaTeX
|
||||||
|
tags: $:/tags/ControlPanel/SettingsTab
|
||||||
|
|
||||||
<div class="tc-control-panel">
|
<div class="tc-control-panel">
|
||||||
|
|
||||||
|
@ -1,5 +1,6 @@
|
|||||||
title: $:/plugins/tiddlywiki/savetrail/settings
|
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>
|
<$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
|
title: $:/plugins/tiddlywiki/share/settings
|
||||||
|
caption: Share
|
||||||
|
tags: $:/tags/ControlPanel/SettingsTab
|
||||||
|
|
||||||
!! Base sharing URL
|
!! Base sharing URL
|
||||||
|
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
title: $:/plugins/tiddlywiki/tour/settings
|
title: $:/plugins/tiddlywiki/tour/settings
|
||||||
|
caption: Tour
|
||||||
|
tags: $:/tags/ControlPanel/SettingsTab
|
||||||
|
|
||||||
\import [[$:/plugins/tiddlywiki/tour/variables]]
|
\import [[$:/plugins/tiddlywiki/tour/variables]]
|
||||||
\procedure button-expand-collapse-all(caption,text)
|
\procedure button-expand-collapse-all(caption,text)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user