All Topics
All Topics
Technology
Technology
Design
Design
Programming
Programming
Science
Science
News
News
Gaming
Gaming
Entertainment
Entertainment
Business
Business
Finance
Finance
Sports
Sports
Health
Health
Food
Food
Travel
Travel
Art
Art
Music
Music
Books
Books
Education
Education
Politics
Politics
Personal
Personal
No algorithm. No AI slop. No ads. Just RSS. Pro-human. Indie writers. Real journalism. Open web. Chronological. Hand toasted.

Introducing 'light': A Personal Text Editor Project with Plugin Support

By

birdculture

5mo ago· 4 min readenCode

Summary

The article introduces 'light', a personal text editor project created by the author for their own use. It describes the editor's basic functionality including code buffering, display, and asynchronous console input. The editor features intuitive arrow key navigation and operates in a single mode (similar to INSERT mode), unlike Vim/Neovim which have multiple modes. The article mentions that light supports plugins and shortcuts, with plugins being able to modify the DISPLAY_BUFFER[][] to capture input and user code. The project is hosted on GitHub as a personal development project.

Key quotes

· 5 pulled
light buffers code, and displays it, and reads for input at the console asynchronously.
The Vim/Neovim user, might be surprised, there are no modes in light ' holyC(or you may say, everything happens in INSERT mode).
But light ' HolyCode supports plugins, and shortcuts.
plugins are anything that change the DISPLAY_BUFFER[][], which is the main buffer maintained to capture input/user code
text editor made for me, by me
Snippet from the RSS feed
text editor made for me, by me. Contribute to thisismars-x/light development by creating an account on GitHub.

You might also wanna read