Hi Stefan,

If you are comfortable using the command line, you should look into the possibilities offered by the Node.js version of TW <http://tiddlywiki.com/#TiddlyWiki%20on%20Node.js>. It seems to me that this would fit your needs quite well:

- you can open "standalone HTML" wikis with the --load command, see http://tiddlywiki.com/#LoadCommand

- you can configure a node.js wiki to open other node.js wiki folders, see http://tiddlywiki.com/#TiddlyWikiFolders

In my opinion this is perfect if you only need to read data (for example searching for content) in your "aggregated wiki". If you want to be able to modify or create new tiddlers, be careful because they will be stored in the main wiki and not the "sub-wikis". The other possible issue is if you have tiddlers from different wikis with the same title.

The node.js version offers even a lot more flexibility than that if you write your own scripts to to automatize some tasks from outside TW. In case you are interested this is how the CommunitySearch wiki <http://erwanm.github.io/tw-community-search/> is done, and the code is on github <https://github.com/erwanm/tw-aggregator> (Bash scripts, tested only under Linux).

Cheers
Erwan



On 07/11/15 12:10, stefan infp wrote:
Thanks for the quick response. Maybe soon this problem will be solved it would be a time saving feature. I see here many users writing about wikis of the size of 10-60 MB, but when there are thousands of tiddlers in a single file with linked images, videos everything becomes so slow, the only solution would be tons of small wikis and a master wiki that links all together, searches and opens the selected ones (in a new window).

sâmbătă, 7 noiembrie 2015, 12:00:16 UTC+2, Tobias Beer a scris:

    Hi Stefan,

    Afaik, no such thing exists as of yet.

    Options for the future could be:

      * have TiddlyDesktop index all wikis in the background and
        provide global search
      * implement a node module that indexes wiki folders and provides
        a means to search / filter / build a meta-wiki from all wikis
        in the collection

    Either perhaps equivalent to Erwan's community search providing an
    index of the aggregated results as a wiki which can be worked with
    TiddlyWiki style and references tiddlers in those other wikis.

    Best wishes,

    — tb

--
You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected] <mailto:[email protected]>. To post to this group, send email to [email protected] <mailto:[email protected]>.
Visit this group at http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/b481d9c7-3952-4e9f-85b5-c99d73f5bdc7%40googlegroups.com <https://groups.google.com/d/msgid/tiddlywiki/b481d9c7-3952-4e9f-85b5-c99d73f5bdc7%40googlegroups.com?utm_medium=email&utm_source=footer>.
For more options, visit https://groups.google.com/d/optout.

--
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/563EAD83.1070908%40gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to