1
0
mirror of synced 2024-07-01 01:18:55 +08:00
This commit is contained in:
Laurent Cozic 2021-01-16 13:47:21 +00:00
parent 30f0ee5cae
commit f8df1a6881
10 changed files with 74 additions and 14 deletions

View File

@ -13,10 +13,12 @@ This repository contains the following plugins:
<!-- PLUGIN_LIST -->
&nbsp; | Name | Version | Description | Author
--- | --- | --- | --- | ---
[🏠](https://discourse.joplinapp.org/t/insert-referencing-notes-backlinks-plugin/13632) | Backlinks to note | 1.0.3 | Creates backlinks to opened note | a
[🏠](https://discourse.joplinapp.org/t/insert-referencing-notes-backlinks-plugin/13632) | Backlinks to note | 1.0.4 | Creates backlinks to opened note | a
[🏠](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://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.4 | 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
[🏠](https://github.com/JackGruber/joplin-plugin-note-overview) | Note overview | 1.0.0 | A note overview is created based on the defined search and the specified fields | JackGruber
[🏠](https://github.com/benji300/joplin-note-tabs) | Note Tabs | 1.1.1 | Allows to open several notes at once in tabs and pin them. (v1.1.1) | Benji300
[🏠](https://github.com/JackGruber/joplin-plugin-backup) | Simple Backup | 0.2.1 | Plugin to create manual and automatic backups | JackGruber
<!-- PLUGIN_LIST -->

View File

@ -17,13 +17,13 @@
"manifest_version": 1,
"id": "joplin.plugin.ambrt.backlinksToNote",
"app_min_version": "1.5",
"version": "1.0.3",
"version": "1.0.4",
"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:5942a2aaeceeb9ddda42471da9cf1fca59ad5ccaf94c796a592ece779ddf7027",
"_publish_commit": "master:36ae688aa3f2dd6abb7919d3e7d7cfe3361fb925",
"_publish_hash": "sha256:ab9c9bc776e167a3b1a9ec40a4927d93da14514c0508f46dd6e5ea3f8a3a6c3b",
"_publish_commit": "master:5b74f93c687463572c46200292fa911e0ba96033",
"_npm_package_name": "joplin-plugin-backlinks"
},
"io.github.jackgruber.combine-notes": {
@ -44,13 +44,13 @@
"manifest_version": 1,
"id": "joplin.plugin.ambrt.goToItem",
"app_min_version": "1.6",
"version": "1.3.3",
"version": "1.3.4",
"name": "Create and go to #tags and @notebooks",
"description": "Go to tag,notebook or note via links or via text",
"author": "a",
"homepage_url": "https://discourse.joplinapp.org/t/go-to-note-tag-or-notebook-via-highlighting-text-in-editor/12731",
"_publish_hash": "sha256:8de17d21cfedf29d83aea9e86d5ce9e856f84be37555d9eb7fc5953f1ad1e3a5",
"_publish_commit": "1.6.6:0ab7f269052ec2fb59e35066570aa175e212d633",
"_publish_hash": "sha256:039ac43c99000e82e2881375a673ab0acae6cb53a428503ac7e62e6dd5e0820d",
"_publish_commit": "1.6.8-or-up:4501e5d6f63d1042c8ad12dbf4fb4abe5a476a24",
"_npm_package_name": "joplin-plugin-tag-and-notebook-links"
},
"org.joplinapp.plugins.ToggleSidebars": {
@ -80,5 +80,34 @@
"_publish_hash": "sha256:e68a75fa2711f9bd011bf998e1da18f2a5bc5044c478b91c69c288ebd6f98ed2",
"_publish_commit": "master:63cc646852ab6434b08e335f4409487d8773a527",
"_npm_package_name": "joplin-plugin-note-tabs"
},
"io.github.jackgruber.backup": {
"manifest_version": 1,
"id": "io.github.jackgruber.backup",
"app_min_version": "1.6.5",
"version": "0.2.1",
"name": "Simple Backup",
"description": "Plugin to create manual and automatic backups",
"author": "JackGruber",
"homepage_url": "https://github.com/JackGruber/joplin-plugin-backup",
"repository_url": "https://github.com/JackGruber/joplin-plugin-backup",
"_publish_hash": "sha256:b25806e73f3cee238efaf5c17f8d535cb4549c9c7bac3db797cbc36896f5e4e8",
"_publish_commit": "master:8792efba68dc302b97fadd64ccfacf72d64479fd",
"_npm_package_name": "joplin-plugin-backup"
},
"io.github.jackgruber.note-overview": {
"manifest_version": 1,
"id": "io.github.jackgruber.note-overview",
"app_min_version": "1.6.5",
"version": "1.0.0",
"name": "Note overview",
"description": "A note overview is created based on the defined search and the specified fields",
"author": "JackGruber",
"homepage_url": "https://github.com/JackGruber/joplin-plugin-note-overview",
"repository_url": "https://github.com/JackGruber/joplin-plugin-note-overview",
"keywords": [],
"_publish_hash": "sha256:045facf54f20e39556031101b92b2904fec8406af6e15820b5cc4258c7f7f4cc",
"_publish_commit": "master:ff54380080a2174ad572ff9641d720cbe4379f18",
"_npm_package_name": "joplin-plugin-note-overview"
}
}

View File

@ -0,0 +1,14 @@
{
"manifest_version": 1,
"id": "io.github.jackgruber.backup",
"app_min_version": "1.6.5",
"version": "0.2.1",
"name": "Simple Backup",
"description": "Plugin to create manual and automatic backups",
"author": "JackGruber",
"homepage_url": "https://github.com/JackGruber/joplin-plugin-backup",
"repository_url": "https://github.com/JackGruber/joplin-plugin-backup",
"_publish_hash": "sha256:b25806e73f3cee238efaf5c17f8d535cb4549c9c7bac3db797cbc36896f5e4e8",
"_publish_commit": "master:8792efba68dc302b97fadd64ccfacf72d64479fd",
"_npm_package_name": "joplin-plugin-backup"
}

Binary file not shown.

View File

@ -0,0 +1,15 @@
{
"manifest_version": 1,
"id": "io.github.jackgruber.note-overview",
"app_min_version": "1.6.5",
"version": "1.0.0",
"name": "Note overview",
"description": "A note overview is created based on the defined search and the specified fields",
"author": "JackGruber",
"homepage_url": "https://github.com/JackGruber/joplin-plugin-note-overview",
"repository_url": "https://github.com/JackGruber/joplin-plugin-note-overview",
"keywords": [],
"_publish_hash": "sha256:045facf54f20e39556031101b92b2904fec8406af6e15820b5cc4258c7f7f4cc",
"_publish_commit": "master:ff54380080a2174ad572ff9641d720cbe4379f18",
"_npm_package_name": "joplin-plugin-note-overview"
}

Binary file not shown.

View File

@ -2,12 +2,12 @@
"manifest_version": 1,
"id": "joplin.plugin.ambrt.backlinksToNote",
"app_min_version": "1.5",
"version": "1.0.3",
"version": "1.0.4",
"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:5942a2aaeceeb9ddda42471da9cf1fca59ad5ccaf94c796a592ece779ddf7027",
"_publish_commit": "master:36ae688aa3f2dd6abb7919d3e7d7cfe3361fb925",
"_publish_hash": "sha256:ab9c9bc776e167a3b1a9ec40a4927d93da14514c0508f46dd6e5ea3f8a3a6c3b",
"_publish_commit": "master:5b74f93c687463572c46200292fa911e0ba96033",
"_npm_package_name": "joplin-plugin-backlinks"
}

View File

@ -2,12 +2,12 @@
"manifest_version": 1,
"id": "joplin.plugin.ambrt.goToItem",
"app_min_version": "1.6",
"version": "1.3.3",
"version": "1.3.4",
"name": "Create and go to #tags and @notebooks",
"description": "Go to tag,notebook or note via links or via text",
"author": "a",
"homepage_url": "https://discourse.joplinapp.org/t/go-to-note-tag-or-notebook-via-highlighting-text-in-editor/12731",
"_publish_hash": "sha256:8de17d21cfedf29d83aea9e86d5ce9e856f84be37555d9eb7fc5953f1ad1e3a5",
"_publish_commit": "1.6.6:0ab7f269052ec2fb59e35066570aa175e212d633",
"_publish_hash": "sha256:039ac43c99000e82e2881375a673ab0acae6cb53a428503ac7e62e6dd5e0820d",
"_publish_commit": "1.6.8-or-up:4501e5d6f63d1042c8ad12dbf4fb4abe5a476a24",
"_npm_package_name": "joplin-plugin-tag-and-notebook-links"
}