AkashiGakki / editor

πŸ“„ A Lightweight Rich Text Editor With Markdown

Home Page:https://akashi-editor-react.netlify.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

πŸ“„ A Lightweight Rich Text Editor With Markdown

https://akashi-editor-react.netlify.app

License:MIT License


Languages

Language:TypeScript 44.2%Language:CSS 29.9%Language:Vue 23.4%Language:HTML 2.5%