From f9257522e843391fbd3dc41e6958b40a0b46699b Mon Sep 17 00:00:00 2001 From: Mahan Khalili Date: Sat, 30 Aug 2025 13:56:34 +0330 Subject: [PATCH] Added Text Forge --- workflow/code-editors.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/workflow/code-editors.md b/workflow/code-editors.md index 55e9d18c..a9eaf2f3 100644 --- a/workflow/code-editors.md +++ b/workflow/code-editors.md @@ -13,6 +13,7 @@ Text editor programs designed specifically for editing source code of a website. + **[Brackets](http://brackets.io/)**: An open source code editor for the web, written in JavaScript, HTML and CSS. + **[Notepad++](https://notepad-plus-plus.org/)**: Notepad++ is a free (as in "free speech" and also as in "free beer") source code editor and Notepad replacement that supports several languages. Running in the MS Windows environment, its use is governed by GPL License + **[Visual Studio Code](https://code.visualstudio.com/)**: Build and debug modern web and cloud applications. VS Code is free and available on your favorite platform - Linux, Mac OSX, and Windows. ++ **[TextForge](https://text-forge.github.io/docs)**: Text Forge is a lighweight, open source, hackable, and highly modular code editor with official support for web development tools. ------------------ @@ -21,4 +22,4 @@ Text editor programs designed specifically for editing source code of a website. Creative Commons License
This work is licensed under a Creative Commons Attribution 4.0 International License. -Please provide a link back to this repository. This is not necessary for GitHub forks. \ No newline at end of file +Please provide a link back to this repository. This is not necessary for GitHub forks.