Releases: rsvim/rsvim
Releases Β· rsvim/rsvim
nightly
chore(dev): move "simdutf" feature to default v8 features (#1005)
v0.1.2
RSVIM v0.1.2 has released!
After about one and a half years of development, RSVIM finally released its first version: v0.1.2!
v0.1.2 is a minimal prototype with extremely limited functionality, but still includes several core components of the text editor:
- Three basic editing modes: normal, insert and command-line.
- Scripted user configuration: user can customize their configurations through JavaScript and TypeScript. About 10 basic options are provided.
- Text editing: creat and open text file, preview in normal mode, insert text in insert mode, control the editor in command-line mode.
- Runtime API: About 5 basic JavaScript APIs are provided, along with the builtin
:jsex command to allow user to save file and quit.
Special thanks to @jackcat13 for his contributions!
For more details, please checkout RSVIM v0.1.2 announcement: https://rsvim.github.io/blog/2025/08/28/v0.1.2