diff --git a/README.md b/README.md index 0a399f8..dccce51 100644 --- a/README.md +++ b/README.md @@ -54,6 +54,7 @@ This repository contains the following plugins: | [🏠](https://github.com/herdsothom/joplin-insert-date) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/joplin-insert-date/plugin.jpl) | Insert Date | 1.0.1 | Adds a button to insert the current date (without time) into the editor. | herdsothom | | [🏠](https://github.com/marc0l92/joplin-plugin-jira-issue#readme) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.github.marc0l92.joplin-plugin-jira-issue/plugin.jpl) | Jira Issue | 2.2.2 | Retrieve Atlassian Jira issues information using their api in order to track the status of them from your Joplin notes. | marc0l92 | | [🏠](https://github.com/chenlijun99/autoanki/packages/joplin-plugin) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/joplin.plugin.anki-sync/plugin.jpl) | Joplin Anki Sync | 1.0.0 | Bidirectional sync between Joplin and Anki | Lijun Chen | +| [🏠](https://github.com/makaanneo/joplin-plugin-apollo) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/io.github.makaanneo.apollo/plugin.jpl) | Joplin Note Attachement rename | 1.0.0 | Joplin plugin to rename note attachments, | makaanneo | | [🏠](https://github.com/Cologler/userlink-joplin) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/b53da1f6-868c-468d-b60c-2897a27166ac/plugin.jpl) | Joplin User Link Plugin | 1.2.0 | A Joplin plugin for custom links, like `jump://?query=blabla`. | Cologler | | [🏠](https://discourse.joplinapp.org/t/plugin-share-note-online-via-hackmd/22048) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/eu.xardbaiz.joplin.HackMD/plugin.jpl) | joplin-hackmd | 1.0.1 | Quick share notes on HackMD | xardbaiz | | [🏠](https://github.com/ThibaultJanBeyer/joplin-sheets) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.joplin.JSheets/plugin.jpl) | JSheets | 1.1.3 | JSheets - use to write spreadsheets like excel in Joplin | Thibault Jan Beyer | diff --git a/manifests.json b/manifests.json index 3f705f1..5b836ac 100644 --- a/manifests.json +++ b/manifests.json @@ -1634,5 +1634,20 @@ "_publish_hash": "sha256:fe0394ede22bfb7c5e90f16e66d29dc624da276fb6e441b7164de5be567f1b20", "_publish_commit": "main:a092fdbcc07dfe090fe90dc53b7abf7f481f6b81", "_npm_package_name": "joplin-plugin-bulk-note-creator" + }, + "io.github.makaanneo.apollo": { + "manifest_version": 1, + "id": "io.github.makaanneo.apollo", + "app_min_version": "2.5", + "version": "1.0.0", + "name": "Joplin Note Attachement rename", + "description": "Joplin plugin to rename note attachments,", + "author": "makaanneo", + "homepage_url": "https://github.com/makaanneo/joplin-plugin-apollo", + "repository_url": "https://github.com/makaanneo/joplin-plugin-apollo", + "keywords": [], + "_publish_hash": "sha256:94b6486cb502807855fa5dbcda86bfcb015666ce7f642f2c32e8d1ad8de19e79", + "_publish_commit": "main:347a823edce3bb4b3c0888bf106045425d712db0", + "_npm_package_name": "joplin-plugin-apollo" } } \ No newline at end of file diff --git a/plugins/io.github.makaanneo.apollo/manifest.json b/plugins/io.github.makaanneo.apollo/manifest.json new file mode 100644 index 0000000..c87793f --- /dev/null +++ b/plugins/io.github.makaanneo.apollo/manifest.json @@ -0,0 +1,15 @@ +{ + "manifest_version": 1, + "id": "io.github.makaanneo.apollo", + "app_min_version": "2.5", + "version": "1.0.0", + "name": "Joplin Note Attachement rename", + "description": "Joplin plugin to rename note attachments,", + "author": "makaanneo", + "homepage_url": "https://github.com/makaanneo/joplin-plugin-apollo", + "repository_url": "https://github.com/makaanneo/joplin-plugin-apollo", + "keywords": [], + "_publish_hash": "sha256:94b6486cb502807855fa5dbcda86bfcb015666ce7f642f2c32e8d1ad8de19e79", + "_publish_commit": "main:347a823edce3bb4b3c0888bf106045425d712db0", + "_npm_package_name": "joplin-plugin-apollo" +} \ No newline at end of file diff --git a/plugins/io.github.makaanneo.apollo/plugin.jpl b/plugins/io.github.makaanneo.apollo/plugin.jpl new file mode 100644 index 0000000..f8264d8 Binary files /dev/null and b/plugins/io.github.makaanneo.apollo/plugin.jpl differ