Skip to content

Commit

Permalink
Automated Update all Library in libraries.json
Browse files Browse the repository at this point in the history
  • Loading branch information
actions-user authored and github-actions[bot] committed Sep 26, 2024
1 parent 8feebe9 commit e04ad3c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion tiddlers/Plugin_202203222512473.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": ""
Expand Down
2 changes: 1 addition & 1 deletion tiddlers/Plugin_202401072026669.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
"modified": "20240107132304543",
"tags": "$:/tags/PluginWiki",
"type": "text/vnd.tiddlywiki",
"cpl.readme": "<!-- <img alt=\"version\" src=\"https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fraw.githubusercontent.com%2Foeyoews%2Ftiddlywiki-codemirror6%2Fmain%2Fpackage.json&query=version&style=flat-square&logo=Codemirror&logoColor=white&label=codemirror&labelColor=black&color=black\"> -->\n\n<center>\n<video width=\"300\" controls style=\"border-radius:8px;\">\n <source src=\"https://user-images.githubusercontent.com/72405338/294956491-948b791f-04e1-4447-a5d3-81ebb13619de.mp4\" type=\"video/mp4\">\n</video>\n</center>\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": "<!-- <img alt=\"version\" src=\"https://img.shields.io/badge/dynamic/json?url=https%3A%2F%2Fraw.githubusercontent.com%2Foeyoews%2Ftiddlywiki-codemirror6%2Fmain%2Fpackage.json&query=version&style=flat-square&logo=Codemirror&logoColor=white&label=codemirror&labelColor=black&color=black\"> -->\n\n<center>\n<video width=\"300\" controls style=\"border-radius:8px;\">\n <source src=\"https://user-images.githubusercontent.com/72405338/294956491-948b791f-04e1-4447-a5d3-81ebb13619de.mp4\" type=\"video/mp4\">\n</video>\n</center>\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"
}
Expand Down
6 changes: 3 additions & 3 deletions tiddlers/Plugin_202408142853427.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down

0 comments on commit e04ad3c

Please sign in to comment.