Skip to content

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:

  1. First item
  2. Second item

Manual syntax:

[display text](https://example.com)

Smart paste (recommended):

  1. Type or select some text (e.g., "Check out this article")
  2. Copy a URL to your clipboard
  3. With the text selected, press Cmd+V (Mac) or Ctrl+V (Windows)
  4. 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