joplin-plugin-math-mode 0.6.0 → 0.6.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/README.md
CHANGED
|
@@ -80,7 +80,7 @@ Where
|
|
|
80
80
|
|
|
81
81
|
`notation` passed to the [mathjs format function](https://mathjs.org/docs/reference/functions/format.html#where), this is the numerical format to use for results.
|
|
82
82
|
|
|
83
|
-
`precision` the number of
|
|
83
|
+
`precision` the number of digits in a result (if notation is "fixed", then precision is decimal places), 0 to show all. See [mathjs docs](https://mathjs.org/docs/reference/functions/format.html).
|
|
84
84
|
|
|
85
85
|
`align` place the result on the left or right of the editor window.
|
|
86
86
|
|
package/package.json
CHANGED
|
Binary file
|
|
@@ -2,7 +2,7 @@
|
|
|
2
2
|
"manifest_version": 1,
|
|
3
3
|
"id": "plugin.calebjohn.MathMode",
|
|
4
4
|
"app_min_version": "1.8",
|
|
5
|
-
"version": "0.
|
|
5
|
+
"version": "0.6.2",
|
|
6
6
|
"name": "Math Mode",
|
|
7
7
|
"description": "Turn your notes into a powerful calculator with inline math.",
|
|
8
8
|
"author": "Caleb John",
|
|
@@ -13,6 +13,6 @@
|
|
|
13
13
|
"math",
|
|
14
14
|
"mathjs"
|
|
15
15
|
],
|
|
16
|
-
"_publish_hash": "sha256:
|
|
17
|
-
"_publish_commit": "main:
|
|
16
|
+
"_publish_hash": "sha256:fa1b0b9854ce679b9e079fbc24fd00a4a478533dd3bcea891cb773ece9604208",
|
|
17
|
+
"_publish_commit": "main:d08f8e18e648fc0db63a5aabf73b296c8464f570"
|
|
18
18
|
}
|