[{"data":1,"prerenderedAt":-1},["ShallowReactive",2],{"project-73666":3},{"id":4,"name":5,"fullName":6,"owner":7,"repo":5,"description":8,"homepage":9,"htmlUrl":10,"language":11,"languages":10,"totalLinesOfCode":10,"stars":12,"forks":13,"watchers":14,"openIssues":15,"contributorsCount":16,"subscribersCount":16,"size":16,"stars1d":17,"stars7d":18,"stars30d":19,"stars90d":16,"forks30d":16,"starsTrendScore":20,"compositeScore":21,"rankGlobal":10,"rankLanguage":10,"license":22,"archived":23,"fork":23,"defaultBranch":24,"hasWiki":23,"hasPages":23,"topics":25,"createdAt":10,"pushedAt":10,"updatedAt":37,"readmeContent":38,"aiSummary":39,"trendingCount":16,"starSnapshotCount":16,"syncStatus":40,"lastSyncTime":41,"discoverSource":42},73666,"obsidian-clipper","obsidianmd\u002Fobsidian-clipper","obsidianmd","Highlight and capture the web in your favorite browser. The official Web Clipper extension for Obsidian.","https:\u002F\u002Fobsidian.md\u002Fclipper",null,"TypeScript",4532,593,26,235,0,31,72,268,93,110.32,"MIT License",false,"main",[26,27,28,29,30,31,32,33,34,7,35,36],"brave","browser-extension","chrome","chrome-extension","chromium","edge","firefox","firefox-addon","obsidian","safari","safari-extension","2026-06-12 04:01:10","Obsidian Web Clipper helps you highlight and capture the web in your favorite browser. Anything you save is stored as durable Markdown files that you can read offline, and preserve for the long term.\n\n- **[Download Web Clipper](https:\u002F\u002Fobsidian.md\u002Fclipper)**\n- **[Documentation](https:\u002F\u002Fhelp.obsidian.md\u002Fweb-clipper)**\n- **[Troubleshooting](https:\u002F\u002Fhelp.obsidian.md\u002Fweb-clipper\u002Ftroubleshoot)**\n\n## Get started\n\nInstall the extension by downloading it from the official directory for your browser:\n\n- **[Chrome Web Store](https:\u002F\u002Fchromewebstore.google.com\u002Fdetail\u002Fobsidian-web-clipper\u002Fcnjifjpddelmedmihgijeibhnjfabmlf)** for Chrome, Brave, Arc, Orion, and other Chromium-based browsers.\n- **[Firefox Add-Ons](https:\u002F\u002Faddons.mozilla.org\u002Fen-US\u002Ffirefox\u002Faddon\u002Fweb-clipper-obsidian\u002F)** for Firefox and Firefox Mobile.\n- **[Safari Extensions](https:\u002F\u002Fapps.apple.com\u002Fus\u002Fapp\u002Fobsidian-web-clipper\u002Fid6720708363)** for macOS, iOS, and iPadOS.\n- **[Edge Add-Ons](https:\u002F\u002Fmicrosoftedge.microsoft.com\u002Faddons\u002Fdetail\u002Fobsidian-web-clipper\u002Feigdjhmgnaaeaonimdklocfekkaanfme)** for Microsoft Edge.\n\n## Use the extension\n\nDocumentation is available on the [Obsidian Help site](https:\u002F\u002Fhelp.obsidian.md\u002Fweb-clipper), which covers how to use [highlighting](https:\u002F\u002Fhelp.obsidian.md\u002Fweb-clipper\u002Fhighlight), [templates](https:\u002F\u002Fhelp.obsidian.md\u002Fweb-clipper\u002Ftemplates), [variables](https:\u002F\u002Fhelp.obsidian.md\u002Fweb-clipper\u002Fvariables), [filters](https:\u002F\u002Fhelp.obsidian.md\u002Fweb-clipper\u002Ffilters), and more.\n\n## Contribute\n\n### Translations\n\nYou can help translate Web Clipper into your language. Submit your translation via pull request using the format found in the [\u002F_locales](\u002Fsrc\u002F_locales) folder.\n\n### Features and bug fixes\n\nSee the [help wanted](https:\u002F\u002Fgithub.com\u002Fobsidianmd\u002Fobsidian-clipper\u002Fissues?q=is%3Aissue+is%3Aopen+label%3A%22help+wanted%22) tag for issues where contributions are welcome.\n\n## Roadmap\n\nIn no particular order:\n\n- [ ] A separate icon for Web Clipper\n- [ ] Annotate highlights\n- [ ] Template directory\n- [ ] Sync settings across browsers\n- [x] Template validation\n- [x] Template logic (if\u002Ffor)\n- [x] Save images locally, [added in Obsidian 1.8.0](https:\u002F\u002Fobsidian.md\u002Fchangelog\u002F2024-12-18-desktop-v1.8.0\u002F)\n- [x] Translate UI into more languages — help is welcomed\n\n## Developers\n\nTo build the extension:\n\n```\nnpm run build\n```\n\nThis will create three directories:\n- `dist\u002F` for the Chromium version\n- `dist_firefox\u002F` for the Firefox version\n- `dist_safari\u002F` for the Safari version\n\n### Install the extension locally\n\nFor Chromium browsers, such as Chrome, Brave, Edge, and Arc:\n\n1. Open your browser and navigate to `chrome:\u002F\u002Fextensions`\n2. Enable **Developer mode**\n3. Click **Load unpacked** and select the `dist` directory\n\nFor Firefox:\n\n1. Open Firefox and navigate to `about:debugging#\u002Fruntime\u002Fthis-firefox`\n2. Click **Load Temporary Add-on**\n3. Navigate to the `dist_firefox` directory and select the `manifest.json` file\n\nIf you want to run the extension permanently you can do so with the Nightly or Developer versions of Firefox.\n\n1. Type `about:config` in the URL bar\n2. In the Search box type `xpinstall.signatures.required`\n3. Double-click the preference, or right-click and select \"Toggle\", to set it to `false`.\n4. Go to `about:addons` > gear icon > **Install Add-on From File…**\n\nFor iOS Simulator testing on macOS:\n\n1. Run `npm run build` to build the extension\n2. Open `xcode\u002FObsidian Web Clipper\u002FObsidian Web Clipper.xcodeproj` in Xcode\n3. Select the **Obsidian Web Clipper (iOS)** scheme from the scheme selector\n4. Choose an iOS Simulator device and click **Run** to build and launch the app\n5. Once the app is running on the simulator, open **Safari**\n6. Navigate to a webpage and tap the **Extensions** button in Safari to access the Web Clipper extension\n\n### Run tests\n\n```\nnpm test\n```\n\nOr run in watch mode during development:\n\n```\nnpm run test:watch\n```\n\n## Third-party libraries\n\n- [webextension-polyfill](https:\u002F\u002Fgithub.com\u002Fmozilla\u002Fwebextension-polyfill) for browser compatibility\n- [defuddle](https:\u002F\u002Fgithub.com\u002Fkepano\u002Fdefuddle) for content extraction and Markdown conversion\n- [dayjs](https:\u002F\u002Fgithub.com\u002Fiamkun\u002Fdayjs) for date parsing and formatting\n- [lz-string](https:\u002F\u002Fgithub.com\u002Fpieroxy\u002Flz-string) to compress templates to reduce storage space\n- [lucide](https:\u002F\u002Fgithub.com\u002Flucide-icons\u002Flucide) for icons\n- [dompurify](https:\u002F\u002Fgithub.com\u002Fcure53\u002FDOMPurify) for sanitizing HTML\n\n## License\n\nObsidian Web Clipper source code is open source under the MIT License. All trademarks, icons, marketing copy, and other marketing assets are excluded from that license.\n","Obsidian Web Clipper 是一个浏览器扩展，允许用户在喜爱的浏览器中高亮和捕获网页内容。其核心功能包括将保存的内容以持久化的 Markdown 文件格式存储，支持离线阅读和长期保存。该扩展使用 TypeScript 开发，具备跨平台特性，适用于 Chrome、Firefox、Safari 和 Edge 等多种浏览器。它特别适合需要整理和归档网页信息的知识工作者或学生使用，帮助他们高效地收集和管理网络资源。",2,"2026-06-11 03:46:50","high_star"]