1
0
mirror of synced 2024-07-03 02:25:21 +08:00

Update: net.gagnepain.turnToChart@1.7.0

e8bdcb55d1..bb6799641f
This commit is contained in:
Joplin Bot 2022-10-15 22:02:04 +00:00
parent 7c5430d880
commit ec6c824ce6
No known key found for this signature in database
GPG Key ID: B9E410D53EF34309
4 changed files with 11 additions and 9 deletions

View File

@ -135,7 +135,7 @@ This repository contains the following plugins:
| [🏠](https://github.com/joplin/plugin-templates) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/joplin.plugin.templates/plugin.jpl) | Templates | 2.3.0 | This plugin allows you to create and use templates in Joplin. | Nishant Mittal |
| [🏠](https://github.com/sadmice/Joplin-Plugin-Text-Colorize) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/sadmice.TextColorize/plugin.jpl) | Text Colorize | 1.2.1 | Easily apply color to text. | Sadmice |
| [🏠](https://github.com/aranajuan/joplin-plugin-timetagger) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.jpa.joplin.timetagger/plugin.jpl) | TimeTagger Plugin | 1.1.0 | Time tracking with Joplin and TimeTagger | Juan Arana |
| [🏠](https://github.com/Winbee/joplin-turn-to-chart) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/net.gagnepain.turnToChart/plugin.jpl) | turnToChart | 1.6.0 | Transform markdown table into d3js chart | Samuel Gagnepain |
| [🏠](https://github.com/Winbee/joplin-turn-to-chart) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/net.gagnepain.turnToChart/plugin.jpl) | turnToChart | 1.7.0 | Transform markdown table into d3js chart | Samuel Gagnepain |
| [🏠](https://github.com/joplin/plugin-victor#readme) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/org.joplinapp.plugins.Victor/plugin.jpl) | Victor | 1.0.0 | Victor can be used to clear all your data - notes, notebooks, attachments, tags, etc. Convenient to start over. | Laurent Cozic |
| [🏠](https://discourse.joplinapp.org/t/joplin-white-theme) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.github.BeatLink.joplin-plugin-white-theme/plugin.jpl) | White Theme | 1.2.5 | A white theme for joplin | BeatLink |
<!-- PLUGIN_LIST -->

View File

@ -1290,8 +1290,8 @@
"net.gagnepain.turnToChart": {
"manifest_version": 1,
"id": "net.gagnepain.turnToChart",
"app_min_version": "1.8",
"version": "1.6.0",
"app_min_version": "2.8",
"version": "1.7.0",
"name": "turnToChart",
"description": "Transform markdown table into d3js chart",
"author": "Samuel Gagnepain",
@ -1304,8 +1304,9 @@
"chart",
"ui"
],
"_publish_hash": "sha256:1da46a33149d0849307cc1ada49ba2e5fc3614a7b7607d5c3a03a5ce401543a2",
"_publish_commit": "master:e8bdcb55d1cfb7c0f6dd894b3779d730fe6c472e",
"categories": [],
"_publish_hash": "sha256:b42340f0808374ce3b483c12a7f5f5e9476ffd0bc9d0c30fac10b70f4707d6db",
"_publish_commit": "use-turn-to-chart-package:bb6799641fd561b0f99196a1cc25d935374d211d",
"_npm_package_name": "joplin-plugin-turn-to-chart"
},
"com.hieuthi.joplin.copy-anchor-link": {

View File

@ -1,8 +1,8 @@
{
"manifest_version": 1,
"id": "net.gagnepain.turnToChart",
"app_min_version": "1.8",
"version": "1.6.0",
"app_min_version": "2.8",
"version": "1.7.0",
"name": "turnToChart",
"description": "Transform markdown table into d3js chart",
"author": "Samuel Gagnepain",
@ -15,7 +15,8 @@
"chart",
"ui"
],
"_publish_hash": "sha256:1da46a33149d0849307cc1ada49ba2e5fc3614a7b7607d5c3a03a5ce401543a2",
"_publish_commit": "master:e8bdcb55d1cfb7c0f6dd894b3779d730fe6c472e",
"categories": [],
"_publish_hash": "sha256:b42340f0808374ce3b483c12a7f5f5e9476ffd0bc9d0c30fac10b70f4707d6db",
"_publish_commit": "use-turn-to-chart-package:bb6799641fd561b0f99196a1cc25d935374d211d",
"_npm_package_name": "joplin-plugin-turn-to-chart"
}