ink-mde-laf
TypeScript icon, indicating that this package has built-in type declarations

0.0.7 • Public • Published

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
}

Package Sidebar

Install

npm i ink-mde-laf

Weekly Downloads

1

Version

0.0.7

License

MIT

Unpacked Size

1.19 MB

Total Files

53

Last publish

Collaborators

  • victliu