Notes Editor¶
The notes editor is used throughout AirShop for adding rich text notes to inventory items, customers, organizations, sources, and inquiries. It supports markdown-style formatting that renders when you click away.
Text Formatting¶
| Syntax | Result |
|---|---|
**bold** |
bold |
*italic* |
italic |
`code` |
code |
Headers¶
| Syntax | Result |
|---|---|
# Heading 1 |
Largest heading |
## Heading 2 |
Medium heading |
### Heading 3 |
Smaller heading |
Lists¶
Bullet lists:
- First item
- Second item
- Nested item
Numbered lists:
- First item
- Second item
Links¶
Manual syntax:
[display text](https://example.com)
Smart paste (recommended):
- Type or select some text (e.g., "Check out this article")
- Copy a URL to your clipboard
- With the text selected, press Cmd+V (Mac) or Ctrl+V (Windows)
- The selected text becomes a clickable link automatically
This works just like Airtable, Notion, and other modern apps.
Blockquotes¶
This is a quoted line
Tips¶
- Click anywhere in the notes area to start editing
- Press Escape or click outside to save
- Long notes automatically show a "Show more" button
- URLs without http:// or https:// will have https:// added automatically