AN
Antinote
Docs
  • Docs
  • Changelog
  • Feature requests
  • Support portal
    • Math Functions
    • Extensions Overview
    • Command Types
    • API Calls
    • LLM Extensions

Command Types

Insert, Replace Line, Replace All, and Open URL — what each kind of command can do.

There are different types of commands, each with different capabilities:

Insert

These commands simply insert something at your cursor position. Perfect for quickly adding dates, templates, random values, UUIDs, and more.

  • Insert today's date or calculate business days
  • Insert templates like to-do lists or meeting notes
  • Generate random numbers, dice rolls, or quotes
  • Create UUIDs or random strings

https://www.youtube.com/watch?v=Cj-S0F6ulx4

Replace Line

These commands modify the content of your current line only. Great for formatting or transforming a single line of text.

  • Convert text to UPPERCASE, lowercase, or Title Case
  • Transform to camelCase, snake_case, or kebab-case
  • Trim whitespace or remove quotes

▶ Watch: Replace Line command demo

Replace All

These commands modify the content of your entire document. Powerful for bulk operations and text manipulation.

  • Find and replace text throughout the document
  • Sort lines alphabetically or numerically
  • Filter, deduplicate, or remove lines
  • Convert formats (CSV to JSON, lists to comma-separated)
  • AI-powered: polish text, translate, or create lists

https://www.youtube.com/watch?v=psEGab4oVtw

https://www.youtube.com/watch?v=WsgWiM21Z6s

Open URL

These commands can open URLs or use URL schemes to trigger actions in other apps on your Mac.

  • Open a random Wikipedia page
  • Launch other apps via URL schemes
  • Trigger automations in apps like Shortcuts or Raycast
PrevExtensions Overview
NextAPI Calls
Was this helpful?