Re: [tw] what's the current state of a TW5 version of include / load tiddlers?

2016-08-09 Thread Dave
Oh, one more thing...

Is what I'm talking about possible in tiddlydesktop (seeing as it's based 
on node.js)?

-- 
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/cbdc21c5-c935-435b-8819-9c4866241741%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] what's the current state of a TW5 version of include / load tiddlers?

2016-08-09 Thread Dave
 Thank you.  Time to dive in to node.js!

-- 
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/66f3169a-b25f-4bd2-86be-0df4da2047ac%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] what's the current state of a TW5 version of include / load tiddlers?

2016-08-09 Thread Jeremy Ruston
Hi Dave

> I think I can probably achieve what I want in nodejs/TW5 (not sure of 
> details), but I was just wondering if 
> TW5 has the ability yet to automatically load / import on startup a list of 
> tiddlers from another TW file
> , say all tagged with "include" or something like that.

The situation here is quite stable, and unlikely to change further: since 
around 2010, all modern browsers prevent or severely limit network access by 
HTML files loaded from a file:// URI, and severely limit network access by 
http:// hosted files.

There are a few narrow use cases that can be made to work in tightly defined 
situations, but the good old days of circa 2007 are gone forever. (See the 
current implementation of external tiddlers for an example of the brittle 
current solutions).

> TW files A through Z have a bunch of tiddlers with various things in them.
> TW file called "Master" has all the "front end" stuff like styling and menu 
> items and macros etc to work with all the tiddlers of each file,
> so if I have an idea and change the Master TW5, when I open TW5 "J" the new 
> front end is showing the changes.

You can do this kind of thing with Node.js using the ability to link wikis 
together with the “includeWikis” property of the tiddlywiki.info file.

Best wishes

Jeremy.

> 
> 
> Can this be done yet with TW5 somehow as it currently stands?
> 
> -- 
> 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/fe1fea08-d554-4c87-9833-b59370d0e45e%40googlegroups.com
>  
> .
> 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/BAAC28B1-D50D-493C-8103-12047145FB35%40gmail.com.
For more options, visit https://groups.google.com/d/optout.


[tw] what's the current state of a TW5 version of include / load tiddlers?

2016-08-08 Thread Dave
I think I can probably achieve what I want in nodejs/TW5 (not sure of 
details), but I was just wondering if 
TW5 has the ability yet to automatically load / import on startup a list of 
tiddlers from another TW file
, say all tagged with "include" or something like that.

Here's the use-case:

TW files A through Z have a bunch of tiddlers with various things in them.
TW file called "Master" has all the "front end" stuff like styling and menu 
items and macros etc to work with all the tiddlers of each file,
so if I have an idea and change the Master TW5, when I open TW5 "J" the new 
front end is showing the changes.


Can this be done yet with TW5 somehow as it currently stands?

-- 
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/fe1fea08-d554-4c87-9833-b59370d0e45e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.