Commit graph

6 commits

Author SHA1 Message Date
Niv Leibovich
c68f50f7e0
Fix: use logical padding for badge text to fix RTL spacing
Replace `padding-right` with `padding-inline-end` on badge title and GitHub label. 

Fixes text hugging the edge in RTL languages, like Hebrew.

No visual change for LTR.
2026-06-05 00:34:32 +03:00
@gapmiss
ba118a7681 Replace :has() selectors with badge-link class for performance
The :has() selector causes broad selector invalidation on every DOM
change. Using a direct class applied during badge creation is more
performant and avoids community scanner warnings.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-05-29 18:19:27 -05:00
@gapmiss
02c82a339e Add link support for badges using >> syntax
Badges can now include clickable links with `[!!type:text>>link]` syntax.
Supports both wikilinks (`[[Note]]`) and external URLs.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-05-29 17:47:22 -05:00
@gapmiss
a9f96d55b5 Fix ESLint and Obsidian scorecard issues
- Add eslint-plugin-obsidianmd with typescript-eslint type-checked rules
- Fix TypeScript: remove any types, unused vars, console.log statements
- Fix DOM: use createSpan() instead of document.createElement
- Fix CSS: remove !important declarations
- Replace builtin-modules with Node's module.builtinModules
- Pin @codemirror dependencies to exact versions
- Add pnpm lockfile for reproducible builds
- Add GitHub workflow for artifact attestation
- Add release script

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-05-23 06:24:09 -05:00
gapmiss
8bc99ec7b6 "Live Preview" support 2023-12-06 08:49:47 -05:00
gapmiss
4a57d19655 initial release 2023-07-10 12:08:26 -04:00