1
0
mirror of synced 2024-07-01 01:18:55 +08:00

New: de.habelt-jena.CalibreImport@1.0.0

2398027fdc
This commit is contained in:
Joplin Bot 2023-10-15 08:07:02 +00:00
parent 7768c736f7
commit 2ea7ee0ac5
No known key found for this signature in database
GPG Key ID: B9E410D53EF34309
4 changed files with 43 additions and 0 deletions

View File

@ -33,6 +33,7 @@ This repository contains the following plugins:
| [🏠](https://github.com/ahaltindis/joplin-plugin-bulk-note-creator) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.ahaltindis.joplin.BulkNoteCreator/plugin.jpl) | Bulk Note Creator | 1.0.0 | Create notes as bulk | Ahmet Altindis |
| [🏠](https://github.com/marc0l92/joplin-plugin-bytefield-svg#readme) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.github.marc0l92.joplin-plugin-bytefield-svg/plugin.jpl) | bytefield-svg | 1.1.0 | Add support for bytefield-svg diagrams used to describe network protocols, memory layouts and any other binary structure. | marc0l92 |
| [🏠](https://github.com/rsandz/joplin-calendar) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/org.joplinapp.plugins.joplin-calendar/plugin.jpl) | Calendar | 1.0.0-pre-release-6 | A simple calendar to show notes created on each day. | Ryan Sandoval |
| [🏠](https://github.com/Mick2nd/Calibre-Import#readme) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/de.habelt-jena.CalibreImport/plugin.jpl) | Calibre Import | 1.0.0 | Imports a Calibre Db into (Sub-) Notebook | Jürgen Habelt |
| [🏠](https://github.com/Mick2nd/Code-Section#readme) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/de.habelt.CodeSection/plugin.jpl) | Code Section | 1.0.6 | Inserts a piece of code from code source | Jürgen Habelt |
| [🏠](https://github.com/bluulo/joplin-plugin-code-clipboard) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/bluulo.JoplinCodeClipboardPlugin/plugin.jpl) | Code-Clipboard | 1.0.0 | Copy the content of a code block to the clipboard | bluulo |
| [🏠](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 |

View File

@ -3078,5 +3078,26 @@
"_publish_hash": "sha256:f976844b9fae35527f77eb0b9371dba7b9a71f917dfe4735f6dc46b33e54f2c3",
"_publish_commit": "master:8dfbc301c57dca03a6698e7c17886e626368d9b9",
"_npm_package_name": "joplin-plugin-better-code-blocks"
},
"de.habelt-jena.CalibreImport": {
"manifest_version": 1,
"id": "de.habelt-jena.CalibreImport",
"app_min_version": "2.12",
"version": "1.0.0",
"name": "Calibre Import",
"description": "Imports a Calibre Db into (Sub-) Notebook",
"author": "Jürgen Habelt",
"homepage_url": "https://github.com/Mick2nd/Calibre-Import#readme",
"repository_url": "https://github.com/Mick2nd/Calibre-Import",
"keywords": [
"joplin-plugin",
"import-plugin",
"calibre-import"
],
"categories": [],
"screenshots": [],
"_publish_hash": "sha256:1b446f09d8df9c46bf19db2d199e6ac42fccf633c67d8ad81b10c362019bd098",
"_publish_commit": "master:2398027fdcda7e51b39ee2295a261eb4023c8e15",
"_npm_package_name": "joplin-plugin-calibre-import"
}
}

View File

@ -0,0 +1,21 @@
{
"manifest_version": 1,
"id": "de.habelt-jena.CalibreImport",
"app_min_version": "2.12",
"version": "1.0.0",
"name": "Calibre Import",
"description": "Imports a Calibre Db into (Sub-) Notebook",
"author": "Jürgen Habelt",
"homepage_url": "https://github.com/Mick2nd/Calibre-Import#readme",
"repository_url": "https://github.com/Mick2nd/Calibre-Import",
"keywords": [
"joplin-plugin",
"import-plugin",
"calibre-import"
],
"categories": [],
"screenshots": [],
"_publish_hash": "sha256:1b446f09d8df9c46bf19db2d199e6ac42fccf633c67d8ad81b10c362019bd098",
"_publish_commit": "master:2398027fdcda7e51b39ee2295a261eb4023c8e15",
"_npm_package_name": "joplin-plugin-calibre-import"
}

Binary file not shown.