Re: [tw] Re: [TW5] Wiki size does not decrease after deleting many tiddlers

2014-01-01 Thread Jeremy Ruston
Hi Ton Thanks for that - can you check the sizes of each file after you've re-saved them in the browser? Many thanks Jeremy On Wed, Jan 1, 2014 at 1:08 PM, Ton Gerner ton.ger...@gmail.com wrote: Hi all, I forgot to mention the conditions: Windows 7 64 bit Firefox 26 TW5.0.5-beta

Re: [tw] Re: [TW5] Wiki size does not decrease after deleting many tiddlers

2014-01-01 Thread Ton Gerner
Hi Jeremy, They were saved a few times during emptying. I did resave all 3 (the Chrome one as well) and the size remains the same. There is a 1 kB difference between the Firefox and Chrome emptied file, but that difference can be a difference of state tiddlers or so (the guide contains a lot

[tw] TW5 - Adding Clone This Tiddler icon to main tiddler display.

2014-01-01 Thread David Richards
I would like these two things: 1. I want a way to clone a tiddler without having to edit it, add this code... $button message=tw-new-tiddler param=currentTiddlerclone this tiddler/$button ... then close it, click the button, and delete the code from the new tiddler. What a pain. How can I

[tw] Re: TW5 - Adding Clone This Tiddler icon to main tiddler display.

2014-01-01 Thread Ton Gerner
Hi David, For 1) see my guide for (toolbar) buttons [1]. Cheers, Ton [1] http://tw5toolbar.tiddlyspot.com/ On Wednesday, January 1, 2014 4:06:23 PM UTC+1, David Richards wrote: I would like these two things: 1. I want a way to clone a tiddler without having to edit it, add this code...

[tw] TW5 list filter that returns tiddlers with both of two tags

2014-01-01 Thread David Gifford
Hi I think the TiddlerFilters tiddler needs an example of how to list tiddlers that are tagged with both x and y. All the examples, that I can see, return tiddlers tagged either x or y or both. But I would like to limit filtering to tiddlers tagged both x and y. Dave -- You received this

Re: [tw] TW5 list filter that returns tiddlers with both of two tags

2014-01-01 Thread Jeremy Ruston
Hi Dave I've added some more examples: https://github.com/Jermolene/TiddlyWiki5/commit/4289367b7f9f0c9fa7ce8b974408053bed2b6a4b The short answer: [tag[x]tag[y]] -- all tiddlers tagged with both x and y [tag[x]] [tag[y]] -- all tiddlers tagged either x or y Best wishes Jeremy On Wed, Jan

[tw] Re: TW5 list filter that returns tiddlers with both of two tags

2014-01-01 Thread Stephan Hradek
I think there is an example under Runs Runs Operators are combined into runs that function as logically ANDed expressions by bashing them together and merging the square brackets: [tag[one]] [tag[two]] --- [tag[one]tag[two]] -- You received this message because you are subscribed to the

Re: [tw] Re: [TW5] Wiki size does not decrease after deleting many tiddlers

2014-01-01 Thread Jeremy Ruston
I've figured it out: the JSON tiddler that saves your navigation history ($:/HistoryList) is currently running at 531KB! We shouldn't be persisting the history list when we save changes, so I've created a ticket: https://github.com/Jermolene/TiddlyWiki5/issues/323 Best wishes Jeremy On Wed,

[tw] TW5 Tip: preserve open tiddlers between save and reload

2014-01-01 Thread Jeremy Ruston
Ordinarily, at startup TiddlyWiki version 5 displays the tiddlers specified as a filter in the tiddler $:/DefaultTiddlers. Sometimes it's useful to re-open the same tiddlers that were open when the file was saved. To do it, set $:/DefaultTiddlers to this: [list[$:/StoryList]] This filter

Re: [tw] Re: [TW5] Wiki size does not decrease after deleting many tiddlers

2014-01-01 Thread Ton Gerner
Hi Jeremy, Congratulations you found it. I think it was a serious problem I found by accident. I deleted $:/HistoryList in the TWs: 1) TW5_topmenu_toolbar_v4_FF_emptied1390 = 676 kB 2) TW5_topmenu_toolbar_v4_Chrome_emptied 1391 = 676 kB 3) TW5_topmenu_toolbar_v4.html 1437 = 784 kB 1) and

Re: [tw] TW5 How to list tags that are not tiddlers

2014-01-01 Thread Jeremy Ruston
On Tue, Dec 31, 2013 at 4:41 PM, David Gifford dgiff...@crcna.org wrote: Jeremy was...wrong??? You have officially blown my mind. Not too much pressure for me to live up to then! Anyhow, thanks Stephan for the catch, Best wishes Jeremy And thanks! Works like a charm! Dave On Tue,

[tw] Re: TW5 Tip: preserve open tiddlers between save and reload

2014-01-01 Thread Daniel
Very useful. Thank you! Daniel On Wednesday, January 1, 2014 8:20:27 PM UTC+1, Jeremy Ruston wrote: Ordinarily, at startup TiddlyWiki version 5 displays the tiddlers specified as a filter in the tiddler $:/DefaultTiddlers. Sometimes it's useful to re-open the same tiddlers that were open

Re: [tw] [TWC] Can't save TW in FireFox - (with dirty work-around)

2014-01-01 Thread Jeremy Ruston
Hi Steve That's interesting. Can you reliably reproduce the error? The error message suggests that the attempt to save the file is failing because it is locked; that would typically mean that another process has write access to the file. The suspects might be: * Another Firefox extension - it's

Re: [tw] Re: input textarrea radio and checkbox

2014-01-01 Thread Jeremy Ruston
Hi Michael $list filter=[is[current]tag[customer]] variable=listItem Address: $edit-text field=address tag=textarea/ /$list what is `variable=listItem`good for? Seems to work even without that part ... and it's not (obviously) used anywhere. The 'variable' attribute determines which

Re: [tw] TW5 - Adding Clone This Tiddler icon to main tiddler display.

2014-01-01 Thread Jeremy Ruston
Hi David 2. Also, I want way to delete a field or create a new field in all toddlers having a given tag. There may already be a way to do this but I don't know the code for it. Can you expand on what you're trying to achieve, and how you'd envisage it working? Best wishes Jeremy

Re: [tw] Re: [TW5] Numeric sorting using filters in ListWidget

2014-01-01 Thread Jeremy Ruston
Hi Stephan Unfortunately there was no chance to discuss it on the hangout. Maybe next week on Tuesday. Or maybe Jeremy finds some time to discuss it here? @Jeremy, what do you think? I'd be pleased if you could package up a pull request, and we'll get this into 5.0.6 Many thanks, Jeremy

Re: [tw] [TW5] Upgrading and tiddlers with title $:/...

2014-01-01 Thread Jeremy Ruston
Hi Michael It's pretty simple: everything gets imported except plugin tiddlers that are a previous version of one that is already installed. Aeh, indeed? All the tiddlers starting with $:/... are also imported? That is, let's say, you change something under the hood. Assume in an older

Re: [tw] Re: [TW5] Numeric sorting using filters in ListWidget

2014-01-01 Thread Stephan Hradek
Done -- 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.

Re: [tw] Re: [TW5] Numeric sorting using filters in ListWidget

2014-01-01 Thread Lorenzo
Thanks Stephan and Jeremy! -- 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

Re: [tw] Re: [TW5] Numeric sorting using filters in ListWidget

2014-01-01 Thread Stephan Hradek
I just pushed an update of the documentation tiddler of nsort and nsortcs… -- 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.

[tw] Using TW5 for presentations

2014-01-01 Thread James Weaver
Has anyone used TW5 for presentations, with each tiddler being a slide! Please advise, Jim Weaver -- 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

Re: [tw] TW5 list filter that returns tiddlers with both of two tags

2014-01-01 Thread David Gifford
Thanks guys! Dave On Wed, Jan 1, 2014 at 1:38 PM, Jeremy Ruston jeremy.rus...@gmail.comwrote: Hi Dave I've added some more examples: https://github.com/Jermolene/TiddlyWiki5/commit/4289367b7f9f0c9fa7ce8b974408053bed2b6a4b The short answer: [tag[x]tag[y]] -- all tiddlers tagged with

[tw] (TW5) Live preview of WikiText?

2014-01-01 Thread Leo Staley
I've found a few applications that allow me to type in Markdown (another common markup language), and see a live preview showing what my changes look like. It's literally the BEST of both worlds between a WYSIWYG editor and using markup tags. The need to constantly switch back and forth out

[tw] Re: TiddlyWiki Fundraising

2014-01-01 Thread Leo Staley
Can I donate via Bitcoin? On Monday, November 4, 2013 4:14:37 AM UTC-7, Eric Shulman wrote: Greetings TiddlyFriends! Open source projects combine the skills and resources of a community for the benefit of the entire group. In addition to active, spontaneous participation, most open

[tw] Re: (TW5) Live preview of WikiText?

2014-01-01 Thread Leo Staley
Okay, Cool, I found CodeMirror http://tiddlywiki.com/codemirrordemo.html. It's AWESOME. *SADLY, *The more formatting and wikitext I add, like headers, and bullet points, the more out of sync the preview gets with my edit window, until I can't actually see new content I'm typing! I've got to