Introducing
SCHEMA
A Notepad++-style Markdown editor.
Tabs, split preview, find/replace, and session restore—write fast, preview instantly, and save safely.
Product
Split view Markdown editor.
Write on the left and preview instantly on the right. Manage documents with tabs, clean up quickly with find/replace, and pick up where you left off with session restore.
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);
Features
Core features
Split view
Edit Markdown (left) and preview (right) at the same time.
Tabs
Open multiple documents in tabs and reorder them with drag and drop.
Find / Replace (Regex)
Clean up quickly with find/replace and regex.
Shortcuts first
Stay on the keyboard with shortcuts for Open, Save, Save All, Find, and Replace.
Shortcuts
Essential shortcuts
OpenCtrl + O
SaveCtrl + S
Save AllCtrl + Shift + S
Find / ReplaceCtrl + F / Ctrl + H
Upcoming
More in the pipeline.
TBADevenir
DEVENIR
Details coming soon.
TBAKurt
KURT
Details coming soon.