[tw] Re: [tw5]list filter field !value question

2014-05-26 Thread Alberto Molina
Hi Måns, I looked at http://hitsang.tiddlyspot.com It's cool. I'm impressed. Alberto -- 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] Re: FeT - For Each Tiddler Questions.

2014-05-26 Thread Eric Shulman
On Sunday, May 25, 2014 2:43:51 PM UTC-7, Jan wrote: I need this to generate a report giving out the value of the field important in the the tiddlers which are Tiddlylinks in a StoryTiddler created by Erics SaveStoryPlugin. If the links are: [[Tiddler1]] [[Tiddler2]] ... I want

[tw] Re: Announcing TiddlyWiki 5.0.11-beta

2014-05-26 Thread Julie
I also noticed the issue that Alberto reported : - importing (a TW file via the button) - empty fields disappear - drag and drop a single tiddler - empty fields are kept Le lundi 26 mai 2014 00:05:02 UTC+2, Jeremy Ruston a écrit : Hi Alberto Another thing I noticed when upgrading with both

[tw] Re: [tw5]list filter field !value question

2014-05-26 Thread Måns
Hi Alberto I looked at http://hitsang.tiddlyspot.comhttp://www.google.com/url?q=http%3A%2F%2Fhitsang.tiddlyspot.comsa=Dsntz=1usg=AFQjCNHNmHxCAWXgIenoNQWRjRr6vtpVhw It's cool. I'm impressed. Thanks. Glad you like it. :-) I wonder - do you know how I would hide columns in the (invisible)

[tw] Re: [TW5] Newbie: Line-break question

2014-05-26 Thread Kolya
Have to agree. There's a standard how webeditors handle linebreaks. Heck, this editor I'm writing this reply in uses the standard. But TiddlyWiki needs to invent its own? Is there any good reason for this? Kolya On Monday, 5 May 2014 11:37:49 UTC+2, Danielo Rodríguez wrote: There is

[tw] Re: [tw5]list filter field !value question

2014-05-26 Thread Måns
Hi Alberto Maybe it will work If I wrap a tdbutton//td in $list filter=[!fieldname[empty/no text value]]/ like this: $list filter=[tag[sang]!1[]]td$button$view field=1//$button/td/$list ?? It actually worked :-D I had to insert is[current] in every list definition to make the

[tw] Re: [TW5] Newbie: Line-break question

2014-05-26 Thread Ton Gerner
Hi Kolya, See https://github.com/Jermolene/TiddlyWiki5/issues/443 Cheers, Ton On Monday, May 26, 2014 4:10:56 PM UTC+2, Kolya wrote: Have to agree. There's a standard how webeditors handle linebreaks. Heck, this editor I'm writing this reply in uses the standard. But TiddlyWiki needs

[tw] Re: Announcing TiddlyWiki 5.0.11-beta

2014-05-26 Thread Jeremy Ruston
Thanks Julie and Alberto, the issue with importing blank fields is fixed for 5.0.13: https://github.com/Jermolene/TiddlyWiki5/commit/86d182fd51e6935ec8f2c3bc73ff1a16c23b3600 Best wishes Jeremy On Mon, May 26, 2014 at 10:56 AM, Julie julie.strzele...@gmail.com wrote: I also noticed the

[tw] Re: A View Mode Editor and a simple Calcualtor

2014-05-26 Thread Yakov
Hi Vincent суббота, 24 мая 2014 г., 7:09:16 UTC+4 пользователь Vincent Yeh написал: 2. Lists 2.2 Changing of the list order is rather slow Hmmm, I just noticed in my examplehttp://twve.tiddlyspot.com/#%5B%5Btwve--Example--List%20Items%5D%5Dthat *it caused an infinite loop when

Re: [tw] Last call - anyone want tiddlywikiguides.org?

2014-05-26 Thread Andreas Hahn
Hi Daniel, I am currently thinking about this, can you tell me when those few days will be over ? /Andreas Am 26.05.2014 01:15, schrieb Daniel Baird: Hi all, In a few days my domain tiddlywikiguides.org http://tiddlywikiguides.org will expire. I don't have time or budget to maintain

Re: [tw] Re: Change default behavior to recognize single line breaks

2014-05-26 Thread Jeremy Ruston
Hi Chashaku The current behaviour follows standard MarkDown. There is a ticket for adding support for GitHub Flavoured MarkDown, a variant dialect of MarkDown that supports single line breaks as hard line breaks: https://github.com/Jermolene/TiddlyWiki5/issues/443 My plan is to fix this as part

Re: [tw] Re: [TW5] Correct way of using substories

2014-05-26 Thread Jeremy Ruston
Hi Shash I'm not sure that I understand what you are trying to accomplish. Are you aiming to show a list of links where the target tiddler opens immediately below each link? If so, I think you'd be better off using the button and reveal widgets to show or hide a transclusion of the target

Re: [tw] Re: listselect widget no longer working for me in 5.0.12-beta

2014-05-26 Thread Jeremy Ruston
Hi Daniel BJ: What are the changes to filterTiddlers()? How can this be fixed? The major change in 5.0.12 was here: https://github.com/Jermolene/TiddlyWiki5/commit/385c7e207cb82ad5dd50382ba71da3328dbdfbbc The second argument of wiki.filterTiddlers() was previously the value of the

Re: [tw] Request for all TW shortcuts to be published in Tiddlywiki.com

2014-05-26 Thread Jeremy Ruston
Keyboard shortcut support in TW5 is actually pretty slim at the moment: we support control-enter as a shortcut for saving changes to a tiddler, and escape as a shortcut for abandoning changes to a tiddler. I've added some docs for 5.0.13:

Re: [tw] Re: TW5: Using TW as a musical scratchpad with BopLand.org services?

2014-05-26 Thread Yakov
Hi Russ, if TW API knowledge is the only obstacle to making a plugin using vextab, I'll help you with the API with pleasure; but this applies to TW Classic only, unfortunately. Best regards, Yakov. суббота, 24 мая 2014 г., 18:54:49 UTC+4 пользователь Russ написал: Hi Mans I found vextab

Re: [tw] Re: [TW5] Problem with Wizard

2014-05-26 Thread Jeremy Ruston
The problem with not being able to dismiss tall modal dialogues was a regression. I've fixed it by making them scrollable again: https://github.com/Jermolene/TiddlyWiki5/commit/128ad01866077d71ea8045095b6f1bba93aa4554 I agree that lightbox semantics would be useful. I would like to update the

Re: [tw] Re: TW5: Using TW as a musical scratchpad with BopLand.org services?

2014-05-26 Thread Jeremy Ruston
The API of VexTab is nice and flexible and would be particularly easy to turn into a TW5 widget. There's a TiddlyWiki hangout due tomorrow at 4pm BST, if any interested parties would be able to show up I'd be happy to talk you through what would be involved. Best wishes Jeremy. On Mon, May

Re: [tw] Re: TW5 include external js/css in meta area

2014-05-26 Thread Jeremy Ruston
Hi BJ to include code (ie your script references etc) in the header section, put the code into a tiddler and tag it with $:/core/wiki/rawmarkup. Well spotted, I think that I had forgotten that feature. For 5.0.13, I've added support and documentation for $:/tags/RawMarkup alongside

Re: [tw] Re: [TW5] Problem mixing leftmenu and default tiddlers

2014-05-26 Thread Jeremy Ruston
Thanks Dave, that's a bug. Fixed for 5.0.13: https://github.com/Jermolene/TiddlyWiki5/commit/9aaa000d3fc21310404b260fed45ab3390af9afe Best wishes Jeremy On Tue, May 20, 2014 at 7:59 PM, Ton Gerner ton.ger...@gmail.com wrote: Hi Dave, And that is why it worked for me; I don't use zoomin

[tw] Re: A View Mode Editor and a simple Calcualtor

2014-05-26 Thread Vincent Yeh
Hi Ton, On Saturday, May 24, 2014 5:41:10 PM UTC+8, Ton Gerner wrote: Hi Vincent, On Friday, May 23, 2014 6:48:47 PM UTC+2, Vincent Yeh wrote: Hi Ton, Glad to hear you again! On Friday, May 23, 2014 9:03:28 PM UTC+8, Ton Gerner wrote: Hi Vincent Sorry i did not respond earlier but I

Re: [tw] Re: FeT - For Each Tiddler Questions.

2014-05-26 Thread Jan Johannpeter
Hello Eric, hello whatever. Thanks for your two approaches, I think Erics is the one I need, because I need to call it in a template I would like to call it up with a macro: tiddler ShowStoryStatus with: {{tiddler.title}} unfortunately it gives me this syntax error message: SyntaxError

Re: [tw] Last call - anyone want tiddlywikiguides.org?

2014-05-26 Thread Stephan Hradek
whois tiddlywikiguides.org Will tell you: Registry Expiry Date: 2014-06-02T06:13:05Z -- 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: [TW5] Newbie: Line-break question

2014-05-26 Thread Stephan Hradek
Am Sonntag, 4. Mai 2014 20:08:56 UTC+2 schrieb Danielo Rodríguez: This could be little pain in the ass. Specially for technical documents. Sometimes you want a line break but not a new paragraph. I learned from a colleague, who is a technical writer, that you should think about why you

Re: [tw] Re: FeT - For Each Tiddler Questions.

2014-05-26 Thread Eric Shulman
On Monday, May 26, 2014 3:52:17 PM UTC-7, Jan wrote: Hello Eric, hello whatever. Thanks for your two approaches, I think Erics is the one I need, because I need to call it in a template I would like to call it up with a macro: tiddler ShowStoryStatus with: {{tiddler.title}} unfortunately

Re: [tw] Re: TW5: Using TW as a musical scratchpad with BopLand.org services?

2014-05-26 Thread Måns
Hi Jeremy I am not able to attend the Hangout tomorrow because I'm busy working. I don't think I have the skills to be able to follow the walktrough and create a widget myself, I have however contacted Mohit Muthanna (0xFE http://vexflow.com/vextab/) via G+ and invited him to attend the

Re: [tw] Last call - anyone want tiddlywikiguides.org?

2014-05-26 Thread Daniel Baird
As Stephen said, it'll expire early on 2 June, GMT time. Remember, it only costs you $15 or whatever your registrar charges, to have a whole year to think about it :) If you haven't handled domains before, I can probably talk you it. It's currently registered at NameCheap, so it's easy to

[tw] [TWC] How can my HTML button know which tiddler the button is on? (or, as a last resort...)

2014-05-26 Thread Antaeus Feldspar
I'm trying to customize a TW with the FormTiddlerPlugin. I thought I had one of my major goals accomplished: being able to call Javascript code attached to HTML buttons defined in the formTemplate. However, my joy was soon curtailed. I thought that I could access the details of the tiddler

[tw] Re: [TWC] How can my HTML button know which tiddler the button is on? (or, as a last resort...)

2014-05-26 Thread Eric Shulman
On Monday, May 26, 2014 6:38:07 PM UTC-7, Antaeus Feldspar wrote: I'm trying to customize a TW with the FormTiddlerPlugin. I thought I had one of my major goals accomplished: being able to call Javascript code attached to HTML buttons defined in the formTemplate. However, my joy was soon

Re: [tw] Re: Html Tables appears at bottom (SOLVED)

2014-05-26 Thread wolfbite
Thanks I'll check that too On 24/05/14 15:43, Birthe C wrote: Hi Wolfbite I remember having had that problem in the past. In HTMLFormattingPlugin there is an option to ignore all linebreaks. That usually fixed it. Birthe On Saturday, May 24, 2014 2:28:34 AM UTC+2, wolfbite wrote: