[feature request] show item list with associated tags
When I run nb, I see a list of items (notes, bookmarks, etc). That list generally follows this format:
[<item id>] <optional attribute icon> <item title>
I use nb mostly for bookmarks (and I love it!). However, I was thinking it would be really useful to see the tags for my bookmarks in that same list as well. An example item could then be:
[1948] 🔖 GitHub - xwmx/nb: a note and bookmarking tool [#bookmarking #cli #tools]
However, when I had a look at the source code, I'm not sure how easy this is to do (due to how nb works without a DB and the fact that there's not really a way to get the tags for every item without the whole operation to become quite heavy).
However, I'm still curious if something like this could be achieved, perhaps in a plugin? In general, it would also be useful to be able to change the format of item lists, I believe.