diff --git a/README.md b/README.md index 9b9cc62..bbb4b65 100644 --- a/README.md +++ b/README.md @@ -105,6 +105,7 @@ This repository contains the following plugins: | [🏠](https://github.com/oswida/joplin-markdown-calc) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/osw.joplin.markdowncalc/plugin.jpl) | Markdown table calculations | 1.0.5 | Plugin for automatic calculations of markdown table formulas. | Oskar Świda | | [🏠](https://github.com/hieuthi/joplin-plugin-markdown-table-colorize) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.hieuthi.joplin.markdown-table-colorize/plugin.jpl) | Markdown Table: Colorize | 1.1.4 | Add colors to markdown table syntax and help distinguishing different columns | Hieu-Thi Luong | | [🏠](https://github.com/hieuthi/joplin-plugin-markdown-table-sortable) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.hieuthi.joplin.markdown-table-sortable/plugin.jpl) | Markdown Table: Sortable | 1.2.2 | Sort rendered tables on the fly and apply it to markdown source text. Can recognize simple cases of number, money, date and sort accordingly. | Hieu-Thi Luong | +| [🏠](https://git.fomin.site/daniel/joplin-markmap) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/de.fomin.markmap/plugin.jpl) | Markmap | 1.0.0 | Generate a mindmap using markmap | Daniel Fomin | | [🏠](https://github.com/CalebJohn/joplin-math-mode#readme) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/plugin.calebjohn.MathMode/plugin.jpl) | Math Mode | 0.5.3 | Turn your notes into a powerful calculator with inline math. | Caleb John | | [🏠](https://github.com/tessus/joplin-plugin-menu-shortcut-toolbar#readme) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/cx.evermeet.tessus.menu-shortcut-toolbar/plugin.jpl) | Menu items, Shortcuts, Toolbar icons | 1.1.0 | Additional menu items, shortcuts, and toolbar icons, which are not part of Joplin core | Helmut K. C. Tessarek | | [🏠](https://github.com/hieuthi/joplin-plugin-metis) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.hieuthi.joplin.metis/plugin.jpl) | Metis | 0.1.5 | A Simple Task Manager Plugin for Joplin based on Todo.txt Specification | Hieu-Thi Luong | diff --git a/manifests.json b/manifests.json index c4392f1..6f1707c 100644 --- a/manifests.json +++ b/manifests.json @@ -2735,5 +2735,21 @@ "_publish_hash": "sha256:5abe554634bf1ca7c95afb86146d8751379e873afaafd87aa655074b2a0b0b70", "_publish_commit": "main:bd2ef951219af77066369939b83e3681a0c05126", "_npm_package_name": "joplin-plugin-todoist" + }, + "de.fomin.markmap": { + "manifest_version": 1, + "id": "de.fomin.markmap", + "app_min_version": "2.8", + "version": "1.0.0", + "name": "Markmap", + "description": "Generate a mindmap using markmap", + "author": "Daniel Fomin", + "homepage_url": "https://git.fomin.site/daniel/joplin-markmap", + "repository_url": "https://git.fomin.site/daniel/joplin-markmap", + "keywords": [], + "categories": [], + "_publish_hash": "sha256:a29b762fb02a1c03b4dfdb5a820f67ffb2aa890143cf3af98c3c99befb7284a3", + "_publish_commit": "main:c3488374ff16eb010fe483054f60c4072520b031", + "_npm_package_name": "joplin-plugin-markmap" } } \ No newline at end of file diff --git a/plugins/de.fomin.markmap/manifest.json b/plugins/de.fomin.markmap/manifest.json new file mode 100644 index 0000000..7f361cb --- /dev/null +++ b/plugins/de.fomin.markmap/manifest.json @@ -0,0 +1,16 @@ +{ + "manifest_version": 1, + "id": "de.fomin.markmap", + "app_min_version": "2.8", + "version": "1.0.0", + "name": "Markmap", + "description": "Generate a mindmap using markmap", + "author": "Daniel Fomin", + "homepage_url": "https://git.fomin.site/daniel/joplin-markmap", + "repository_url": "https://git.fomin.site/daniel/joplin-markmap", + "keywords": [], + "categories": [], + "_publish_hash": "sha256:a29b762fb02a1c03b4dfdb5a820f67ffb2aa890143cf3af98c3c99befb7284a3", + "_publish_commit": "main:c3488374ff16eb010fe483054f60c4072520b031", + "_npm_package_name": "joplin-plugin-markmap" +} \ No newline at end of file diff --git a/plugins/de.fomin.markmap/plugin.jpl b/plugins/de.fomin.markmap/plugin.jpl new file mode 100644 index 0000000..6b5f452 Binary files /dev/null and b/plugins/de.fomin.markmap/plugin.jpl differ