diff --git a/README.md b/README.md index d35988c..30cb80d 100644 --- a/README.md +++ b/README.md @@ -105,7 +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.2.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.3.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 fe023ab..ba6cdd7 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.2.0", + "version": "1.3.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:b5ccfdc1bceda096edc101663e9e65ba996b55992810abc7b7523d64cb05c9f7", - "_publish_commit": "main:6520f38ea78a167d90f0e3730a68c1f752e770c3", + "_publish_hash": "sha256:2b9758f17816786daace2b79be53d876cf91e93431f5d854d799854ca29128e8", + "_publish_commit": "main:ad531c23a3aa3e1d9a0472f6c2c29648f7690cda", "_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 7c312bf..f8d6902 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.2.0", + "version": "1.3.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:b5ccfdc1bceda096edc101663e9e65ba996b55992810abc7b7523d64cb05c9f7", - "_publish_commit": "main:6520f38ea78a167d90f0e3730a68c1f752e770c3", + "_publish_hash": "sha256:2b9758f17816786daace2b79be53d876cf91e93431f5d854d799854ca29128e8", + "_publish_commit": "main:ad531c23a3aa3e1d9a0472f6c2c29648f7690cda", "_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 f419063..40f03d9 100644 Binary files a/plugins/de.fomin.markmap/plugin.jpl and b/plugins/de.fomin.markmap/plugin.jpl differ