I've tried using TW5 (Node.js edition) to store my code snippets. But when I'm coding it's not convenient to find and copy my snippets. There are several steps I need to do:
* Launch a TW5 Node.js server
* Open the wiki in the browser
* Target to the search box and type something
* Open a tiddler that contains code snippets
* Select and copy the text I need
Today I incidentally find a note taking software called
Boostnote. And I found it very suitable as a snippets manager. You can use a global shortcut to open a snippets finder, then search and preview the result, and even copy it directly in the preview panel. It's very fluent and convenient.
So there are several problems:
1. May we wrap Tiddlywiki in Electron so we can use global shortcut to easily bring the wiki to the front? (Compare to opening a browser and type the url)
2. If Electron is hard to achieve, may we have a better search and preview functionality in TW5?
3. What if the Node.js server expose some API so we can query the data using external programs?