0.0.7 • Published 6 months ago

ink-mde-laf v0.0.7

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

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
}