-
Notifications
You must be signed in to change notification settings - Fork 12
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/tiddly-gittly/TiddlyWiki-CPL
- Loading branch information
Showing
13 changed files
with
87 additions
and
18 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 |
---|---|---|
|
@@ -22,7 +22,7 @@ jobs: | |
|
||
steps: | ||
- uses: actions/checkout@v4 | ||
- uses: actions/[email protected].2 | ||
- uses: actions/[email protected].3 | ||
with: | ||
node-version: '20' | ||
- uses: pnpm/action-setup@v4 | ||
|
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
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
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
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
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
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,15 @@ | ||
[ | ||
{ | ||
"title": "Plugin_202405275227150", | ||
"cpl.author": "oeyoews", | ||
"cpl.core-version": ">=5.3.0", | ||
"cpl.dependents": "", | ||
"cpl.description": "neotw-cmp", | ||
"cpl.name": "neotw-cmp", | ||
"cpl.plugin-type": "plugin", | ||
"cpl.readme": "[[在线文档|https://neotw.vercel.app/docs/plugins/neotw-cmp]]\n\n!! TODO\n\n* [ ] esc\n* [ ] https://github.com/tiddly-gittly/tw-command-palette/blob/0c6da53a88f6188455f17297547ff02e2c670335/src/commandpalette/widgets/build-in-sub-plugins/search-story-history.ts#L39\n* [ ] https://github.com/algolia/autocomplete/issues/1199\n* [ ] 空白搜索结果提示操作\n* [ ] 最近搜索历史\n* [ ] filterCache 缓存\n* [ ] 不支持中文搜索\n* [x] 快捷键 全屏\n* [x] 弹窗不消失\n* [x] 加上命令\n* [x] masklayer\n* [x] 宽度\n* [x] 搜索结果仅仅显示title matched\n* [x] 输入框内容重置\n* [x] 加上debounce\n\n## Next\n\n* 搜索结果highlight\n* 双栏预览\n* 基于http api 搜索\n* neotw 黑暗模式适配", | ||
"cpl.title": "$:/plugins/oeyoews/neotw-cmp", | ||
"cpl.uri": "https://oeyoews.github.io/tiddlywiki-starter-kit/library/recipes/library/tiddlers/%2524%253A%252Fplugins%252Foeyoews%252Fneotw-cmp.json", | ||
"tags": "$:/tags/PluginWiki" | ||
} | ||
] |
This file was deleted.
Oops, something went wrong.
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,17 @@ | ||
[ | ||
{ | ||
"tags": "$:/tags/PluginWiki", | ||
"cpl.readme": "; Tweaks\nTweaks contains kookma personal improvements, customizations, and fixes for TiddlyWiki\n\n;Code and demo\nFor learning plugin features, syntax, tutorial and examples see the plugin demo and code pages\n\n* Demo: https://kookma.github.io/TW-Tweaks/\n* Code: https://github.com/kookma/TW-Tweaks\n", | ||
"cpl.uri": "https://kookma.github.io/TW-PluginLibrary/library/recipes/library/tiddlers/%2524%253A%252Fplugins%252Fkookma%252Ftweaks.json", | ||
"cpl.title": "$:/plugins/kookma/tweaks", | ||
"cpl.author": "Mohammad Rahmani", | ||
"cpl.name": "Kookma TiddlyWiki Tweaks", | ||
"cpl.description": "Improvements, customizations, and fixes for TiddlyWiki", | ||
"cpl.plugin-type": "plugin", | ||
"cpl.source": "", | ||
"cpl.dependents": "", | ||
"cpl.parent-plugin": "https://github.com/kookma/TW-Tweaks", | ||
"cpl.core-version": ">=5.3.5", | ||
"title": "Plugin_202408142853427" | ||
} | ||
] |
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,11 @@ | ||
cpl.author: oeyoews | ||
cpl.core-version: >=5.3.0 | ||
cpl.dependents: $:/plugins/oeyoews/neotw-vue3 $:/plugins/oeyoews/tiddlywiki-tailwindcss-plus | ||
cpl.description: neotw-bot | ||
cpl.name: neotw-bot | ||
cpl.plugin-type: plugin | ||
cpl.readme: [[在线文档|https://neotw.vercel.app/docs/plugins/neotw-bot]] | ||
cpl.title: $:/plugins/oeyoews/neotw-bot | ||
cpl.uri: https://oeyoews.github.io/tiddlywiki-starter-kit/library/recipes/library/tiddlers/%2524%253A%252Fplugins%252Foeyoews%252Fneotw-bot.json | ||
tags: $:/tags/PluginWiki | ||
title: Plugin_202408142956538 |
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,15 @@ | ||
[ | ||
{ | ||
"tags": "$:/tags/PluginWiki", | ||
"cpl.readme": "[[在线文档|https://neotw.vercel.app/docs/plugins/neotw-calendar]]\n<!-- https://antoniandre.github.io/vue-cal/#installation -->", | ||
"cpl.uri": "https://oeyoews.github.io/tiddlywiki-starter-kit/library/recipes/library/tiddlers/%2524%253A%252Fplugins%252Foeyoews%252Fneotw-calendar.json", | ||
"cpl.title": "$:/plugins/oeyoews/neotw-calendar", | ||
"cpl.author": "oeyoews", | ||
"cpl.name": "neotw-calendar", | ||
"cpl.description": "neotw-calendar", | ||
"cpl.plugin-type": "plugin", | ||
"cpl.dependents": "$:/plugins/oeyoews/neotw-vue3 $:/plugins/oeyoews/tiddlywiki-tailwindcss-plus", | ||
"cpl.core-version": ">=5.3.0", | ||
"title": "Plugin_202408142956806" | ||
} | ||
] |
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,11 @@ | ||
cpl.author: oeyoews | ||
cpl.core-version: >=5.3.0 | ||
cpl.dependents: $:/plugins/oeyoews/neotw-vue3 $:/plugins/oeyoews/tiddlywiki-tailwindcss-plus | ||
cpl.description: neotw-card-info | ||
cpl.name: neotw-card-info | ||
cpl.plugin-type: plugin | ||
cpl.readme: [[在线文档|https://neotw.vercel.app/docs/plugins/neotw-card-info]] | ||
cpl.title: $:/plugins/oeyoews/neotw-card-info | ||
cpl.uri: https://oeyoews.github.io/tiddlywiki-starter-kit/library/recipes/library/tiddlers/%2524%253A%252Fplugins%252Foeyoews%252Fneotw-card-info.json | ||
tags: $:/tags/PluginWiki | ||
title: Plugin_202408142956959 |
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,11 @@ | ||
cpl.author: oeyoews | ||
cpl.core-version: >=5.3.0 | ||
cpl.dependents: $:/plugins/oeyoews/neotw-vue3 $:/plugins/oeyoews/tiddlywiki-tailwindcss-plus | ||
cpl.description: neotw-menubar | ||
cpl.name: neotw-menubar | ||
cpl.plugin-type: plugin | ||
cpl.readme: [[在线文档|https://neotw.vercel.app/docs/plugins/neotw-menubar]] | ||
cpl.title: $:/plugins/oeyoews/neotw-menubar | ||
cpl.uri: https://oeyoews.github.io/tiddlywiki-starter-kit/library/recipes/library/tiddlers/%2524%253A%252Fplugins%252Foeyoews%252Fneotw-menubar.json | ||
tags: $:/tags/PluginWiki | ||
title: Plugin_202408142959281 |