/editor

📄 A Lightweight Rich Text Editor With Markdown

Primary LanguageTypeScriptMIT LicenseMIT

editor

📄 A Lightweight Rich Text Editor With Markdown.

Usage

In vue

pnpm i @use-kit/editor-vue
<script setup lang="ts">
import TextEditor from '@use-kit/editor-vue'
</script>

<template>
  <TextEditor />
</template>

In react

pnpm i @use-kit/editor-react
import TextEditor from '@use-kit/editor-react'

const EditorView = () => {
  return (
    <>
      <TextEditor />
    </>
  )
}

export default EditorView

Features && Todo

  • Floating Menu
  • Font Family
  • Heading
  • Image
  • Link
  • Mention
  • Table
  • TextAlign
  • Video

License

MIT License © 2022 Akashi Sai