From 30839826a238c4b32841a20f84f6fbc8ad5a2fab Mon Sep 17 00:00:00 2001 From: lin onetwo Date: Sun, 7 Jan 2024 14:52:26 +0800 Subject: [PATCH] chore: delete unused plugins --- tiddlers/$__plugins_linonetwo_service-worker.json | 1 - .../$__plugins_linonetwo_service-worker.json.meta | 10 ---------- tiddlers/$__plugins_linonetwo_sub-wiki.json | 1 - tiddlers/$__plugins_linonetwo_sub-wiki.json.meta | 12 ------------ 4 files changed, 24 deletions(-) delete mode 100644 tiddlers/$__plugins_linonetwo_service-worker.json delete mode 100644 tiddlers/$__plugins_linonetwo_service-worker.json.meta delete mode 100644 tiddlers/$__plugins_linonetwo_sub-wiki.json delete mode 100644 tiddlers/$__plugins_linonetwo_sub-wiki.json.meta diff --git a/tiddlers/$__plugins_linonetwo_service-worker.json b/tiddlers/$__plugins_linonetwo_service-worker.json deleted file mode 100644 index e2d4aee..0000000 --- a/tiddlers/$__plugins_linonetwo_service-worker.json +++ /dev/null @@ -1 +0,0 @@ -{"tiddlers":{"$:/plugins/linonetwo/service-worker/load-service-worker.html":{"title":"$:/plugins/linonetwo/service-worker/load-service-worker.html","text":"\n\n\n\n\n","type":"text/html","creator":"LinOnetwo","tags":"$:/tags/RawMarkup"},"$:/plugins/linonetwo/service-worker/readme":{"title":"$:/plugins/linonetwo/service-worker/readme","created":"20200414135748497","modified":"20220519121649232","creator":"LinOnetwo","type":"text/vnd.tiddlywiki","text":"!! Usage\n\nAfter install, you have to publish your wiki as a HTTPS website to make it work.\n\n> If you are using [[https://github.com/tiddly-gittly/Tiddlywiki-NodeJS-Github-Template]], then you can skip the following setup, they are included in the edition.\n\n!!! Make sure to include all necessary step in the build process to make it work\n\nAdd following files to your `/public` folder after build, you can use a script to copy them to the build folder after the wiki build process:\n\n1. Add a `manifest.webmanifest` like:\n\n```json\n{\n \"background_color\": \"white\",\n \"theme_color\": \"white\",\n \"description\": \"Meme of LinOnetwo 林一二的模因和想法 - TiddlyWiki 非线性的知识库和博客\",\n \"display\": \"standalone\",\n \"icons\": [\n {\n \"src\": \"/TiddlyWikiIconBlack.png\",\n \"sizes\": \"256x256\",\n \"type\": \"image/png\"\n },\n {\n \"src\": \"/TiddlyWikiIconWhite.png\",\n \"sizes\": \"144x144\",\n \"type\": \"image/png\"\n }\n ],\n \"name\": \"TiddlyWiki\",\n \"short_name\": \"Wiki\",\n \"lang\": \"zh-CN\",\n \"start_url\": \"/\",\n \"scope\": \"/\"\n}\n```\n\nMake sure icon size is at least 144x144. And change all necessary fields.\n\nSee [[https://github.com/linonetwo/wiki/blob/master/public/manifest.webmanifest|https://github.com/linonetwo/wiki/blob/27608d25ac955dfb4670f63cdbf0da5ba837e6ec/public/manifest.webmanifest]] for example.\n\n2. Add `service-worker.js`:\n\nSee [[https://github.com/linonetwo/wiki/blob/master/public/service-worker.js|https://github.com/linonetwo/wiki/blob/27608d25ac955dfb4670f63cdbf0da5ba837e6ec/public/service-worker.js]] for example.\n\n!!! Config router\n\nSometimes request from this plugin to your `service-worker.js` will resulted in 404, this is basically because you are not putting `service-worker.js` just besides your `index.html`, or the router config is wrong.\n"}}} \ No newline at end of file diff --git a/tiddlers/$__plugins_linonetwo_service-worker.json.meta b/tiddlers/$__plugins_linonetwo_service-worker.json.meta deleted file mode 100644 index 66b2761..0000000 --- a/tiddlers/$__plugins_linonetwo_service-worker.json.meta +++ /dev/null @@ -1,10 +0,0 @@ -author: LinOnetwo -core-version: >=5.1.22 -dependents: -description: Use service worker to cache content, make it works even offline, and can be add to the desktop as an App. -list: readme -name: service-worker -plugin-type: plugin -title: $:/plugins/linonetwo/service-worker -type: application/json -version: 0.0.2 \ No newline at end of file diff --git a/tiddlers/$__plugins_linonetwo_sub-wiki.json b/tiddlers/$__plugins_linonetwo_sub-wiki.json deleted file mode 100644 index cf7ccaa..0000000 --- a/tiddlers/$__plugins_linonetwo_sub-wiki.json +++ /dev/null @@ -1 +0,0 @@ -{"tiddlers":{"$:/plugins/linonetwo/sub-wiki/readme":{"title":"$:/plugins/linonetwo/sub-wiki/readme","created":"20200414135748497","modified":"20200602062349232","type":"text/vnd.tiddlywiki","text":"!! Usage\n\nEdit [[`tiddlers/FileSystemPaths.tid`|FileSystemPaths.tid]] using VSCode or automatically updated by TiddlyGitDesktop (instead of edit it from the TiddlyWiki) to be something like:\n\n```tid\n[!is[system]kin::to[APrivateContent]addprefix[subwiki/private-wiki/]]\n[!is[system]kin::to[Photos]addprefix[subwiki/private-wiki-photos/]]\n```\n"}}} \ No newline at end of file diff --git a/tiddlers/$__plugins_linonetwo_sub-wiki.json.meta b/tiddlers/$__plugins_linonetwo_sub-wiki.json.meta deleted file mode 100644 index 499eca6..0000000 --- a/tiddlers/$__plugins_linonetwo_sub-wiki.json.meta +++ /dev/null @@ -1,12 +0,0 @@ -author: LinOnetwo -core-version: >=5.1.22 -created: 20211017093003558 -dependents: -description: Allow you make some tiddlers private, and store them in a private repo. -list: readme -modified: 20211017093003558 -name: Private Tiddlers In Private Repo -plugin-type: plugin -title: $:/plugins/linonetwo/sub-wiki -type: application/json -version: 0.0.1 \ No newline at end of file