diff --git a/README.md b/README.md index 71d409e..363eb10 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ This repository contains the following plugins: [🏠](https://github.com/JackGruber/joplin-plugin-note-overview) | Note overview | 1.3.1 | A note overview is created based on the defined search and the specified fields. | JackGruber [🏠](https://github.com/benji300/joplin-note-tabs) | Note Tabs | 1.1.1 | Allows to open several notes at once in tabs and pin them. (v1.1.1) | Benji300 [🏠](https://github.com/cqroot/joplin-outline) | Outline | 1.0.11 | Outline sidebar plugin for joplin. | cqroot -[🏠](https://github.com/benji300/joplin-persistent-layout) | Persistent Editor Layout | 1.1.0 | Save the editor layout (editor/split view/viewer) for each note separately with special tags. | Benji300 +[🏠](https://github.com/benji300/joplin-persistent-layout) | Persistent Editor Layout | 1.1.1 | Save the editor layout (editor/split view/viewer) for each note separately with special tags. | Benji300 [🏠](https://discourse.joplinapp.org/t/quick-links-plugin/14214) | Quick Links | 1.0.2 | Create links to other notes | Roman Musin [🏠](https://github.com/JackGruber/joplin-plugin-backup) | Simple Backup | 0.4.1 | Plugin to create manual and automatic backups | JackGruber [🏠](https://github.com/forcewake/joplin-tags-generator) | Tags Generator | 1.0.0 | Plugin for Joplin which can be used to extract keywords from note and assign them as a note's tags | forcewake diff --git a/manifests.json b/manifests.json index 0ae4c60..c4f40fe 100644 --- a/manifests.json +++ b/manifests.json @@ -290,7 +290,7 @@ "manifest_version": 1, "id": "joplin.plugin.benji.persistentLayout", "app_min_version": "1.7.4", - "version": "1.1.0", + "version": "1.1.1", "name": "Persistent Editor Layout", "description": "Save the editor layout (editor/split view/viewer) for each note separately with special tags.", "author": "Benji300", @@ -305,8 +305,8 @@ "save", "store" ], - "_publish_hash": "sha256:52effae339a54beda9487059d2924a536e433c064d3c23159a5154ea1667a072", - "_publish_commit": "master:b6dbfbda33694928fcd6d047fe66c13b78165dd4", + "_publish_hash": "sha256:036ee7e6b30d41e1d6eb0276fc1b4cd34367ba00b9d16a7a012aa3657f6a3678", + "_publish_commit": "master:829adebf1d51eb3a1388c5cef5f72c759f2da91b", "_npm_package_name": "joplin-plugin-persistent-editor-layout" }, "io.treymo.LinkGraph": { diff --git a/plugins/joplin.plugin.benji.persistentLayout/manifest.json b/plugins/joplin.plugin.benji.persistentLayout/manifest.json index f42e455..623b421 100644 --- a/plugins/joplin.plugin.benji.persistentLayout/manifest.json +++ b/plugins/joplin.plugin.benji.persistentLayout/manifest.json @@ -2,7 +2,7 @@ "manifest_version": 1, "id": "joplin.plugin.benji.persistentLayout", "app_min_version": "1.7.4", - "version": "1.1.0", + "version": "1.1.1", "name": "Persistent Editor Layout", "description": "Save the editor layout (editor/split view/viewer) for each note separately with special tags.", "author": "Benji300", @@ -17,7 +17,7 @@ "save", "store" ], - "_publish_hash": "sha256:52effae339a54beda9487059d2924a536e433c064d3c23159a5154ea1667a072", - "_publish_commit": "master:b6dbfbda33694928fcd6d047fe66c13b78165dd4", + "_publish_hash": "sha256:036ee7e6b30d41e1d6eb0276fc1b4cd34367ba00b9d16a7a012aa3657f6a3678", + "_publish_commit": "master:829adebf1d51eb3a1388c5cef5f72c759f2da91b", "_npm_package_name": "joplin-plugin-persistent-editor-layout" } \ No newline at end of file diff --git a/plugins/joplin.plugin.benji.persistentLayout/plugin.jpl b/plugins/joplin.plugin.benji.persistentLayout/plugin.jpl index c7e9909..64662bb 100644 Binary files a/plugins/joplin.plugin.benji.persistentLayout/plugin.jpl and b/plugins/joplin.plugin.benji.persistentLayout/plugin.jpl differ