diff --git a/README.md b/README.md index 3b46557..4785282 100644 --- a/README.md +++ b/README.md @@ -77,6 +77,7 @@ This repository contains the following plugins: | [🏠](https://github.com/treymo/joplin-link-graph) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/io.treymo.LinkGraph/plugin.jpl) | Link Graph UI | 1.5.0 | Visualize the connections between Joplin notes. | Trey Mo | | [🏠](https://github.com/ajilderda/joplin-macos-native-theme) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.andrejilderda.macOSTheme/plugin.jpl) | macOS theme | 1.3.3 | Native looking macOS theme for Joplin. Also works on non-macOS devices. | Andre Jilderda | | [🏠](https://github.com/S73ph4n) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.s73ph4n.make_all_links/plugin.jpl) | Make All Links | 1.0.3 | Searches the current note for mentions of other notes, then makes the corresponding links. Just click the new icon in the toolbar. | S73ph4n | +| [🏠](https://github.com/shufo/joplin-plugin-markdown-prettier) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/shufo.markdown-prettier/plugin.jpl) | Markdown Prettier | 0.1.0 | Format your markdown by prettier | shufo | | [🏠](https://github.com/oswida/joplin-markdown-calc) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/osw.joplin.markdowncalc/plugin.jpl) | Markdown table calculations | 1.0.5 | Plugin for automatic calculations of markdown table formulas. | Oskar Świda | | [🏠](https://github.com/hieuthi/joplin-plugin-markdown-table-colorize) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.hieuthi.joplin.markdown-table-colorize/plugin.jpl) | Markdown Table: Colorize | 1.1.4 | Add colors to markdown table syntax and help distinguishing different columns | Hieu-Thi Luong | | [🏠](https://github.com/hieuthi/joplin-plugin-markdown-table-sortable) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.hieuthi.joplin.markdown-table-sortable/plugin.jpl) | Markdown Table: Sortable | 1.2.2 | Sort rendered tables on the fly and apply it to markdown source text. Can recognize simple cases of number, money, date and sort accordingly. | Hieu-Thi Luong | diff --git a/manifests.json b/manifests.json index 5d041dc..bf0a4c4 100644 --- a/manifests.json +++ b/manifests.json @@ -1997,5 +1997,26 @@ "_publish_hash": "sha256:e5f45f02f116c9267a7730706e49998aca26a5c3ee4a0b9c89a72c9be9d68217", "_publish_commit": "main:2800b201588560275c93a1db473017458cf441a8", "_npm_package_name": "joplin-plugin-readcube-papers" + }, + "shufo.markdown-prettier": { + "manifest_version": 1, + "id": "shufo.markdown-prettier", + "app_min_version": "2.8", + "version": "0.1.0", + "name": "Markdown Prettier", + "description": "Format your markdown by prettier", + "author": "shufo", + "homepage_url": "https://github.com/shufo/joplin-plugin-markdown-prettier", + "repository_url": "https://github.com/shufo/joplin-plugin-markdown-prettier", + "keywords": [ + "prettier", + "formatter" + ], + "categories": [ + "productivity" + ], + "_publish_hash": "sha256:bed5a77aadadec868af2be7bc98cfdd178732cd656c85dfbb29779c9d678a6fc", + "_publish_commit": "main:8da3853dd21f7d6cf7b4a9a9fb200e7a0296693b", + "_npm_package_name": "joplin-plugin-markdown-prettier" } } \ No newline at end of file diff --git a/plugins/shufo.markdown-prettier/manifest.json b/plugins/shufo.markdown-prettier/manifest.json new file mode 100644 index 0000000..753155f --- /dev/null +++ b/plugins/shufo.markdown-prettier/manifest.json @@ -0,0 +1,21 @@ +{ + "manifest_version": 1, + "id": "shufo.markdown-prettier", + "app_min_version": "2.8", + "version": "0.1.0", + "name": "Markdown Prettier", + "description": "Format your markdown by prettier", + "author": "shufo", + "homepage_url": "https://github.com/shufo/joplin-plugin-markdown-prettier", + "repository_url": "https://github.com/shufo/joplin-plugin-markdown-prettier", + "keywords": [ + "prettier", + "formatter" + ], + "categories": [ + "productivity" + ], + "_publish_hash": "sha256:bed5a77aadadec868af2be7bc98cfdd178732cd656c85dfbb29779c9d678a6fc", + "_publish_commit": "main:8da3853dd21f7d6cf7b4a9a9fb200e7a0296693b", + "_npm_package_name": "joplin-plugin-markdown-prettier" +} \ No newline at end of file diff --git a/plugins/shufo.markdown-prettier/plugin.jpl b/plugins/shufo.markdown-prettier/plugin.jpl new file mode 100644 index 0000000..f66222c Binary files /dev/null and b/plugins/shufo.markdown-prettier/plugin.jpl differ