Skip to content

Releases: tyler-dot-earth/obsidian-blockreffer

1.5.0

17 Nov 18:47
Compare
Choose a tag to compare

what's changed

new contributors

Full changelog: 1.4.1...1.5.0

1.4.1

26 Aug 00:45
Compare
Choose a tag to compare
  • improve block suggestions performance
  • code formatting

Full Changelog: 1.4.0...1.4.1

1.4.0

07 Aug 14:45
Compare
Choose a tag to compare

Full Changelog: 1.3.3...1.4.0

1.3.3

22 Jul 04:08
Compare
Choose a tag to compare
  • no user-facing changes
  • remove unused code, rename sample structures

Full Changelog: 1.3.2...1.3.3

1.3.2

21 Jul 21:19
Compare
Choose a tag to compare
  • 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

21 Jul 20:55
Compare
Choose a tag to compare
  • 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

20 Jul 05:03
Compare
Choose a tag to compare

uses small for filename

Full Changelog: 1.2.0...1.2.1

1.2.0

20 Jul 04:47
Compare
Choose a tag to compare
  • 🐛 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

18 Jul 14:48
Compare
Choose a tag to compare

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

18 Jul 05:27
Compare
Choose a tag to compare

🐛 Use TFile.basename instead of .name to avoid .md extension when using embed function.

Full Changelog: 1.0.0...1.0.1