From 8e67db6dc1f69fbfe87cf1f230410e450f62d512 Mon Sep 17 00:00:00 2001 From: Laurent Cozic Date: Tue, 12 Jan 2021 13:19:28 +0000 Subject: [PATCH] obsoletes --- README.md | 1 - manifests.json | 28 ---------------------------- obsoletes.json | 16 ++++++++++++++++ 3 files changed, 16 insertions(+), 29 deletions(-) create mode 100644 obsoletes.json diff --git a/README.md b/README.md index 65dc01f..e2158dc 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,6 @@ This repository contains the following plugins: [🏠](https://github.com/JackGruber/joplin-plugin-combine-notes) | Combine notes | 0.2.1 | Combine one or more notes | JackGruber [🏠](https://github.com/JackGruber/joplin-plugin-copytags) | Copy Tags | 0.3.2 | Plugin to extend the Joplin tagging menu with a coppy all tags and tagging list with more control. | JackGruber [🏠](https://discourse.joplinapp.org/t/go-to-note-tag-or-notebook-via-highlighting-text-in-editor/12731) | Create and go to #tags and @notebooks | 1.3.3 | Go to tag,notebook or note via links or via text | a -[🏠](https://github.com/laurent22/joplin/tree/dev/packages/plugins/ToggleSideBars) | Note list and side bar toggle buttons | 1.0.0 | Adds buttons to toggle note list and side bar | Laurent Cozic [🏠](https://github.com/laurent22/joplin/tree/dev/packages/plugins/ToggleSidebars) | Note list and side bar toggle buttons | 1.0.2 | Adds buttons to toggle note list and sidebar | Laurent Cozic [🏠](bla) | Testing New Plugin | 1.0.0 | bla | bla diff --git a/manifests.json b/manifests.json index 3b336a6..0971edd 100644 --- a/manifests.json +++ b/manifests.json @@ -1,18 +1,4 @@ { - "org.joplinapp.plugins.ToggleSideBars": { - "manifest_version": 1, - "id": "org.joplinapp.plugins.ToggleSideBars", - "app_min_version": "1.6", - "version": "1.0.0", - "name": "Note list and side bar toggle buttons", - "description": "Adds buttons to toggle note list and side bar", - "author": "Laurent Cozic", - "homepage_url": "https://github.com/laurent22/joplin/tree/dev/packages/plugins/ToggleSideBars", - "repository_url": "https://github.com/laurent22/joplin/tree/dev/packages/plugins/ToggleSideBars", - "_publish_hash": "sha256:077f7f9e21e3d8873d3f2ca502f043cafedd6a8ff7569f6ee23ccfa4389f7ad3", - "_publish_commit": "dev:ceb252b9ada700fa4423816fc06523ecd1a29895", - "_npm_package_name": "joplin-plugin-toggle-side-bars" - }, "ambrt.backlinksToNote": { "manifest_version": 1, "id": "ambrt.backlinksToNote", @@ -81,20 +67,6 @@ "_publish_commit": "master:6cf2e5e49a5f605b0ef9300f55ebe263a5a7ee1c", "_npm_package_name": "joplin-plugin-combine-notes" }, - "org.joplinapp.plugins.ToggleSidebars": { - "manifest_version": 1, - "id": "org.joplinapp.plugins.ToggleSidebars", - "app_min_version": "1.6", - "version": "1.0.2", - "name": "Note list and side bar toggle buttons", - "description": "Adds buttons to toggle note list and sidebar", - "author": "Laurent Cozic", - "homepage_url": "https://github.com/laurent22/joplin/tree/dev/packages/plugins/ToggleSidebars", - "repository_url": "https://github.com/laurent22/joplin/tree/dev/packages/plugins/ToggleSidebars", - "_publish_hash": "sha256:e0d833b7ef1bb8f02ee4cb861ef1989621358c45a5614911071302dc0527a3b4", - "_publish_commit": "dev:1b5b2342fc25717b77ad9f1627c1a334e5bbae54", - "_npm_package_name": "@joplin/joplin-plugin-toggle-sidebars" - }, "joplin.plugin.ambrt.goToItem": { "manifest_version": 1, "id": "joplin.plugin.ambrt.goToItem", diff --git a/obsoletes.json b/obsoletes.json new file mode 100644 index 0000000..e66e56e --- /dev/null +++ b/obsoletes.json @@ -0,0 +1,16 @@ +{ + "org.joplinapp.plugins.ToggleSideBars": { + "manifest_version": 1, + "id": "org.joplinapp.plugins.ToggleSideBars", + "app_min_version": "1.6", + "version": "1.0.0", + "name": "Note list and side bar toggle buttons", + "description": "Adds buttons to toggle note list and side bar", + "author": "Laurent Cozic", + "homepage_url": "https://github.com/laurent22/joplin/tree/dev/packages/plugins/ToggleSideBars", + "repository_url": "https://github.com/laurent22/joplin/tree/dev/packages/plugins/ToggleSideBars", + "_publish_hash": "sha256:077f7f9e21e3d8873d3f2ca502f043cafedd6a8ff7569f6ee23ccfa4389f7ad3", + "_publish_commit": "dev:ceb252b9ada700fa4423816fc06523ecd1a29895", + "_npm_package_name": "joplin-plugin-toggle-side-bars" + } +} \ No newline at end of file