Skip to content

0.0.27

Choose a tag to compare

@github-actions github-actions released this 06 Sep 08:03
· 75 commits to master since this release

v0.0.26 – Bases + Tag chips + smarter icon dedupe

This release adds full Obsidian Bases support and introduces optional tag chip styling with strong performance in large views.

✨ New

  • Bases rendering support improved
    • Supports both:
      • native .base views (bases leaves)
      • inline/rendered base blocks via markdown fallback when present
  • Optional Tag Chip Styling (a.tag)
    • New advanced toggle: enableTagChips
    • Applies Supercharged tag attributes to tag chips in observed views
    • Enables rule matching via data-link-tags for tag chips too

🧠 Behavior improvements

  • Universal icon dedupe (prepend/append)
    • If the same icon already exists at the start/end of visible label text, duplicate prepend/append icon is skipped
    • Handles emoji variation selector differences ( vs ☠️) to avoid false duplicates

⚡ Performance

  • Observer model remains lightweight and fast in large Bases tables
  • No heavy global scans; updates are scoped to observed containers only

✅ Result

  • Better visual consistency between links and tags
  • Cleaner icon output
  • Stable Bases behavior across different rendering paths