diff --git a/README.md b/README.md index c3101de..d61bc0c 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.0.0 | 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.1.0 | 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 498fae4..5999638 100644 --- a/manifests.json +++ b/manifests.json @@ -1092,7 +1092,7 @@ "manifest_version": 1, "id": "ylc395.betterMarkdownViewer", "app_min_version": "2.2", - "version": "1.0.0", + "version": "1.1.0", "name": "Better Markdown Viewer", "description": "Keep Cursor Synced Between Editor and MD Viewer", "author": "ylc395", @@ -1101,8 +1101,8 @@ "keywords": [ "markdown viewer" ], - "_publish_hash": "sha256:51fc6c96889155a2d6b9d895ee6dcb56312a91dfa8202d4593300f1b10bced41", - "_publish_commit": "main:193bde4d16f4eb1d994056e0e54a32eb31a0479d", + "_publish_hash": "sha256:0c8abcda0075b3f88c86966a7c4f5b3ab8781b7e55ed88fd0e223c1961a3372b", + "_publish_commit": "main:8c30323e24f9e9d0d65fd2c4ba08bc9717e20a56", "_npm_package_name": "joplin-plugin-better-markdown-viewer" } } \ No newline at end of file diff --git a/plugins/ylc395.betterMarkdownViewer/manifest.json b/plugins/ylc395.betterMarkdownViewer/manifest.json index 823664d..538f221 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.0.0", + "version": "1.1.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:51fc6c96889155a2d6b9d895ee6dcb56312a91dfa8202d4593300f1b10bced41", - "_publish_commit": "main:193bde4d16f4eb1d994056e0e54a32eb31a0479d", + "_publish_hash": "sha256:0c8abcda0075b3f88c86966a7c4f5b3ab8781b7e55ed88fd0e223c1961a3372b", + "_publish_commit": "main:8c30323e24f9e9d0d65fd2c4ba08bc9717e20a56", "_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 48a9703..1299b0b 100644 Binary files a/plugins/ylc395.betterMarkdownViewer/plugin.jpl and b/plugins/ylc395.betterMarkdownViewer/plugin.jpl differ