You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
v1.9.1 feat(cli): add --heading flag to save command
Enables users to specify a target heading when saving blocks to the daily page using `roam save`. If the heading does not exist, it is created, and the new block is nested under it.
Changes:
- Added `--heading <text>` option to the CLI save command.
- Updated command output to print `block_uid parent_uid` when a heading is utilized, facilitating programmatic access to the parent context.
- Bumped package version to 1.9.1.
0 commit comments