If you are using MCP to access your data, you are trusting that third party with unencrypted access to your data.
Third-party MCPs are not an option if you value privacy. End-to-end encryption makes MCP effectively useless.
| blog | https://stephango.com |
| obsidian | https://obsidian.md |
If you are using MCP to access your data, you are trusting that third party with unencrypted access to your data.
Third-party MCPs are not an option if you value privacy. End-to-end encryption makes MCP effectively useless.
Defuddle now returns Youtube transcripts!
Paste a YouTube link into defuddle·md to get a markdown transcript with timestamps, chapters, and pretty good diarization
...or if you just want to read it, try the new Reader mode in #Obsidian Web Clipper powered by Defuddle
Defuddle now has a website!
This means you can use Defuddle anywhere to get the main content of a page in Markdown format.
You can simply add "defuddle.md" before any URL, use it via curl, Skills, CLI, or add it to your app via NPM.
Obsidian Sync now has a headless client, so you can sync vaults to a server without using the desktop app.
Try the open beta:
Obsidian 1.12 is now available to everyone!
- Obsidian CLI
- Bases search
- Image resizing
- Automatically clean up unused images
- Better copy/paste into rich text apps like Google Docs
- Native iOS share sheet
Obsidian Web Clipper 1.0 is now available, and adds logic to templates! This gives you powerful new tools to convert web pages to Markdown.
- if/else
- fallback values for variables
- for loops
Also adds a context menu to copy #Markdown to clipboard, and automatic syntax validation for templates.
https://help.obsidian.md/web-clipper/logic
It's not because your agent can do something with 12 tool calls and 20k tokens that it should.
For example, #Obsidian CLI has a command called "orphans" that finds files with no incoming links.
Now your agent can get a deterministic answer in 1 millisecond instead of 4 minutes.
Obsidian uses local files, so all your standard terminal commands work for editing/moving/searching/etc
what #Obsidian CLI adds is everything else:
- interacting with the UI
- Obsidian's internal functions, e.g. base queries
- deterministic results like the "orphans" command
- easily create a personal plugin now that your agent can access devtools, console, screenshots, eval, etc
See the CLI docs!
https://mas.to/@obsidian/116046985676492550

Attached: 1 image Anything you can do in Obsidian you can do from the command line. #Obsidian CLI is now available with 1.12 (early access).