If you are runnint TW under Node.js, it is possible to include whole wikis 
in other wiki's via the `tiddlywiki.info` file. It is not possible to 
include partial or filtered sets yet, so planning where to store which set 
of tiddlers can be important.

https://tiddlywiki.com/#:TiddlyWikiFolders%20%5B%5Btiddlywiki.info%20Files%5D%5D

There are options to set the imported tiddlers to Read Only, or to force 
saving them back under their home wiki directory. See the help above.

For example:

{
        "plugins": [
                "tiddlywiki/tiddlyweb",
                "tiddlywiki/filesystem"
        ],
        "includeWikis": [
                {"path": "../path/to/imported/wiki", "read-only": true}
        ],
        "build": {
                "index": [
                        
"--rendertiddler","$:/core/save/all","index.html","text/plain"],
                "favicon": [
                        "--savetiddler","$:/favicon.ico","favicon.ico",
                        
"--savetiddler","$:/green_favicon.ico","static/favicon.ico"]
        },
        "config": {
                "retain-original-tiddler-path": true    
        }
}



On Wednesday, April 29, 2020 at 12:57:25 AM UTC-7, julien23 wrote:
>
> Hi all
> I am trying to migrate from TWC to TW5
>
> I used to share tiddlers across TW using Abego IncludePlugin 
> <https://tiddlywiki.abego-software.de/#IncludePlugin>
>
> Basically at ...\1\TW1.html startup, it fetches #TW1 tiddlers from 
> ...\2\TW2.html ...\3\TW3.html , ...
>
> It is a must have for me.
> Totally new to TW5, What's your advice?
>
> Related topics :
>
>    - TW5: automatically import tiddlers? 
>    <https://groups.google.com/d/topic/tiddlywiki/EzLax6CId1I/discussion>
>    - ImportCommand <https://tiddlywiki.com/#ImportCommand> > I have not 
>    understood yet how to run commands in tw5
>    - Importing Tiddlers <https://tiddlywiki.com/#Importing%20Tiddlers>  > 
>    tested it works but how could I select tiddlers by tag and make it 
> silently 
>    at startup ?
>    
>
> Regards
>
> Julien
>

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/00a4973a-feb8-4075-b213-db6f97cb2e0f%40googlegroups.com.

Reply via email to