AI 产品解读Save X (Twitter) posts as Markdown notes in Obsidian
X/Twitter bookmarks and likes disappear when original posts are deleted. This extension allows users to permanently save important posts to their local Obsidian vault before they vanish.
1. User installs Obsidian and the Local REST API plugin, enables the HTTP server. 2. User configures the extension popup with the Obsidian API URL and API key. 3. While browsing X/Twitter, user clicks the extension icon. 4. Extension detects the current post URL and optionally identifies thread structure. 5. User can add tags and select save folder. 6. Extension saves the post as a Markdown note to the local Obsidian vault via the REST API, including downloaded images.
Save posts in Markdown format for permanent storageAutomatically download attached images to local storageCombine threads (sequential replies) into a single noteInclude quoted tweet content in saved notesTag-based organization with automatic tags (x-clipper, x-user-username)Support for both x.com and twitter.com domains
- 目标用户
- Obsidian users who want to archive X/Twitter content / Researchers or journalists who need to preserve social media posts / Users concerned about content disappearing from X/Twitter
- Analysis based on static code review only; no runtime testing performed. The actual user experience depends on having Obsidian installed with the Local REST API plugin properly configured.
- The extension is relatively new (version 1.0.3) with limited user base (117 users), so long-term behavior and potential future updates with paid features cannot be assessed.
- Japanese-language interface suggests primary target market is Japanese-speaking users, but this doesn't affect functionality analysis.
付费分析未识别到付费功能
No paid features detected. The extension is completely free with no paywalls, subscriptions, premium tiers, or billing integration. The keyword search for premium, subscription, paid, plan, upgrade, billing, stripe, payment, purchase returned zero matches across all source files. The extension stores settings locally via chrome.storage.local and connects to a local Obsidian plugin. There is no indication of any monetization mechanism.
- 置信度
- 95
- 支付平台
- --
- 来源
- AI / 高
- 需要登录
- 否
- 登录理由
- The extension does not require any login. It operates locally by connecting to the Obsidian Local REST API plugin via localhost (127.0.0.1:27123). The only authentication is an API key configured by the user in the extension settings dialog (popup.html line 130-133), which is for the local Obsidian plugin, not an account with the extension vendor or any external service. No OAuth, sign-in, or account creation flows exist in the codebase.