1
0
mirror of synced 2024-07-03 02:25:21 +08:00

Update: plugin.calebjohn.MathMode@0.4.0

28655768d1..10e6b2834b
This commit is contained in:
Laurent Cozic 2021-02-13 09:51:03 +00:00
parent c30734155e
commit b89eab3f3a
4 changed files with 7 additions and 7 deletions

View File

@ -25,7 +25,7 @@ This repository contains the following plugins:
[🏠](https://discourse.joplinapp.org/t/plugin-inline-tags/14192) | Inline tags | 1.1.2 | Inline tags plugin | Roman Musin
[🏠](https://github.com/treymo/joplin-link-graph) | Link Graph UI | 0.9.5 | 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/CalebJohn/joplin-math-mode/blob/main/README.md) | Math Mode | 0.3.1 | Turn your notes into a powerful calculator with inline math. | Caleb John
[🏠](https://github.com/CalebJohn/joplin-math-mode/blob/main/README.md) | Math Mode | 0.4.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 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.3.2 | A note overview is created based on the defined search and the specified fields. | JackGruber
[🏠](https://github.com/benji300/joplin-note-tabs) | Note Tabs | 1.2.0 | Allows to open several notes at once in tabs and pin them. | Benji300

View File

@ -166,7 +166,7 @@
"manifest_version": 1,
"id": "plugin.calebjohn.MathMode",
"app_min_version": "1.7",
"version": "0.3.1",
"version": "0.4.0",
"name": "Math Mode",
"description": "Turn your notes into a powerful calculator with inline math.",
"author": "Caleb John",
@ -177,8 +177,8 @@
"math",
"mathjs"
],
"_publish_hash": "sha256:aff4188a5942e7bd38ffde21ead2516e47582bb2f578c125986caf4914d61e7b",
"_publish_commit": "main:28655768d17ac830dda792564221155c2094894e",
"_publish_hash": "sha256:ae1606e90b8e4497ad98451506a640821b99790d342787cab1346908302b58b0",
"_publish_commit": "main:10e6b2834bb3e4f0cc856620d3ac90471119e60d",
"_npm_package_name": "joplin-plugin-math-mode"
},
"osw.joplin.markdowncalc": {

View File

@ -2,7 +2,7 @@
"manifest_version": 1,
"id": "plugin.calebjohn.MathMode",
"app_min_version": "1.7",
"version": "0.3.1",
"version": "0.4.0",
"name": "Math Mode",
"description": "Turn your notes into a powerful calculator with inline math.",
"author": "Caleb John",
@ -13,7 +13,7 @@
"math",
"mathjs"
],
"_publish_hash": "sha256:aff4188a5942e7bd38ffde21ead2516e47582bb2f578c125986caf4914d61e7b",
"_publish_commit": "main:28655768d17ac830dda792564221155c2094894e",
"_publish_hash": "sha256:ae1606e90b8e4497ad98451506a640821b99790d342787cab1346908302b58b0",
"_publish_commit": "main:10e6b2834bb3e4f0cc856620d3ac90471119e60d",
"_npm_package_name": "joplin-plugin-math-mode"
}