1
0
mirror of synced 2024-07-01 01:18:55 +08:00
This commit is contained in:
Laurent Cozic 2021-01-12 13:22:56 +00:00
parent 8e67db6dc1
commit 9cf9c3177f
3 changed files with 23 additions and 38 deletions

View File

@ -18,6 +18,5 @@ 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.2 | Adds buttons to toggle note list and sidebar | Laurent Cozic
[🏠](bla) | Testing New Plugin | 1.0.0 | bla | bla
<!-- PLUGIN_LIST -->

View File

@ -1,17 +1,4 @@
{
"ambrt.backlinksToNote": {
"manifest_version": 1,
"id": "ambrt.backlinksToNote",
"app_min_version": "1.5",
"version": "1.0.2",
"name": "Backlinks to note",
"description": "Creates backlinks to opened note",
"author": "a",
"homepage_url": "https://discourse.joplinapp.org/t/insert-referencing-notes-backlinks-plugin/13632",
"_publish_hash": "sha256:5676da6b9ad71fc5a9779d3bde13f17de5352344711e135f0db8c62c6dbb5696",
"_publish_commit": "master:19e515bd67e51cc37bd270a32d2898ca009a0de2",
"_npm_package_name": "joplin-plugin-backlinks"
},
"io.github.jackgruber.copytags": {
"manifest_version": 1,
"id": "io.github.jackgruber.copytags",
@ -26,20 +13,6 @@
"_publish_commit": "master:14d7886ab6750670aacd1830a8516e12eb383f08",
"_npm_package_name": "joplin-plugin-copytags"
},
"MyPlugin": {
"manifest_version": 1,
"id": "MyPlugin",
"app_min_version": "1.6",
"version": "1.0.0",
"name": "Testing New Plugin",
"description": "bla",
"author": "bla",
"homepage_url": "bla",
"repository_url": "bla",
"_publish_hash": "sha256:065285d06ea3c084e7f8f8c23583de8d70c4d586274a242c4c750f6faad8c7cb",
"_publish_commit": "",
"_npm_package_name": "joplin-plugin-testing-new-plugin"
},
"joplin.plugin.ambrt.backlinksToNote": {
"manifest_version": 1,
"id": "joplin.plugin.ambrt.backlinksToNote",

View File

@ -1,16 +1,29 @@
{
"org.joplinapp.plugins.ToggleSideBars": {
"ambrt.backlinksToNote": {
"manifest_version": 1,
"id": "org.joplinapp.plugins.ToggleSideBars",
"id": "ambrt.backlinksToNote",
"app_min_version": "1.5",
"version": "1.0.2",
"name": "Backlinks to note",
"description": "Creates backlinks to opened note",
"author": "a",
"homepage_url": "https://discourse.joplinapp.org/t/insert-referencing-notes-backlinks-plugin/13632",
"_publish_hash": "sha256:5676da6b9ad71fc5a9779d3bde13f17de5352344711e135f0db8c62c6dbb5696",
"_publish_commit": "master:19e515bd67e51cc37bd270a32d2898ca009a0de2",
"_npm_package_name": "joplin-plugin-backlinks"
},
"MyPlugin": {
"manifest_version": 1,
"id": "MyPlugin",
"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"
"name": "Testing New Plugin",
"description": "bla",
"author": "bla",
"homepage_url": "bla",
"repository_url": "bla",
"_publish_hash": "sha256:065285d06ea3c084e7f8f8c23583de8d70c4d586274a242c4c750f6faad8c7cb",
"_publish_commit": "",
"_npm_package_name": "joplin-plugin-testing-new-plugin"
}
}