Go to file
Quinten Kock 1891241d0a Remove console.log spam in quickopen 2026-05-09 06:38:17 +02:00
.github/workflows Make nightly release better hopefully 2026-05-03 06:12:21 +02:00
.vscode add format on save in VSCode 2025-08-13 03:29:56 +02:00
res add icon hopefully 2025-11-11 15:21:53 +01:00
src Remove console.log spam in quickopen 2026-05-09 06:38:17 +02:00
.gitignore Initial commit 2025-08-12 04:06:31 +02:00
.ignore Extremely basic documentChanges handling 2025-12-29 19:28:42 +01:00
.prettierignore fix formatting 2025-08-13 03:16:00 +02:00
.prettierrc refactor folder structure 2025-08-13 03:14:27 +02:00
README.md Fix folder refresh debouncing 2025-11-30 01:58:20 +01:00
eslint.config.mjs Simplify eslint config 2025-11-10 03:37:28 +01:00
forge.config.ts 0.2.5: change package name to fix conflict 2026-05-03 05:00:28 +02:00
forge.env.d.ts Initial commit 2025-08-12 04:06:31 +02:00
index.html Add dark mode, styling fixes 2025-12-03 00:21:24 +01:00
package-lock.json Switch to @lydell/node-pty 2026-05-03 05:46:23 +02:00
package.json Switch to @lydell/node-pty 2026-05-03 05:46:23 +02:00
tsconfig.json add partially working file browser 2025-08-13 05:08:44 +02:00
vite.config.mts Fix node-pty switch 2026-05-03 05:59:10 +02:00

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