0.0.0 • Published 5 years ago

type-editor v0.0.0

Weekly downloads
3
License
ISC
Repository
github
Last release
5 years ago

typeditor

对 typecho 自带编辑器的重新实现,寻找了很多,只有 typecho 的 markdown 标准深得我心

原版是 php + jq 实现,typeditor 使用原生 ts 来写,适配所有前端场景

Use

npm:

yarn add typeditor -S

dom:

<div id="typeditor"></div>

js:

let te = new Typeditor({
  el: '#typeditor',
})

get/set value

te.value()
te.value('念念不忘,必有回响')

License

MIT © 132yse inspired by typecho