diff --git a/README.md b/README.md index cc8ac0a..3d730a3 100644 --- a/README.md +++ b/README.md @@ -60,6 +60,7 @@ This repository contains the following plugins: | [🏠](https://discourse.joplinapp.org/t/persistent-text-folding-in-editor/16183) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/joplin.plugin.ambrt.fold-cm/plugin.jpl) | Folding in Code Mirror Editor | 2.0.1 | Allows to fold parts of markdown text displayed in editor | ambrt | | [🏠](https://github.com/mak2002/joplin-font-size-shortcut.git) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.font.size.shortcut/plugin.jpl) | Font Size Shortcut | 1.0.0 | Adds shortcuts to increase/decrease font size | mak2002 | | [🏠](https://github.com/personalizedrefrigerator/joplin-draw) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/io.github.personalizedrefrigerator.js-draw/plugin.jpl) | Freehand Drawing | 1.2.2 | Create and edit drawings with js-draw. | Henry Heino | +| [🏠](https://github.com/hieuthi/joplin-plugin-function-plot) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.hieuthi.joplin.function-plot/plugin.jpl) | Function Plot | 1.0.0 | Joplin plugin based on Function Plot library to render function such as y = x * x | Hieu-Thi Luong | | [🏠](https://github.com/tessus/joplin-plugin-get-notebook-id#readme) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/cx.evermeet.tessus.folder-id/plugin.jpl) | Get Notebook ID | 1.0.1 | Copy/Show the ID of a notebook. For developers. A regular user won't need this. | Helmut K. C. Tessarek | | [🏠](https://github.com/marc0l92/joplin-plugin-github-theme#readme) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.github.marc0l92.joplin-plugin-github-theme/plugin.jpl) | GitHub Theme | 0.3.0 | Joplin theme with colors of GitHub | marc0l92 | | [🏠](https://github.com/agerardin/joplin-plugin-knowledge-graph) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/joplin-plugin-knowledge-graph/plugin.jpl) | Graph | 1.1.0 | Notes as nodes. Explore your Joplin knowledge graph. | Antoine Gerardin | diff --git a/manifests.json b/manifests.json index 2fb7cc5..3a9658c 100644 --- a/manifests.json +++ b/manifests.json @@ -2285,5 +2285,25 @@ "_publish_hash": "sha256:c20d30d81571dd5eba4b9591b849109f7fa0e81654b6085474c897d6f4a0ad38", "_publish_commit": "master:71d25407cd3dc69c62de45425f90a86f81eaa927", "_npm_package_name": "joplin-plugin-note-encrypt" + }, + "com.hieuthi.joplin.function-plot": { + "manifest_version": 1, + "id": "com.hieuthi.joplin.function-plot", + "app_min_version": "2.7", + "version": "1.0.0", + "name": "Function Plot", + "description": "Joplin plugin based on Function Plot library to render function such as y = x * x", + "author": "Hieu-Thi Luong", + "homepage_url": "https://github.com/hieuthi/joplin-plugin-function-plot", + "repository_url": "https://github.com/hieuthi/joplin-plugin-function-plot", + "keywords": [ + "joplin-plugin", + "function plot", + "plotting", + "mathematic" + ], + "_publish_hash": "sha256:fdd289b8268eeb1298a12095f7e3bbca48cc516c27b951d809de5c42f4e6997f", + "_publish_commit": "main:d718aaa8cad3245d9067489d44296e1d75201a7a", + "_npm_package_name": "joplin-plugin-function-plot" } } \ No newline at end of file diff --git a/plugins/com.hieuthi.joplin.function-plot/manifest.json b/plugins/com.hieuthi.joplin.function-plot/manifest.json new file mode 100644 index 0000000..66f2eb6 --- /dev/null +++ b/plugins/com.hieuthi.joplin.function-plot/manifest.json @@ -0,0 +1,20 @@ +{ + "manifest_version": 1, + "id": "com.hieuthi.joplin.function-plot", + "app_min_version": "2.7", + "version": "1.0.0", + "name": "Function Plot", + "description": "Joplin plugin based on Function Plot library to render function such as y = x * x", + "author": "Hieu-Thi Luong", + "homepage_url": "https://github.com/hieuthi/joplin-plugin-function-plot", + "repository_url": "https://github.com/hieuthi/joplin-plugin-function-plot", + "keywords": [ + "joplin-plugin", + "function plot", + "plotting", + "mathematic" + ], + "_publish_hash": "sha256:fdd289b8268eeb1298a12095f7e3bbca48cc516c27b951d809de5c42f4e6997f", + "_publish_commit": "main:d718aaa8cad3245d9067489d44296e1d75201a7a", + "_npm_package_name": "joplin-plugin-function-plot" +} \ No newline at end of file diff --git a/plugins/com.hieuthi.joplin.function-plot/plugin.jpl b/plugins/com.hieuthi.joplin.function-plot/plugin.jpl new file mode 100644 index 0000000..64f16ba Binary files /dev/null and b/plugins/com.hieuthi.joplin.function-plot/plugin.jpl differ