From e04ad3cfe35c2b1c7c88a476b4cb5383809439e8 Mon Sep 17 00:00:00 2001 From: Github Action Date: Thu, 26 Sep 2024 02:13:19 +0000 Subject: [PATCH] Automated Update all Library in libraries.json --- tiddlers/Plugin_202203222512473.json | 2 +- tiddlers/Plugin_202401072026669.json | 2 +- tiddlers/Plugin_202408142853427.json | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/tiddlers/Plugin_202203222512473.json b/tiddlers/Plugin_202203222512473.json index a86f02afe..ba94a65a5 100644 --- a/tiddlers/Plugin_202203222512473.json +++ b/tiddlers/Plugin_202203222512473.json @@ -16,7 +16,7 @@ "cpl.plugin-type": "plugin", "cpl.source": "https://github.com/kookma/TW-Shiraz", "cpl.dependents": "", - "cpl.core-version": ">5.3.5", + "cpl.core-version": ">=5.3.5", "cpl.documentation": "https://kookma.github.io/TW-Shiraz/", "page-cover": "https://img1.imgtp.com/2023/05/25/pFT3jEjX.png", "cpl.parent-plugin": "" diff --git a/tiddlers/Plugin_202401072026669.json b/tiddlers/Plugin_202401072026669.json index b7554a9cf..0f1ba7c23 100644 --- a/tiddlers/Plugin_202401072026669.json +++ b/tiddlers/Plugin_202401072026669.json @@ -15,7 +15,7 @@ "modified": "20240107132304543", "tags": "$:/tags/PluginWiki", "type": "text/vnd.tiddlywiki", - "cpl.readme": "\n\n
\n\n
\n\n[[Demo|https://oeyoews.github.io/tiddlywiki-codemirror6/#%24%3A%2Fplugins%2Foeyoews%2Ftiddlywiki-codemirror-6]]\n\n\n!! Features\n\n* Autocomplete preview(include image)\n* Support load snippet module\n* Minmap, vimmode, word count, rainbow brackets, codeblock highlight\n* Custom placeholder, tabsize, mincompletion length\n\n!! Completions\n\n* `/` to get snippets\n* `[[` or `{{` to get tiddlers\n* `:` to get emojis\n* `[img[` to get images\n* `<$` to get widgets\n* `//` to change tiddler type\n* `#` to insert tags\n* `@#` to setup codemirror6\n\n!! Tips\n\n* Emoji complete need install [[$:/plugins/oeyoews/tiddlywiki-cmp-emoji]] plugin\n* If you hope add your custom snippets, your can write a simple plugin module(module-type: snippets).\n* Presss tab to accept current completion\n* Prese `ctrl + /` to comment line(non vimmode)\n* vimmode: `\"+y`(copy to system clipboard)\n* vimmode: `\"+p`(paste system clipboard to editor)\n\n!! TODO\n\n* 图标如果过多就单独做成一个模块插件\n\n!! Can be removed plugins\n\n* Cm5 series plugins\n* Autolist plugin\n* Autocomplete plugin\n* Insert current time plugin\n* Emoji button plugin\n* Chars button plugin\n* ...\n\n!! Proposal\n\n> Zero Js, Pure Wikitext.\n\nIncorporating code snippets into plugins for widgets, macros, and templates can significantly enhance user convenience. For instance, the kookma plugin showcases numerous example codes, encompassing macros, styles, and frequently used snippets that can be transformed into code snippets.\n\nThe codemirror6 plugin, in particular, could seamlessly load these code snippets while also accommodating placeholders. Additionally, users could share their frequently used code snippets, fostering a collaborative and supportive community. These snippets could even be packaged separately as plugins, such as zero-js or pure wikitext. This approach would undoubtedly streamline the coding process and contribute to a more efficient and user-friendly experience.\n\n[[example|https://github.com/oeyoews/tiddlywiki-codemirror6/blob/main/src/tiddlywiki-snippets/tiddlers/general/toc01.tid]]\n\n!! Motivation\n\n* Hope to unify codemirror plugins, without having to install more than a dozen codemirror plug-ins, or interface errors caused by the lack of certain plug-ins.\n* The completion of the codemirror enhancement plug-in sometimes causes the interface to freeze.\n* Better support for code snippets\n* Better markdown editing experience\n\nIf you like the plugin, feel free to leave me a star on [ext[GitHub|https://github.com/oeyoews/tiddlywiki-codemirror6]]\n\n\n!! Credits\n\n> BurningTreeC's tiddlywiki codemirror-6 plugin\n\n!! Report Bug\n\nhttps://github.com/oeyoews/tiddlywiki-codemirror6/issues/new", + "cpl.readme": "\n\n
\n\n
\n\n[[Demo|https://oeyoews.github.io/tiddlywiki-codemirror6/#%24%3A%2Fplugins%2Foeyoews%2Ftiddlywiki-codemirror-6]]\n\n> Press `/?` to get help\n\n!! Features\n\n* Autocomplete preview(include image)\n* Support load snippet module\n* Minmap, vimmode, word count, rainbow brackets, codeblock highlight\n* Custom placeholder, tabsize, mincompletion length\n\n!! Tips\n\n* Emoji complete need install [[$:/plugins/oeyoews/tiddlywiki-cmp-emoji]] plugin\n* If you hope add your custom snippets, your can write a simple plugin module(module-type: snippets).\n* Presss tab to accept current completion\n* Prese `ctrl + /` to comment line(non vimmode)\n* vimmode: `\"+y`(copy to system clipboard)\n* vimmode: `\"+p`(paste system clipboard to editor)\n\n!! TODO\n\n* refactor documentation ...\n\n\n!! Can be removed plugins\n\n* Cm5 series plugins\n* Autolist plugin\n* Autocomplete plugin\n* Insert current time plugin\n* Emoji button plugin\n* Chars button plugin\n* ...\n\n!! Proposal\n\n> Zero Js, Pure Wikitext.\n\nIncorporating code snippets into plugins for widgets, macros, and templates can significantly enhance user convenience. For instance, the kookma plugin showcases numerous example codes, encompassing macros, styles, and frequently used snippets that can be transformed into code snippets.\n\nThe codemirror6 plugin, in particular, could seamlessly load these code snippets while also accommodating placeholders. Additionally, users could share their frequently used code snippets, fostering a collaborative and supportive community. These snippets could even be packaged separately as plugins, such as zero-js or pure wikitext. This approach would undoubtedly streamline the coding process and contribute to a more efficient and user-friendly experience.\n\n[[example|https://github.com/oeyoews/tiddlywiki-codemirror6/blob/main/src/tiddlywiki-snippets/tiddlers/general/toc01.tid]]\n\n!! Motivation\n\n* Hope to unify codemirror plugins, without having to install more than a dozen codemirror plug-ins, or interface errors caused by the lack of certain plug-ins.\n* The completion of the codemirror enhancement plug-in sometimes causes the interface to freeze.\n* Better support for code snippets\n* Better markdown editing experience\n\nIf you like the plugin, feel free to leave me a star on [ext[GitHub|https://github.com/oeyoews/tiddlywiki-codemirror6]]\n\n\n!! Credits\n\n> BurningTreeC's tiddlywiki codemirror-6 plugin\n\n!! Report Bug\n\nhttps://github.com/oeyoews/tiddlywiki-codemirror6/issues/new", "cpl.dependents": "", "cpl.core-version": ">=5.3.3" } diff --git a/tiddlers/Plugin_202408142853427.json b/tiddlers/Plugin_202408142853427.json index e3c8a2d97..13ef189b2 100644 --- a/tiddlers/Plugin_202408142853427.json +++ b/tiddlers/Plugin_202408142853427.json @@ -5,12 +5,12 @@ "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.name": "Tweaks", "cpl.description": "Improvements, customizations, and fixes for TiddlyWiki", "cpl.plugin-type": "plugin", - "cpl.source": "", + "cpl.source": "https://github.com/kookma/TW-Tweaks", "cpl.dependents": "", - "cpl.parent-plugin": "https://github.com/kookma/TW-Tweaks", + "cpl.parent-plugin": "", "cpl.core-version": ">=5.3.5", "title": "Plugin_202408142853427" }