1
0
mirror of synced 2024-07-03 02:25:21 +08:00

New: com.DanteCoder.JoplinBibleQuote@0.3.0

9a097e4328
This commit is contained in:
Joplin Bot 2021-10-17 02:34:27 +00:00
parent 8ed4faa5e8
commit 5fc56985e4
No known key found for this signature in database
GPG Key ID: B9E410D53EF34309
4 changed files with 39 additions and 0 deletions

View File

@ -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 |

View File

@ -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"
}
}

View File

@ -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"
}

Binary file not shown.