[twdev] Re: [TW5] Idea for hard line breaks

2014-10-31 Thread Stephan Hradek
Question: If I want the following to appear: This is a sentence. That I want to end with a dot and a newline. what would (newline follows) I have to enter? To my current understanding, this wouldn't work This is a sentence... That I want to end with a dot and a newline... what would (newline

[twdev] Re: [TW5] Idea for hard line breaks

2014-10-31 Thread Danielo Rodríguez
Just add an space between dots : . .. -- You received this message because you are subscribed to the Google Groups TiddlyWikiDev group. To unsubscribe from this group and stop receiving emails from it, send an email to tiddlywikidev+unsubscr...@googlegroups.com. To post to this group, send

[twdev] Re: [TW5] Idea for hard line breaks

2014-10-31 Thread Felix Küppers
Hi, why not: \\ ?. latex also uses them. Stephan is right, unix commands with .. at the end are quite common as they refer to the directory above. Am Freitag, 31. Oktober 2014 08:01:28 UTC+1 schrieb Stephan Hradek: Am Freitag, 31. Oktober 2014 07:49:22 UTC+1 schrieb Danielo Rodríguez:

[twdev] Re: [TW5] Idea for hard line breaks

2014-10-31 Thread Danielo Rodríguez
The same space trick applies here cd .. [space] For me is quiete natural. The \\ could be natural for those who has the american keyboard layout, but for me it requires two fingers on two different hands. El viernes, 31 de octubre de 2014 09:43:45 UTC+1, Felix Küppers escribió: Hi, why

[twdev] [TW5] Problem with TextReferences and Buttons

2014-10-31 Thread Felix Küppers
Hi @all, Is it possible to create a button that reads its set-destination from a current tiddler's field and once pressed echo some text to another tiddlers field? The problem is, setting set to the field by TextReference prohibits specifying the field of the destination that shall be changed

Re: [twdev] [TW5] Widget not being executed

2014-10-31 Thread Danielo Rodríguez
Hello Jeremy, I'm adding the group again to the email chain, hope you don't mind. thing to do is to trace the logic through -- is the widget that is generating the event in fact doing so? Perhaps that widget is only properly initialised after a refresh cycle, which it's currently never going to

Re: [twdev] Re: Non existing links in red instead of in italic - TW5

2014-10-31 Thread plerudulier
Thanks for taking time to elaborate on the answer. I did what you suggested and it all went very well. Of course I needed to correct the tiddler $:/MyStylesheet which I had tweaked earlier but that was nothing really. I'll make sure to upgrade regularly from now on. Thank you so much, again.

Re: [twdev] [TW5] Idea for hard line breaks

2014-10-31 Thread Mat
Great input guys. My own starting point in this is that going down a line should be *super banal t*o say the very least! For this reason, // or br etc are just really, really bad. It taxes your mind too much, probably even forcing most people to look down on the keyboard to locate the keys as

[twdev] Re: [TW5] Problem with TextReferences and Buttons

2014-10-31 Thread Stephan Hradek
I think it should work when you define a macro for the button and pass your values in the $macrocall. -- You received this message because you are subscribed to the Google Groups TiddlyWikiDev group. To unsubscribe from this group and stop receiving emails from it, send an email to

Re: [twdev] [TW5] Idea for hard line breaks

2014-10-31 Thread andrew.j.harrison84
Since an update to the core for this could be considered breaking back compatability imo, i suggest putting this function in a plugin so that you can choose your own double character. I'm not a programmer. This is just an idea. Sent from my Samsung Epic™ 4G TouchisMat matiasg...@gmail.com

[twdev] Re: [TW5] Problem with TextReferences and Buttons

2014-10-31 Thread Felix Küppers
Thanks, I will try that later Am Freitag, 31. Oktober 2014 13:50:23 UTC+1 schrieb Stephan Hradek: I think it should work when you define a macro for the button and pass your values in the $macrocall. -- You received this message because you are subscribed to the Google Groups

Re: [twdev] [TW5] Idea for hard line breaks

2014-10-31 Thread Mat
On Friday, October 31, 2014 1:58:26 PM UTC+1, infernoape wrote: Since an update to the core for this could be considered breaking back compatability I was more thinking of it as an addition, not a replacement. That wouldn't break anything, would it? :-) -- You received this message

Re: [twdev] [TW5] Idea for hard line breaks

2014-10-31 Thread Stephan Hradek
Sure it would break every tiddlywiki where the user uses - for whatever reason - 2 commas at the end of a line. -- You received this message because you are subscribed to the Google Groups TiddlyWikiDev group. To unsubscribe from this group and stop receiving emails from it, send an email to

[twdev] Re: [TW5] Problem with TextReferences and Buttons

2014-10-31 Thread Felix Küppers
Sweet! I didn't know that the TextReference would actually be evaluated if it is constructed in the macro. Thank you for your example Danielo! I think this the same what Stephan proposed, so thank you as well. regards Felix Am Freitag, 31. Oktober 2014 18:48:03 UTC+1 schrieb Danielo

Re: [twdev] [TW5] Idea for hard line breaks

2014-10-31 Thread PMario
Hi folks, TL;DR There is an issue / discussion at github: https://github.com/Jermolene/TiddlyWiki5/issues/443, which is set to wontfix for the core ... because we can't. To read the long version jump to the github issue :) In the thread here and in the github issue, there are very good

[twdev] Re: [TW5] Problem with TextReferences and Buttons

2014-10-31 Thread Danielo Rodríguez
I didn't know either until I tried. To be honest I didn't even thing about if it was possible, it just came to me. Glad it is useful. Regards -- You received this message because you are subscribed to the Google Groups TiddlyWikiDev group. To unsubscribe from this group and stop receiving

[twdev] Re: [TW5] Problem with TextReferences and Buttons

2014-10-31 Thread Felix Küppers
I didn't know either until I tried. To be honest I didn't even thing about if it was possible, it just came to me. Danielo, you are the chosen one :) -- You received this message because you are subscribed to the Google Groups TiddlyWikiDev group. To unsubscribe from this group and stop