Textadept
3 days ago
- #programming
- #text-editor
- #open-source
- Textadept is a fast, minimalist, and extensible cross-platform text editor for programmers.
- Pre-built binaries are available for Windows, macOS, and Linux (x64/ARM).
- Optional extra modules provide additional features and functionality.
- Textadept can be run from any directory with permission, with different executables for GUI and terminal versions.
- Comprehensive user manual and Lua API reference are accessible via menu items or keyboard shortcuts.
- Optional modules need to be manually loaded using Lua's `require()` function.
- Compiling from source requires specific tools like `patch` and follows a basic CMake procedure.
- Textadept is open-source under the MIT License.