joplin-plugin-custom-codemirror-vimrc
Version:
Pressing `ctrl+Shift+P` and typing `vimrc` allows editing a very-limited `.vimrc`-like configuration file for CodeMirror's ViM mode.
29 lines • 1.19 kB
JSON
{
"manifest_version": 1,
"id": "io.github.personalizedrefrigerator.joplin-vimrc",
"app_min_version": "2.8",
"version": "1.0.6",
"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": "https://github.com/personalizedrefrigerator/joplin-plugin-codemirror-vimrc.git",
"keywords": [
"Editor"
],
"categories": [
"editor"
],
"screenshots": [
{
"src": "screenshots/dialog-edit-vimrc.png",
"label": "Shows the \"Edit vimrc\" dialog open. Commands are the same as shown in the readme: unmap <C-c>, unmap <C-v> to allow copy/paste with ctrl+c, imap jk <Esc> to make Escape exit insert mode"
},
{
"src": "screenshots/screenshot-opening-dialog.png",
"label": "Screenshot: Joplin's go-to-anything dialog box displays a search query of :vimrc with one command result, Edit .vimrc."
}
],
"_publish_hash": "sha256:ec0e28cdbc211395cee8cc64c2032b7becbb8c9c4bb4da7925251b1759ee9f7c",
"_publish_commit": "main:7ba073fa769f448e3e4ec8517c1b9d6007c1cf84"
}