diff --git a/README.md b/README.md index d0ee891..8b3a7cd 100644 --- a/README.md +++ b/README.md @@ -29,7 +29,7 @@ This repository contains the following plugins: [🏠](https://github.com/marc0l92/joplin-plugin-jira-issue#readme) | Jira Issue | 1.6.0 | Retrieve Atlassian Jira issues information using their api in order to track the status of them from your Joplin notes. | Marco LUCARELLA [🏠](https://github.com/Cologler/userlink-joplin) | Joplin User Link Plugin | 1.2.0 | A Joplin plugin for custom links, like `jump://?query=blabla`. | Cologler [🏠](https://github.com/treymo/joplin-link-graph) | Link Graph UI | 0.9.6 | View the connections between Joplin notes. | Trey Moore -[🏠](https://github.com/oswida/joplin-markdown-calc) | Markdown table calculations | 1.0.2 | Plugin for automatic calculations of markdown table formulas. | Oskar Świda +[🏠](https://github.com/oswida/joplin-markdown-calc) | Markdown table calculations | 1.0.3 | Plugin for automatic calculations of markdown table formulas. | Oskar Świda [🏠](https://github.com/CalebJohn/joplin-math-mode#readme) | Math Mode | 0.4.3 | 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 sidebar toggle buttons | 1.0.3 | Adds buttons to toggle note list and sidebar | Laurent Cozic [🏠](https://github.com/JackGruber/joplin-plugin-note-overview/blob/master/README.md) | Note overview | 1.4.0 | A note overview is created based on the defined search and the specified fields. | JackGruber diff --git a/manifests.json b/manifests.json index 94d87e2..d48f967 100644 --- a/manifests.json +++ b/manifests.json @@ -202,7 +202,7 @@ "repository_url": "https://github.com/oswida/joplin-markdown-calc", "name": "Markdown table calculations", "description": "Plugin for automatic calculations of markdown table formulas.", - "version": "1.0.2", + "version": "1.0.3", "author": "Oskar Świda", "homepage_url": "https://github.com/oswida/joplin-markdown-calc", "keywords": [ @@ -211,8 +211,8 @@ "calc", "table" ], - "_publish_hash": "sha256:78e2758428585764d940c72574b988e159c43aa3b68f65f6799efa3e64de6bc2", - "_publish_commit": "Double-quotes-output:24055a2f13ce62602152d37367cb54e48d2978ba", + "_publish_hash": "sha256:3eafd587d6969df50fbd3ed193a58d80a4b6e3551d502809e3e7e530703ea9c9", + "_publish_commit": "main:6cd7e12d1506673236310ba0396f5f99ae77c4f5", "_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 8998585..0350926 100644 --- a/plugins/osw.joplin.markdowncalc/manifest.json +++ b/plugins/osw.joplin.markdowncalc/manifest.json @@ -5,7 +5,7 @@ "repository_url": "https://github.com/oswida/joplin-markdown-calc", "name": "Markdown table calculations", "description": "Plugin for automatic calculations of markdown table formulas.", - "version": "1.0.2", + "version": "1.0.3", "author": "Oskar Świda", "homepage_url": "https://github.com/oswida/joplin-markdown-calc", "keywords": [ @@ -14,7 +14,7 @@ "calc", "table" ], - "_publish_hash": "sha256:78e2758428585764d940c72574b988e159c43aa3b68f65f6799efa3e64de6bc2", - "_publish_commit": "Double-quotes-output:24055a2f13ce62602152d37367cb54e48d2978ba", + "_publish_hash": "sha256:3eafd587d6969df50fbd3ed193a58d80a4b6e3551d502809e3e7e530703ea9c9", + "_publish_commit": "main:6cd7e12d1506673236310ba0396f5f99ae77c4f5", "_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 1358adf..b8c3575 100644 Binary files a/plugins/osw.joplin.markdowncalc/plugin.jpl and b/plugins/osw.joplin.markdowncalc/plugin.jpl differ