diff --git a/README.md b/README.md index 76d1526..442feaa 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,7 @@ This repository contains the following plugins: | [🏠](https://github.com/S73ph4n) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.s73ph4n.automate_notes/plugin.jpl) | Automate Notes | 1.0.0 | Finds blocks of javascript in the current note (blocks have to start with "```javascript" and end with "```") and runs it as a function. | S73ph4n | | [🏠](https://discourse.joplinapp.org/t/insert-referencing-notes-backlinks-plugin/13632) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/joplin.plugin.ambrt.backlinksToNote/plugin.jpl) | Automatic Backlinks to note | 3.0.3 | Creates backlinks to opened note, also in automatic way | ambrt,cyingfan | | [🏠](https://github.com/ylc395/joplin-plugin-better-markdown-viewer) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/ylc395.betterMarkdownViewer/plugin.jpl) | Better Markdown Viewer | 1.2.3 | Keep Cursor Synced Between Editor and MD Viewer | ylc395 | +| [🏠](https://github.com/DanteCoder/JoplinBibleQuote#readme) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.DanteCoder.JoplinBibleQuote/plugin.jpl) | Bible Quote | 0.3.0 | Quote the bible direct in text editor | Dante G. Barboza | | - | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.xUser5000.bibtex/plugin.jpl) | BibTeX | 0.5.0 | Use locally stored BibTeX files to integrate citation into Joplin | Abdallah Ahmed | | [🏠](https://github.com/shantanugoel/joplin-plugin-cm-linenumbers) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.shantanugoel.JoplinCMLineNumbersPlugin/plugin.jpl) | CodeMirror Line Numbers | 2.0.0 | Enables line numbers for CodeMirror editor | Shantanu Goel | | [🏠](https://github.com/JackGruber/joplin-plugin-combine-notes) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/io.github.jackgruber.combine-notes/plugin.jpl) | Combine notes | 1.0.1 | Combine one or more notes | JackGruber | diff --git a/manifests.json b/manifests.json index db21ae4..b1d70c8 100644 --- a/manifests.json +++ b/manifests.json @@ -1104,5 +1104,24 @@ "_publish_hash": "sha256:b1386e402f249368118f0fa934881c4dd16c43513ac6314d07d437f8f1542005", "_publish_commit": "main:89074467c2ba442f53e9ffbd95cc7ae70f0d38dd", "_npm_package_name": "joplin-plugin-plantuml2" + }, + "com.DanteCoder.JoplinBibleQuote": { + "manifest_version": 1, + "id": "com.DanteCoder.JoplinBibleQuote", + "app_min_version": "2.2", + "version": "0.3.0", + "name": "Bible Quote", + "description": "Quote the bible direct in text editor", + "author": "Dante G. Barboza", + "homepage_url": "https://github.com/DanteCoder/JoplinBibleQuote#readme", + "repository_url": "https://github.com/DanteCoder/JoplinBibleQuote", + "keywords": [ + "Bible", + "citation", + "quote" + ], + "_publish_hash": "sha256:847ae18fc9231ef4b56e322fe88059abf49416d94cc862e79ab06210014581cd", + "_publish_commit": "main:9a097e4328d854448ab15b75b31cfc9083dc38c2", + "_npm_package_name": "joplin-plugin-bible-quote" } } \ No newline at end of file diff --git a/plugins/com.DanteCoder.JoplinBibleQuote/manifest.json b/plugins/com.DanteCoder.JoplinBibleQuote/manifest.json new file mode 100644 index 0000000..310d804 --- /dev/null +++ b/plugins/com.DanteCoder.JoplinBibleQuote/manifest.json @@ -0,0 +1,19 @@ +{ + "manifest_version": 1, + "id": "com.DanteCoder.JoplinBibleQuote", + "app_min_version": "2.2", + "version": "0.3.0", + "name": "Bible Quote", + "description": "Quote the bible direct in text editor", + "author": "Dante G. Barboza", + "homepage_url": "https://github.com/DanteCoder/JoplinBibleQuote#readme", + "repository_url": "https://github.com/DanteCoder/JoplinBibleQuote", + "keywords": [ + "Bible", + "citation", + "quote" + ], + "_publish_hash": "sha256:847ae18fc9231ef4b56e322fe88059abf49416d94cc862e79ab06210014581cd", + "_publish_commit": "main:9a097e4328d854448ab15b75b31cfc9083dc38c2", + "_npm_package_name": "joplin-plugin-bible-quote" +} \ No newline at end of file diff --git a/plugins/com.DanteCoder.JoplinBibleQuote/plugin.jpl b/plugins/com.DanteCoder.JoplinBibleQuote/plugin.jpl new file mode 100644 index 0000000..1cc1c79 Binary files /dev/null and b/plugins/com.DanteCoder.JoplinBibleQuote/plugin.jpl differ