Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 822 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 822 Bytes

YText

YText is a text editor based on React, in the sense of "rich text editors", but it's not really a rich text editor. It's more like LateX, but not a typesetting software either. It's hard to categorize, but anyway, it's a writing tool I developed for smoother blogging.

YText doesn't have an explicit user interface, it is more like a collection of rules and concepts, and everything is to be defined. It has great flexibility and can be modified in the way users want.

Here is the documentation.

Here is a demonstration.

Installation

To install:

npm install @ftyyy/ytext

and then can import it in your React project

import * from "@ftyyy/ytext"