diff --git a/README.md b/README.md index 18648b1..8c2b62b 100644 --- a/README.md +++ b/README.md @@ -41,6 +41,7 @@ This repository contains the following plugins: | [🏠](https://discourse.joplinapp.org/t/go-to-note-tag-or-notebook-via-highlighting-text-in-editor/12731) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/joplin.plugin.ambrt.goToItem/plugin.jpl) | Create and go to #tags and @notebooks | 1.3.7 | Go to tag,notebook or note via links or via text | a | | [🏠](https://github.com/Mick2nd/CsvImport#readme) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/de.habelt.CsvImport/plugin.jpl) | Csv Import | 1.0.1 | Imports a Csv file or pastes a Csv text from Clipboard as table | Jürgen Habelt | | [🏠](https://github.com/ylc395/joplin-plugin-better-markdown-viewer) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/ylc395.betterMarkdownViewer/plugin.jpl) | Cursor Sync | 2.0.5 | Keep Cursor Synced Between Editor and MD Viewer | ylc395 | +| [🏠](https://github.com/personalizedrefrigerator/joplin-plugin-codemirror-vimrc) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/io.github.personalizedrefrigerator.joplin-vimrc/plugin.jpl) | Custom CodeMirror .vimrc | 1.0.0 | Configure CodeMirror‘s ViM emulation with a very-limited, vimrc-like file. | Henry Heino | | [🏠](https://github.com/S73ph4n) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.s73ph4n.day_review/plugin.jpl) | Day Review | 1.0.1 | This plugin adds an icon to the toolbar. When clicked, it makes a review of the day's created/updated/completed notes and todos. | S73ph4n | | - | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/com.programming-emu.DependencyGraph/plugin.jpl) | Dependency graph | 1.0.0 | Visualizes direct and indirect dependencies of a note as a graph. | Vincent Nys | | [🏠](https://github.com/JJ-8/joplin-disable-pdf#readme) | [⬇️](https://github.com/joplin/plugins/raw/master/plugins/fd117a99-b165-4824-893c-5825439a842d/plugin.jpl) | Disable PDF | 1.0.0 | Disables the PDF preview (and export) in Joplin for better performance | JJ-8 | diff --git a/manifests.json b/manifests.json index 1bc238e..de3d199 100644 --- a/manifests.json +++ b/manifests.json @@ -2187,5 +2187,23 @@ "_publish_hash": "sha256:ccfd86432572d819432910110c6fc91ec564954ae57bcdc46763f6c728fa008c", "_publish_commit": "master:534e4ce87ca9564f8609585cd8494d0638d1a5f0", "_npm_package_name": "joplin-plugin-eztable" + }, + "io.github.personalizedrefrigerator.joplin-vimrc": { + "manifest_version": 1, + "id": "io.github.personalizedrefrigerator.joplin-vimrc", + "app_min_version": "2.8", + "version": "1.0.0", + "name": "Custom CodeMirror .vimrc", + "description": "Configure CodeMirror‘s ViM emulation with a very-limited, vimrc-like file.", + "author": "Henry Heino", + "homepage_url": "https://github.com/personalizedrefrigerator/joplin-plugin-codemirror-vimrc", + "repository_url": "git@github.com:personalizedrefrigerator/joplin-plugin-codemirror-vimrc.git", + "keywords": [ + "Editor" + ], + "categories": [], + "_publish_hash": "sha256:250ecc9a6de7e732177158e2dc0fd8a1a5dde9b4f9a1448106ffc3e528e86c22", + "_publish_commit": "main:6f5a16f34b0ad51127f97d1c13442694a0332bf0", + "_npm_package_name": "joplin-plugin-custom-codemirror-vimrc" } } \ No newline at end of file diff --git a/plugins/io.github.personalizedrefrigerator.joplin-vimrc/manifest.json b/plugins/io.github.personalizedrefrigerator.joplin-vimrc/manifest.json new file mode 100644 index 0000000..16f6972 --- /dev/null +++ b/plugins/io.github.personalizedrefrigerator.joplin-vimrc/manifest.json @@ -0,0 +1,18 @@ +{ + "manifest_version": 1, + "id": "io.github.personalizedrefrigerator.joplin-vimrc", + "app_min_version": "2.8", + "version": "1.0.0", + "name": "Custom CodeMirror .vimrc", + "description": "Configure CodeMirror‘s ViM emulation with a very-limited, vimrc-like file.", + "author": "Henry Heino", + "homepage_url": "https://github.com/personalizedrefrigerator/joplin-plugin-codemirror-vimrc", + "repository_url": "git@github.com:personalizedrefrigerator/joplin-plugin-codemirror-vimrc.git", + "keywords": [ + "Editor" + ], + "categories": [], + "_publish_hash": "sha256:250ecc9a6de7e732177158e2dc0fd8a1a5dde9b4f9a1448106ffc3e528e86c22", + "_publish_commit": "main:6f5a16f34b0ad51127f97d1c13442694a0332bf0", + "_npm_package_name": "joplin-plugin-custom-codemirror-vimrc" +} \ No newline at end of file diff --git a/plugins/io.github.personalizedrefrigerator.joplin-vimrc/plugin.jpl b/plugins/io.github.personalizedrefrigerator.joplin-vimrc/plugin.jpl new file mode 100644 index 0000000..696a070 Binary files /dev/null and b/plugins/io.github.personalizedrefrigerator.joplin-vimrc/plugin.jpl differ