diff --git a/README.md b/README.md index d80870c..fec3de2 100644 --- a/README.md +++ b/README.md @@ -106,7 +106,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.1.0 | Generate a mindmap using markmap | Daniel Fomin | +| [🏠](https://git.fomin.site/daniel/joplin-markmap) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/de.fomin.markmap/plugin.jpl) | Markmap | 1.2.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 11f28d1..862fdc7 100644 --- a/manifests.json +++ b/manifests.json @@ -2740,7 +2740,7 @@ "manifest_version": 1, "id": "de.fomin.markmap", "app_min_version": "2.8", - "version": "1.1.0", + "version": "1.2.0", "name": "Markmap", "description": "Generate a mindmap using markmap", "author": "Daniel Fomin", @@ -2748,8 +2748,8 @@ "repository_url": "https://git.fomin.site/daniel/joplin-markmap", "keywords": [], "categories": [], - "_publish_hash": "sha256:a66292d4f5005851dd27f2c044220698d14e819e74da151b133ee9b4f3c1269f", - "_publish_commit": "main:2c4e3b935370590a0745f8df82c0c5f5134db0d5", + "_publish_hash": "sha256:b5ccfdc1bceda096edc101663e9e65ba996b55992810abc7b7523d64cb05c9f7", + "_publish_commit": "main:6520f38ea78a167d90f0e3730a68c1f752e770c3", "_npm_package_name": "joplin-plugin-markmap" }, "org.otherware.joplin-publish": { diff --git a/plugins/de.fomin.markmap/manifest.json b/plugins/de.fomin.markmap/manifest.json index bc09c05..7c312bf 100644 --- a/plugins/de.fomin.markmap/manifest.json +++ b/plugins/de.fomin.markmap/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 1, "id": "de.fomin.markmap", "app_min_version": "2.8", - "version": "1.1.0", + "version": "1.2.0", "name": "Markmap", "description": "Generate a mindmap using markmap", "author": "Daniel Fomin", @@ -10,7 +10,7 @@ "repository_url": "https://git.fomin.site/daniel/joplin-markmap", "keywords": [], "categories": [], - "_publish_hash": "sha256:a66292d4f5005851dd27f2c044220698d14e819e74da151b133ee9b4f3c1269f", - "_publish_commit": "main:2c4e3b935370590a0745f8df82c0c5f5134db0d5", + "_publish_hash": "sha256:b5ccfdc1bceda096edc101663e9e65ba996b55992810abc7b7523d64cb05c9f7", + "_publish_commit": "main:6520f38ea78a167d90f0e3730a68c1f752e770c3", "_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 index 6f1376f..f419063 100644 Binary files a/plugins/de.fomin.markmap/plugin.jpl and b/plugins/de.fomin.markmap/plugin.jpl differ