An open API service indexing awesome lists of open source software.

https://github.com/dineug/textflow

WYSIWYG Editor VSCode Extension
https://github.com/dineug/textflow

doc editor lexical rich-text textflow vscode wysiwyg

Last synced: 2 months ago
JSON representation

WYSIWYG Editor VSCode Extension

Awesome Lists containing this project

README

          

# textflow

> WYSIWYG Editor [VSCode Extension](https://marketplace.visualstudio.com/items?itemName=dineug.textflow-editor-vscode)

![erd-editor](https://github.com/dineug/textflow/blob/main/static/img/textflow-vscode.png?raw=true)

## Usage

create an empty file with a `.txf.json` extension and open it in Visual Studio Code.

## Features

### WYSIWYG Editor

- A rich-text editor based on Lexical.
- To access commands, press the `/` key.

![command](https://github.com/dineug/textflow/blob/main/static/img/demo-command.webp?raw=true)

### Reference Linking

- Supports linking between documents.
- To create a link, press the `[` key.

![reference](https://github.com/dineug/textflow/blob/main/static/img/demo-reference.webp?raw=true)

### Emoji Autocomplete

- Provides emoji autocompletion.
- To search for an emoji, type `:` followed by a keyword.

![emoji](https://github.com/dineug/textflow/blob/main/static/img/demo-emoji.webp?raw=true)

### Theme Configuration

- Easily change themes using keyboard shortcuts.
- Press `Ctrl + K` (Windows/Linux) or `⌘ + K` (Mac) to open the theme selector.

![theme](https://github.com/dineug/textflow/blob/main/static/img/demo-theme.webp?raw=true)