mirror of
https://github.com/konstantinosgkilas/smart-paste.git
synced 2026-07-22 06:13:47 +00:00
Intercepts paste events and transforms clipboard content: - HTML to Markdown conversion via DOMParser-based converter - URL link title fetching with 5-second timeout - Tracking parameter stripping (utm_*, fbclid, gclid, etc.) - Amazon URL cleaning (/ref= removal) - Whitespace normalization - Code block, frontmatter, and image paste pass-through - Google Docs and Word style-based formatting support - ESLint setup with official obsidianmd plugin rules - 76 unit tests across 3 test suites |
||
|---|---|---|
| .. | ||
| html-to-markdown.test.ts | ||
| url-cleaner.test.ts | ||
| whitespace.test.ts | ||