Drafta

Box

Inbox

Welcome to Drafta

```css /* Welcome to Drafta! */ .thought { state: brilliant; } ``` ### <span style="color: #64A364">_Organize to-dos and thoughts seamlessly._</span> - [x] Put your tasks in ToDo app, memos in note-taking app. - [ ] Every thought in one place, Drafta! --- | Before | ➛ After | | --- | --- | | ~~Scattered notes~~ | Structured Knowledge | | ~~Rough thought~~ | Polished ideas | --- > You're accelerating now!

2026/1/26

Quick Reference

Drafta supports standard Markdown syntax and powerful rich text features. --- ### Text Styling - **Bold**: `**Bold**` or `{{Mod}}+B` - *Italic*: `*Italic*` or `{{Mod}}+I` - ~~Strikethrough~~: `~~Strike~~` or `{{Mod}}+Shift+X` - `Inline Code`: `Code` or `{{Mod}}+E` ### Lists & Structure #### Bullet Lab - Item A - Item B #### Ordered Lab 1. Step 1 2. Step 2 #### Task List - [ ] Todo item - [x] Done item > **Quote**: Use `>` at the start of a line to create a blockquote. --- ### Advanced #### Code Blocks ```typescript const drafta = "Awesome"; console.log(drafta); ``` #### Tables | Feature | Status | | --- | --- | | Markdown | ✅ | | Rich Text | ✅ | --- ### Drafta Power Tips - **List/Grid View**: Toggle layouts from the header. - **Organization**: Drag notes to reorder. - **Focus Mode**: Collapse the sidebar for distraction-free writing. - **Shortcuts**: `/` for commands (coming soon!).

2026/1/26