diff --git a/README.md b/README.md index 14581ee..44db8b5 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ This repository contains the following plugins: | [🏠](https://github.com/S73ph4n) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.s73ph4n.autolinker/plugin.jpl) | Autolinker | 1.0.0 | Adds an icon to the toolbar. When clicked, it creates a link to the note with a title matching the selected text. | S73ph4n | | [🏠](https://github.com/S73ph4n) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.s73ph4n.automate_notes/plugin.jpl) | Automate Notes | 1.0.0 | Finds blocks of javascript in the current note (blocks have to start with "```javascript" and end with "```") and runs it as a function. | S73ph4n | | [🏠](https://discourse.joplinapp.org/t/insert-referencing-notes-backlinks-plugin/13632) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/joplin.plugin.ambrt.backlinksToNote/plugin.jpl) | Automatic Backlinks to note | 3.0.3 | Creates backlinks to opened note, also in automatic way | ambrt,cyingfan | -| [🏠](https://github.com/ylc395/joplin-plugin-better-markdown-viewer) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/ylc395.betterMarkdownViewer/plugin.jpl) | Better Markdown Viewer | 1.2.5 | Keep Cursor Synced Between Editor and MD Viewer | ylc395 | +| [🏠](https://github.com/ylc395/joplin-plugin-better-markdown-viewer) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/ylc395.betterMarkdownViewer/plugin.jpl) | Better Markdown Viewer | 2.0.0 | Keep Cursor Synced Between Editor and MD Viewer | ylc395 | | [🏠](https://github.com/DanteCoder/JoplinBibleQuote#readme) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.DanteCoder.JoplinBibleQuote/plugin.jpl) | Bible Quote | 1.0.0 | Quote the bible direct in text editor | Dante G. Barboza | | - | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.xUser5000.bibtex/plugin.jpl) | BibTeX | 0.5.0 | Use locally stored BibTeX files to integrate citation into Joplin | Abdallah Ahmed | | [🏠](https://github.com/shantanugoel/joplin-plugin-cm-linenumbers) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.shantanugoel.JoplinCMLineNumbersPlugin/plugin.jpl) | CodeMirror Line Numbers | 2.0.0 | Enables line numbers for CodeMirror editor | Shantanu Goel | diff --git a/manifests.json b/manifests.json index 80adf79..351e93a 100644 --- a/manifests.json +++ b/manifests.json @@ -1077,7 +1077,7 @@ "manifest_version": 1, "id": "ylc395.betterMarkdownViewer", "app_min_version": "2.2", - "version": "1.2.5", + "version": "2.0.0", "name": "Better Markdown Viewer", "description": "Keep Cursor Synced Between Editor and MD Viewer", "author": "ylc395", @@ -1086,8 +1086,8 @@ "keywords": [ "markdown viewer" ], - "_publish_hash": "sha256:90c4a69c786c8c981ffb9ccc10422b929690fd27c1fcce1ea21fa6a3ad0b1053", - "_publish_commit": "main:24b4a0b8fcf86e2b107d1d3c29850be2ea754b66", + "_publish_hash": "sha256:c5109dfe2445ef9571304faa518545b7e93702a679311f51670eb2d129a84211", + "_publish_commit": "main:4df3ffa531f8da506fe8070f2a488b41a89fffe6", "_npm_package_name": "joplin-plugin-better-markdown-viewer" }, "com.github.marc0l92.joplin-plugin-plantUML": { diff --git a/plugins/ylc395.betterMarkdownViewer/manifest.json b/plugins/ylc395.betterMarkdownViewer/manifest.json index 91d7e8b..709cc5d 100644 --- a/plugins/ylc395.betterMarkdownViewer/manifest.json +++ b/plugins/ylc395.betterMarkdownViewer/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 1, "id": "ylc395.betterMarkdownViewer", "app_min_version": "2.2", - "version": "1.2.5", + "version": "2.0.0", "name": "Better Markdown Viewer", "description": "Keep Cursor Synced Between Editor and MD Viewer", "author": "ylc395", @@ -11,7 +11,7 @@ "keywords": [ "markdown viewer" ], - "_publish_hash": "sha256:90c4a69c786c8c981ffb9ccc10422b929690fd27c1fcce1ea21fa6a3ad0b1053", - "_publish_commit": "main:24b4a0b8fcf86e2b107d1d3c29850be2ea754b66", + "_publish_hash": "sha256:c5109dfe2445ef9571304faa518545b7e93702a679311f51670eb2d129a84211", + "_publish_commit": "main:4df3ffa531f8da506fe8070f2a488b41a89fffe6", "_npm_package_name": "joplin-plugin-better-markdown-viewer" } \ No newline at end of file diff --git a/plugins/ylc395.betterMarkdownViewer/plugin.jpl b/plugins/ylc395.betterMarkdownViewer/plugin.jpl index d9f76b8..f0365ef 100644 Binary files a/plugins/ylc395.betterMarkdownViewer/plugin.jpl and b/plugins/ylc395.betterMarkdownViewer/plugin.jpl differ