Skip to content

Commit

Permalink
fix: update setting page modal by command
Browse files Browse the repository at this point in the history
  • Loading branch information
oeyoews committed Oct 16, 2024
1 parent b9ccf4a commit f5657b2
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<h2> Changelog </h2>

* `3.5.1`: update setting page modal by command
* `3.5.0`: move codemirror config page to tiddlywiki settings tab
* `3.4.0`: 修复zoomin 模式下,补全弹窗异常的问题
* `3.3.2`: 恢复空格高亮样式
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
"registry": "https://registry.npmjs.org"
},
"license": "MIT",
"version": "3.5.0",
"version": "3.5.1",
"packageManager": "[email protected]",
"scripts": {
"update:config": " pnpm ts-node scripts/generateConfig.ts",
Expand Down
2 changes: 1 addition & 1 deletion packages/lang-tiddlywiki/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "lang-tiddlywiki",
"version": "3.3.3",
"version": "3.5.1",
"description": "",
"scripts": {
"build": "cm-buildhelper src/tiddlywiki.ts"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ export function snippets(widget: IWidget) {
);
new $tw.Story().navigateTiddler('$:/ControlPanel'); */
$tw.modal.display(
'$:/plugins/oeyoews/tiddlywiki-codemirror-6/ui/ControlPanel/settings'
'$:/plugins/oeyoews/tiddlywiki-codemirror-6/settings'
);
break;
case 'update-codemirror6-plugin':
Expand Down
2 changes: 1 addition & 1 deletion src/tiddlywiki-codemirror-6/plugin.info
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"title": "$:/plugins/oeyoews/tiddlywiki-codemirror-6",
"name": "CodeMirror6",
"description": "CodeMirror 6 editor",
"version": "3.5.0",
"version": "3.5.1",
"core-version": ">=5.3.4",
"list": "readme settings changelog ",
"stability": "STABILITY_2_STABLE"
Expand Down

0 comments on commit f5657b2

Please sign in to comment.