Updates
Playlists!
February 10, 2025
A fun unique feature that I've wanted to do for a while - creating groups of songs together, so that you can easily switch between them in a session. When I play with my friends we go through a collection of songs and this always felt like a cool feature to implement for that.
Its currently a logged in only feature, just because of the architecture was a little easier to do that way, but you can find a trigger for it on every tab page, under the header
Log in and sync
February 5, 2025
Finally got log in implementing, allowing you to favourite any tabs and also then have them favourited on other platforms too. Its a big help!
Ability to Pin
May 10, 2024
I added the ability to pin blocks of tabs now, which is useful if a tab gives reference to a particular set of chords for instance and you want that as a reference while scrolling the rest of the tab.
Unfortunately this is desktop only, well, not even entirely desktop its tab dependent, I need to work out a way to use sticky alongside overflow auto which is also important for the site. Its a rock and a hard place