@@ -16,23 +16,21 @@ Now, you have a very lightweight editor, it's more like a core. There is a lot o
1616panel, etc. but you need another type of module too for work with you editor. This type is ** Mode** , you can find more
1717about 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
2826can use your new modes now without restart editor.
2927
3028## Open A File
3129
3230You 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