Skip to content

Instantly share code, notes, and snippets.

View LaurentOngaro's full-sized avatar
🏠
Working from home

laurentOngaro LaurentOngaro

🏠
Working from home
View GitHub Profile
@LaurentOngaro
LaurentOngaro / obsidian-web-clipper.js
Created November 9, 2022 11:30 — forked from jordanwiseman/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 = "";
/* Optional folder name such as "Clippings/" */
All my previous Gists can be found in my gitLab page
https://gitlab.com/laurentOngaro