benji300 / joplin-note-tabs

Allows to open several notes at once in tabs and pin them.
MIT License
253 stars 16 forks source link

Tab behavior: One click for Temporary and double click for Pinned #57

Open AngelCrawford opened 2 years ago

AngelCrawford commented 2 years ago

First of all, I love this Plugin! ❤️ Thank you very much!

I have a feature request, if it is possible. In some Editors you can open temporary and pinned tabs, too. (Visual Studio Code, Atom) If you want only a temporary Tab, you click once on the file name. If you want to pin the Tab directly, you make a double click on the file name. Is this possible?

benji300 commented 2 years ago

Thanks a lot for your feedback 😃

You mean a double click on the note's name within the note list, right? I'm afraid this is not possible right now. There's no support from the plugin API to handle such "double click" events.

See also this forum post for some more details.

If it does get supported at some point, I'd be happy to add it to the plugin.

AngelCrawford commented 2 years ago

Oh, I totally overread this post in the forum before! Thanks for the link and the good work :)