diff --git a/README.md b/README.md index dd47d03..d790471 100644 --- a/README.md +++ b/README.md @@ -18,7 +18,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.2 | 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 | 1.2.3 | Keep Cursor Synced Between Editor and MD Viewer | ylc395 | | - | [⬇️](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 | | [🏠](https://github.com/JackGruber/joplin-plugin-combine-notes) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/io.github.jackgruber.combine-notes/plugin.jpl) | Combine notes | 1.0.1 | Combine one or more notes | JackGruber | diff --git a/manifests.json b/manifests.json index 3aeddbe..ba547c1 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.2", + "version": "1.2.3", "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:eace0207466299a21819211ea7e6322ed24cb4382681695d5b426e682153f04d", - "_publish_commit": "main:96f68f33984a00c21f37db2ec016379ea21a48af", + "_publish_hash": "sha256:b76ca1bd2ffdffded9da71680d2527fb3f60d900c4b7fb8dc0fcfb6d6c902a7d", + "_publish_commit": "main:de5652a6329e8e4c780227f42c26d111f29548a7", "_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 2a8d472..6f94043 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.2", + "version": "1.2.3", "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:eace0207466299a21819211ea7e6322ed24cb4382681695d5b426e682153f04d", - "_publish_commit": "main:96f68f33984a00c21f37db2ec016379ea21a48af", + "_publish_hash": "sha256:b76ca1bd2ffdffded9da71680d2527fb3f60d900c4b7fb8dc0fcfb6d6c902a7d", + "_publish_commit": "main:de5652a6329e8e4c780227f42c26d111f29548a7", "_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 d55bb4d..d4209f9 100644 Binary files a/plugins/ylc395.betterMarkdownViewer/plugin.jpl and b/plugins/ylc395.betterMarkdownViewer/plugin.jpl differ