Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/jenterkin/some-editor
- Owner: jenterkin
- License: mit
- Created: 2021-05-30T18:19:31.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-06-06T04:31:36.000Z (over 3 years ago)
- Last Synced: 2024-11-25T03:32:49.588Z (2 months ago)
- Language: Rust
- Size: 36.1 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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`