Skip to content

Releases: shabegom/buttons

Buttons 0.5.1 - Templater Fixes

10 Feb 00:31
73c87f6
Compare
Choose a tag to compare

This release fixes a bunch of issues caused by the change in how Templater commands were being processed. It should solve many many many problems with creating a new note from a template.

What's Changed

Full Changelog: 0.5.0...0.5.1

It's aliiiive

01 Feb 17:37
80d12ee
Compare
Choose a tag to compare

Holy shit, look at all these awesome people that helped improve Buttons!

This release is going to break stuff. 🤷

Enhancement: Moved to more reliable templater processor
Bugfix: buttons now render in Live Preview mode when Obsidian starts (Lx)
Bugfix: improve reliability of templater option (Lx)
Enhancement: improve speed of remove option (Lx)
Feature: Add default folder and prompt for name settings (unxok)
Features: Button type copy for "copy text to clipboard", and custom color for button background and tex (rafa-carmo)
Feature: adds hidden attribute to buttons (Liimurr)
Enhancement: Create folder for new note if it doesn't exist (SabriDW)
Bugfix: fix template search with folders having "/" prefixed (Balake)
Feature: Open new tab when creating new file (0snug0)
Update Readme: new note from template (antulik)

What's Changed

  • #101 #67 fixed by @cumany in #105
  • Bug fix: improve templater option reliability by @Lx in #117
  • Faster remove by @Lx in #118
  • Change the template insertion method. by @Navirl in #162
  • Update Readme: new note from template by @antulik in #163
  • Add Prepend and Append logic to Command buttons by @pangolinsec in #169
  • New Feature: Open new tab when creating new file by @0snug0 in #176
  • Fixed remove in the modal (#97) by @RazMag in #182
  • fix template search with folders having "/" prefixed by @Balake in #197
  • Create folder for new note if it doesn't exist by @SabriDW in #199
  • adds hidden attribute to buttons, and copy type button by @Liimurr in #200
  • New features: Button type copy for "copy text to clipboard", and custom color for button background and text by @rafa-carmo in #202
  • Add default folder and prompt for name settings by @unxok in #204
  • Post pr merge fixes by @shabegom in #205

New Contributors

Full Changelog: 0.4.19...0.5.0

Bugfix: fix inline button positioning on mobile

29 Oct 14:31
Compare
Choose a tag to compare

What's Changed

New Contributors

Full Changelog: 0.4.18...0.4.19

Bugfix: Button Colors

16 Oct 15:48
2608761
Compare
Choose a tag to compare

This release fixes a bug introduced with Obsidian 1.0 where button colours weren't working
It also adds a note about the upcoming Buttons 1.0 release

What's Changed

Full Changelog: 0.4.17...0.4.18

Bugfix: Buttons render on obsidian load

28 Sep 22:56
Compare
Choose a tag to compare

Fix by @Lx to have buttons in live preview render properly when obsidian loads.

Bugfix: Templater and trimming whitespace

11 Nov 16:31
5d8ed40
Compare
Choose a tag to compare

What's Changed

  • Templater changed the templates folder setting, so Templater templates were broken. Should be fixed.
  • Some folks were having issues with calculate buttons. I believe it could be a whitespace issue, so I'm trimming whitespace now...

Bugfix: Inline Buttons Render on Initial Load

09 Aug 00:00
Compare
Choose a tag to compare

In 0.4.13 I introduced a bugfix to render inline buttons on initial load. It kind of worked

In 0.4.14 I thought I made it better, but it stopped working altogether.

In this release, I think I have totally nailed it!!!

Bugfix: Inline Buttons Render on Initial Load of Mobile App

08 Aug 23:31
Compare
Choose a tag to compare

The previous fix in 0.4.13 is working beautifully for the desktop app. It is so nice! But it isn't working at all on mobile. So this update is to handle the mobile app.

Sidenote: testing the mobile app is hard! I didn't catch the bug until after the last release, and now I'm hoping this will fix it... 😨

Oh..this also adds the ability for you to use HTML in a button's name. pretty cool. 😉

Safer initial Inline Button rendering

08 Aug 20:13
Compare
Choose a tag to compare

in 0.4.12 I fixed a bug where inline buttons weren't rendering on first load of a vault. The fix was pretty janky, so I went back and made it safer and more likely to work. I also learned how to create and emit my own Events, which will come in handy for future development!

Bugfixes

08 Aug 18:57
Compare
Choose a tag to compare
  • Fixes Issues #57 where a button with remove wasn't being removed due to Templater processing in the file.
  • Fixes Issues #64 and #62 where inline buttons wouldn't render on loading the vault.