Skip to content

Commit 8c7c08a

Browse files
authored
Update README.md
1 parent 9c36032 commit 8c7c08a

1 file changed

Lines changed: 29 additions & 2 deletions

File tree

README.md

Lines changed: 29 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,29 @@
1-
# csv-mode
2-
CSV support for Text Forge code editor
1+
# Text Forge CSV mode
2+
Official CSV mode for Text Forge code editor
3+
4+
---
5+
6+
CSV Mode is a lightweight and functional mode for Text Forge code editor. It's a part of official Text Forge modes.
7+
8+
## Mode Features
9+
- Updated to [Text Forge Mode API V2.1](https://github.com/text-forge/text-forge/pull/115)
10+
- Smart outline system with first velue of rows
11+
- Advanced live preview as table
12+
- Auto validation for value count per line
13+
14+
## Setup
15+
Supports Text Forge 0.2-beta2 and newer versions.
16+
17+
### Method 1: From releases
18+
- Download `csv.tfmode` file from releases.
19+
- Open Text Forge and go to Settings > Mode Manager > Import Mode and select mode file.
20+
- Mode is ready to use. Please restart editor for safer experience.
21+
22+
### Method 2: From repo
23+
- Download repo as zip and extract it.
24+
- Open editor data folder (use Settings > Open Data Folder)
25+
- Copy `modes/` folder content to data `modes/`.
26+
- Restart editor.
27+
28+
### Development
29+
This project is under Text Forge organization and MIT license, so all contribution and development process is same as Text Forge project, for more information see [online docs](https://text-forge.github.io/docs).

0 commit comments

Comments
 (0)