I'd like to create a desktop version, and store all tiddlers on fs or SoLiD 
POD, instead of a HTML file, so I can do search from outside of tiddlywiki 
(for example, spotlight or Alfred).

But I haven’t seen any instruction on how to start 
https://www.npmjs.com/package/tiddlywiki 
<https://www.npmjs.com/package/solid-server> using JS, there is only 
Command Line Usage.

I need something like this to create a fs based wiki:

import tiddlywiki from 'tiddlywiki';

tiddlywiki.init(`~/Document/tiddlywiki/${wikiname}`);

tiddlywiki.start({ location: `~/Document/tiddlywiki/${wikiname}`, plugins: 
[] });

or just start a blank wiki, and sync all tiddlers from BaaS likes SoLiD POD 
later:

import tiddlywiki from 'tiddlywiki';
import solidSyncAdaptor from 'tiddlywiki-solid-sync-adaptor';

tiddlywiki.start({ plugins: [solidSyncAdaptor] });

Can I do this?

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWikiDev" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywikidev/1cb1dddf-1893-4a83-b61a-cbb5e3104422%40googlegroups.com.

Reply via email to