Project Name | Stars | Downloads | Repos Using This | Packages Using This | Most Recent Commit | Total Releases | Latest Release | Open Issues | License | Language |
---|---|---|---|---|---|---|---|---|---|---|
Awesome Mac | 65,274 | 2 | a day ago | 7 | November 01, 2022 | 138 | cc0-1.0 | JavaScript | ||
Now we have become very big, Different from the original idea. Collect premium software in various categories. | ||||||||||
Atom | 59,004 | a year ago | 1,006 | mit | JavaScript | |||||
:atom: The hackable text editor | ||||||||||
Quill | 37,516 | 2,895 | 1,978 | a day ago | 76 | April 10, 2020 | 1,376 | bsd-3-clause | TypeScript | |
Quill is a modern WYSIWYG editor built for compatibility and extensibility. | ||||||||||
Slate | 28,204 | 3,499 | 1,164 | 2 days ago | 722 | November 22, 2023 | 629 | mit | TypeScript | |
A completely customizable framework for building rich text editors. (Currently in beta.) | ||||||||||
Micro | 23,066 | 8 | 2 days ago | 38 | October 21, 2023 | 844 | mit | Go | ||
A modern and intuitive terminal-based text editor | ||||||||||
Trix | 17,983 | 252 | 49 | 8 days ago | 44 | November 20, 2023 | 114 | mit | JavaScript | |
A rich text editor for everyday writing | ||||||||||
Lime | 14,884 | 3 years ago | 21 | bsd-2-clause | ||||||
Open source API-compatible alternative to the text editor Sublime Text | ||||||||||
Pell | 11,656 | 41 | 25 | 2 years ago | 16 | December 05, 2018 | 68 | mit | JavaScript | |
📝 the simplest and smallest WYSIWYG text editor for web, with no dependencies | ||||||||||
Oni | 11,477 | 3 | 4 years ago | 6 | April 02, 2017 | 518 | mit | TypeScript | ||
Oni: Modern Modal Editing - powered by Neovim | ||||||||||
Lite | 7,158 | 2 months ago | 114 | mit | Lua | |||||
A lightweight text editor written in Lua |
A lightweight text editor written in Lua
lite is a lightweight text editor written mostly in Lua — it aims to provide something practical, pretty, small and fast, implemented as simply as possible; easy to modify and extend, or to use without doing either.
Additional functionality can be added through plugins which are available from the plugins repository; additional color themes can be found in the colors repository. The editor can be customized by making changes to the user module.
You can build the project yourself on Linux using the build.sh
script
or on Windows using the build.bat
script (MinGW is required).
Note that the project does not need to be rebuilt if you are only making changes
to the Lua portion of the code.
Any additional functionality that can be added through a plugin should be done so as a plugin, after which a pull request to the plugins repository can be made. In hopes of remaining lightweight, pull requests adding additional functionality to the core will likely not be merged. Bug reports and bug fixes are welcome.
This project is free software; you can redistribute it and/or modify it under the terms of the MIT license. See LICENSE for details.