1
0
mirror of https://github.com/laurent22/joplin.git synced 2024-12-18 09:35:20 +02:00
joplin/packages/app-cli/tests/support/plugins/codemirror6
2024-05-07 10:59:06 +01:00
..
api Doc: Fix plural of parenthesis (#10405) 2024-05-07 10:59:06 +01:00
src Chore: Plugin API: Rename CodeMirrorContentScriptModule to MarkdownEditorContentScriptModule (#10015) 2024-03-02 15:57:40 +00:00
.gitignore
.npmignore
GENERATOR_DOC.md
package-lock.json Desktop: Resolves #9964: Beta editor plugins: Allow fixing conflicts between plugins that add autocompletions (#9965) 2024-02-22 15:36:27 +00:00
package.json Desktop: Resolves #9964: Beta editor plugins: Allow fixing conflicts between plugins that add autocompletions (#9965) 2024-02-22 15:36:27 +00:00
plugin.config.json
README.md
tsconfig.json
webpack.config.js

CodeMirror 6 sample plugin

This plugin demonstrates how to use the CodeMirror 6 plugin API. See src/contentScript.ts.

Note

At the time of this writing, the CodeMirror 6 editor is in beta and must be enabled in settings.