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

New: joplin.plugin.cmoptions@1.0.0

1076208b4b
This commit is contained in:
Joplin Bot 2022-10-22 10:37:22 +00:00
parent eaf06072ac
commit da6e2e4f57
No known key found for this signature in database
GPG Key ID: B9E410D53EF34309
4 changed files with 33 additions and 0 deletions

View File

@ -31,6 +31,7 @@ This repository contains the following plugins:
| [🏠](https://github.com/marc0l92/joplin-plugin-bytefield-svg#readme) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.github.marc0l92.joplin-plugin-bytefield-svg/plugin.jpl) | bytefield-svg | 1.1.0 | Add support for bytefield-svg diagrams used to describe network protocols, memory layouts and any other binary structure. | marc0l92 |
| [🏠](https://github.com/Mick2nd/Code-Section#readme) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/de.habelt.CodeSection/plugin.jpl) | Code Section | 1.0.6 | Inserts a piece of code from code source | Jürgen Habelt |
| [🏠](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.0.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/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 |

View File

@ -2305,5 +2305,21 @@
"_publish_hash": "sha256:fdd289b8268eeb1298a12095f7e3bbca48cc516c27b951d809de5c42f4e6997f",
"_publish_commit": "main:d718aaa8cad3245d9067489d44296e1d75201a7a",
"_npm_package_name": "joplin-plugin-function-plot"
},
"joplin.plugin.cmoptions": {
"manifest_version": 1,
"id": "joplin.plugin.cmoptions",
"app_min_version": "2.8",
"version": "1.0.0",
"name": "CodeMirror Options",
"description": "Adds some CodeMirror options to Joplin's settings, such as line numbers and line wrapping.",
"author": "FelisDiligens",
"homepage_url": "https://github.com/FelisDiligens/joplin-plugin-cmoptions",
"repository_url": "https://github.com/FelisDiligens/joplin-plugin-cmoptions",
"keywords": [],
"categories": [],
"_publish_hash": "sha256:2d2405c95d3428136e016d0f74f1e699296c0119a7b6f7b62a490eb92e9ebcae",
"_publish_commit": "main:1076208b4b2d66c880db503584fbd84594bd686c",
"_npm_package_name": "joplin-plugin-cmoptions"
}
}

View File

@ -0,0 +1,16 @@
{
"manifest_version": 1,
"id": "joplin.plugin.cmoptions",
"app_min_version": "2.8",
"version": "1.0.0",
"name": "CodeMirror Options",
"description": "Adds some CodeMirror options to Joplin's settings, such as line numbers and line wrapping.",
"author": "FelisDiligens",
"homepage_url": "https://github.com/FelisDiligens/joplin-plugin-cmoptions",
"repository_url": "https://github.com/FelisDiligens/joplin-plugin-cmoptions",
"keywords": [],
"categories": [],
"_publish_hash": "sha256:2d2405c95d3428136e016d0f74f1e699296c0119a7b6f7b62a490eb92e9ebcae",
"_publish_commit": "main:1076208b4b2d66c880db503584fbd84594bd686c",
"_npm_package_name": "joplin-plugin-cmoptions"
}

Binary file not shown.