UNPKG

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!

42 lines 1.1 kB
{ "manifest_version": 1, "id": "plugin.calebjohn.MathMode", "app_min_version": "1.8", "version": "0.8.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" ], "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:1d7aec9b7d472a19587522b53698a451ce6e4d235351d537f6441aee8c7917f6", "_publish_commit": "main:e9aea71479f29f47638af657e0638f023c0de132" }