Releases: decaf-dev/obsidian-vault-explorer
Releases · decaf-dev/obsidian-vault-explorer
1.27.0
Feature
- remove markdown from feed content: remove bold, italics, highlight characters, tables, 3 tick code blocks, markdown header hashes, wiki links
- add remove H1 feed setting
- add collapse style feed setting
- add large screen line clamp feed setting
- add medium screen line clamp feed setting
- add small screen line clamp feed setting
1.26.3
Fix
- add background to star icon for contrast
1.26.2
Fix
- fix "Error loading favorites cache" error appearing on plugin load
1.26.1
Fix
- fix crash on favorites file load
1.26.0
Feature
- add "Add to favorites" and "Remove from favorites" options to context menu
- add favorite icon to grid card
- add favorite support for non-markdown files. This additional data is stored in
.vaultexplorer/favorites.json
1.25.2
Fix
- fix overflow of url button when a grid card has a long title
- resolve broken grid card image when an image is located in a folder
- add spacing between tags and properties on grid card
Test
- add test vault for development and testing
1.25.1
Fix
- fix broken page preview for
ListItem
when file interaction is set tocontent
(regression 1.25.0)
1.25.0
Feature
- add file interaction setting
- make content or title clickable depending on the file interaction setting #40
- stylize
ListItem
for small screen - add context menu on right click #165
- optimize svelte list render by using a id generated for each file
- keep title on one line and cut off overflow with ellipsis
Fix
- fix build errors found by
svelte-check
- resolve icons disappearing on reshuffle #194
1.24.2
Refactor
- output url when social media image fetch fails
1.24.1
Fix
- fix sticky filter group icon rendering too large
Refactor
- use pin icon for sticky filter group