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

Update: de.habelt-jena.CalibreImport@1.0.1

2398027fdc..0116c2b0f4
This commit is contained in:
Joplin Bot 2023-10-17 07:01:43 +00:00
parent 2ea7ee0ac5
commit d693f47ed6
No known key found for this signature in database
GPG Key ID: B9E410D53EF34309
4 changed files with 17 additions and 11 deletions

View File

@ -33,7 +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/Calibre-Import#readme) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/de.habelt-jena.CalibreImport/plugin.jpl) | Calibre Import | 1.0.1 | Imports a Calibre Db into (Sub-) Notebook. Also includes a content plugin supporting attributes (see documentation) | 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

@ -3083,9 +3083,9 @@
"manifest_version": 1,
"id": "de.habelt-jena.CalibreImport",
"app_min_version": "2.12",
"version": "1.0.0",
"version": "1.0.1",
"name": "Calibre Import",
"description": "Imports a Calibre Db into (Sub-) Notebook",
"description": "Imports a Calibre Db into (Sub-) Notebook. Also includes a content plugin supporting attributes (see documentation)",
"author": "Jürgen Habelt",
"homepage_url": "https://github.com/Mick2nd/Calibre-Import#readme",
"repository_url": "https://github.com/Mick2nd/Calibre-Import",
@ -3094,10 +3094,13 @@
"import-plugin",
"calibre-import"
],
"categories": [],
"categories": [
"files",
"appearance"
],
"screenshots": [],
"_publish_hash": "sha256:1b446f09d8df9c46bf19db2d199e6ac42fccf633c67d8ad81b10c362019bd098",
"_publish_commit": "master:2398027fdcda7e51b39ee2295a261eb4023c8e15",
"_publish_hash": "sha256:9f6609270980a29da9378bed29823b37eed8921c9b3cbabc6cbd11a64976f8d5",
"_publish_commit": "master:0116c2b0f4a19459280f32c28b34cf1d426ef7d8",
"_npm_package_name": "joplin-plugin-calibre-import"
}
}

View File

@ -2,9 +2,9 @@
"manifest_version": 1,
"id": "de.habelt-jena.CalibreImport",
"app_min_version": "2.12",
"version": "1.0.0",
"version": "1.0.1",
"name": "Calibre Import",
"description": "Imports a Calibre Db into (Sub-) Notebook",
"description": "Imports a Calibre Db into (Sub-) Notebook. Also includes a content plugin supporting attributes (see documentation)",
"author": "Jürgen Habelt",
"homepage_url": "https://github.com/Mick2nd/Calibre-Import#readme",
"repository_url": "https://github.com/Mick2nd/Calibre-Import",
@ -13,9 +13,12 @@
"import-plugin",
"calibre-import"
],
"categories": [],
"categories": [
"files",
"appearance"
],
"screenshots": [],
"_publish_hash": "sha256:1b446f09d8df9c46bf19db2d199e6ac42fccf633c67d8ad81b10c362019bd098",
"_publish_commit": "master:2398027fdcda7e51b39ee2295a261eb4023c8e15",
"_publish_hash": "sha256:9f6609270980a29da9378bed29823b37eed8921c9b3cbabc6cbd11a64976f8d5",
"_publish_commit": "master:0116c2b0f4a19459280f32c28b34cf1d426ef7d8",
"_npm_package_name": "joplin-plugin-calibre-import"
}