Introducing
SCHEMA
A Notepad++-style Markdown editor. Tabs, split preview, find/replace, and session restore.
Features
01
SPLIT VIEW
Edit Markdown on the left, preview rendered output on the right. Real-time sync.
02
TABS
Open multiple documents in tabs. Drag and drop to reorder. Session restore on relaunch.
03
FIND / REPLACE
Full regex support. Find and replace across the active document instantly.
04
SHORTCUTS FIRST
Ctrl+O, Ctrl+S, Ctrl+Shift+S, Ctrl+F, Ctrl+H. Stay on the keyboard.
Shortcuts
OpenCtrl + O
SaveCtrl + S
Save AllCtrl + Shift + S
FindCtrl + F
ReplaceCtrl + H
Demo
Markdown
# Hello Schema
Schema is a Notepad++-style Markdown editor.
## Shortcuts
- Open: **Ctrl+O**
- Save: **Ctrl+S**
- Save All: **Ctrl+Shift+S**
- Find: **Ctrl+F** / Replace: **Ctrl+H**
## Task List
- [ ] Unchecked todo
- [x] Completed todo
## Code
```javascript
const hello = "Schema";
console.log(hello);
```
Preview
Hello Schema
Schema is a Notepad++-style Markdown editor.
Shortcuts
- Open: Ctrl+O
- Save: Ctrl+S
- Save All: Ctrl+Shift+S
- Find: Ctrl+F / Replace: Ctrl+H
Task List
- Unchecked todo
- Completed todo
Code
const hello = "Schema";
console.log(hello);
Upcoming
01
TBADEVENIR
02
TBAKURT
Download
Windows and macOS installers available.