From 7cc71418968e0c3d0860f1486360e0823296f66e Mon Sep 17 00:00:00 2001 From: Joplin Bot Date: Wed, 10 Nov 2021 02:31:10 +0000 Subject: [PATCH] Update: ylc395.betterMarkdownViewer@1.2.5 https://github.com/ylc395/joplin-plugin-better-markdown-viewer/compare/de5652a6329e8e4c780227f42c26d111f29548a7..24b4a0b8fcf86e2b107d1d3c29850be2ea754b66 --- README.md | 2 +- manifests.json | 6 +++--- .../ylc395.betterMarkdownViewer/manifest.json | 6 +++--- .../ylc395.betterMarkdownViewer/plugin.jpl | Bin 23040 -> 23552 bytes 4 files changed, 7 insertions(+), 7 deletions(-) diff --git a/README.md b/README.md index 73cb1bf..9324e7b 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.3 | 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.5 | 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 8addd22..52ad922 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.3", + "version": "1.2.5", "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:b76ca1bd2ffdffded9da71680d2527fb3f60d900c4b7fb8dc0fcfb6d6c902a7d", - "_publish_commit": "main:de5652a6329e8e4c780227f42c26d111f29548a7", + "_publish_hash": "sha256:90c4a69c786c8c981ffb9ccc10422b929690fd27c1fcce1ea21fa6a3ad0b1053", + "_publish_commit": "main:24b4a0b8fcf86e2b107d1d3c29850be2ea754b66", "_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 6f94043..91d7e8b 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.3", + "version": "1.2.5", "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:b76ca1bd2ffdffded9da71680d2527fb3f60d900c4b7fb8dc0fcfb6d6c902a7d", - "_publish_commit": "main:de5652a6329e8e4c780227f42c26d111f29548a7", + "_publish_hash": "sha256:90c4a69c786c8c981ffb9ccc10422b929690fd27c1fcce1ea21fa6a3ad0b1053", + "_publish_commit": "main:24b4a0b8fcf86e2b107d1d3c29850be2ea754b66", "_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 d4209f92bbaf17bf27a19b15631317b7f666a372..d9f76b8fbdf536678cdf46bf2256203e2c7b8cb4 100644 GIT binary patch delta 474 zcmZqJ!q~8baYDC{iIJI+nVG36gMp!uxtW;)gTdrP#+1#Bj7_{!rY1nXp@|`q8dGBv z6Sx}w``786jxjbfH-uXx-N-I&Y+wi!Ky{6Yxe-DUzZ~OaJ(;@An`H!;C$Doem@F&G&YWjk zH2JyuF~+>f6UAgEpVH7{ESfyutqZ@ah;{bn3!x_%CuucH8JZX)InBh3!N9=W7%4Ed mHDoBWadWhLF4v?WSO|e^Ff=eRG=+yya6TiW>E^d}_cT%A_0FrH#yufM%nbWnylGP{hB6W%4=? zgUM%&IT`aNKUY7-STuQ}n9Sr;8hVrGd2~bV@t&m9EM;J7jBJ!4gMop$u_?kRT@4wi oa>>nWJVUr9Zm^gX0(TxzxuJoH0niAjPebz=8I3m=hV`=o0Hz5`n*aa+