diff --git a/README.md b/README.md index 843b79d..f2ad051 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ This repository contains the following plugins: | [🏠](https://github.com/treymo/joplin-link-graph) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/io.treymo.LinkGraph/plugin.jpl) | Link Graph UI | 1.1.2 | View the connections between Joplin notes. | Trey Mo | | [🏠](https://github.com/ajilderda/joplin-macos-native-theme) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.andrejilderda.macOSTheme/plugin.jpl) | macOS theme | 1.2.9 | Native looking macOS theme for Joplin. Also works on non-macOS devices. | Andre Jilderda | | [🏠](https://github.com/S73ph4n) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.s73ph4n.make_all_links/plugin.jpl) | Make All Links | 1.0.3 | Searches the current note for mentions of other notes, then makes the corresponding links. Just click the new icon in the toolbar. | S73ph4n | -| [🏠](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.3 | Plugin for automatic calculations of markdown table formulas. | Oskar Świda | +| [🏠](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.4 | 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.0.1 | Add colors to markdown table syntax to help distinguish different columns | Hieu-Thi Luong | | [🏠](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 | diff --git a/manifests.json b/manifests.json index 738d6e4..8ac739e 100644 --- a/manifests.json +++ b/manifests.json @@ -217,7 +217,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.3", + "version": "1.0.4", "author": "Oskar Świda", "homepage_url": "https://github.com/oswida/joplin-markdown-calc", "keywords": [ @@ -226,8 +226,8 @@ "calc", "table" ], - "_publish_hash": "sha256:3eafd587d6969df50fbd3ed193a58d80a4b6e3551d502809e3e7e530703ea9c9", - "_publish_commit": "main:6cd7e12d1506673236310ba0396f5f99ae77c4f5", + "_publish_hash": "sha256:ab24a11c4ee964fcbcd2892685743cfd9c30ad74469b35e1f0a5885f98114bec", + "_publish_commit": "Updated-values-are-lost:bf08141a2198d1aeffeb188087f26085b7a81ae6", "_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 0350926..8e77d6d 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.3", + "version": "1.0.4", "author": "Oskar Świda", "homepage_url": "https://github.com/oswida/joplin-markdown-calc", "keywords": [ @@ -14,7 +14,7 @@ "calc", "table" ], - "_publish_hash": "sha256:3eafd587d6969df50fbd3ed193a58d80a4b6e3551d502809e3e7e530703ea9c9", - "_publish_commit": "main:6cd7e12d1506673236310ba0396f5f99ae77c4f5", + "_publish_hash": "sha256:ab24a11c4ee964fcbcd2892685743cfd9c30ad74469b35e1f0a5885f98114bec", + "_publish_commit": "Updated-values-are-lost:bf08141a2198d1aeffeb188087f26085b7a81ae6", "_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 b8c3575..3a2f28a 100644 Binary files a/plugins/osw.joplin.markdowncalc/plugin.jpl and b/plugins/osw.joplin.markdowncalc/plugin.jpl differ