TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Show HN: An AI agent in Obsidian that can (sort of) write plugins

2 pointsby iansinnott22 days ago
This is a plugin for Obsidian [1] that can extend Obsidian with custom functionality.<p>There&#x27;s a demo video in the readme.<p>Why?<p>Obsidian is a note taking app with tons of extensions. Even so, there must be hyper-niche use cases that aren&#x27;t being served by any existing extension. LLMs are decent at coding though, so maybe an LLM can write custom functionality on demand.<p>That&#x27;s the experiment, to see if you can customize your notes app simply by asking the LLM.<p>The obvious caveat is that the plugin is only as good as the LLM driving it. I&#x27;ve been very pleasantly surprised by how capable Sonnet 3.7 is at writing Obsidian code (without examples). However, even so, it is far from perfect.<p>Is this useful?<p>It&#x27;s _interesting_, but I&#x27;m not sure yet how useful it is. The AI doesn&#x27;t always succeed, and the combination of prompt + model will make or break the experience.<p>I&#x27;m looking to get feedback.<p>Broadly speaking I&#x27;d love to see more software that could be customized to meet extremely specific user needs.<p>[1]: <a href="https:&#x2F;&#x2F;obsidian.md&#x2F;" rel="nofollow">https:&#x2F;&#x2F;obsidian.md&#x2F;</a>

no comments

no comments