diff --git a/README.md b/README.md index bc07808..815f044 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,7 @@ This repository contains the following plugins: [🏠](https://github.com/JackGruber/joplin-plugin-copytags) | Copy Tags | 0.3.2 | Plugin to extend the Joplin tagging menu with a coppy all tags and tagging list with more control. | JackGruber [🏠](https://discourse.joplinapp.org/t/go-to-note-tag-or-notebook-via-highlighting-text-in-editor/12731) | Create and go to #tags and @notebooks | 1.3.4 | Go to tag,notebook or note via links or via text | a [🏠](https://github.com/benji300/joplin-favorites) | Favorites | 1.0.0 | Save any notebook, note, to-do, tag, or search as favorite in an extra panel view for quick access. (v1.0.0) | Benji300 +[🏠](github.com/CalebJohn/joplin-math-mode) | Math Mode | 0.2.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 side bar toggle buttons | 1.0.2 | Adds buttons to toggle note list and sidebar | Laurent Cozic [🏠](https://github.com/JackGruber/joplin-plugin-note-overview) | Note overview | 1.1.1 | 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.1.1 | Allows to open several notes at once in tabs and pin them. (v1.1.1) | Benji300 diff --git a/manifests.json b/manifests.json index 85fc695..1d5ae16 100644 --- a/manifests.json +++ b/manifests.json @@ -149,5 +149,18 @@ "_publish_hash": "sha256:fb1b2803a08ae0e53b61e19ac18487e558878f3696abb8be509e5ebface0a0c7", "_publish_commit": "main:24f7d8a3c3c6d715778fccf48cb73df05ca71d2a", "_npm_package_name": "joplin-plugin-outline" + }, + "plugin.calebjohn.MathMode": { + "manifest_version": 1, + "id": "plugin.calebjohn.MathMode", + "app_min_version": "1.4", + "version": "0.2.0", + "name": "Math Mode", + "description": "Turn your notes into a powerful calculator with inline math.", + "author": "Caleb John", + "homepage_url": "github.com/CalebJohn/joplin-math-mode", + "_publish_hash": "sha256:1e0ef5b98f9698d60448efadf102c75c652b141eb82de5b6ebe05225f0445d50", + "_publish_commit": "main:0554d2242030f6106c48266494c7e4aab9a3f965", + "_npm_package_name": "joplin-plugin-math-mode" } } \ No newline at end of file diff --git a/plugins/plugin.calebjohn.MathMode/manifest.json b/plugins/plugin.calebjohn.MathMode/manifest.json new file mode 100644 index 0000000..6bcc39a --- /dev/null +++ b/plugins/plugin.calebjohn.MathMode/manifest.json @@ -0,0 +1,13 @@ +{ + "manifest_version": 1, + "id": "plugin.calebjohn.MathMode", + "app_min_version": "1.4", + "version": "0.2.0", + "name": "Math Mode", + "description": "Turn your notes into a powerful calculator with inline math.", + "author": "Caleb John", + "homepage_url": "github.com/CalebJohn/joplin-math-mode", + "_publish_hash": "sha256:1e0ef5b98f9698d60448efadf102c75c652b141eb82de5b6ebe05225f0445d50", + "_publish_commit": "main:0554d2242030f6106c48266494c7e4aab9a3f965", + "_npm_package_name": "joplin-plugin-math-mode" +} \ No newline at end of file diff --git a/plugins/plugin.calebjohn.MathMode/plugin.jpl b/plugins/plugin.calebjohn.MathMode/plugin.jpl new file mode 100644 index 0000000..cd70462 Binary files /dev/null and b/plugins/plugin.calebjohn.MathMode/plugin.jpl differ