Kookma Library - Pinboard Plugin

I have just been revisiting the Pinboard Plugin, part of the wonderful Kookma Library by @Mohammad and wonder:

  • Is it possible to have more than one pinboard in a TW? I’m making a TW of ‘interesting stuff’ and I’d like to have pinboards for, say, hobbies (birding, philately, etc.) and also my chemistry interests. It would be great to be able to keep these somewhat separate.
  • Is there any way to adjust the order of the various notes on a pinboard? I think they are currently arranged by creation date/time stamp.
  • Is there a way to always show the title of each note, not only when there’s a ‘mouse over’?

Just to add that my skill level is still beginner!

Many thanks,

Anthony

Hi Anthony,

Yes, please see Multiple pinboards · Issue #1 · kookma/TW-Pinboard (github.com)

Yes, simply hack the $:/plugins/kookma/pinboard/macros/st-note

\define pinboard-ui()
<$list filter="[tag[pin]!tag[done]sort[title]]">

you can sort by any fields properties you like, in the above hack I added sort[title]

yes, there is a style in $:/plugins/kookma/pinboard/styles/st-elements
you can change it to show everything.

If I can find free time, I will update the plugin. I did not now there is any user for it!

Normally we get few or no feedbacks. I only see few starts on GitHub ( 9 stars by now).

2 Likes

Hi Mohammad,

Thank you so much and my apologies as I didn’t look at the github site before I posted. I searched https://talk.tiddlywiki.org/ but hadn’t realised there was the option for asking questions on github also. I will try out your suggestions shortly and see how I get on.

I really like the libraries and plugins you’ve created and also the other macros you regularly post to https://talk.tiddlywiki.org/. I see I’ll need to create a usename on github before I can add some stars!

Many thanks and take care,

Anthony

1 Like