TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Show HN: Obsidian Plugin Sync – CLI tool for easy Obsidian plugin development

7 点作者 jmdots27 天前
Hi HN,<p>I built this simple command-line tool to solve a specific pain point in Obsidian plugin development. As a new plugin developer, I didn&#x27;t like the idea of manually copying files from my development directory to the Obsidian vault every time I made changes.<p>Obsidian Plugin Sync automates this process with a single command. It: - Detects plugin ID from manifest.json - Optionally builds your plugin before syncing - Copies the necessary files to your Obsidian vault - Provides a watch mode for continuous syncing during development<p>The tool has zero dependencies beyond Python for basic functionality (watch mode uses the watchdog package). I wanted it to be lightweight, easy to use, and solve just one problem well.<p>Would love feedback from other Obsidian plugin developers or anyone building CLI tools. What features would make this more useful for you?

暂无评论

暂无评论