Skip to content

v2.18.0

Choose a tag to compare

@2b3pro 2b3pro released this 17 Mar 14:11
· 6 commits to main since this release

Features

  • roam save --order — Control insertion position of top-level blocks

    • --order first prepends to top of page/parent
    • --order last appends (default, backwards-compatible)
    • --order N inserts at specific 0-indexed position
    • Works with all save modes: text, file, stdin, --todo, --json, --lines
  • roam_create_outline order parameter — Same position control for the MCP tool

    • Accepts "first", "last", or integer

Other

  • CI workflow bumped to actions/checkout@v5, actions/setup-node@v5, Node.js 22