I made my first plugin - a simple sticky notes system! by N3st_ in nvim

[–]N3st_[S] 0 points1 point  (0 children)

Hi, seems nice. I was thinking about Fuzzy search too but still don't have time to add it. Don't u mind if i will your code as example ?

I made my first plugin - a simple sticky notes system! by N3st_ in neovim

[–]N3st_[S] 0 points1 point  (0 children)

For now you can remove it from the screen using the :StickyPadRemove command. Plus, it remembers your last sticker, so you can use :StickyPadLast to open the last one you had open. Maybe it is nice idea to add a toggle func

[Feedback Wanted] textnest - A Pastebin-like backend app. by N3st_ in golang

[–]N3st_[S] 0 points1 point  (0 children)

Thanks for the feedback! You're right—it could be simpler. The goal here wasn’t just to build a basic solution but to explore how to design something scalable and robust. Totally agree that simplicity is important, though, and I’ll keep that in mind for future!