zhyd1997 / Eorg

new version: https://github.com/SoftMaple/Editor

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

new version: https://github.com/SoftMaple/Editor

README

GitHub codecov

Migrated to blog

Plan New~

I am trying to transfer the framework of rich-text-editor from draft-js to quill-js.

  • draft-js API is too hard.
  • implement citation after content is impossible.
  • modify the block elements style like markdown or org-mode is impossible.

These situations above only suit me.

Features

Migrated to project management wish list

Screenshots

editor and preview panel downloaded pdf

Developer Tips

## `start` backend

git clone https://github.com/zhyd1997/Eorg-Server.git
cd Eorg-Server
yarn install
DEBUG=Eorg-Server:* yarn run start # runs on port:3000

## `start` frontend

git clone https://github.com/zhyd1997/Eorg.git
cd Eorg
yarn install
yarn run start # it should run on port:8080.

User Tips

Content only supports a single style

About

new version: https://github.com/SoftMaple/Editor

License:Apache License 2.0


Languages

Language:TypeScript 72.1%Language:JavaScript 19.7%Language:CSS 5.7%Language:HTML 2.5%