MoryFlow
Features

Editor

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

Editor

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

Supported Formats

Headings

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

Type # plus a space and it becomes a heading.

Text Styles

EffectHow to typeShortcut
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:

TypeInserts
/h1 /h2 /h3Headings
/bulletBullet list
/todoTo-do checklist
/codeCode block
/tableTable
/quoteQuote
/imageImage

When You Select Text

Select some text and a small toolbar appears above:

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

Open Multiple Notes

Open several tabs like in a browser:

  • 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

FunctionMacWindows
Undo⌘ + ZCtrl + Z
Redo⌘ + Shift + ZCtrl + Shift + Z
Select all⌘ + ACtrl + A

Formatting

FunctionMacWindows
Bold⌘ + BCtrl + B
Italic⌘ + ICtrl + I
Code⌘ + ECtrl + E

Navigation

FunctionMacWindows
Quick find file⌘ + PCtrl + P