Skip to content

Instantly share code, notes, and snippets.

View odebroqueville's full-sized avatar
:electron:

Olivier de Broqueville odebroqueville

:electron:
  • Geneva, Switzerland
  • 22:38 (UTC +02:00)
View GitHub Profile
@odebroqueville
odebroqueville / wikipedia_data_map.ipynb
Created June 26, 2025 07:05 — forked from lmcinnes/wikipedia_data_map.ipynb
Interactive Data Map of Wikipedia
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
@odebroqueville
odebroqueville / obsidian-web-clipper.js
Created January 31, 2022 21:35 — 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/" */