Skip to content

Instantly share code, notes, and snippets.

View da5atar's full-sized avatar
💭
Back on track

da5atar

💭
Back on track
View GitHub Profile
@da5atar
da5atar / obsidian-web-clipper.js
Created September 20, 2024 14:51 — forked from kepano/obsidian-web-clipper.js
Obsidian Web Clipper Bookmarklet to save articles and pages from the web (for Safari, Chrome, Firefox, and mobile browsers)
javascript: Promise.all([import('https://unpkg.com/[email protected]?module'), import('https://unpkg.com/@tehshrike/[email protected]'), ]).then(async ([{
default: Turndown
}, {
default: Readability
}]) => {
/* Optional vault name */
const vault = "";
/* Optional folder name such as "Clippings/" */