Skip to content

Instantly share code, notes, and snippets.

View ashwinjadhav818's full-sized avatar
doing the hard things until the easy ones feel boring.

A S H⚡ ashwinjadhav818

doing the hard things until the easy ones feel boring.
View GitHub Profile
@ashwinjadhav818
ashwinjadhav818 / obsidian-web-clipper.js
Last active October 5, 2023 13:29 — 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/turndown@6.0.0?module'), import('https://unpkg.com/@tehshrike/readability@0.2.0'), ]).then(async ([{
default: Turndown
}, {
default: Readability
}]) => {
/* Optional vault name */
const vault = "Second Brain";
/* Optional folder name" */