Skip to content

Commit f69492e

Browse files
Update docs to: Update documentation images and texts
1 parent 2b769af commit f69492e

File tree

6 files changed

+7
-9
lines changed

6 files changed

+7
-9
lines changed

docs/img/auto-formatter-after.png

171 KB
Loading

docs/img/auto-formatter-before.png

205 KB
Loading
-142 KB
Binary file not shown.

docs/img/setup_screenshot.png

-8.94 KB
Loading

docs/introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ Text Forge is an open source code editor based on:
1414
* object-oriented design
1515
* plug-and-play extension architecture
1616

17-
![Simple screenshot](https://text-forge.github.io/docs/img/introduction_screenshot.png)
17+
![Simple screenshot](https://text-forge.github.io/docs/img/auto-formatter-after.png)
1818

1919
Text Forge is a response to the growing demand for tools that empower rather than constrain. Designed as a standalone text editor with a focus on modularity, deep customization, and minimal design, it offers a flexible and efficient foundation for users who want full control over their editing environment.
2020

docs/setup.md

Lines changed: 6 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,23 +16,21 @@ Now, you have a very lightweight editor, it's more like a core. There is a lot o
1616
panel, etc. but you need another type of module too for work with you editor. This type is **Mode**, you can find more
1717
about modes [here](modes.md), but for now let's get your modes from official mode library!
1818

19-
### Download Modes or Standard Package
19+
### Download Modes or Mode Kits
2020

21-
You can go [here](https://github.com/text-forge/mode-library/releases/latest) and download modes you want, instead if
22-
you like have a standard collection of modes you can use **Standard Package** (You can read more about packages [here](modes.md#packages)),
23-
to get this package you should navigate to [this section](https://github.com/text-forge/mode-library/wiki/Packages#standard)
24-
in [packages list](https://github.com/text-forge/mode-library/wiki/Packages) and click on `Standard` to download package file.
21+
You can go [here](https://github.com/text-forge/mode-library) to find and download modes you want. Just click on name of
22+
mode you want and read setup guide in mode repository.
2523

26-
Then, you have one (or more) `.zip` or `.tfmode` file, you can import them with `Settings > Mode Manager > Import Mode / Package`,
27-
If everything done well, you will receive an **info** notification that says `"Load mode / package completed"` and you
24+
Then, you have one (or more) `.zip` or `.tfmode` file, you can import them with `Settings > Mode Manager > Import Mode / Mode Kit`,
25+
If everything done well, you will receive an **info** notification that says `"Load mode / mode kit completed"` and you
2826
can use your new modes now without restart editor.
2927

3028
## Open A File
3129

3230
You have a ready code editor! Let's open a file:
3331

3432
- In top left of editor you have a list of menus. Click on `File` menu in top left.
35-
- Click on `Open` and select you file from opened file dialog.
33+
- Click on `Open` and select your file in opened file dialog.
3634
- Based on your file type (extension), Text Forge will open it in one of these ways:
3735
1. **You have one installed mode for this file:** Here, Text Forge will use mode to load file in editor and loads syntax highlighter from mode.
3836
2. **You have some installed mode for this file:** A popup will show, and you can select a mode to open file, then we have first situation.

0 commit comments

Comments
 (0)