All Projects → oddisland → Draft

oddisland / Draft

Licence: MIT license
▪️Online markdown editor

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects
HTML
75241 projects

Projects that are alternatives of or similar to Draft

Editor.md
The open source embeddable online markdown editor (component).
Stars: ✭ 11,741 (+40386.21%)
Mutual labels:  markdown-editor, marked, katex
stylo
Stylo est un éditeur de textes pour articles scientifiques en sciences humaines et sociales.
Stars: ✭ 29 (+0%)
Mutual labels:  markdown-editor, online-editor
vscode-markdown-editor
A vscode extension to make your vscode become a full-featured WYSIWYG markdown editor
Stars: ✭ 249 (+758.62%)
Mutual labels:  markdown-editor, katex
notes
Simple text editor for your Markdown and LaTeX notes.
Stars: ✭ 24 (-17.24%)
Mutual labels:  markdown-editor, katex
Markdown Preview Enhanced
One of the 'BEST' markdown preview extensions for Atom editor!
Stars: ✭ 3,478 (+11893.1%)
Mutual labels:  markdown-editor, katex
vue-editor
This is a powerful and based on the 'Vue' Markdown editor.😂😂
Stars: ✭ 31 (+6.9%)
Mutual labels:  markdown-editor, marked
markdown-previewer
Markdown Previewer made with React.js
Stars: ✭ 15 (-48.28%)
Mutual labels:  marked
react-split-mde
react-split-mde.vercel.app
Stars: ✭ 31 (+6.9%)
Mutual labels:  markdown-editor
ClearWriter
A silent notepad.
Stars: ✭ 25 (-13.79%)
Mutual labels:  markdown-editor
EmojiBuilder
Construct (or destruct) emoji from layered SVGs
Stars: ✭ 13 (-55.17%)
Mutual labels:  twemoji
xkeditor
📝 XK-Editor | 一个支持富文本和Markdown的编辑器
Stars: ✭ 58 (+100%)
Mutual labels:  markdown-editor
CuteMarkEd-NG
Markdown Editor in Qt 5
Stars: ✭ 55 (+89.66%)
Mutual labels:  markdown-editor
noteworthy
Markdown editor with bidirectional links and excellent math support, powered by ProseMirror. (In Development!)
Stars: ✭ 178 (+513.79%)
Mutual labels:  markdown-editor
bside
Github Content Management System
Stars: ✭ 22 (-24.14%)
Mutual labels:  online-editor
typora-hivacruz-theme
A Typora theme forked from Cobalt to match my other color schemes.
Stars: ✭ 38 (+31.03%)
Mutual labels:  markdown-editor
xknote
📒 XK-Note | 一个集各种神奇功能的云笔记
Stars: ✭ 69 (+137.93%)
Mutual labels:  markdown-editor
react-katex
Display math in TeX with KaTeX and ReactJS
Stars: ✭ 135 (+365.52%)
Mutual labels:  katex
Flask-MDE
Markdown editor with WTForms integration for Flask
Stars: ✭ 21 (-27.59%)
Mutual labels:  markdown-editor
leanote-desktop-lite
Another Leanote desktop app, based on Electron + React. Support Auto-markdown
Stars: ✭ 48 (+65.52%)
Mutual labels:  markdown-editor
MarkNoteView
No description or website provided.
Stars: ✭ 23 (-20.69%)
Mutual labels:  markdown-editor

Draft

Online markdown editor

Features

  1. Support Standard Markdown and GFM (GitHub Flavored Markdown);
  2. Import and Export to pdf\md\html;
  3. Real-time Preview, Table generate, Code block, search\replace\go to line, Read only, Code syntax highlighting... ;
  4. Support [TOC] (table of content);
  5. OCR (baidu-sdk) and Image link generate (SMMS);
  6. Support KaTex and Twemoji;
  7. Keyboard Shortcuts;

Demo

Let's Try Now!

Usage

# 克隆到本地
$ git clone https://github.com/oddisland/Draft 

# 安装依赖
$ npm install

# 开启热更新服务器,TOC\OCR功能无法使用 -> localhost:8080
$ npm run build

# 打包压缩项目,并输出生产模式文件
$ npm run build:prod

# 打包压缩文件,启用node express,所有功能正常使用 -> localhost:8080
$ npm start

Dependents

Todo

  • Support Flowchart and Sequence Diagram;
  • Auto save;

License

The MIT License.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].