1
0
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:
Leilei332 2024-09-30 21:23:29 +08:00 committed by GitHub
parent 2a77d6afdf
commit 36b988c273
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
12 changed files with 24 additions and 1 deletions

View File

@ -1,4 +1,6 @@
title: $:/plugins/tiddlywiki/browser-storage/settings
caption: Browser Storage
tags: $:/tags/ControlPanel/SettingsTab
! Disable

View File

@ -1,4 +1,6 @@
title: $:/plugins/tiddlywiki/comments/config
caption: Comments
tags: $:/tags/ControlPanel/SettingsTab
\define select(description,filter)
<$button>

View File

@ -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]]

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>

View File

@ -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.

View File

@ -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=""/>

View File

@ -1,4 +1,6 @@
title: $:/plugins/tiddlywiki/geospatial/settings
caption: Geospatial
tags: $:/tags/ControlPanel/SettingsTab
! Geospatial Plugin Settings

View File

@ -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"/>

View File

@ -1,4 +1,6 @@
title: $:/plugins/tiddlywiki/katex/config
caption: KaTeX
tags: $:/tags/ControlPanel/SettingsTab
<div class="tc-control-panel">

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>

View File

@ -1,4 +1,6 @@
title: $:/plugins/tiddlywiki/share/settings
caption: Share
tags: $:/tags/ControlPanel/SettingsTab
!! Base sharing URL

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)