1
0
mirror of synced 2024-07-03 02:25:21 +08:00

Update: joplin.plugin.benji.persistentLayout@1.1.0

b6dbfbda33
This commit is contained in:
Laurent Cozic 2021-02-01 09:40:14 +00:00
parent acfdd59ebc
commit 660c934578
4 changed files with 9 additions and 9 deletions

View File

@ -29,7 +29,7 @@ This repository contains the following plugins:
[🏠](https://github.com/JackGruber/joplin-plugin-note-overview) | Note overview | 1.3.0 | 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.0.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.0 | 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.1 | 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

View File

@ -289,8 +289,8 @@
"joplin.plugin.benji.persistentLayout": {
"manifest_version": 1,
"id": "joplin.plugin.benji.persistentLayout",
"app_min_version": "1.6.8",
"version": "1.0.0",
"app_min_version": "1.7.4",
"version": "1.1.0",
"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:6751717cc08e90bcb1f463e5071ceb26b31218f1620067688213e7601c1728dc",
"_publish_commit": "master:96ea32c10b9b62e4c15973b05400bbaf3a81af8e",
"_publish_hash": "sha256:52effae339a54beda9487059d2924a536e433c064d3c23159a5154ea1667a072",
"_publish_commit": "master:b6dbfbda33694928fcd6d047fe66c13b78165dd4",
"_npm_package_name": "joplin-plugin-persistent-editor-layout"
}
}

View File

@ -1,8 +1,8 @@
{
"manifest_version": 1,
"id": "joplin.plugin.benji.persistentLayout",
"app_min_version": "1.6.8",
"version": "1.0.0",
"app_min_version": "1.7.4",
"version": "1.1.0",
"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:6751717cc08e90bcb1f463e5071ceb26b31218f1620067688213e7601c1728dc",
"_publish_commit": "master:96ea32c10b9b62e4c15973b05400bbaf3a81af8e",
"_publish_hash": "sha256:52effae339a54beda9487059d2924a536e433c064d3c23159a5154ea1667a072",
"_publish_commit": "master:b6dbfbda33694928fcd6d047fe66c13b78165dd4",
"_npm_package_name": "joplin-plugin-persistent-editor-layout"
}