Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/Larpon/vee
Small, experimental text editor engine written in V
https://github.com/Larpon/vee
editor engine module text-editor v vee vlang
Last synced: 3 months ago
JSON representation
Small, experimental text editor engine written in V
- Host: GitHub
- URL: https://github.com/Larpon/vee
- Owner: larpon
- License: mit
- Created: 2020-11-11T12:11:20.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2024-06-12T16:56:09.000Z (5 months ago)
- Last Synced: 2024-06-12T23:21:46.757Z (5 months ago)
- Topics: editor, engine, module, text-editor, v, vee, vlang
- Language: V
- Homepage:
- Size: 625 KB
- Stars: 44
- Watchers: 5
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- awesome-v - vee - V Editor Engine. A V module providing the guts of a text editor. Comes with a [TUI editor example](https://github.com/Larpon/vee/blob/master/examples/tuieditor/). (Applications / Editors)
README
# vee
V Editor Engine
This is a V module providing the guts of a text editor.
Progammed to make it easier, faster and richer to develop
editors, text areas, consoles for games etc.![Example](docs/vee.gif)
## Features
* Multiple buffers
* Full undo/redo support
* Cursor magnet
* Movement by words
* Unicode support