1
0
mirror of synced 2024-07-01 01:18:55 +08:00
This commit is contained in:
Laurent Cozic 2021-01-10 00:12:29 +00:00
parent 575e4757cb
commit 994b6ada6b
7 changed files with 62 additions and 6 deletions

View File

@ -30,13 +30,14 @@
"manifest_version": 1,
"id": "io.github.jackgruber.copytags",
"app_min_version": "1.6.2",
"version": "0.3.1",
"version": "0.3.2",
"name": "Copy Tags",
"description": "Plugin to extend the Joplin tagging menu with a coppy all tags and tagging list with more control.",
"author": "JackGruber",
"homepage_url": "https://github.com/JackGruber/joplin-plugin-copytags",
"_publish_hash": "sha256:36a63b7e9a2bbc1ea8f6bafc4d06a91f27370dc4f949e2abdb5100b6a94e2f28",
"_publish_commit": "master:a04e9e4ecf8bbaa6e2f1a54bfa8434b4416c3a32",
"repository_url": "https://github.com/JackGruber/joplin-plugin-copytags",
"_publish_hash": "sha256:e87b5d92765e8b65e9c5bf934b220e93485d49ec1b3cac909406b3ec13ee18e3",
"_publish_commit": "master:14d7886ab6750670aacd1830a8516e12eb383f08",
"_npm_package_name": "joplin-plugin-copytags"
},
"MyPlugin": {
@ -52,5 +53,32 @@
"_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",
"app_min_version": "1.5",
"version": "1.0.3",
"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",
"_npm_package_name": "joplin-plugin-backlinks"
},
"io.github.jackgruber.combine-notes": {
"manifest_version": 1,
"id": "io.github.jackgruber.combine-notes",
"app_min_version": "1.6",
"version": "0.2.0",
"name": "combine",
"description": "Combine one or more notes",
"author": "JackGruber",
"homepage_url": "https://github.com/JackGruber/joplin-plugin-combine-notes",
"repository_url": "https://github.com/JackGruber/joplin-plugin-combine-notes",
"_publish_hash": "sha256:2f77e17eb0e1bfe8bf7aa4bd14332222c52ef2dc308dd685f2d3ea5fe59f62ed",
"_publish_commit": "master:a19bc99edd9d1acce432d8bc7cbb25ea16ead100",
"_npm_package_name": "joplin-plugin-combine-notes"
}
}

View File

@ -0,0 +1,14 @@
{
"manifest_version": 1,
"id": "io.github.jackgruber.combine-notes",
"app_min_version": "1.6",
"version": "0.2.0",
"name": "combine",
"description": "Combine one or more notes",
"author": "JackGruber",
"homepage_url": "https://github.com/JackGruber/joplin-plugin-combine-notes",
"repository_url": "https://github.com/JackGruber/joplin-plugin-combine-notes",
"_publish_hash": "sha256:2f77e17eb0e1bfe8bf7aa4bd14332222c52ef2dc308dd685f2d3ea5fe59f62ed",
"_publish_commit": "master:a19bc99edd9d1acce432d8bc7cbb25ea16ead100",
"_npm_package_name": "joplin-plugin-combine-notes"
}

Binary file not shown.

View File

@ -2,12 +2,13 @@
"manifest_version": 1,
"id": "io.github.jackgruber.copytags",
"app_min_version": "1.6.2",
"version": "0.3.1",
"version": "0.3.2",
"name": "Copy Tags",
"description": "Plugin to extend the Joplin tagging menu with a coppy all tags and tagging list with more control.",
"author": "JackGruber",
"homepage_url": "https://github.com/JackGruber/joplin-plugin-copytags",
"_publish_hash": "sha256:36a63b7e9a2bbc1ea8f6bafc4d06a91f27370dc4f949e2abdb5100b6a94e2f28",
"_publish_commit": "master:a04e9e4ecf8bbaa6e2f1a54bfa8434b4416c3a32",
"repository_url": "https://github.com/JackGruber/joplin-plugin-copytags",
"_publish_hash": "sha256:e87b5d92765e8b65e9c5bf934b220e93485d49ec1b3cac909406b3ec13ee18e3",
"_publish_commit": "master:14d7886ab6750670aacd1830a8516e12eb383f08",
"_npm_package_name": "joplin-plugin-copytags"
}

View File

@ -0,0 +1,13 @@
{
"manifest_version": 1,
"id": "joplin.plugin.ambrt.backlinksToNote",
"app_min_version": "1.5",
"version": "1.0.3",
"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",
"_npm_package_name": "joplin-plugin-backlinks"
}

Binary file not shown.