Releases: tyler-dot-earth/obsidian-blockreffer
Releases · tyler-dot-earth/obsidian-blockreffer
1.5.0
what's changed
- ✨ Add settings by @GuardKenzie in #7
new contributors
- 🎉 @GuardKenzie made their first contribution in #7
Full changelog: 1.4.1...1.5.0
1.4.1
- improve block suggestions performance
- code formatting
Full Changelog: 1.4.0...1.4.1
1.4.0
- just addressing feedback from community plugins submission review
- RIP settings menu. (it'll be back when it has actual settings)
Full Changelog: 1.3.3...1.4.0
1.3.3
- no user-facing changes
- remove unused code, rename sample structures
Full Changelog: 1.3.2...1.3.3
1.3.2
- remove heading from settings
- avoid use of
innerHTML
both in service of plugin guidelines: https://docs.obsidian.md/Plugins/Releasing/Plugin+guidelines
Full Changelog: 1.3.0...1.3.2
1.3.0
- trim block content after removing block ref (#5)
- search ref (in addition to block content, file path)
Full Changelog: 1.2.1...1.3.0
1.2.1
uses small
for filename
Full Changelog: 1.2.0...1.2.1
1.2.0
- 🐛 fixed: suggestions now properly clickable (no flicker/weird behavior)
- unlinkify links in suggestions (just styled as underlined)
Full Changelog: 1.1.0...1.2.0
1.1.0
various quality of life and style improvements
- muted smalltext
- shortened smalltext
- block ref appended to basename in smalltext
- block ref removed from content preview
- list limit
- search placeholder
- ability to search by file path
Full Changelog: 1.0.1...1.1.0
1.0.1
🐛 Use TFile.basename
instead of .name
to avoid .md
extension when using embed function.
Full Changelog: 1.0.0...1.0.1