{"id":13476277,"url":"https://github.com/jplattel/obsidian-clipper","last_synced_at":"2026-04-11T02:30:16.628Z","repository":{"id":41434550,"uuid":"302166420","full_name":"jplattel/obsidian-clipper","owner":"jplattel","description":"A Chrome extension that easily clips selections to Obsidian","archived":true,"fork":false,"pushed_at":"2024-10-31T15:42:13.000Z","size":6512,"stargazers_count":752,"open_issues_count":42,"forks_count":59,"subscribers_count":13,"default_branch":"main","last_synced_at":"2025-02-14T14:18:21.159Z","etag":null,"topics":["chrome","clipper","extension","obsidian","obsidian-md"],"latest_commit_sha":null,"homepage":"https://jplattel.github.io/obsidian-clipper/","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/jplattel.png","metadata":{"files":{"readme":"readme.md","changelog":"changelog.md","contributing":null,"funding":".github/FUNDING.yml","license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null},"funding":{"ko_fi":"jplattel"}},"created_at":"2020-10-07T21:38:26.000Z","updated_at":"2025-02-07T06:33:22.000Z","dependencies_parsed_at":"2024-01-06T20:59:02.757Z","dependency_job_id":"539b0cc2-7c33-4420-8fcf-d95a5aa13a6d","html_url":"https://github.com/jplattel/obsidian-clipper","commit_stats":null,"previous_names":[],"tags_count":18,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jplattel%2Fobsidian-clipper","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jplattel%2Fobsidian-clipper/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jplattel%2Fobsidian-clipper/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/jplattel%2Fobsidian-clipper/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/jplattel","download_url":"https://codeload.github.com/jplattel/obsidian-clipper/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":239985717,"owners_count":19729512,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["chrome","clipper","extension","obsidian","obsidian-md"],"created_at":"2024-07-31T16:01:28.425Z","updated_at":"2026-04-11T02:30:16.571Z","avatar_url":"https://github.com/jplattel.png","language":"JavaScript","funding_links":["https://ko-fi.com/jplattel","https://ko-fi.com/R6R62KRKX"],"categories":["JavaScript","Browser extensions","chrome"],"sub_categories":[],"readme":"\u003e 🚨 This repository is now archived due to the official [Obsidian Web Clipper](https://obsidian.md/clipper) being available.\n\n# Obsidian Chrome Clipper\n\n## Screencast\n\n![Screencast](docs/demo.gif)\n\nThis is an unofficial Chrome/Firefox Extension to quickly clip a selection on a webpage to Obsidian.\n\n## Installing (Chrome)\n\n### From the Chrome Webstore\n\nhttps://chrome.google.com/webstore/detail/obsidian-clipper/mphkdfmipddgfobjhphabphmpdckgfhb\n\n### Manually\n\n1.  Download/clone this repository\n2.  Navigate to the [Chrome Extension](chrome://extensions) and enabled developer mode (top right of your window)\n3.  Unzip the extension at the `build/chrome` folder. Or straight from the source with the `src` folder.\n3.  Load unpacked extension and navigate to the folder you just unzipped or `src` of this repository you just downloaded or cloned.\n4.  Chrome will now build the extension and you can use the extension menu to pin in to the user interface.\n5.  You're now ready to configure the extension, see the steps below in Usage \u0026 Settings:\n\n## Installing (Firefox)\n\n1.  Download/clone this repository\n2.  Allow unsigned extensions, see [https://www.thewindowsclub.com/allow-unsigned-extensions-installed-firefox](https://www.thewindowsclub.com/allow-unsigned-extensions-installed-firefox).\n3.  Navigate to the [Firefox Addons](about:addons) \n4.  Add the zipfile from `build/firefox` through the cog menu.\n5.  You're now ready to configure the extension, see the steps below in Usage \u0026 Settings:\n\nThis extenion is only tested on Chrome/Firefox on OS X. I've heard people got it working on Unix with the flatpak Obsidian app. \n\n## Usage \u0026 Settings\n\n[Antone Heyward made an awesome video on how to use the clipper!](https://www.youtube.com/watch?v=PZnytCMbR-A) be sure to have a look!\n\n1.  Right-click on the extension icon in the menu, and click on options.\n2.  A webpage should open where you can configure the options for this extension\n3.  You can configure the following:\n    -   `vault`: Allows you to specify which vault to open\n    -   `note`: The name of the note you want to append to\n4.  You can specify the clipping template using placeholders like `{clip}`, `{date}` and more like `{month}` or `{year}`.\n5.  Decide if you want a markdown clip (HTML is converted to markdown and added to your clipboard) or plain text.\n6.  You cen test if Obsidian opens with the right note with the 'Test Configuration' button. \n\nOnce configured, you're now good to go, using it only takes two steps:\n\n1.  Make a selection on a page and click the icon of the extension _(or use a shortcut key!)_.\n2.  Obsidian will try to create or append to the specified note within the vault.\n\n## Troubleshooting\n\n-   I click the clipper icon and nothing is being clipped \n    -   _You need a selection for the clipper to work, it doesn't clip entire pages_\n-   A tab opens and closes shortly therafter and Obsidian doens't open\n    -   Double check you [configuration](chrome-extension://ljdpoilhdidlcanedjhionbakimbdfjk/options.html) and test it with the button at the bottom of the page.\n    -    _Manually navigate to `obsidian://` first to see if it's a permission issue_\n    -   _Then try opening: `https://jplattel.github.io/obsidian-clipper/clip.html`_\n    -   _Try specifying the vault name: `https://jplattel.github.io/obsidian-clipper/clip.html?vault=\u003cvaultname\u003e`_\n    -   _If nothing works, please make a note at issue [#14](https://github.com/jplattel/obsidian-clipper/issues/14)_\n\n\n## Building further upon this extension\n\nSince Chrome allows you to set a custom shortcut to activate an extenion it should be pretty easy to chain it together with Keyboard Meastro or any other automation technology to both clip \u0026 paste the results.\n\n## Roadmap\n\n-   ~~Support Firefox~~\n-   ~~Allow a user to create a clipping template~~\n-   ~~Markdown clipping with [Turndown](https://github.com/domchristie/turndown)~~\n-   ~~Make a option that let's you prepend a Zettelkasten id to the clipping itself? (through the template perhaps?)~~\n-   ~~Date formatting with Moment~~\n-   ~~Once the url-scheme of Obsidian allows the creation of a new note, clip to a new note.~~\n-   In the long term future, maybe even offer the possiblity to search through your notes and append it?\n-   If you have any ideas, please create an issue with the `feature` label on it, thanks! 😁\n\n## Technical explanation\n\nThis clipper is made possible with a work-around, since Chrome Extensions are forbidden to open custom url-schemes directly. The way around this issue is a custom html page that is hosted on Github-pages and also included in the repository: `docs/clip.html`. This little file contains javascript that pulls the data like vault \u0026 note out of the url params. With this data, it reconstructs the obsidian url and opens the right note!\n\n## Support\n\nWant to support me? You can do so via Ko-Fi: \n\n[![ko-fi](https://www.ko-fi.com/img/githubbutton_sm.svg)](https://ko-fi.com/R6R62KRKX)","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjplattel%2Fobsidian-clipper","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fjplattel%2Fobsidian-clipper","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fjplattel%2Fobsidian-clipper/lists"}