Vertical Tabs v0.18.4
๐ What's New:
- Tab and group customization: Personalize your workspace by customizing tabs and groups with custom titles, icons, and colors.
- Mobile tab groups are back: You can now create tab groups on mobile again. This brings back the feature that was disabled in Obsidian 1.13.6, while still keeping Obsidianโs normal behavior (#239).
- Introduced an event-based API for icon rendering and menu customization, making it possible to integrate with third-party plugins like Iconic and Iconize.
๐ Bug Fixes:
- Fixed the issue where the open tab list may not update when Vertical Tabs is hidden (#240).
- Fixed custom group titles being lost after reloading.
- Fixed tab group order and sorting preferences not persisting after restart.
- Fixed issue where settings were not being saved properly.
- Resolved drag-and-drop behavior issues for tab groups.
โ Improvements:
- Refactored and improved cache stores for better performance and maintainability.
- Migrated from
PersistenceManagertoLocalStorageService, simplifying the codebase and improving data persistence reliability. - Improved drag-and-drop visual feedback for tree items.
- Polished workspace customization and Mission Control View styling.
- Updated warning banners to match Obsidian's new design language.
- Added a warning message if saving tab or group customizations does not work.
- Added new tools for debugging, diagnosing IndexedDB, and resetting plugin settings or customization data.