11 lines
361 B
Markdown
11 lines
361 B
Markdown
# Miller code editor
|
|
|
|
This is a code editor/IDE based on CodeMirror.
|
|
Its primary goal is to provide the user with a stack/column-based navigation history, making codebase navigation easier without getting lost.
|
|
|
|
## Features
|
|
- [x] Basic file editing
|
|
- [x] Terminal integration
|
|
- [x] File watching
|
|
- [ ] Warn on exit when there are unsaved files
|
|
- [ ] LSP support |