Capability
Batch Block Operations With Error Handling And Rollback
3 artifacts provide this capability.
Want a personalized recommendation?
Find the best match →Top Matches
Direct command-line control for SiYuan Note. Call any SiYuan MCP tool as a subcommand: `siyuan-sisyphus block append --parent-id ... --data "..."`.
Unique: Implements transaction-like semantics for block operations at the CLI layer, providing rollback capability that SiYuan's HTTP API doesn't natively support — enables safe bulk automation workflows without kernel-level transaction support
vs others: More reliable than executing individual block operations in a shell loop because it provides atomic failure handling and rollback; simpler than building custom transaction logic because it's built into the CLI