diff --git a/README.md b/README.md index e056856..fadc493 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.4 | 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.5 | 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 42e6462..90ba349 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.4", + "version": "1.2.5", "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:ba48362bc0eea40bd0c0f7cbf8e51de122285c6fff4b130d1baedcedd23b92a0", - "_publish_commit": "master:130c5b35b773729f72c27d02516e0188b67a6065", + "_publish_hash": "sha256:ba648afeb3324329a1e7aa30c7552da3e1f519419b9d352c043ea1e7f387b9b9", + "_publish_commit": "master:a28db62ba1de289f1297cbf588037ca1fb1ee5a4", "_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 1d56446..ada118d 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.4", + "version": "1.2.5", "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:ba48362bc0eea40bd0c0f7cbf8e51de122285c6fff4b130d1baedcedd23b92a0", - "_publish_commit": "master:130c5b35b773729f72c27d02516e0188b67a6065", + "_publish_hash": "sha256:ba648afeb3324329a1e7aa30c7552da3e1f519419b9d352c043ea1e7f387b9b9", + "_publish_commit": "master:a28db62ba1de289f1297cbf588037ca1fb1ee5a4", "_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 ed1d3c7..9e0ca72 100644 Binary files a/plugins/joplin.plugin.ambrt.fold-cm/plugin.jpl and b/plugins/joplin.plugin.ambrt.fold-cm/plugin.jpl differ