Skip to content

Commit b991c48

Browse files
Update docs from text-forge/text-forge: 0cc41863aceaad198f1f30669df7b5ea3537f7eb
1 parent 7ab61b1 commit b991c48

3 files changed

Lines changed: 4 additions & 6 deletions

File tree

docs/build.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Build Text Forge from source
22

3-
!!! note
3+
!!! Note
44

55
This page currently haven't guide for build, there is just manual for open project source in Godot.
66

@@ -22,6 +22,6 @@ Or open [official repo](https://github.com/text-forge/text-forge) and click on `
2222

2323
Now you can use Godot to import project and edit it, or press `F5` to run project.
2424

25-
!!! important
25+
!!! Important
2626

2727
If your clone is for conribution, Alway create a new branch for new PRs.

docs/contribution_types.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,6 @@ abilities or find new way to contribute, feel free!
88
You can share your ideas about what you will do in [discussions](https://github.com/text-forge/text-forge/discussions)
99
to receive others comments to be sure about what you want or get tips.
1010

11-
!!!
1211

1312
## Programming
1413

@@ -29,5 +28,4 @@ and modularity, with knowledge about GDScript, C# or other languages Godot suppo
2928

3029
Change files structure needs change code in most cases, be sure your changes will not break anything!
3130

32-
!!!
3331

docs/setup.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22

33
Text Forge currently supports Linux and Windows (You can use it on other platforms with build it from source), Just download [latest](https://github.com/text-forge/text-forge/releases/latest) and install it! (or download portable version and extract it anywhere you want)
44

5-
!!! note
5+
!!! Note
66

77
You can see build guide here: [Open Text Forge source in Godot](build.md)
88

@@ -45,6 +45,6 @@ You have a ready code editor! Let's open a file:
4545
3. **You haven't any installed mode for this file:** Text Forge will send a warning (You can see it in notification panel) and open file using UTF-8 encoding. With this behavior you can open any file type that encoded with UTF-8 without any mode (It means a lot of files!) but there is no syntax highlighter for these files.
4646
- Well done!
4747

48-
!!! tip
48+
!!! Tip
4949

5050
You can open a file with `Ctrl + O` shortcut or using command palette (`Command > Command Palette` option in menus or `Ctrl + P`)

0 commit comments

Comments
 (0)