zhouhua / obsidian-sticky-headings

MIT License
21 stars 1 forks source link

Appreciation post #34

Closed jmonroynieto closed 1 month ago

jmonroynieto commented 1 month ago

Thanks for the amazing work that led to the latest improvements. I am quite enjoying the floating theme. I just updated after my initial installation a few months ago, in a couple of minutes I had it just the way I wanted. Your changes made it very easy to send the pill to the bottom of the editor leaving the top space for reading and the search bar (example below).

On a related note, as a polite request, can we please get a short changelog or phrase for the releases so we know what to expect when you put out new versions?

image

And here is the incredibly short CSS snippet that meshes the pill with my theme.

.sticky-headings-container {
  --sticky-header-float-background-color: #101818;
    border-radius: 11px !important;
    bottom: 10px;
    position: fixed;
    box-shadow: inset 0 0 5px #D6BA7C;
}

Awesome work!

zhouhua commented 1 month ago

Actually, I should thank you. After all, I 'stole' this float theme from you.

You're right, I previously overlooked the changelog, or at least I need to keep the README complete. I'll update the README this weekend.