Jed,

In a related technical question. We can use the tag $:/tags/RawMarkup to 
include external files, 

eg in a tiddler tagged  $:/tags/RawMarkup and containing 
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css";> 
on save a reload we can access all the css from this that we want.

This is surely accessing not only an external file but a webresource.

Why can we not use this mechanism to access and address external files? and 
potentially tiddler and json files? 

Regards
Tony

On Saturday, 11 August 2018 05:27:30 UTC+10, Jeremy Ruston wrote:
>
> That was a great feature that apparently is not possible in TW5.
>
>
> The problem is actually that browsers have tightened their security 
> restrictions over the last decade, and none of them any longer allow the 
> external file access that made the SharedTiddlersPlugin possible. So not 
> only can we not add anything like it to the single file configuration of 
> TW5, it doesn't work in TWC any longer either.
>
> Best wishes
>
> Jeremy.
>
>
> Under node.js, you include separate systems of tiddlers by putting this in 
> your "top" tiddlywiki.info file:
>
>    "includeWikis": [
>          "../test"
>     ],
>
> Usually this is inserted just before "build". Be sure to have backups. 
> "test" should point to a directory that is a TW directory (i.e. has a 
> tiddlywiki.info file). I found it rather fragile when setting up, but 
> maybe I was just clumsy.
>
> Other ideas.
>
> If all the tiddlers in your "other" TW were tagged with a special marker, 
> then you drag the entire TW into your TW file and import them all. Then 
> delete them with a single button later. You could even have a view template 
> that prevents you from editing the tagged tiddlers.
>
> You could use tinka, or node.js to turn all your tiddlers in TW "B" into a 
> plugin. Then you could drop the entire plugin into your TW file. Any 
> changes you made would be to shadow tiddlers and would stick around (I 
> think) when you later deleted the plugin.
>
> -- Mark
>
>
> On Thursday, August 9, 2018 at 7:55:44 PM UTC-7, Yohan Fernando wrote:
>>
>> Hi, 
>> Looking out for an option to link multiple TiddlyWikis together? That is, 
>> to have one main wiki, but be able to access the tiddlers, search the 
>> tiddlers from any wiki. I believe this is what the SharedTiddlersPlugin 
>> did. I believe it doesn't work in TW5? I got an alert mentioning its only 
>> meant for TW Classic. 
>>
>> Cheers,
>>
>> Yohan
>>
>> -- 
> 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 tiddlywiki+...@googlegroups.com <javascript:>.
> To post to this group, send email to tiddl...@googlegroups.com 
> <javascript:>.
> Visit this group at https://groups.google.com/group/tiddlywiki.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/tiddlywiki/77665531-37cc-485c-ac61-3039f8b30df9%40googlegroups.com
>  
> <https://groups.google.com/d/msgid/tiddlywiki/77665531-37cc-485c-ac61-3039f8b30df9%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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at https://groups.google.com/group/tiddlywiki.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/tiddlywiki/6142e152-2e3b-4215-a395-1c9ada893274%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to