All Projects → zhyd007 → Eorg

zhyd007 / Eorg

Licence: Apache-2.0 License
new version: https://github.com/SoftMaple/Editor

Programming Languages

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

Projects that are alternatives of or similar to Eorg

Org Fragtog
Automatically toggle Org mode LaTeX fragment previews as the cursor enters and exits them
Stars: ✭ 149 (+451.85%)
Mutual labels:  latex, org-mode
minesweeper
💣Minesweeper game written with React
Stars: ✭ 18 (-33.33%)
Mutual labels:  react-hooks
sshlatex
A collection of hacks to efficiently run LaTeX via ssh
Stars: ✭ 32 (+18.52%)
Mutual labels:  latex
rich-editor
A react editor component based on draftjs.
Stars: ✭ 15 (-44.44%)
Mutual labels:  draft-js
react-remark
React component and hook to use remark to render markdown
Stars: ✭ 81 (+200%)
Mutual labels:  react-hooks
react-sample-projects
The goal of this project is to provide a set of simple samples, providing and step by step guide to start working with React.
Stars: ✭ 30 (+11.11%)
Mutual labels:  react-hooks
stata-latex-workflows
Stata Workflows for LaTeX Output
Stars: ✭ 68 (+151.85%)
Mutual labels:  latex
use-window-focus
React Hook to check if window is focused
Stars: ✭ 19 (-29.63%)
Mutual labels:  react-hooks
pandocker
🐳 A simple docker image for pandoc with filters, templates, fonts, and the latex bazaar
Stars: ✭ 118 (+337.04%)
Mutual labels:  latex
use-metamask
a custom React Hook to manage Metamask in Ethereum ĐApp projects
Stars: ✭ 131 (+385.19%)
Mutual labels:  react-hooks
epee-react-admin
🗡简洁、高效、易扩展的 React 快速开发模板,基于布局设计,纯 Hooks 开发,包含中后台应用常用功能
Stars: ✭ 87 (+222.22%)
Mutual labels:  react-hooks
use-react-redux-context
Alternative ReactRedux.connect by useContext for performance
Stars: ✭ 44 (+62.96%)
Mutual labels:  react-hooks
LatexDSL
A mini DSL to generate LaTeX from Nim
Stars: ✭ 22 (-18.52%)
Mutual labels:  latex
react-native-super-lottery
react native prize wheel 9宫格抽奖
Stars: ✭ 38 (+40.74%)
Mutual labels:  react-hooks
persian-latex
A Persian Latex Template that can be used in different instances such as assignments, exams, quizzes; Not suitable for long documents such as theses or project reports.
Stars: ✭ 42 (+55.56%)
Mutual labels:  latex
lazylatex
Because LaTeX shouldn't be boring! 🐠 LaTeX package inspired by sphinx-rtd-theme. Build with tcolorbox, minted, tikz, etc,.
Stars: ✭ 16 (-40.74%)
Mutual labels:  latex
org parser
An Org Mode parser for Dart
Stars: ✭ 21 (-22.22%)
Mutual labels:  org-mode
SCU Beamer Slide-demo
四川大学非官方Beamer模板 | Unofficial Beamer Template for Sichuan University
Stars: ✭ 28 (+3.7%)
Mutual labels:  latex
formalizer
React hooks based form validation made for humans.
Stars: ✭ 12 (-55.56%)
Mutual labels:  react-hooks
rbac-react-redux-aspnetcore
A starter template for creating JWT token from ASP.NET Core API project and applying that JWT token authentication on React application
Stars: ✭ 54 (+100%)
Mutual labels:  react-hooks

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

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].