Compare commits

...

2 Commits

Author SHA1 Message Date
Joplin Bot d0c208536d
Update stats 2024-04-29 05:38:49 +00:00
Joplin Bot 0e4605b97d
Update: io.github.personalizedrefrigerator.snippets-and-autocomplete@0.0.8
0fcec35f31..09f6be0030
2024-04-29 05:32:26 +00:00
5 changed files with 186 additions and 168 deletions

View File

@ -42,7 +42,7 @@ This repository contains the following plugins:
| [🏠](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/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/personalizedrefrigerator/joplin-plugin-extra-cm6-settings) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/io.github.personalizedrefrigerator.codemirror6-settings/plugin.jpl) | CodeMirror 6 settings | 1.0.0 | Line numbers, code folding, space highlighting, and other built-in options for the CodeMirror 6 editor. | Henry Heino |
| [🏠](https://github.com/personalizedrefrigerator/joplin-plugin-codemirror-6-snippets) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/io.github.personalizedrefrigerator.snippets-and-autocomplete/plugin.jpl) | CodeMirror 6 snippets | 0.0.5 | Exposes CodeMirror 6's built-in support for autocompletion and snippets. | Henry Heino |
| [🏠](https://github.com/personalizedrefrigerator/joplin-plugin-codemirror-6-snippets) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/io.github.personalizedrefrigerator.snippets-and-autocomplete/plugin.jpl) | CodeMirror 6 snippets | 0.0.8 | Exposes CodeMirror 6's built-in support for autocompletion and snippets. | Henry Heino |
| [🏠](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/jl15988/joplin-plugin-code-perfect) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/jl15988.JoplinCodePerfectPlugin/plugin.jpl) | CodePerfect | 1.0.2 | Make your code blocks look perfect! Support for displaying code block line numbers, support for one-click copying. | jl15988 |

View File

@ -3518,7 +3518,7 @@
"manifest_version": 1,
"id": "io.github.personalizedrefrigerator.snippets-and-autocomplete",
"app_min_version": "2.14",
"version": "0.0.5",
"version": "0.0.8",
"name": "CodeMirror 6 snippets",
"description": "Exposes CodeMirror 6's built-in support for autocompletion and snippets.",
"author": "Henry Heino",
@ -3533,18 +3533,25 @@
"editor",
"productivity"
],
"platforms": [
"desktop",
"mobile"
],
"icons": {
"128": "icons/icon-128.png"
},
"screenshots": [
{
"src": "screenshots/screenshot-light.png",
"src": "images/screenshot-light.png",
"label": "An autocompletion menu is shown, showing an 'inline math' autocompletion and information about it."
},
{
"src": "screenshots/screenshot-dark.png",
"src": "images/screenshot-dark.png",
"label": "An autocompletion menu is shown, containing an HTML tag autocompletion. The snippet code for the autocompletion is also shown: '<${1:tag}>${2:content}</${1:tag}>${}'"
}
],
"_publish_hash": "sha256:a43094cb4a77299403c7adbe5ff825667df918c0874eb026ad99d3cc38dbe5f8",
"_publish_commit": "main:0fcec35f31578e98fb09e5a32ca3615b15fe3ee0",
"_publish_hash": "sha256:0151a068c0b3af88f5343f8ef82698a6ac0216f06a410021fbb45823d9c9b18b",
"_publish_commit": "master:09f6be0030c897ec5ba38bbc9d682716e88a37fc",
"_npm_package_name": "joplin-plugin-codemirror-snippets"
},
"calandra.kminder.joplin": {

View File

@ -2,7 +2,7 @@
"manifest_version": 1,
"id": "io.github.personalizedrefrigerator.snippets-and-autocomplete",
"app_min_version": "2.14",
"version": "0.0.5",
"version": "0.0.8",
"name": "CodeMirror 6 snippets",
"description": "Exposes CodeMirror 6's built-in support for autocompletion and snippets.",
"author": "Henry Heino",
@ -17,17 +17,24 @@
"editor",
"productivity"
],
"platforms": [
"desktop",
"mobile"
],
"icons": {
"128": "icons/icon-128.png"
},
"screenshots": [
{
"src": "screenshots/screenshot-light.png",
"src": "images/screenshot-light.png",
"label": "An autocompletion menu is shown, showing an 'inline math' autocompletion and information about it."
},
{
"src": "screenshots/screenshot-dark.png",
"src": "images/screenshot-dark.png",
"label": "An autocompletion menu is shown, containing an HTML tag autocompletion. The snippet code for the autocompletion is also shown: '<${1:tag}>${2:content}</${1:tag}>${}'"
}
],
"_publish_hash": "sha256:a43094cb4a77299403c7adbe5ff825667df918c0874eb026ad99d3cc38dbe5f8",
"_publish_commit": "main:0fcec35f31578e98fb09e5a32ca3615b15fe3ee0",
"_publish_hash": "sha256:0151a068c0b3af88f5343f8ef82698a6ac0216f06a410021fbb45823d9c9b18b",
"_publish_commit": "master:09f6be0030c897ec5ba38bbc9d682716e88a37fc",
"_npm_package_name": "joplin-plugin-codemirror-snippets"
}

File diff suppressed because it is too large Load Diff