Skip to content

Commit

Permalink
fix: config path
Browse files Browse the repository at this point in the history
  • Loading branch information
linonetwo committed Oct 26, 2023
1 parent 56c297b commit c9e86ce
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions src/plugin-name/configs/config.tid
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ These settings let you customise the behaviour of your plugin.
Description

;Config name1
:<$checkbox tiddler="$:/plugins/your-name/plugin-name/config/xxx" field="text" checked="yes" unchecked=""> Description</$checkbox>
:<$checkbox tiddler="$:/plugins/your-name/plugin-name/configs/xxx" field="text" checked="yes" unchecked=""> Description</$checkbox>
;Config name2
:<$select tiddler='$:/plugins/your-name/plugin-name/config/yyy'>
:<$select tiddler='$:/plugins/your-name/plugin-name/configs/yyy'>
<option value='0'>Sunday</option>
<option value='1'>Monday</option>
<option value='2'>Tuesday</option>
Expand All @@ -23,4 +23,4 @@ Description
<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" />
:<$edit-text tiddler="$:/plugins/your-name/plugin-name/configs/zzz" tabindex=-1 focus=false cancelPopups="yes" fileDrop=no tag="input" />
2 changes: 1 addition & 1 deletion src/plugin-name/configs/configs.multid
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
title: $:/plugins/your-name/plugin-name/configs
title: $:/plugins/your-name/plugin-name/configs/

xxx: https://tidgi.fun/
yyy: https://tidgi.fun/
Expand Down

0 comments on commit c9e86ce

Please sign in to comment.