File tree Expand file tree Collapse file tree 4 files changed +85
-4
lines changed Expand file tree Collapse file tree 4 files changed +85
-4
lines changed Original file line number Diff line number Diff line change 1
1
# textflow
2
+
3
+ > WYSIWYG Editor [ VSCode Extension] ( https://marketplace.visualstudio.com/items?itemName=dineug.textflow-editor-vscode )
4
+
5
+ ![ erd-editor] ( https://github.com/dineug/textflow/blob/main/static/img/textflow-vscode.png?raw=true )
6
+
7
+ ## Usage
8
+
9
+ create an empty file with a ` .txf.json ` extension and open it in Visual Studio Code.
10
+
11
+ ## Features
12
+
13
+ ### WYSIWYG Editor
14
+
15
+ - A rich-text editor based on Lexical.
16
+ - To access commands, press the ` / ` key.
17
+
18
+ ![ command] ( https://github.com/dineug/textflow/blob/main/static/img/demo-command.webp?raw=true )
19
+
20
+ ### Reference Linking
21
+
22
+ - Supports linking between documents.
23
+ - To create a link, press the ` [ ` key.
24
+
25
+ ![ reference] ( https://github.com/dineug/textflow/blob/main/static/img/demo-reference.webp?raw=true )
26
+
27
+ ### Emoji Autocomplete
28
+
29
+ - Provides emoji autocompletion.
30
+ - To search for an emoji, type ` : ` followed by a keyword.
31
+
32
+ ![ emoji] ( https://github.com/dineug/textflow/blob/main/static/img/demo-emoji.webp?raw=true )
33
+
34
+ ### Theme Configuration
35
+
36
+ - Easily change themes using keyboard shortcuts.
37
+ - Press ` Ctrl + K ` (Windows/Linux) or ` ⌘ + K ` (Mac) to open the theme selector.
38
+
39
+ ![ theme] ( https://github.com/dineug/textflow/blob/main/static/img/demo-theme.webp?raw=true )
Load Diff This file was deleted.
Original file line number Diff line number Diff line change
1
+ # textflow
2
+
3
+ > WYSIWYG Editor [ VSCode Extension] ( https://marketplace.visualstudio.com/items?itemName=dineug.textflow-editor-vscode )
4
+
5
+ ![ erd-editor] ( https://github.com/dineug/textflow/blob/main/static/img/textflow-vscode.png?raw=true )
6
+
7
+ ## Usage
8
+
9
+ create an empty file with a ` .txf.json ` extension and open it in Visual Studio Code.
10
+
11
+ ## Features
12
+
13
+ ### WYSIWYG Editor
14
+
15
+ - A rich-text editor based on Lexical.
16
+ - To access commands, press the ` / ` key.
17
+
18
+ ![ command] ( https://github.com/dineug/textflow/blob/main/static/img/demo-command.webp?raw=true )
19
+
20
+ ### Reference Linking
21
+
22
+ - Supports linking between documents.
23
+ - To create a link, press the ` [ ` key.
24
+
25
+ ![ reference] ( https://github.com/dineug/textflow/blob/main/static/img/demo-reference.webp?raw=true )
26
+
27
+ ### Emoji Autocomplete
28
+
29
+ - Provides emoji autocompletion.
30
+ - To search for an emoji, type ` : ` followed by a keyword.
31
+
32
+ ![ emoji] ( https://github.com/dineug/textflow/blob/main/static/img/demo-emoji.webp?raw=true )
33
+
34
+ ### Theme Configuration
35
+
36
+ - Easily change themes using keyboard shortcuts.
37
+ - Press ` Ctrl + K ` (Windows/Linux) or ` ⌘ + K ` (Mac) to open the theme selector.
38
+
39
+ ![ theme] ( https://github.com/dineug/textflow/blob/main/static/img/demo-theme.webp?raw=true )
Original file line number Diff line number Diff line change 2
2
"name" : " textflow-editor-vscode" ,
3
3
"version" : " 0.1.0" ,
4
4
"private" : true ,
5
- "description" : " textflow Editor VSCode Extension" ,
5
+ "description" : " WYSIWYG Editor VSCode Extension" ,
6
6
"displayName" : " textflow" ,
7
7
"publisher" : " dineug" ,
8
8
"categories" : [
9
9
" Other" ,
10
- " Visualization"
10
+ " Visualization" ,
11
+ " Notebooks"
11
12
],
12
13
"keywords" : [
13
14
" textflow" ,
14
- " editor"
15
+ " editor" ,
16
+ " wysiwyg" ,
17
+ " doc" ,
18
+ " rich-text" ,
19
+ " lexical"
15
20
],
16
21
"repository" : {
17
22
"type" : " git" ,
You can’t perform that action at this time.
0 commit comments