Skip to content

0.1.0

Choose a tag to compare

@nathancashion nathancashion released this 15 Aug 09:48
· 11 commits to main since this release

First release.

Turn selected text into a shareable image — cover art composited in, colours derived from that cover, in 16:9, 1:1, 4:5 and 9:16.

Capture — use the editor selection, or put the cursor in a blockquote or callout. Markdown that would show as stray punctuation is cleaned away; **bold** and *italic* are rendered as real emphasis.

Attribution — a <cite> line in the quote, then frontmatter (configurable keys, cover_image first), then callout title, H1, filename. Editable in the share sheet.

Colours — median-cut quantisation over the cover art, weighted by saturation, each candidate contrast-checked to WCAG AA. Pure white and dark are always offered.

Export — save to your device (a save dialog on desktop, the share sheet on iOS), save all four ratios at once, copy to clipboard, or insert an embed in the note.

Desktop and mobile; the iOS render and export path is verified on device. No runtime dependencies.

Installing

With BRAT, add nathancashion/obsidian-share-quote. By hand, drop main.js, manifest.json and styles.css into <vault>/.obsidian/plugins/share-quote/ and enable it in Community plugins.