Skip to content

Instantly share code, notes, and snippets.

View candland's full-sized avatar

Dusty Candland candland

View GitHub Profile

Keybase proof

I hereby claim:

  • I am candland on github.
  • I am candland (https://keybase.io/candland) on keybase.
  • I have a public key ASAh2lYDeoJAWBtv2xgMPtR7uXAqC9f_ILjPJP1k73EYuAo

To claim this, I am signing this object:

@candland
candland / obsidian-web-clipper.js
Last active March 26, 2024 22:45 — forked from Asseel-Naji/obsidian-web-clipper.js
Prompt_Obsidian Bookmarklet to clip pages
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 = "vault";
/* Optional folder name such as "Clippings/" */