Skip to content

Instantly share code, notes, and snippets.

View Mehmet-Erkan's full-sized avatar
💭
In code we trust

Mehmet Erkan Mehmet-Erkan

💭
In code we trust
  • CODE42 GmbH
  • Switzerland
  • 17:21 (UTC +01:00)
View GitHub Profile
@Mehmet-Erkan
Mehmet-Erkan / obsidian-web-clipper.js
Created August 12, 2024 15:06 — 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/" */