Skip to content

Instantly share code, notes, and snippets.

View thedavidyoungblood's full-sized avatar
😁
Enjoying and Contributing to the: Ne0-Reπ@isS@πce

TheDavidYoungblood thedavidyoungblood

😁
Enjoying and Contributing to the: Ne0-Reπ@isS@πce
View GitHub Profile
@thedavidyoungblood
thedavidyoungblood / obsidian-web-clipper.js
Created August 31, 2024 05:48 — forked from Asseel-Naji/obsidian-web-clipper.js
Prompt_Obsidian Bookmarklet to clip pages
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 = "Brain";
/* Optional folder name such as "Clippings/" */