Editor

The center area is where you write—feels a bit like Notion.

Editor

Supported Formats

Headings

# Big heading
## Medium heading
### Small heading

Type # plus a space and it becomes a heading.

Text Styles

Effect How to type Shortcut
Bold **text** ⌘/Ctrl + B
Italic *text* ⌘/Ctrl + I
Strikethrough ~~text~~ -
Code `code` ⌘/Ctrl + E

Lists

- This is a bullet list
- Second item

1. Numbered list
2. Second item

- [ ] To-do item
- [x] Completed

Quotes

> Quoted content

Code Blocks

```javascript
console.log("Hello!")
```

Automatically detects the language and adds syntax highlighting.

Tables

| Name | Price |
|------|-------|
| Apple | $2 |
| Banana | $1 |

Horizontal Rule

---
[Link text](https://example.com)
![Image description](image-url)

You can also drag images directly in.

Slash Commands

Type / to bring up a menu for quickly inserting things:

Slash Commands

Type Inserts
/h1 /h2 /h3 Headings
/bullet Bullet list
/todo To-do checklist
/code Code block
/table Table
/quote Quote
/image Image

When You Select Text

Select some text and a small toolbar appears above:

Toolbar

Quickly make it bold, italic, change color, add links.

Open Multiple Notes

Open several tabs like in a browser:

Tabs

  • Click a file to open in a new tab
  • Click tabs to switch
  • Click × to close
  • Drag to reorder

Auto-Save

No need to press save while writing—MoryFlow saves automatically.

Top right shows the status:

  • ✓ Saved
  • ○ Saving
  • ✗ Error

Keyboard Shortcuts

Editing

Function Mac Windows
Undo ⌘ + Z Ctrl + Z
Redo ⌘ + Shift + Z Ctrl + Shift + Z
Select all ⌘ + A Ctrl + A

Formatting

Function Mac Windows
Bold ⌘ + B Ctrl + B
Italic ⌘ + I Ctrl + I
Code ⌘ + E Ctrl + E

Navigation

Function Mac Windows
Quick find file ⌘ + P Ctrl + P