Skip to content

Commit

Permalink
Gather all the plugins' settings page under the control panel's "Sett…
Browse files Browse the repository at this point in the history
…ings" tab.
  • Loading branch information
Leilei332 committed Sep 28, 2024
1 parent bb75560 commit 61b5289
Show file tree
Hide file tree
Showing 12 changed files with 24 additions and 1 deletion.
2 changes: 2 additions & 0 deletions plugins/tiddlywiki/browser-storage/settings.tid
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
title: $:/plugins/tiddlywiki/browser-storage/settings
caption: Browser Storage
tags: $:/tags/ControlPanel/SettingsTab

! Disable

Expand Down
2 changes: 2 additions & 0 deletions plugins/tiddlywiki/comments/config.tid
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
title: $:/plugins/tiddlywiki/comments/config
caption: Comments
tags: $:/tags/ControlPanel/SettingsTab

\define select(description,filter)
<$button>
Expand Down
2 changes: 2 additions & 0 deletions plugins/tiddlywiki/consent-banner/config.tid
Original file line number Diff line number Diff line change
@@ -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]]

Expand Down
2 changes: 2 additions & 0 deletions plugins/tiddlywiki/dynaview/config.tid
Original file line number Diff line number Diff line change
@@ -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>

Expand Down
2 changes: 2 additions & 0 deletions plugins/tiddlywiki/external-attachments/settings.tid
Original file line number Diff line number Diff line change
@@ -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.

Expand Down
2 changes: 2 additions & 0 deletions plugins/tiddlywiki/freelinks/settings.tid
Original file line number Diff line number Diff line change
@@ -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=""/>

Expand Down
2 changes: 2 additions & 0 deletions plugins/tiddlywiki/geospatial/settings.tid
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
title: $:/plugins/tiddlywiki/geospatial/settings
caption: Geospatial
tags: $:/tags/ControlPanel/SettingsTab

! Geospatial Plugin Settings

Expand Down
2 changes: 2 additions & 0 deletions plugins/tiddlywiki/googleanalytics/settings.tid
Original file line number Diff line number Diff line change
@@ -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 changes: 2 additions & 0 deletions plugins/tiddlywiki/katex/config.tid
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
title: $:/plugins/tiddlywiki/katex/config
caption: KaTeX
tags: $:/tags/ControlPanel/SettingsTab

<div class="tc-control-panel">

Expand Down
3 changes: 2 additions & 1 deletion plugins/tiddlywiki/savetrail/settings.tid
Original file line number Diff line number Diff line change
@@ -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>

Expand Down
2 changes: 2 additions & 0 deletions plugins/tiddlywiki/share/settings.tid
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
title: $:/plugins/tiddlywiki/share/settings
caption: Share
tags: $:/tags/ControlPanel/SettingsTab

!! Base sharing URL

Expand Down
2 changes: 2 additions & 0 deletions plugins/tiddlywiki/tour/settings.tid
Original file line number Diff line number Diff line change
@@ -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)
Expand Down

0 comments on commit 61b5289

Please sign in to comment.