1
0
mirror of synced 2024-06-28 23:45:12 +08:00

New: com.hieuthi.joplin.function-plot@1.0.0

d718aaa8ca
This commit is contained in:
Joplin Bot 2022-10-20 09:05:55 +00:00
parent d6c1118e26
commit eaf06072ac
No known key found for this signature in database
GPG Key ID: B9E410D53EF34309
4 changed files with 41 additions and 0 deletions

View File

@ -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 |

View File

@ -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"
}
}

View File

@ -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"
}

Binary file not shown.