fresh-editor 0.1.9

A lightweight, fast terminal-based text editor with LSP support and TypeScript plugins
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# Internal Documentation

This directory contains pending work tracking. Completed plans have been removed.

## Documents

| Document | Description |
|----------|-------------|
| [MARKDOWN.md]MARKDOWN.md | Markdown compose mode remaining work |
| [CR.md]CR.md | Code quality improvements to address |

## User-Facing Documentation

See the parent [docs/](../) directory:
- [USER_GUIDE.md]../USER_GUIDE.md - User guide
- [PLUGIN_DEVELOPMENT.md]../PLUGIN_DEVELOPMENT.md - Plugin development guide
- [plugin-api.md]../plugin-api.md - Full plugin API reference
- [ARCHITECTURE.md]../ARCHITECTURE.md - System architecture