Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/jenterkin/some-editor

toying with making a text editor
https://github.com/jenterkin/some-editor

Last synced: 8 days ago
JSON representation

toying with making a text editor

Awesome Lists containing this project

README

        

Just expiramenting with making a text editor. Planning on making a modal editor that supports python to extend it.

## What is has
- syntax highlighting! (for rust)
- h/j/k/l movement
- scrolling (ctrl+e/y)
- out-of-bounds crashes

## What it doesn't have (but soon will)
- tests
- docs
- any actual editing capabilities
- plugin support (via embedded python)
- the ability to open up a file that isn't `src/view/terminal.rs`