[tw] Re: [TW5] Advanced search - funny

2014-10-13 Thread Danielo Rodríguez
It's a side effect of using a temp tiddler to store the search string and 
not excluding it from the search. It takes some time to get used to it :-) 
but the funny fact is that is true.

El lunes, 13 de octubre de 2014 03:13:20 UTC+2, Mat escribió:

 Reminds me of an Escher painting somehow... ;-)


-- 
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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: synced multi user setup

2014-10-13 Thread Danielo Rodríguez


El domingo, 12 de octubre de 2014 11:21:19 UTC+2, Jeremy Ruston escribió:


 I agree that this is a very attractive configuration.

  Me too


 TW5 can already generate static HTML copies of wikis, we just need a 
 mechanism under Node.js to periodically update the static renderings and 
 upload them to storage.

 Best wishes

 Jeremy


There are lots of Node libraries. Pretty sure that one of them allows to 
upload to some hosting provider. The very cool thing would be to do it 
entirely with TW, without any external tool. Even without node. But that 
may be too hard

-- 
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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: [TW5] Advanced search - funny

2014-10-13 Thread Jeremy Ruston
On Mon, Oct 13, 2014 at 9:00 AM, Danielo Rodríguez rdani...@gmail.com
wrote:

 It's a side effect of using a temp tiddler to store the search string and
 not excluding it from the search. It takes some time to get used to it :-)
 but the funny fact is that is true.


It is quite fun, but also a bit confusing. For 5.1.3 I've fixed the
advanced search to exclude the search string tiddler:

https://github.com/Jermolene/TiddlyWiki5/commit/5154a83cf9bf604a3c9e711b222a12f846086f89

Many thanks,

Jeremy








 El lunes, 13 de octubre de 2014 03:13:20 UTC+2, Mat escribió:

 Reminds me of an Escher painting somehow... ;-)

  --
 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 http://groups.google.com/group/tiddlywiki.
 For more options, visit https://groups.google.com/d/optout.




-- 
Jeremy Ruston
mailto:jeremy.rus...@gmail.com

-- 
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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] [TW5] Rendering Static Sites, node

2014-10-13 Thread Jeremy Ruston
Hi Alex

 There might be a typo on TW.com

There is, kind of. The sample command is an extract from TW's own batch
files, which reference the OS environment variable $TW5_BUILD_OUTPUT.
There's also a terminating backslash, which is only used within batch files

Better is to run:

--rendertiddler $:/core/templates/alltiddlers.template.html
alltiddlers.html text/plain

The output file should appear in the output folder of the wiki folder.

 I added an s to get rendertiddlers

There are two separate commands: rendertiddler and rendertiddlers, I'm
afraid.

I've updated the docs for 5.1.3

Best wishes

Jeremy

On Sun, Oct 12, 2014 at 9:59 PM, Alex Hough r.a.ho...@gmail.com wrote:

 Jeremy,

 I've tried to output all tiddlers with links but i failed. I have a file
 but it is empty.

 There might be a typo on TW.com

 --rendertiddler $:/core/templates/alltiddlers.template.html 
 $TW5_BUILD_OUTPUT/alltiddlers.html text/plain \


 I tried this and nothing happened. I added an s to get rendertiddlers

 When I run the ammended command, I get a file, but it is empty

 best wishes

 Alex

 On 9 October 2014 21:30, Xavier Cazin caz...@gmail.com wrote:

 Oh I see, thank you for the hint! I guess I don't fully realise the power
 of these templates yet. I'll start from *static.template.html* to
 include *$:/tags/Stylesheet* tiddlers and see if I can work out what I
 have in mind. I'll publish the results here :-)

 Thanks again,
 Xavier.

 -- Xavier Cazin

 On Thu, Oct 9, 2014 at 4:23 PM, Jeremy Ruston jeremy.rus...@gmail.com
 wrote:

 Hi Xavier


 I'm wondering how we can include the current CSS styles into the static
 HTML snapshot?

 I've looked at $:/core/templates/css-tiddler and
 $:/core/templates/static.tiddler.html but had no clue of how to
 combine them to get a standalone HTML file with styles...


 The static build of the default tiddlers that you see at
 http://tiddlywiki.com/static.html includes the stylesheets directly
 into the HTML file. The template is here:


 https://github.com/Jermolene/TiddlyWiki5/blob/master/core%2Ftemplates%2Fstatic.template.html.tid

 The static build of individual tiddlers that you see at
 http://tiddlywiki.com/static/AllTiddlers.html link to a shared
 stylesheet. The templates involved are:


 https://github.com/Jermolene/TiddlyWiki5/blob/master/core%2Ftemplates%2Fstatic.tiddler.html.tid

 https://github.com/Jermolene/TiddlyWiki5/blob/master/core%2Ftemplates%2Fstatic.template.css.tid

 Best wishes

 Jeremy.





 Cheers,
 Xavier.

 -- Xavier Cazin

 On Thu, Oct 9, 2014 at 2:37 PM, Jeremy Ruston jeremy.rus...@gmail.com
 wrote:


 Hi Alex

 The full command would be:

 tiddlywiki mywikifolder --rendertiddlers [!is[system]] 
 $:/core/templates/static.tiddler.html static text/plain

 Afterwards, you should find a folder static in the
 mywikifolder/output folder that contains a static HTML snapshot of each
 non-system tiddler.

 Best wishes

 Jeremy


 On Wed, Oct 8, 2014 at 10:03 PM, Alex Hough r.a.ho...@gmail.com
 wrote:

 Dear All,

 I've had success with downloading a static TW under node  - love it!

 Now I want to be able to perform some of the operations detailed on
 TW.com

 I am not too familiar with the command line and don't understand
 where the new site gets saved.

 I cut and paste the following behind tiddlywiki

 --rendertiddlers [!is[system]] $:/core/templates/static.tiddler.html 
 $TW5_BUILD_OUTPUT/static text/plain \


 What should I see?



 Alex

 --
 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 http://groups.google.com/group/tiddlywiki.
 For more options, visit https://groups.google.com/d/optout.




 --
 Jeremy Ruston
 mailto:jeremy.rus...@gmail.com

 --
 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 http://groups.google.com/group/tiddlywiki.
 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 http://groups.google.com/group/tiddlywiki.
 For more options, visit https://groups.google.com/d/optout.




 --
 Jeremy Ruston
 mailto:jeremy.rus...@gmail.com

 --
 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 

[tw] Re: Incorrect address handling when opening a local PDF

2014-10-13 Thread Daniel Caleb
Thanks for your reply... Generating a static page while using the file:/// 
URI works properly. Which leads me to believe that you are correct; node.js 
needs to be configured for serving static content.

I was under the impression that others on the mailing list had gotten the 
syntax: 

a href=./pdf/CumalaTechnicalInfo.pdf target=_blankCumala Technical 
Info/a

to work properly; as in [1] and [2]. If that's the case, then this is a 
problem with my configuration specifically. I've not explored node.js very 
much... I installed it via the package manager in Ubuntu and tiddlywiki via 
npm -g as the ReadMe suggests. Are there any dependencies that TW5 might be 
missing? Any help or direction on this subject would be greatly 
appreciated...

Thanks again,
Daniel
 
[1] https://groups.google.com/d/topic/tiddlywiki/EmJFLV1XAD0/discussion

[2] https://groups.google.com/d/topic/tiddlywiki/u0pcaOIOdA4/discussion


On Monday, October 13, 2014 12:14:30 AM UTC-3, Stephan Hradek wrote:



 Am Sonntag, 12. Oktober 2014 22:13:21 UTC+2 schrieb Daniel Caleb:

 The root directory containing my tiddlers is: /opt/sync/wiki/tiddlers/

 /opt/sync/wiki is the root of the tiddlywiki server - hence everything 
 I'm attempting to reference should be relative to the tiddlywiki server 
 root.


 Yes - but you need to leave the root out, so
  

 I've also tried: 

 a href=./pdf/CumalaTechnicalInfo.pdf target=_blankCumala Technical 
 Info/a

  


 with a similar result, the URL produced is: 

 http://127.0.0.1:/pdf/CumalaTechnicalInfo.pdf


 That URL is correct. But as said before: The server is, I think, not 
 configured to serve files. So you need to reconfigure it. Don't ask me how 
 or whether it's possible at all.
  

 Using file:/// doesn't work at all - it creates the link as expected, but 
 clicking on the link does nothing... even right-clicking and attempting to 
 force a new tab produces no response.


 Can you show the resulting source? 

 Does that source work when you create a static HTML containing the same 
 source?




-- 
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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: [TW5] Advanced search - funny

2014-10-13 Thread PMario
On Monday, October 13, 2014 10:13:59 AM UTC+2, Jeremy Ruston wrote:


 On Mon, Oct 13, 2014 at 9:00 AM, Danielo Rodríguez rdan...@gmail.com 
 javascript: wrote:

 It's a side effect of using a temp tiddler to store the search string and 
 not excluding it from the search. It takes some time to get used to it :-) 
 but the funny fact is that is true.


 It is quite fun, but also a bit confusing. For 5.1.3 I've fixed the 
 advanced search to exclude the search string tiddler:


So it's good, that we have a screenshot. ... It is funny!

Similar to the search term recursion 
https://www.google.at/search?q=recursion :)
-m

-- 
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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] Advice on Node.js Deployment and Wiki Performance

2014-10-13 Thread PMario
@Rick, 
Any update about your issue?
-m

-- 
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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Re: join variables with $set widget

2014-10-13 Thread stefan . fruehwirth
Hi Jeremy,

On Wednesday, October 8, 2014 7:40:34 PM UTC+2, Jeremy Ruston wrote:
 

  

 What would be the best place to add documentation? The WidgetVariables 
 tiddler for instances is empty. 


 Perhaps Macros in WikiText?

  
Hm. Maybe it's just idiosyncratic but as a user who is learning to write 
markup based macros (writing the JS code looks straightforward to me) I am 
confused because I am missing a summary of the involved concepts and the 
syntax to access and use the different entities. Also I don't think it's 
easy to grasp that macros, variables and paramters share a common JS 
namespace - that is, without looking at the  debugvariables output -, 
but the syntax for accessing all of these entities is different and 
depending on the context. For instance, the official syntax for passing 
variables (or whatever entity) to a widget seems to be param=stuff, 
which I find odd because it isn't clear to me why the macro call syntax is 
used in this manner. Especially that the qoutes are missing around the 
macro call and that it does't work if you put them there. Of course I can 
make myself familiar with the JS code responsible for these features - but 
this is a lot of work since I may know nothing about the internal structure 
of the code. 

On the other hand I may not have found the bits of documentation where 
these things are explained.

Assuming that there is no other feature where this documentation could be 
valuable I would put a new section like Variables, Parameters, 
Subsitutions into Macros in WikiText.

Best,
Stefan

-- 
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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] Tag filter in Advanced Search - borked? or me?

2014-10-13 Thread Davïd
I'm trying to get an AND result in a tag filter using the following, in the 
Filter tab of $:/AdvancedSearch:

  [tag[tag1] tag[tag2]]

But, in spite of staring at a tiddler tagged exactly thus, I get *0 
matches*. Odd!

This also does NOT work: 

   [tag[tag1] + tag[tag2]]

But, this does work:

  [tag[tag1]] [tag[tag2]]

Unfortunately, that's not the filtering I'm after!

I'm using TW 5.1.2 in latest Firefox (with plugin) on Ubuntu 14.04. Can 
anyone replcate my problem? or have I missed something vital?

-- 
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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: Tag filter in Advanced Search - borked? or me?

2014-10-13 Thread Davïd
Thank you, @Evolena - you nailed it! I should have spotted that in the 
documention http://tiddlywiki.com/#Introduction%20to%20Filters, but 
wasn't eagle-eyed enough.

@Mat - I was about to copy, but in fact the formatting was as in my 
original post (and spotted by Evolena).

Grateful for this help!

On Monday, 13 October 2014 13:47:07 UTC+1, Evolena wrote:

 Try without space:  [tag[tag1]tag[tag2]]



-- 
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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] Tiddlers as tags

2014-10-13 Thread KRM
I've recently moved to TW5 from TWC and there is a classic features that I 
miss. I'm not sure if this is because of fundamental changes in the 
concepts of tiddlers and tags or simply a user interface elision.

In TWC I'm used to my tags basically being tiddlers and vice versa. When 
I'm looking at a tiddler, there is the little tagging: box at the right 
that shows me all of the tiddlers that are tagged with the current tiddler. 
I can jump around in my wiki with ease following this tiddler/tag taxonomy 
-- any given tiddler always displays a list of its tags as well as a list of* 
what is tagged with it*. That information is presented with first-order 
accessibility by the user interface.

A cursory glance at TW5 makes me think that tags have been intentionally 
decoupled from tiddlers. Is this the case?

The specific TWC user interface functionality I am missing is:

   - The list of tagging tiddlers.
   - The additional option to go to the tiddler of the same name when 
   clicking on a tag.

At the very least I'm going to need to figure out a way to display that 
tagging tiddlers information or retreat back to TWC.

-- 
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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Tiddlers as tags

2014-10-13 Thread Jeremy Ruston
Hi KRM

Tags are still tiddlers in TiddlyWiki5:

 The list of tagging tiddlers.

Click the i icon on a tiddler to bring up the info panel, and then choose
the tagging tab.

You can customise the view template to show the tagging information all
the time, without having to open the info panel:

1. Create a tiddler called $:/_taggingpanel and the tag
$:/tags/ViewTemplate
2. Give it the text:

Tagging:

{{$:/core/ui/TiddlerInfo/Tagging}}

3. You should now see the tagging panel at the bottom of each tiddler

 The additional option to go to the tiddler of the same name when clicking
on a tag.

Click on the tag pill to bring up the tag dropdown. The topmost entry is a
link to the tag tiddler itself.

Best wishes

Jeremy.



On Mon, Oct 13, 2014 at 7:26 PM, KRM krmax...@gmail.com wrote:

 I've recently moved to TW5 from TWC and there is a classic features that I
 miss. I'm not sure if this is because of fundamental changes in the
 concepts of tiddlers and tags or simply a user interface elision.

 In TWC I'm used to my tags basically being tiddlers and vice versa. When
 I'm looking at a tiddler, there is the little tagging: box at the right
 that shows me all of the tiddlers that are tagged with the current tiddler.
 I can jump around in my wiki with ease following this tiddler/tag taxonomy
 -- any given tiddler always displays a list of its tags as well as a list of*
 what is tagged with it*. That information is presented with first-order
 accessibility by the user interface.

 A cursory glance at TW5 makes me think that tags have been intentionally
 decoupled from tiddlers. Is this the case?

 The specific TWC user interface functionality I am missing is:

- The list of tagging tiddlers.
- The additional option to go to the tiddler of the same name when
clicking on a tag.

 At the very least I'm going to need to figure out a way to display that
 tagging tiddlers information or retreat back to TWC.

 --
 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 http://groups.google.com/group/tiddlywiki.
 For more options, visit https://groups.google.com/d/optout.




-- 
Jeremy Ruston
mailto:jeremy.rus...@gmail.com

-- 
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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: TiddlyWiki Classic - Saving Issues

2014-10-13 Thread Yakov
Hi Christoph,


 But a few days ago, I encountered saving problems in my wiki, all of a 
 sudden. Saving always worked so far, and I have the TiddlySaver.jar file in 
 the folder, to enable saving via Safari and Chrome, both which I use 
 (mostly Safari). The problems occured out of the blue: I was working on my 
 wiki offline, while on the train to work. It saved normally first.


So, you haven't updated Java that time, right? Were you working with TW 
only, or did some other activities? Were you online?

What's the size of your biggest tiddler (number of symbols)?
 

 But when I tried to save a second time after doing some more changes, 
 nothing worked anymore with the saving feature. Since then, I tried 
 everything there is to fix the problem. Here are a few information about my 
 TiddlyWiki configuration and what I tried so far:

 My TiddlyWiki:
 - I don't know the exact version I use (is there a way to check?), but I 
 know I haven't used the upgrade feature ever while working with it. Still 
 never had problems though.


use the version macro to find out
 

 - I use a german translation plugin, created at some point back then. 
 - I have many Tiddlers using german umlauts (ä., ö, ü, ß). More on that 
 later. 
 - I use the HaemoglobinTheme and have it tweaked a little, in terms of 
 colours and a custom sidebar


these things shouldn't matter, I think
 

 - I have the following Plugins installed: AttachFile, AttachFileFormat, 
 MapPlugin, CheckboxPlugin, PlayerPlugin, Slideshow, TableOfContents, 
 sortableTable. I downloaded them all from the TiddlyTools.com website back 
 then (must have been years ago). 


what's the size of your TW? of the largest attachment? AttachFile seems to 
be most suspicious, in terms of saving problems, in your assembly.
 

 - At least three of them (CheckboxPlugin, sortableTable and 
 TableOfContents I find pretty much essential for my wiki work)
 - I have many pictures in my wiki and keep them stored in an images 
 folder in the same folder as my wiki
 - I always made use of the backup option, so I had various .html versions 
 of my wiki stored. I deleted them regularly. 


just in case, check your backup folder
 

 - My starting page uses a html div-script. but only this one. 


this is not quite clear, could you provide more details?
 

 - I used Dropbox to keep my wiki synchronized on two machines, but I keep 
 Dropbox offline recently, due to space reasons


but your TWs are still in Dropbox folder? If so, try another one (may be 
Dropbox prevents the folder to grow even without syncing)
 

 - So, I work on my wiki on two computers, bot MacBooks with Safari 5.1.10 
 and OS X Snow Leopard (10.6.8)

 I don't know much about OS X, so you'd better ask somebody if, say, Java 
can be updated without you knowing it in this OS.
 

 What I've tried so far:
 - I've tried jumping on the TW5 train... TW5 managed to import the 
 tiddlers I've created over the years, but as none of my plugins work with 
 this version and I don't think there are replacements yet, I'll refrain 
 from using it. I realized that I find the new saving system weird as well, 
 with the wiki downloading a new copy everytime you save, which you have to 
 relocate to your folder. It's cumbersome.
 - I've tried to exchange the TiddlySaver file for a newer one. No change. 
 - I've tried to migrate my wiki files to the newest available TiddlyWiki 
 Classic version. That didn't work at all. No matter what I do, the empty 
 wiki just doesn't import my tiddlers, always with the same error: Error 
 retrieving tiddlers from local file, please make sure the file is in the 
 same directory as your TiddlyWiki. And what can I say, it is. 
 - I've tried this in all browsers inmagineable, except Internet Explorer, 
 'coz Microsoft doesn't support it anymore. I cleared the cache of 
 everything, tweaked the browser preferences, everything. Nothing for the 
 better. 


Is there FireFox version for OS X?

Ok, let's start with that.

Best regards,
Yakov.
 

 - I tried to tweak the tiddlywiki options to the best of my ability 
 (autosave off and on, backup of and on, create clear file off and on). 
 Nothing.  
 - I've tried to upgrade my wiki via the Upgrade button, but it gives back 
 an error like this: A problem with saving the backup file occured. 
 - Migrating the stuff by hand via copy/paste, tiddler for tiddler, didn't 
 work out either, though it has been my best shot so far. During the process 
 I realized that the saving feature in the new version is somewhat broken as 
 well. More on it here:

 1. When I save, the wiki creates a new version, which is downloaded by my 
 browser and I have to relocate it to the folder, just like with TW5, but 
 maybe that's intended
 2. My old german translation plugin doesn't work with it; well, actually 
 it did, but it didn't display any umlauts (ä, ö, ü, ß) at all. Instead I 
 got weird ? placeholders (see screenshot). Changing them all to the 
 appropriate umlauts by hand, 

Re: [tw] Re: [TW5] Rendering Static Sites, node

2014-10-13 Thread Jeremy Ruston
Hi Alex


 Could you explan why we have rendertiddler and rendertidlers? Both
 do things  to multiple tiddlers...


The rendertiddler command renders a single tiddler specified by its title
to a file. The specified tiddler can transclude multiple other tiddlers -
that is what happens when this command is used to render the template that
generates the tiddlywiki standalone HTML file

The rendertiddlers command renders all the tiddlers specified by a filter
to a set of files in a specified directory.

See:

http://tiddlywiki.com/#RenderTiddlerCommand:RenderTiddlerCommand%20RenderTiddlersCommand

Best wishes

Jeremy






 Alex


 On Monday, 13 October 2014, Jeremy Ruston jeremy.rus...@gmail.com wrote:

 Hi Alex

  There might be a typo on TW.com

 There is, kind of. The sample command is an extract from TW's own batch
 files, which reference the OS environment variable $TW5_BUILD_OUTPUT.
 There's also a terminating backslash, which is only used within batch files

 Better is to run:

 --rendertiddler $:/core/templates/alltiddlers.template.html alltiddlers.html 
 text/plain

 The output file should appear in the output folder of the wiki folder.

  I added an s to get rendertiddlers

 There are two separate commands: rendertiddler and rendertiddlers, I'm
 afraid.

 I've updated the docs for 5.1.3

 Best wishes

 Jeremy

 On Sun, Oct 12, 2014 at 9:59 PM, Alex Hough r.a.ho...@gmail.com wrote:

 Jeremy,

 I've tried to output all tiddlers with links but i failed. I have a file
 but it is empty.

 There might be a typo on TW.com

 --rendertiddler $:/core/templates/alltiddlers.template.html 
 $TW5_BUILD_OUTPUT/alltiddlers.html text/plain \


 I tried this and nothing happened. I added an s to get rendertiddlers

 When I run the ammended command, I get a file, but it is empty

 best wishes

 Alex

 On 9 October 2014 21:30, Xavier Cazin caz...@gmail.com wrote:

 Oh I see, thank you for the hint! I guess I don't fully realise the
 power of these templates yet. I'll start from *static.template.html*
 to include *$:/tags/Stylesheet* tiddlers and see if I can work out
 what I have in mind. I'll publish the results here :-)

 Thanks again,
 Xavier.

 -- Xavier Cazin

 On Thu, Oct 9, 2014 at 4:23 PM, Jeremy Ruston jeremy.rus...@gmail.com
 wrote:

 Hi Xavier


 I'm wondering how we can include the current CSS styles into the
 static HTML snapshot?

 I've looked at $:/core/templates/css-tiddler and
 $:/core/templates/static.tiddler.html but had no clue of how to
 combine them to get a standalone HTML file with styles...


 The static build of the default tiddlers that you see at
 http://tiddlywiki.com/static.html includes the stylesheets directly
 into the HTML file. The template is here:


 https://github.com/Jermolene/TiddlyWiki5/blob/master/core%2Ftemplates%2Fstatic.template.html.tid

 The static build of individual tiddlers that you see at
 http://tiddlywiki.com/static/AllTiddlers.html link to a shared
 stylesheet. The templates involved are:


 https://github.com/Jermolene/TiddlyWiki5/blob/master/core%2Ftemplates%2Fstatic.tiddler.html.tid

 https://github.com/Jermolene/TiddlyWiki5/blob/master/core%2Ftemplates%2Fstatic.template.css.tid

 Best wishes

 Jeremy.





 Cheers,
 Xavier.

 -- Xavier Cazin

 On Thu, Oct 9, 2014 at 2:37 PM, Jeremy Ruston 
 jeremy.rus...@gmail.com wrote:


 Hi Alex

 The full command would be:

 tiddlywiki mywikifolder --rendertiddlers [!is[system]] 
 $:/core/templates/static.tiddler.html static text/plain

 Afterwards, you should find a folder static in the
 mywikifolder/output folder that contains a static HTML snapshot of 
 each
 non-system tiddler.

 Best wishes

 Jeremy


 On Wed, Oct 8, 2014 at 10:03 PM, Alex Hough r.a.ho...@gmail.com
 wrote:

 Dear All,

 I've had success with downloading a static TW under node  - love it!

 Now I want to be able to perform some of the operations detailed on
 TW.com

 I am not too familiar with the command line and don't understand
 where the new site gets saved.

 I cut and paste the following behind tiddlywiki

 --rendertiddlers [!is[system]] $:/core/templates/static.tiddler.html 
 $TW5_BUILD_OUTPUT/static text/plain \


 What should I see?



 Alex

 --
 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 http://groups.google.com/group/tiddlywiki.
 For more options, visit https://groups.google.com/d/optout.




 --
 Jeremy Ruston
 mailto:jeremy.rus...@gmail.com

 --
 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 

[tw] RevealWidget temporary state

2014-10-13 Thread James Anderson
Hi,

Is it possible to have a volatile reveal widget state? I want to press a 
button to reveal something within a widget, but if I close the tiddler or 
refresh the page have it be hidden again? I plan on having a lot of 
tiddlers with this template and don't want a bunch of statewidgets hanging 
around.

Thanks,
James

-- 
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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] Upgrading from 5.0.6

2014-10-13 Thread Sky Diver
Hi Jeremy,

I respect the decision not to write upgrade code for beta versions.
I don't use custom plugins so I believe following the change logs will be 
sufficient.

Thank you!

SkyDiver

On Sunday, October 12, 2014 6:19:16 PM UTC+3, Jeremy Ruston wrote:

 Hi Sky Diver

 Some filter operators changed significantly in 5.0.9-beta, and the count 
 widget should now read:

 $count filter=[all[current]tagging[]]/

 The changes are documented here:

 http://tiddlywiki.com/#Changes%20to%20filters%20in%205.0.9-beta

 I'm afraid that we're very unlikely to make further improvements to the 
 upgrade path from 5.0.6-beta. The other incompatible changes in between are 
 documented in these release notes:


 http://tiddlywiki.com/#:%5B%5BRelease%205.0.7-beta%5D%5D%20%5B%5BRelease%205.0.8-beta%5D%5D%20%5B%5BRelease%205.0.11-beta%5D%5D%20%5B%5BRelease%205.0.16-beta%5D%5D%20%5B%5BRelease%205.0.17-beta%5D%5D

 One of the purposes of the beta was to be able to develop TiddlyWiki 
 without being totally constrained by backwards compatibility. The main 
 change now that we're out of beta is to offer users the best guarantee we 
 can that future developments will not break backwards compatibility.

 Best wishes

 Jeremy



 On Thu, Oct 9, 2014 at 9:50 PM, Sky Diver skydi...@gmail.com 
 javascript: wrote:

 Hi,

 I was happy to find the dedicated upgrade tool, but when trying to 
 upgrade my 5.0.6 wiki, I see that various aspects are not being upgraded.
 For example:
 1. SiteTitle = $:/SiteTitle (along with SiteSubtitle), TOC 
 2. The following produces zero counters where it was showing just ok on 
 5.0.6:
 span class=threecolumns
  $list filter=[tags[]sort[title]] -[is[system]] 
 itemClass=tw-menu-list-item
  $transclude tiddler=$:/core/ui/TagTemplate/ small class=
 tw-menu-list-count$count filter=[is[current]tagging[]]//small
  /$list
 /span


 I can fix these ones on my own, but am a bit concerned about other 
 aspects that I'm not aware of and don't see at the moment.
 So my main question is: Is there a plan to integrate these aspects into 
 the upgrade tool?

 Thanks.

 -- 
 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 http://groups.google.com/group/tiddlywiki.
 For more options, visit https://groups.google.com/d/optout.




 -- 
 Jeremy Ruston
 mailto:jeremy...@gmail.com javascript:
  

-- 
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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] [TW5] nesting transclusions

2014-10-13 Thread Philip Coltharp
Can we transclude a tiddler that would transclude from a third tiddler, on 
TW5?

-- 
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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] nesting transclusions

2014-10-13 Thread Philip Coltharp
When we talk about recursion in TW5 tranclusion, is it recursion of the use 
of the $transclude widget itself where only one use of it is allowed -- OR 
-- is it recursion as in the  event that the transclude widget finds that 
it is being asked to place a tiddler in the heap that had already been 
added, therfore multiple nested levels are allowed but not such that 
recursion is allowed?

On Monday, October 13, 2014 6:39:53 PM UTC-4, Philip Coltharp wrote:

 Can we transclude a tiddler that would transclude from a third tiddler, on 
 TW5?


-- 
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 http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.