diff --git a/README.md b/README.md index 643488d..2e9b5d5 100644 --- a/README.md +++ b/README.md @@ -57,7 +57,7 @@ This repository contains the following plugins: | [🏠](https://github.com/CalebJohn/joplin-rich-markdown#readme) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/plugin.calebjohn.rich-markdown/plugin.jpl) | Rich Markdown | 0.6.3 | Helping you ditch the markdown viewer for good. | Caleb John | | [🏠](https://github.com/JackGruber/joplin-plugin-backup/blob/master/README.md) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/io.github.jackgruber.backup/plugin.jpl) | Simple Backup | 1.0.3 | Plugin to create manual and automatic backups. | JackGruber | | [🏠](https://github.com/martinkorelic/joplin-plugin-spoilers) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/joplin.plugin.spoiler.cards/plugin.jpl) | Spoilers | 1.0.3 | Create inline spoilers and spoiler blocks with title and extendable body. | Martin Korelič | -| [🏠](https://github.com/roman-r-m/joplin-plugin-table-formatter) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/net.rmusin.joplin-table-formatter/plugin.jpl) | Table Formatter Plugin | 1.1.2 | Format the table under the cursor in Markdown editor | Roman Musin | +| [🏠](https://github.com/roman-r-m/joplin-plugin-table-formatter) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/net.rmusin.joplin-table-formatter/plugin.jpl) | Table Formatter Plugin | 1.2.0 | Format the table under the cursor in Markdown editor | Roman Musin | | [🏠](https://github.com/JackGruber/joplin-plugin-tagging/blob/master/README.md) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/io.github.jackgruber.copytags/plugin.jpl) | Tagging | 1.0.1 | Plugin to extend the Joplin tagging menu with a coppy all tags and a tagging dialog with more control. (Formerly Copy Tags). | JackGruber | | [🏠](https://github.com/forcewake/joplin-tags-generator) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/joplin.plugin.forcewake.tags-generator/plugin.jpl) | Tags Generator | 1.0.0 | Plugin for Joplin which can be used to extract keywords from note and assign them as a note's tags | forcewake | | [🏠](https://github.com/joplin/plugin-templates) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/joplin.plugin.templates/plugin.jpl) | Templates | 1.1.4 | This plugin allows you to create and use templates in Joplin. | Nishant Mittal | diff --git a/manifests.json b/manifests.json index d586ffa..7fcc09e 100644 --- a/manifests.json +++ b/manifests.json @@ -454,15 +454,15 @@ "manifest_version": 1, "id": "net.rmusin.joplin-table-formatter", "app_min_version": "1.8", - "version": "1.1.2", + "version": "1.2.0", "name": "Table Formatter Plugin", "description": "Format the table under the cursor in Markdown editor", "author": "Roman Musin", "homepage_url": "https://github.com/roman-r-m/joplin-plugin-table-formatter", "repository_url": "https://github.com/roman-r-m/joplin-plugin-table-formatter", "keywords": [], - "_publish_hash": "sha256:23ae09a2b244c5e4d2362ad931a2c8c4ef75c3a85594ca250668670f73ac38d9", - "_publish_commit": "master:5e82b980b2842a2715fe7ab199833df41c8ab377", + "_publish_hash": "sha256:8b1676c4dc0847044501aaf35d3c65a28a61102bc9f3e1e6c05ecf1c5c49d3f3", + "_publish_commit": "master:14715a0b54cea06fd08a9b2fca76701d30a6ea5d", "_npm_package_name": "joplin-plugin-table-formatter" }, "com.github.marc0l92.joplin-plugin-jira-issue": { diff --git a/plugins/net.rmusin.joplin-table-formatter/manifest.json b/plugins/net.rmusin.joplin-table-formatter/manifest.json index 992505d..f6ccf3d 100644 --- a/plugins/net.rmusin.joplin-table-formatter/manifest.json +++ b/plugins/net.rmusin.joplin-table-formatter/manifest.json @@ -2,14 +2,14 @@ "manifest_version": 1, "id": "net.rmusin.joplin-table-formatter", "app_min_version": "1.8", - "version": "1.1.2", + "version": "1.2.0", "name": "Table Formatter Plugin", "description": "Format the table under the cursor in Markdown editor", "author": "Roman Musin", "homepage_url": "https://github.com/roman-r-m/joplin-plugin-table-formatter", "repository_url": "https://github.com/roman-r-m/joplin-plugin-table-formatter", "keywords": [], - "_publish_hash": "sha256:23ae09a2b244c5e4d2362ad931a2c8c4ef75c3a85594ca250668670f73ac38d9", - "_publish_commit": "master:5e82b980b2842a2715fe7ab199833df41c8ab377", + "_publish_hash": "sha256:8b1676c4dc0847044501aaf35d3c65a28a61102bc9f3e1e6c05ecf1c5c49d3f3", + "_publish_commit": "master:14715a0b54cea06fd08a9b2fca76701d30a6ea5d", "_npm_package_name": "joplin-plugin-table-formatter" } \ No newline at end of file diff --git a/plugins/net.rmusin.joplin-table-formatter/plugin.jpl b/plugins/net.rmusin.joplin-table-formatter/plugin.jpl index d1a7905..f208129 100644 Binary files a/plugins/net.rmusin.joplin-table-formatter/plugin.jpl and b/plugins/net.rmusin.joplin-table-formatter/plugin.jpl differ