
CLI is ALL you need
CLI is ALL you need Starting from Obsidian CLI Not long ago, the veteran knowledge management software Obsidian officially announced its command-line tool Obsidian CLI , which is now available in the v1.12 preview release. Obsidian CLI provides functionality completely equivalent to the Obsidian GUI version: from basic note retrieval, editing, and task management, to advanced developer features such as plugin management, screenshots, JS code execution, Chrome DevTools Protocol (CDP), console message handling, and DOM element retrieval, all are supported in Obsidian CLI. Some common Obsidian CLI commands are as follows: # Open daily note obsidian daily # Add task to daily note obsidian daily:append content = "- [ ] Buy groceries" # Search notes obsidian search query = "meeting notes" # List daily tasks obsidian tasks daily # Create new note from template obsidian create name = "Trip to Paris" template = Travel # List all tags with counts obsidian tags counts # Take screenshot obsidian d
Continue reading on Dev.to
Opens in a new tab

