1
0
mirror of synced 2024-06-28 23:45:12 +08:00

Update: io.github.jackgruber.combine-notes@1.2.0

472f41374e..8899852d5a
This commit is contained in:
Joplin Bot 2023-11-14 18:35:05 +00:00
parent 8ecb3d1d5b
commit 304f79b694
No known key found for this signature in database
GPG Key ID: B9E410D53EF34309
4 changed files with 17 additions and 7 deletions

View File

@ -38,7 +38,7 @@ This repository contains the following plugins:
| [🏠](https://github.com/bluulo/joplin-plugin-code-clipboard) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/bluulo.JoplinCodeClipboardPlugin/plugin.jpl) | Code-Clipboard | 1.0.0 | Copy the content of a code block to the clipboard | bluulo |
| [🏠](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 |
| [🏠](https://github.com/FelisDiligens/joplin-plugin-cmoptions) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/joplin.plugin.cmoptions/plugin.jpl) | CodeMirror Options | 1.1.0 | Adds some CodeMirror options to Joplin's settings, such as line numbers and line wrapping. | FelisDiligens |
| [🏠](https://github.com/JackGruber/joplin-plugin-combine-notes) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/io.github.jackgruber.combine-notes/plugin.jpl) | Combine notes | 1.0.1 | Combine one or more notes | JackGruber |
| [🏠](https://github.com/JackGruber/joplin-plugin-combine-notes) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/io.github.jackgruber.combine-notes/plugin.jpl) | Combine notes | 1.2.0 | Combine one or more notes | JackGruber |
| [🏠](https://github.com/S73ph4n) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.s73ph4n.complete_link/plugin.jpl) | Complete Link | 1.0.1 | This plugin adds an icon to the toolbar. When clicked, it completes the selected text into a note title (in a markdown link). | S73ph4n |
| [🏠](https://discourse.joplinapp.org/t/plugin-conflict-resolution/19204) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/joplin-plugin-conflict-resolution/plugin.jpl) | Conflict Resolution | 1.2.3 | A plugin that makes process of resolving conflicts easier. | Ahmed Alwasifey |
| [🏠](https://github.com/hieuthi/joplin-plugin-container-with-classes) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.hieuthi.joplin.container-with-classes/plugin.jpl) | Container with Classes | 1.0.0 | Plugin for creating block-level containers with classes for customization | Hieu-Thi Luong |

View File

@ -38,7 +38,7 @@
"manifest_version": 1,
"id": "io.github.jackgruber.combine-notes",
"app_min_version": "1.8.1",
"version": "1.0.1",
"version": "1.2.0",
"name": "Combine notes",
"description": "Combine one or more notes",
"author": "JackGruber",
@ -48,8 +48,13 @@
"combine",
"merge"
],
"_publish_hash": "sha256:a243e702a3af8390ebeec4321435c2dc003dcbc55bfd16d53fd84cf3dcd8d86f",
"_publish_commit": "master:472f41374ea3c14a7342044a218e8e57028277c4",
"categories": [
"productivity"
],
"screenshots": [],
"icons": {},
"_publish_hash": "sha256:64d5f14f20cf240a0567872d6e6df671f5659df661db6391108ba8d92d3afeff",
"_publish_commit": "master:8899852d5abb8e11188bc5237e77e1286fd97afe",
"_npm_package_name": "joplin-plugin-combine-notes",
"_recommended": true
},

View File

@ -2,7 +2,7 @@
"manifest_version": 1,
"id": "io.github.jackgruber.combine-notes",
"app_min_version": "1.8.1",
"version": "1.0.1",
"version": "1.2.0",
"name": "Combine notes",
"description": "Combine one or more notes",
"author": "JackGruber",
@ -12,7 +12,12 @@
"combine",
"merge"
],
"_publish_hash": "sha256:a243e702a3af8390ebeec4321435c2dc003dcbc55bfd16d53fd84cf3dcd8d86f",
"_publish_commit": "master:472f41374ea3c14a7342044a218e8e57028277c4",
"categories": [
"productivity"
],
"screenshots": [],
"icons": {},
"_publish_hash": "sha256:64d5f14f20cf240a0567872d6e6df671f5659df661db6391108ba8d92d3afeff",
"_publish_commit": "master:8899852d5abb8e11188bc5237e77e1286fd97afe",
"_npm_package_name": "joplin-plugin-combine-notes"
}