0.0.27
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
.baseviews (basesleaves) - inline/rendered base blocks via markdown fallback when present
- native
- Supports both:
- 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-tagsfor tag chips too
- New advanced toggle:
🧠 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