diff --git a/README.md b/README.md index 7d8c220..32e35a8 100644 --- a/README.md +++ b/README.md @@ -20,7 +20,7 @@ This repository contains the following plugins: [🏠](https://discourse.joplinapp.org/t/go-to-note-tag-or-notebook-via-highlighting-text-in-editor/12731) | Create and go to #tags and @notebooks | 1.3.4 | Go to tag,notebook or note via links or via text | a [🏠](https://github.com/benji300/joplin-favorites) | Favorites | 1.1.0 | Save any notebook, note, to-do, tag, or search as favorite in an extra panel view for quick access. (v1.1.0) | Benji300 [🏠](https://github.com/roman-r-m/joplin-inline-tags-plugin) | Inline tags | 0.0.3 | Inline tags plugin | Roman Musin -[🏠](https://github.com/oswida/joplin-markdown-calc) | markdown-calc | 1.0.1 | Plugin for automatic calculations of markdown table formulas. | Oskar Świda +[🏠](https://github.com/oswida/joplin-markdown-calc) | Markdown table calculations | 1.0.2 | Plugin for automatic calculations of markdown table formulas. | Oskar Świda [🏠](github.com/CalebJohn/joplin-math-mode) | Math Mode | 0.2.0 | Turn your notes into a powerful calculator with inline math. | Caleb John [🏠](https://github.com/laurent22/joplin/tree/dev/packages/plugins/ToggleSidebars) | Note list and side bar toggle buttons | 1.0.2 | Adds buttons to toggle note list and sidebar | Laurent Cozic [🏠](https://github.com/JackGruber/joplin-plugin-note-overview) | Note overview | 1.2.1 | A note overview is created based on the defined search and the specified fields | JackGruber diff --git a/manifests.json b/manifests.json index 73fd947..b2e44b6 100644 --- a/manifests.json +++ b/manifests.json @@ -167,9 +167,9 @@ "id": "osw.joplin.markdowncalc", "app_min_version": "1.6.6", "repository_url": "https://github.com/oswida/joplin-markdown-calc", - "name": "markdown-calc", + "name": "Markdown table calculations", "description": "Plugin for automatic calculations of markdown table formulas.", - "version": "1.0.1", + "version": "1.0.2", "author": "Oskar Świda", "homepage_url": "https://github.com/oswida/joplin-markdown-calc", "keywords": [ @@ -178,8 +178,8 @@ "calc", "table" ], - "_publish_hash": "sha256:c3c0aa7d632f3dd92675e2445f0e7d362f57143808dcef0b482bb9853e417bc3", - "_publish_commit": "main:fb8539346d8fc471ece9076d36ccea03dfe8e869", + "_publish_hash": "sha256:78e2758428585764d940c72574b988e159c43aa3b68f65f6799efa3e64de6bc2", + "_publish_commit": "Double-quotes-output:24055a2f13ce62602152d37367cb54e48d2978ba", "_npm_package_name": "joplin-plugin-markdown-calc" }, "joplin.plugin.ambrt.convertToNewNote": { diff --git a/plugins/osw.joplin.markdowncalc/manifest.json b/plugins/osw.joplin.markdowncalc/manifest.json index 2b388d7..8998585 100644 --- a/plugins/osw.joplin.markdowncalc/manifest.json +++ b/plugins/osw.joplin.markdowncalc/manifest.json @@ -3,9 +3,9 @@ "id": "osw.joplin.markdowncalc", "app_min_version": "1.6.6", "repository_url": "https://github.com/oswida/joplin-markdown-calc", - "name": "markdown-calc", + "name": "Markdown table calculations", "description": "Plugin for automatic calculations of markdown table formulas.", - "version": "1.0.1", + "version": "1.0.2", "author": "Oskar Świda", "homepage_url": "https://github.com/oswida/joplin-markdown-calc", "keywords": [ @@ -14,7 +14,7 @@ "calc", "table" ], - "_publish_hash": "sha256:c3c0aa7d632f3dd92675e2445f0e7d362f57143808dcef0b482bb9853e417bc3", - "_publish_commit": "main:fb8539346d8fc471ece9076d36ccea03dfe8e869", + "_publish_hash": "sha256:78e2758428585764d940c72574b988e159c43aa3b68f65f6799efa3e64de6bc2", + "_publish_commit": "Double-quotes-output:24055a2f13ce62602152d37367cb54e48d2978ba", "_npm_package_name": "joplin-plugin-markdown-calc" } \ No newline at end of file diff --git a/plugins/osw.joplin.markdowncalc/plugin.jpl b/plugins/osw.joplin.markdowncalc/plugin.jpl index da754bd..1358adf 100644 Binary files a/plugins/osw.joplin.markdowncalc/plugin.jpl and b/plugins/osw.joplin.markdowncalc/plugin.jpl differ