|
|
||
|---|---|---|
| .vscode | ||
| res | ||
| src | ||
| .gitignore | ||
| .ignore | ||
| .prettierignore | ||
| .prettierrc | ||
| README.md | ||
| eslint.config.mjs | ||
| forge.config.ts | ||
| forge.env.d.ts | ||
| index.html | ||
| package-lock.json | ||
| package.json | ||
| tsconfig.json | ||
| vite.config.mts | ||
README.md
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
- Basic file editing
- Terminal integration
- File watching
- Warn on exit when there are unsaved files
- LSP support