diff --git a/README.md b/README.md index f6c1446..7f0e8cc 100644 --- a/README.md +++ b/README.md @@ -67,6 +67,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.3.0 | 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/joplin/plugins/raw/master/plugins/net.noeto.JoplinBibleNotes/plugin.jpl) | Joplin Bible Notes | 0.2.0 | A Joplin plugin that helps find easily in which notes you spoke about a Bible reference. | Tojo Rakotoarison | | [🏠](https://github.com/benlau/joplin-plugin-dddot) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/joplin-plugin-dddot/plugin.jpl) | Joplin DDDot | 0.1.5 | Recent notes, shortcuts, scratchpad, and .... in a single sidebar. | Ben Lau | | [🏠](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.2.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 | diff --git a/manifests.json b/manifests.json index 7157e04..5c19a55 100644 --- a/manifests.json +++ b/manifests.json @@ -2036,5 +2036,23 @@ "_publish_hash": "sha256:6e8d367ea1c2bd3cba2f3b185eb6b4ae8d77c9e7c9a4bf650ccb045b9fefdd79", "_publish_commit": "main:92333aadfdafa287e7deee034a1985c5d4eae528", "_npm_package_name": "joplin-plugin-timetagger" + }, + "net.noeto.JoplinBibleNotes": { + "manifest_version": 1, + "id": "net.noeto.JoplinBibleNotes", + "app_min_version": "2.2", + "version": "0.2.0", + "name": "Joplin Bible Notes", + "description": "A Joplin plugin that helps find easily in which notes you spoke about a Bible reference.", + "author": "Tojo Rakotoarison", + "homepage_url": "", + "repository_url": "https://github.com/tojoRs/joplin-bible-notes", + "keywords": [ + "Bible", + "references" + ], + "_publish_hash": "sha256:e2daaa637fc4c134e592a08cac404065894362af1996855072185ae07359c787", + "_publish_commit": "main:7241964c44a51ceafe460c28640de80fcee88ac4", + "_npm_package_name": "joplin-plugin-biblenotes" } } \ No newline at end of file diff --git a/plugins/net.noeto.JoplinBibleNotes/manifest.json b/plugins/net.noeto.JoplinBibleNotes/manifest.json new file mode 100644 index 0000000..08d12c2 --- /dev/null +++ b/plugins/net.noeto.JoplinBibleNotes/manifest.json @@ -0,0 +1,18 @@ +{ + "manifest_version": 1, + "id": "net.noeto.JoplinBibleNotes", + "app_min_version": "2.2", + "version": "0.2.0", + "name": "Joplin Bible Notes", + "description": "A Joplin plugin that helps find easily in which notes you spoke about a Bible reference.", + "author": "Tojo Rakotoarison", + "homepage_url": "", + "repository_url": "https://github.com/tojoRs/joplin-bible-notes", + "keywords": [ + "Bible", + "references" + ], + "_publish_hash": "sha256:e2daaa637fc4c134e592a08cac404065894362af1996855072185ae07359c787", + "_publish_commit": "main:7241964c44a51ceafe460c28640de80fcee88ac4", + "_npm_package_name": "joplin-plugin-biblenotes" +} \ No newline at end of file diff --git a/plugins/net.noeto.JoplinBibleNotes/plugin.jpl b/plugins/net.noeto.JoplinBibleNotes/plugin.jpl new file mode 100644 index 0000000..4209f6a Binary files /dev/null and b/plugins/net.noeto.JoplinBibleNotes/plugin.jpl differ