joplin-plugin-math-mode
Version:
A plugin for inputting and evaluating math in markdown code blocks. It's built on top of the excellent [mathjs](https://mathjs.org/), meaning it can be used to perform symbolic calculation, vector math and can even handle units!
43 lines • 1.11 kB
JSON
{
"manifest_version": 1,
"id": "plugin.calebjohn.MathMode",
"app_min_version": "3.5.9",
"version": "1.0.0",
"name": "Math Mode",
"description": "Turn your notes into a powerful calculator with inline math.",
"author": "Caleb John",
"homepage_url": "https://github.com/CalebJohn/joplin-math-mode#readme",
"repository_url": "https://github.com/CalebJohn/joplin-math-mode",
"keywords": [
"calculator",
"math",
"mathjs"
],
"categories": [
"editor",
"productivity",
"viewer"
],
"platforms": [
"desktop",
"mobile"
],
"screenshots": [
{
"src": "examples/road_trip.png",
"label": "An example demonstrating how the plugin can be used to to track multiple simple calculations."
},
{
"src": "examples/euro_trip.png",
"label": "An example demonstrating the ability to do currency conversion."
}
],
"icons": {
"16": "icons/16.png",
"32": "icons/32.png",
"48": "icons/48.png",
"128": "icons/128.png"
},
"_publish_hash": "sha256:03f78dc94f1dbc35191018caf9ed25d989a663ff015a94f8ce39d9e28d8aef38",
"_publish_commit": "main:53abbe2d11ed9b5004162afdfe08e331e8ae5752"
}