yes, that's exactly what defuddle is
github.com/kepano/defud...
yes, that's exactly what defuddle is
github.com/kepano/defud...
I made Defuddle for Obsidian Web Clipper
obsidian.md/clipper
yes :)
I love the way the artifacts look in this picture
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.
correct
eta is now
bsky.app/profile/obsi...
Anything you can do in Obsidian you can do from the command line.
taste is a study of nuance, it requires slowing down
that's a beautiful thought, thanks for sharing it
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
Obsidian CLI adds everything else:
- interacting with the UI
- internal functions e.g. base queries, orphans, etc
- devtools, console, screenshots, eval, etc
See the CLI docs!
You can define a specific view with ![[Base#View]]
it's working... slowly π
A hearty oatmeal and buckwheat chocolate chip cookie for winter time
stephango.com/hearty-choco...
exo = external so exocortex may be more apt than exobrain
you are still the pilot
I have never liked the term "second brain" because it sounds externalized and passive
ideally Obsidian should feel like strapping into your exosuit, a direct extension of yourself
I made the same assumption! Clearly I am living in a filter bubble of my own making. Thank you Dan!
@danabra.mov would you mind putting a little link to file over app in your excellent piece about formats over apps?
ATProto brings @stephango.com's "file over app" philosophy to the network.
social file over social app
If you're enjoying Obsidian 1.11 consider giving us a review on the App Store or Google Play.
As a small team you have no idea how much motivation it gives us to keep improving the app π₯°
1. Are you still able to scroll up in the base to see the content?
2. Load time change is unrelated to the update, it's because you're opening to a base which requires loading the entire vault... if you open to a note that won't happen. You can change the default note to open in Settings β Editor
Try the default theme
you can already do that
bsky.app/profile/step...
I like this blog post, I think it lays a solid foundation that many more AI companies should adopt
confer.to/blog/2026/01...
Confidential computing This is the domain of confidential computing. Confidential computing uses hardware-enforced isolation to run code in a Trusted Execution Environment (TEE). The host machine provides CPU, memory, and power, but cannot access the TEEβs memory or execution state. LLMs are fundamentally statelessβinput in, output outβwhich makes them ideal for this environment. For Confer, we run inference inside a confidential VM. Your prompts are encrypted from your device directly into the TEE using Noise Pipes, processed there, and responses are encrypted back. The host never sees plaintext. But this raises an obvious concern: even if we have encrypted pipes in and out of an encrypted environment, it really matters what is running inside that environment. The client needs assurance that the code running is actually doing what it claims.
As hyped as Claude Code + Obsidian is, I have no desire to upload my personal unencrypted vault data to Anthropic or anyone else.
I hope that the ideas of private inference and confidential computing that Moxie described take off. It's how all LLMs should work.
I agree, but in the meantime try Command palette β Change theme
yes