diff --git a/README.md b/README.md index d044a6a..82fae22 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ This repository contains the following plugins: [🏠](https://discourse.joplinapp.org/t/embed-any-search-with-content/14328) | Embed Search | 1.0.11 | Embeds list of links specified by search inside of note | ambrt [🏠](https://github.com/aman-d-1-n-only/joplin-exports-to-ssg#readme) | Export To SSG | 1.0.3 | Export a collection of notes to static site generator project. | aman-d-1-n-only [🏠](https://github.com/benji300/joplin-favorites) | Favorites | 1.2.1 | Save any notebook, note, to-do, tag, or search as favorite in an extra panel view for quick access. | Benji300 -[🏠](https://discourse.joplinapp.org/t/persistent-text-folding-in-editor/16183) | Folding in Code Mirror Editor | 1.2.2 | Allows to fold parts of markdown text displayed in editor | ambrt +[🏠](https://discourse.joplinapp.org/t/persistent-text-folding-in-editor/16183) | Folding in Code Mirror Editor | 1.2.3 | Allows to fold parts of markdown text displayed in editor | ambrt [🏠](https://github.com/JackGruber/joplin-plugin-hotfolder/blob/master/README.md) | Hotfolder | 0.3.3 | Monitors a locale folder and import the files as a new note. | JackGruber [🏠](https://discourse.joplinapp.org/t/plugin-inline-tags/14192) | Inline tags | 1.1.3 | Inline tags plugin | Roman Musin [🏠](https://github.com/herdsothom/joplin-insert-date) | Insert Date | 1.0.1 | Adds a button to insert the current date (without time) into the editor. | herdsothom diff --git a/manifests.json b/manifests.json index 61608cd..216d098 100644 --- a/manifests.json +++ b/manifests.json @@ -481,15 +481,15 @@ "manifest_version": 1, "id": "joplin.plugin.ambrt.fold-cm", "app_min_version": "1.7", - "version": "1.2.2", + "version": "1.2.3", "name": "Folding in Code Mirror Editor", "description": "Allows to fold parts of markdown text displayed in editor", "author": "ambrt", "homepage_url": "https://discourse.joplinapp.org/t/persistent-text-folding-in-editor/16183", "repository_url": "https://github.com/ambrt/joplin-plugin-fold-cm", "keywords": [], - "_publish_hash": "sha256:cef656fbba4e1cdd5b48d5bb8a4cd043addfaaf658f605cc405679b809922a2a", - "_publish_commit": "master:41b5b867d5dcc1ec810950cdfda844754caaa7db", + "_publish_hash": "sha256:969f76353d4a2a16d3119e2d852bab65bd41f12fc08d7069a382f431c905d8b0", + "_publish_commit": "master:d3e64841a5dce2b82be544e0a29045e6e0109a78", "_npm_package_name": "joplin-plugin-fold-cm" }, "joplin.plugin.benji.quick-move": { diff --git a/plugins/joplin.plugin.ambrt.fold-cm/manifest.json b/plugins/joplin.plugin.ambrt.fold-cm/manifest.json index 38763a6..6457d6c 100644 --- a/plugins/joplin.plugin.ambrt.fold-cm/manifest.json +++ b/plugins/joplin.plugin.ambrt.fold-cm/manifest.json @@ -2,14 +2,14 @@ "manifest_version": 1, "id": "joplin.plugin.ambrt.fold-cm", "app_min_version": "1.7", - "version": "1.2.2", + "version": "1.2.3", "name": "Folding in Code Mirror Editor", "description": "Allows to fold parts of markdown text displayed in editor", "author": "ambrt", "homepage_url": "https://discourse.joplinapp.org/t/persistent-text-folding-in-editor/16183", "repository_url": "https://github.com/ambrt/joplin-plugin-fold-cm", "keywords": [], - "_publish_hash": "sha256:cef656fbba4e1cdd5b48d5bb8a4cd043addfaaf658f605cc405679b809922a2a", - "_publish_commit": "master:41b5b867d5dcc1ec810950cdfda844754caaa7db", + "_publish_hash": "sha256:969f76353d4a2a16d3119e2d852bab65bd41f12fc08d7069a382f431c905d8b0", + "_publish_commit": "master:d3e64841a5dce2b82be544e0a29045e6e0109a78", "_npm_package_name": "joplin-plugin-fold-cm" } \ No newline at end of file diff --git a/plugins/joplin.plugin.ambrt.fold-cm/plugin.jpl b/plugins/joplin.plugin.ambrt.fold-cm/plugin.jpl index 31672af..0b9998f 100644 Binary files a/plugins/joplin.plugin.ambrt.fold-cm/plugin.jpl and b/plugins/joplin.plugin.ambrt.fold-cm/plugin.jpl differ