-
Notifications
You must be signed in to change notification settings - Fork 5
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
31 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
title: $:/plugins/your-name/plugin-name/config | ||
tags: $:/tags/ControlPanel/SettingsTab | ||
caption: Plugin Setting | ||
|
||
These settings let you customise the behaviour of your plugin. | ||
|
||
--- | ||
|
||
!! Title | ||
|
||
Description | ||
|
||
;Config name1 | ||
:<$checkbox tiddler="$:/plugins/your-name/plugin-name/config/xxx" field="text" checked="yes" unchecked=""> Description</$checkbox> | ||
;Config name2 | ||
:<$select tiddler='$:/plugins/your-name/plugin-name/config/yyy'> | ||
<option value='0'>Sunday</option> | ||
<option value='1'>Monday</option> | ||
<option value='2'>Tuesday</option> | ||
<option value='3'>Wednesday</option> | ||
<option value='4'>Thursday</option> | ||
<option value='5'>Friday</option> | ||
<option value='6'>Saturday</option> | ||
</$select> | ||
;Config name3 | ||
:<$edit-text tiddler="$:/plugins/your-name/plugin-name/config/zzz" tabindex=-1 focus=false cancelPopups="yes" fileDrop=no tag="input" /> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
title: $:/plugins/your-name/plugin-name/configs | ||
|
||
xxx: https://tidgi.fun/ | ||
yyy: https://tidgi.fun/ | ||
zzz: https://tidgi.fun/ |