ink-mde-laf
v0.0.7
Published
A beautiful, modern, customizable Markdown editor powered by CodeMirror 6 and TypeScript.
Downloads
13
Maintainers
Readme
INK-MDE-EDITOR
A beautiful, modern, customizable Markdown editor powered by CodeMirror 6 and TypeScript.
base on Ink-mde。
Feature
- 支持
key bing
interface MapOption {
before?: string
after?: string
mode?: string
}
interface UnMapOption {
before?: string
mode?: string
}
export interface VimOptions {
map?: MapOption[]
unmap?: UnMapOption[]
open?: boolean
}