diff --git a/README.md b/README.md index 9f6d47c..6a2720e 100644 --- a/README.md +++ b/README.md @@ -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 | diff --git a/manifests.json b/manifests.json index 0333883..64b30dd 100644 --- a/manifests.json +++ b/manifests.json @@ -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" } } \ No newline at end of file diff --git a/plugins/de.habelt-jena.CalibreImport/manifest.json b/plugins/de.habelt-jena.CalibreImport/manifest.json new file mode 100644 index 0000000..640c0f2 --- /dev/null +++ b/plugins/de.habelt-jena.CalibreImport/manifest.json @@ -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" +} \ No newline at end of file diff --git a/plugins/de.habelt-jena.CalibreImport/plugin.jpl b/plugins/de.habelt-jena.CalibreImport/plugin.jpl new file mode 100644 index 0000000..1a9d71c Binary files /dev/null and b/plugins/de.habelt-jena.CalibreImport/plugin.jpl differ