[tw] Re: TW5 putting a tag count in the tiddler title

2014-01-28 Thread Stephan Hradek
Without testing: Try tags[] instead of tagging[]. What your counting is the number of tiddlers tagged with your current tiddler's title. -- You received this message because you are subscribed to the Google Groups TiddlyWiki group. To unsubscribe from this group and stop receiving emails from

[tw] Re: [TW5] A column behavior question

2014-01-28 Thread Stephan Hradek
Instead of @@.threecolumns use div class=threecolumns and put 2 linefeeds where you have one at the moment. -- 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: [TW5] A column behavior question

2014-01-28 Thread Stephan Hradek
Am Dienstag, 28. Januar 2014 19:47:27 UTC+1 schrieb Jeremy Ruston: Hi Julio TW5 uses double newlines to mark the ends of paragraphs. You'll find the raw wikitext easier to edit, too. But this doesn't fit to the - still not fixed - @@ The problem then is that he'll get lots of paragraphs

[tw] Re: Announcing TiddlyWiki 5.0.7-beta

2014-01-28 Thread Stephan Hradek
Am Mittwoch, 29. Januar 2014 00:34:45 UTC+1 schrieb Danielo Rodríguez: What I mean is: TW need more publicity about its possibilities. Can you provide text changes and addittions to be put into TW's documentation to make the power more visible? I think any improvement in documentation

[tw] Re: TW5 Javascript Macro that returns wikitext

2014-01-28 Thread Stephan Hradek
Could you show the full macro and how you use it? I took your example, changed it a bit, because I had no reference for makeDateStr nor for day, and the wikitext is rendered. -- You received this message because you are subscribed to the Google Groups TiddlyWiki group. To unsubscribe from

[tw] Re: TW5 export question

2014-01-28 Thread Stephan Hradek
Am Mittwoch, 29. Januar 2014 06:15:25 UTC+1 schrieb cangaroo joe: Will TW5 have the ability to export data to other formats than HTML? I'm wondering which formats you're thinking of. -- You received this message because you are subscribed to the Google Groups TiddlyWiki group. To

[tw] Re: TiddlyWiki Hangout #32 on Tuesday 28th January at 4pm GMT

2014-01-28 Thread Stephan Hradek
Maybe it's about time to think about: TiddlyWiki Treffpunkt - Deutschstunde Participants: Mario, Michael, Tobias, you and me ;) -- 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

[tw] Re: TW5 Javascript Macro that returns wikitext

2014-01-28 Thread Stephan Hradek
/*\ title: $:/macros/skeeve/experiment.js type: application/javascript module-type: macro \*/ (function(){ /*jslint node: true, browser: true */ /*global $tw: false */ use strict; /* Information about this macro This is the mysamplemacro of Tiddly Wiki 5 written in JavaScript */ exports.name

[tw] Re: 2nd password prompt needed

2014-01-27 Thread Stephan Hradek
I agree! And I miss a cancel button. Yes… An empty password might be enough - but you don't know, because the prompt does not tell you. -- You received this message because you are subscribed to the Google Groups TiddlyWiki group. To unsubscribe from this group and stop receiving emails from

Re: [tw] Re: List of TW5 Plugins?

2014-01-27 Thread Stephan Hradek
While we are at it, Jeremy… How would I make my newtiddler widget a proper official plugin? And also the let widget… -- 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

Re: [tw] How to upgrade your TW5 file ?

2014-01-27 Thread Stephan Hradek
I might have missed it, Jeremy. I'm trying to upgrade my tw5magick to 5.0.7 now and again my own plugins (newtiddler, let) are not taken over automatically. What do I need to do (link to documentation would be sufficient) for my plugins to be imported into empty.html? -- You received this

Re: [tw] How to upgrade your TW5 file ?

2014-01-27 Thread Stephan Hradek
Am Montag, 27. Januar 2014 10:00:28 UTC+1 schrieb Jeremy Ruston: Are your plugin tiddlers of type application/javascript, and a module-type field? Sure… I just tried with tiddlystuff.tiddlyspot.com - none of my modules were imported. For example

Re: [tw] Re: List of TW5 Plugins?

2014-01-27 Thread Stephan Hradek
Am Montag, 27. Januar 2014 10:45:46 UTC+1 schrieb Jeremy Ruston: Anyhow, right now, we just have plugins packed into the main TW5 repo. That means that in your case there is the obstacle remaining of not being able to run the Node.js configuration of TW5. That means that you can't run

[tw] Re: Announcing TiddlyWiki 5.0.7-beta

2014-01-27 Thread Stephan Hradek
Should work like this: Instead of list[TheTiddlerWithAlistField] use list[ATiddlerWith!!a_list_field]. In the first case the tiddler has to have a field called list, in the second case a field called a_list_field2 which is then interpreted as a list. So list[tiddler] (old form) is the same as

[tw] Re: Announcing TiddlyWiki 5.0.7-beta

2014-01-27 Thread Stephan Hradek
Should work like this: Instead of list[TheTiddlerWithAlistField] use list[ATiddlerWith!!a_list_field]. In the first case the tiddler has to have a field called list, in the second case a field called a_list_field which is then interpreted as a list. So list[tiddler] (old form) is the same as

[tw] Re: Announcing TiddlyWiki 5.0.7-beta

2014-01-27 Thread Stephan Hradek
May I have a link please so that I can test? Additionally I'd put is[current] before the list…. -- 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: Announcing TiddlyWiki 5.0.7-beta

2014-01-27 Thread Stephan Hradek
Am Montag, 27. Januar 2014 14:46:31 UTC+1 schrieb TheDiveO: Can it be a problem that the list is in form of 777 888, whereas the tiddler titles are RFC 777 and RFC 888, and my macros then assemble the full title for linking. Does the list operator run into any problems when iterating

[tw] Re: Announcing TiddlyWiki 5.0.7-beta

2014-01-27 Thread Stephan Hradek
Okay… it IS a problem. list *filters*. So you can not iterate over lists. -- 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] Re: Announcing TiddlyWiki 5.0.7-beta

2014-01-27 Thread Stephan Hradek
When you change the rfc-updated-by field as you wrote, why not simply use: $transclude field=rfc-updated-by/ -- 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 Magick Database example doubts

2014-01-27 Thread Stephan Hradek
I didn't ask you to create a bookmarklet, but to take from them the code to tell Tiddlywiki to take the changes you applied to a field. If you put into an HTML input element some new information, TW will happily ignore this change until you send it an event. -- You received this message

[tw] Re: Announcing TiddlyWiki 5.0.7-beta

2014-01-27 Thread Stephan Hradek
no tiddler exists yet, Did you see my other post? Am Montag, 27. Januar 2014 15:40:13 UTC+1 schrieb Stephan Hradek: When you change the rfc-updated-by field as you wrote, why not simply use: $transclude field=rfc-updated-by/ -- You received this message because you are subscribed

Re: [tw] How to upgrade your TW5 file ?

2014-01-27 Thread Stephan Hradek
Am Montag, 27. Januar 2014 17:36:57 UTC+1 schrieb Jeremy Ruston: Have you now been able to import them successfully by changing their type? I think I misunderstood you. You mean I should change their type from application/javascript to something else (or empty) and import then? But what's

Re: [tw] How to upgrade your TW5 file ?

2014-01-27 Thread Stephan Hradek
Am Montag, 27. Januar 2014 17:48:14 UTC+1 schrieb Jeremy Ruston: So, it is not possible to import such tiddlers into 5.0.7. That's why I'm suggesting changing their type and resaving in 5.0.6, so that you can import into 5.0.7. Then you can change the type back again. Future imports

[tw] Re: Seeking input for a Navigational Intro to TW (on TWC)

2014-01-27 Thread Stephan Hradek
I don't have much eperience with TWC anymore. Did you try to simply put a working close button by putting toolbar closeTiddler into the tiddler? I can't test with your linked wiki as I'm not allowed to edit and I don't know how to activate your theme, but when I put this into a fresh TWC, I

[tw] Re: [TW5} sorry - another TW5 journalling question.

2014-01-27 Thread Stephan Hradek
Does this help? http://tiddlystuff.tiddlyspot.com/ look at dateTimeMacro. Sorry that the instructions are a bit terse, but I just wrote it and will go to bed now ;) -- You received this message because you are subscribed to the Google Groups TiddlyWiki group. To unsubscribe from this group

[tw] Re: Newbie help

2014-01-27 Thread Stephan Hradek
For tweaking the layout search for Ton Gerner's wiki. Links should be somewhere here. He is (to me) the TW5 theme-guru. -- 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

[tw] Re: TW5 Buttons with custom JS

2014-01-27 Thread Stephan Hradek
Hi Danielo! Am Dienstag, 28. Januar 2014 01:37:26 UTC+1 schrieb Danielo Rodríguez: I would love to add custom JS functions to button within TW interface. Is that possible in an easy way? Define easy. Is Javascript Macros in WikiText, found on http://w5magick.tiddlyspot.com easy? I

[tw] Re: [TW5] are there any limitations to the number of tiddlers?

2014-01-27 Thread Stephan Hradek
Am Montag, 27. Januar 2014 23:32:27 UTC+1 schrieb Jon: Also, are there any upper limits to the number of tiddlers There are no built-in limitations. - can large numbers slow things down? Of course. But the limitation is then mainly in the browser and OS. -- You received this message

[tw] Re: [TW5} sorry - another TW5 journalling question.

2014-01-27 Thread Stephan Hradek
Am Dienstag, 28. Januar 2014 07:26:38 UTC+1 schrieb Stephan Hradek: dateTime 0DD/0MM/YY leave out the 0 if you do not want 2-digit day and month for 1-9. Actually: That was wrong. dateTime format:0DD/0MM/YY would have been correct. But as I figured, the usual case would be to provide

[tw] Re: TW5 Buttons with custom JS

2014-01-27 Thread Stephan Hradek
Am Dienstag, 28. Januar 2014 07:46:50 UTC+1 schrieb Danielo Rodríguez: Hello Stephan, Yes, macros in javascript are easy. If you suggest that I can accomplish what I'm looking for with that kind of implementation I don't figure how to do it. I'm not sure exactly what you want to

[tw] Re: How to use Tiddlsnip until something better comes along

2014-01-26 Thread Stephan Hradek
Nice reading. I would label it: ;) The fun of using WinDOS ;) -- 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

[tw] Re: TW5 Magick Database example doubts

2014-01-26 Thread Stephan Hradek
Am Sonntag, 26. Januar 2014 21:17:12 UTC+1 schrieb Danielo Rodríguez: There is no option to empty the temporary tiddler after creating the new tiddler? I mean, maybe chaining several actions or invisible buttons? Not that I know. If you want JavaScript, check my macro example on

[tw] Re: Page display error, started happening on Tiddlyspace during routine editing

2014-01-26 Thread Stephan Hradek
Which Browser? Which OS? Which TiddlyWiki (TW5 or TWC - please indicate in the subject next time). Any link where we can reproduce? -- 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,

[tw] Re: TW5 Documentation splited.

2014-01-26 Thread Stephan Hradek
Am Sonntag, 26. Januar 2014 21:49:13 UTC+1 schrieb Danielo Rodríguez: I don't have many examples now in mind, bet there are many others. Is any help needed in order to fix this situation? I'm almost 100% sure any help from your side in enhancing the documentation will be more than

[tw] Re: How to use Tiddlsnip until something better comes along

2014-01-26 Thread Stephan Hradek
At work I used to use http://portableapps.com - very useful! -- 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

[tw] Re: TiddlyWiki 3 and 4?

2014-01-26 Thread Stephan Hradek
That's due to superstition. The number 4 has a bad connotation in China and Japan, so it was skipped. And 3 of course would challange god, christ and the holy ghost as only they are three… And of course I'm making this all up ;) -- You received this message because you are subscribed to the

[tw] Re: TW5 Magick Database example doubts

2014-01-26 Thread Stephan Hradek
What you could do, if you don't want to extend the newtiddler widget to support the cleaning, is to look at my bookmarklet examples. You can use standard JavaScript methods to find the input element, empty it and send an input event to it. The bookmarklets have example code for doing stuff like

[tw] Re: Adding Images

2014-01-24 Thread Stephan Hradek
Am Freitag, 24. Januar 2014 00:40:38 UTC+1 schrieb Chris Miller: Second I observe that there are unnecessary tiddlers created during the course of the Drag-and-Drop. Never noticed that. What kind of tiddlers are created? Can you show examples? -- You received this message because you

[tw] Re: Adding Images

2014-01-24 Thread Stephan Hradek
You should also mention your Browser and OS I can't reproduce on OS X 10.5.8 with FF16 -- 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] How to IF… THEN… ?

2014-01-24 Thread Stephan Hradek
I've looked at http://tesis.tiddlyspot.com/ but can't find what you're writing about. Maybe you really better give examples. -- 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

[tw] Re: [TW5] How to IF… THEN… ?

2014-01-24 Thread Stephan Hradek
I mean: tell me the tiddlers you're refering to. Those where the problems are. -- 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: scope of macros in wikitext

2014-01-24 Thread Stephan Hradek
For some macros there might be a workaround. Check http://tw5magic.tiddlyspot.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: TW5: scope of macros in wikitext

2014-01-24 Thread Stephan Hradek
Am Freitag, 24. Januar 2014 22:50:19 UTC+1 schrieb Michael Herrmann: Hi Stephan, something's wrong: 404 Am Freitag, 24. Januar 2014 22:38:37 UTC+1 schrieb Stephan Hradek: For some macros there might be a workaround. Check http://tw5magic.tiddlyspot.com http://tw5magick.tiddlyspot.com

[tw] Re: TW5 view vs transclude and other examples

2014-01-24 Thread Stephan Hradek
Am Samstag, 25. Januar 2014 05:50:26 UTC+1 schrieb Danielo Rodríguez: $view field=title/ This will show the title. Unwikified, so there will be, for example, no PrettyLink. $transclude field=description/ This will wikify. So [[tiddler]] in a description will become a link. My

[tw] Re: TW5 carriage return not working.

2014-01-24 Thread Stephan Hradek
As you're already using HTML, why not use br/ or p/p for this purpose? -- 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

[tw] Re: [TW5] How to IF… THEN… ?

2014-01-23 Thread Stephan Hradek
It's a bit too abstract for me. Do you have data somewhere where I can experiment with it? In general I'd say you could reach your goal by using a $list for your if, but I'd like to take a look at some example data. -- You received this message because you are subscribed to the Google Groups

Re: [tw] Re: Defining navigation paths in TiddlyWiki5

2014-01-23 Thread Stephan Hradek
Sure! I added $:/core/modules/filters/previous.jshttp://m%C3%A5ns.dk/mtc2/#%24%3A%2Fcore%2Fmodules%2Ffilters%2Fprevious.jswhich you missed. -- You received this message because you are subscribed to the Google Groups TiddlyWiki group. To unsubscribe from this group and stop receiving emails

[tw] Re: insert Title in tiddle automatic (like [tag[title]])

2014-01-23 Thread Stephan Hradek
Did you try [tag{!!title}] -- 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

[tw] Re: Tiddlyspot down?

2014-01-22 Thread Stephan Hradek
It's not down for me. My http://tw5magick.tiddlyspot.com loads perfectly -- 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

Re: [tw] Re: [TW5] Inline Editing of fields

2014-01-22 Thread Stephan Hradek
Am Mittwoch, 22. Januar 2014 12:39:45 UTC+1 schrieb Danielo Rodríguez: Hello Jeremy, thank you for the explanation. I understand the mechanism, but it still unintuitive, even reading the documentation. What kind of messages does the navigator accepts? Is that the only one or there are

[tw] Re: [TW5] How to iterate over the items in a tiddler's field?

2014-01-22 Thread Stephan Hradek
At the moment you can only iterate over the content of the list field. So if you created your own field, you're (at the moment) lost. Copy over the content of your field to the field called list (which you might need to create). -- You received this message because you are subscribed to the

[tw] Re: [TW5] Transcluding oneself with a template to show certain fields problem

2014-01-22 Thread Stephan Hradek
Am Mittwoch, 22. Januar 2014 15:01:33 UTC+1 schrieb TheDiveO: Well, one mistake found, hit next wall ... of course, it should have been: {{{[is[current]]||RFCHeader}}} This now transcludes the markup verbatim instead of rendering it. Somehow I'm still not getting it... Instead of that

Re: [tw] Re: Defining navigation paths in TiddlyWiki5

2014-01-22 Thread Stephan Hradek
Am Mittwoch, 22. Januar 2014 17:19:07 UTC+1 schrieb Måns: Is it possible to use the list macro/widget-thingy to generate the list field value and sort by a second custom field value? Should be possible. Give me an example Wiki and I'll try to create the proper code for you… -- You

Re: [tw] Re: Defining navigation paths in TiddlyWiki5

2014-01-22 Thread Stephan Hradek
I've created a Lesson2 and a tiddler ToC containing: $list filter=[tags[]prefix[Lesson]] ! $view field=title/ {{{ [tag{!!title}sort[number]] }}} /$list Does this help? -- You received this message because you are subscribed to the Google Groups TiddlyWiki group. To unsubscribe from this group

Re: [tw] Re: Defining navigation paths in TiddlyWiki5

2014-01-22 Thread Stephan Hradek
If you want to create the list with a filter and select the previous and next from it, you need a modified next/previous filter function https://github.com/Jermolene/TiddlyWiki5/pull/357 -- You received this message because you are subscribed to the Google Groups TiddlyWiki group. To

Re: [tw] Re: Defining navigation paths in TiddlyWiki5

2014-01-22 Thread Stephan Hradek
Done $list filter=[is[current]tag[Lesson1]] Next: $list filter=[tag[Lesson1]sort[number]next[]]/ / Previous: $list filter=[tag[Lesson1]sort[number]previous[]]/ /$list $list filter=[is[current]tag[Lesson2]] Next: $list filter=[tag[Lesson2]sort[number]next[]]/ / Previous: $list

Re: [tw] Re: Defining navigation paths in TiddlyWiki5

2014-01-22 Thread Stephan Hradek
SOLVED \define prevnext(lesson) Previous: $list filter=[tag[$lesson$]sort[number]previous[]]/ / Next: $list filter=[tag[$lesson$]sort[number]next[]]/ \end $list filter=[is[current]tags[]prefix[Lesson]] variable=lessonhr$macrocall $name=prevnext lesson=lesson//$list -- You received this

[tw] Re: [TW5] Inline Editing of fields

2014-01-21 Thread Stephan Hradek
Am Montag, 20. Januar 2014 21:47:43 UTC+1 schrieb Danielo Rodríguez: I can't even imagine how you came to the conclusion you needed so many tidlers an the way you chain they. You mean in regards to the Contacts example? To be honest: I didn't plan it in advance. I just started to create

[tw] Re: How to better structure the content in TW5?

2014-01-21 Thread Stephan Hradek
Am Dienstag, 21. Januar 2014 20:13:26 UTC+1 schrieb Marcel Kaczala: I'm was wondering what's the bests methods for structure the tiddler content: 1) If I have a long tiddler …you'd better split them into smaller tiddlers ;) with a lot of headings, to create a TOC? How to do for TW5?

[tw] Re: How to better structure the content in TW5?

2014-01-21 Thread Stephan Hradek
To elaborate on Am Dienstag, 21. Januar 2014 22:32:46 UTC+1 schrieb Stephan Hradek: Am Dienstag, 21. Januar 2014 20:13:26 UTC+1 schrieb Marcel Kaczala: I'm was wondering what's the bests methods for structure the tiddler content: 1) If I have a long tiddler …you'd better split them

Re: [tw] Re: [TW5] Slider problem in Chrome

2014-01-20 Thread Stephan Hradek
Hi Ton! You need to wait for the next TW5 release before this can work. -- 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.

Re: [tw] Re: [TW5] $:/core/ui/MoreSideBar/Types also list tiddlers with no type

2014-01-20 Thread Stephan Hradek
I would as well remove an empty tags attribute. I don't think there is a use case for differentiating between empty tag and no tag. -- 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,

[tw] Re: [TW5] Inline Editing of fields

2014-01-20 Thread Stephan Hradek
Sure there is a solution: Just edit the fields of another tiddler. -- 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

[tw] Re: [TW5] Inline Editing of fields

2014-01-20 Thread Stephan Hradek
I don't know what you want to do, so I can't give you a good solution. But maybe my examples help you? http://tw5magick.tiddlyspot.com/ check Creating a simple Contacts DB. -- You received this message because you are subscribed to the Google Groups TiddlyWiki group. To unsubscribe from this

Re: [tw] [TW5] Tag Matching

2014-01-19 Thread Stephan Hradek
It seems to be impossible for me to reply… -- 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

[tw] Re: [TW5] Tag Matching

2014-01-19 Thread Stephan Hradek
In theory, this should work: \define getFilter() [$list filter=[is[current]tags[]]tag[$view field=title/]/$list] \end $list filter=getFilterdt$view field=title//dtdd{{{ [is[current]tags[]] }}}/dd/$list In practice, it does not, because the getFilter does not return the result but jsut its

[tw] Re: [TW5] Tag Matching

2014-01-18 Thread Stephan Hradek
MatchAny: [is[current]tags[]tagging[]] For the other 2 I think it's not possible at the moment. -- 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] Slider problem in Chrome

2014-01-17 Thread Stephan Hradek
Check my tw5magick template. For your example it works, meaning: When Label equals the tiddler's name. -- 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] Slider problem in Chrome

2014-01-17 Thread Stephan Hradek
Am Freitag, 17. Januar 2014 10:30:55 UTC+1 schrieb Ton Gerner: Hi Stephan, Yes, now your Global slider macro works in Chrome. Yesterday it didn't. Sure… Because when I created it, I didn't know about the root cause of the problem. In the meantime I fixed it. -- You received this

[tw] Re: [TW5] Slider problem in Chrome

2014-01-17 Thread Stephan Hradek
As you already have read in the other replies the root cause for the problem is the wikified buttontext. As you also noted, putting a tilde ~ does not generally help. But puting this as the buttontext will help: $list filter=[[$label$]]$view field=title//$list So the full macro is: \define

[tw] Re: [TW5] Slider problem in Chrome

2014-01-17 Thread Stephan Hradek
Am Freitag, 17. Januar 2014 11:32:43 UTC+1 schrieb Ton Gerner: Awesome. Yet again I updated. This time I didn't use the list widget but another template called unwikified. -- You received this message because you are subscribed to the Google Groups TiddlyWiki group. To unsubscribe from

[tw] Re: Help an eternal newbie with node.js for TW5

2014-01-17 Thread Stephan Hradek
Am Freitag, 17. Januar 2014 15:38:24 UTC+1 schrieb Andrew Lister: 6. navigate to http://127.0.0.1:8090 in my browser [Are those first four numbers always the same? Not sure] Yes, if you're using IPv4 http://richardmacarthy.hubpages.com/hub/127001-IP-Address-Explained -- You received

[tw] Re: [TW5] Slider problem in Chrome

2014-01-17 Thread Stephan Hradek
check slider macro fix. It's not global though. You have to copy over the slider macro to every tiddler you need it in. Or you need to convert it into a plugin. Check Javascript Macros in WikiText for that. Both on tw5magick.tiddlyspot.com -- You received this message because you are

Re: [tw] Re: [TW5] backticks for inline code - very bad usability on German keyboard layouts

2014-01-16 Thread Stephan Hradek
Hi Jeremy! I don't think it's an issue at all. After all: Every colleague I had so far, who was serious about programming, used an US keyboard. Or switched his keyboard layout to US. I myself don't do as I'm already used to all the weird places where you find [] {} \ etc. And then there is

Re: [tw] Re: [TW5] backticks for inline code - very bad usability on German keyboard layouts

2014-01-16 Thread Stephan Hradek
Shift-3 it is. Not Shift-e -- 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] I don't yet understand this list and filter stuff…

2014-01-16 Thread Stephan Hradek
Am Donnerstag, 16. Januar 2014 11:49:11 UTC+1 schrieb Jeremy Ruston: The easiest way to use a filter is to place it in triple curly braces. You'll get back a list of links to the tiddlers that the filter yields. For example: {{{ [tag[introduction]] }}} May I cry out loud

[tw] Re: Renaming tags (search and replace)

2014-01-16 Thread Stephan Hradek
This seems french to me ;) Small tipp: Try in your Définitions tiddler this instead of putting a Level 3 header. Maybe you like it? $list filter=[tag[.définition]tag[Fonctions]sort[title]] $link to={{!!title}}$view field=title//$link $transclude/ hr/$list -- You received this message

[tw] Re: [TW5] [FR] section (heading) link

2014-01-16 Thread Stephan Hradek
I don't know whether or not it is planned at all, I just know that the ## syntax is now used for accessing indexes in DataTiddlers. Check on http://tiddlywiki.com the tiddler DataTiddlers. -- You received this message because you are subscribed to the Google Groups TiddlyWiki group. To

[tw] Re: TW5 + Tiddlyspot and offline work?

2014-01-16 Thread Stephan Hradek
I do this all the time. But I've created a small script to upload my local copy because there are problems doing this from the browser. -- You received this message because you are subscribed to the Google Groups TiddlyWiki group. To unsubscribe from this group and stop receiving emails from

[tw] Re: Renaming tags (search and replace)

2014-01-16 Thread Stephan Hradek
Am Donnerstag, 16. Januar 2014 16:01:01 UTC+1 schrieb Albertononi: Danke schön Stephan! but I prefer to have the source of the definition more visible. That could be done with CSS tweaking. THe advantage is that the cite is also tagged as a cite. -- You received this message because

[tw] Re: WikiText : Some Typed Blocks render as Unknown types ( plain text)

2014-01-16 Thread Stephan Hradek
What do you expect from javascript type? -- 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

[tw] Re: [TW5] Slider problem in Chrome

2014-01-16 Thread Stephan Hradek
I always fail with that… Try $macrocll $name=slider label=GettingStarted text={{GettingStarted}}/ -- 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] Slider problem in Chrome

2014-01-16 Thread Stephan Hradek
I always fail with that… Try $macrocall $name=slider label=GettingStarted text={{GettingStarted}}/ -- 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] Slider problem in Chrome

2014-01-16 Thread Stephan Hradek
Answers deleted due to not reading question correctly… Sorry! But I recreated a global slider. Check it on http://tw5magick.tiddlyspot.com/ Global slider macro. -- You received this message because you are subscribed to the Google Groups TiddlyWiki group. To unsubscribe from this group and

[tw] Re: [TW5] Slider problem in Chrome

2014-01-16 Thread Stephan Hradek
In Safari on 10.5.8 it also works as a link. -- 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

[tw] Re: [TW5] Slider problem in Chrome

2014-01-16 Thread Stephan Hradek
Put a ~ in front of the $label$ which is the buttontext. The problem is that it is wikified. The link gets precedence over the underlying button. -- You received this message because you are subscribed to the Google Groups TiddlyWiki group. To unsubscribe from this group and stop receiving

[tw] Re: [TW5] Slider problem in Chrome

2014-01-16 Thread Stephan Hradek
Try again… -- 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: Using TW as a musical scratchpad with BopLand.org services?

2014-01-15 Thread Stephan Hradek
Hi Jeremy! While we are at it: Do you remember that you wanted to change the @@ block to create a classed div instead of applying the class to all child objects? I think this would also help here as a bopland div is then simply created with @@bopland musical notes here @@ -- You received

[tw] Re: [TW5] Text formatting

2014-01-15 Thread Stephan Hradek
No, but you can have a small workaround taking my bookmarklets. Search on http://tw5magick.tiddlyspot.com/ for TW5 Format Bookmarklets. -- You received this message because you are subscribed to the Google Groups TiddlyWiki group. To unsubscribe from this group and stop receiving emails from

[tw] Re: [TW5] backticks for inline code - very bad usability on German keyboard layouts

2014-01-15 Thread Stephan Hradek
Du übertreibst ;) Just a hint… When I type a codeblock I press keep shift pressed and type 6 times `. Then I press 3 times cursor left and 1 time return. I end up with: ``` |``` where | marks the cursor position which is exactly where I need to enter the code. -- You received this message

[tw] Re: [TW5] how to qualify curent tiddler? Or else...???

2014-01-14 Thread Stephan Hradek
That's something I never really understand :( In theory I thought this should work: \define join2(a b) $a$$b$ \end $link to=join2 {{!!title}} -appendedjoin2 {{!!title}} -appended /$link $button set=join2 {{!!title}} -appended setTo=Success…create…/ $button And it works if called directly,

[tw] Re: [TW5] how to qualify curent tiddler? Or else...???

2014-01-14 Thread Stephan Hradek
Got it - but still it seems illogical to me: \define link(title) $link to=$title$-appended$title$-appended/$link \end \define button(title) $button set=$title$-appended setTo=Success…create…/$button \end $macrocall $name=link title={{!!title}}/ $macrocall $name=button title={{!!title}}/ --

[tw] Re: Introducing TiddlyDesktop

2014-01-14 Thread Stephan Hradek
I thought the big advantage of TW is that it is not required to install anything on the computer in order to be able to use TW. I hope this will stay the main focus of TW: Be just dependant on a browser to be installed. Even if it might be a bit clumsy to use when you can't install e.g.

[tw] Re: Renaming tags (search and replace)

2014-01-14 Thread Stephan Hradek
I'm really flabbergasted! That's really great stuff! -- 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

[tw] Re: Renaming tags (search and replace)

2014-01-14 Thread Stephan Hradek
An enhancement: |!Search tag: | $edit-text tiddler=$:/temp/RenameTags/search tag=inputtype =text/ | |!Replace by: | $edit-text tiddler=$:/temp/RenameTags/replace tag=inputtype =text/ | --- !First step !!//Apply the new tag to the following tiddlers// $list filter=

[tw] Re: Renaming tags (search and replace)

2014-01-14 Thread Stephan Hradek
There was a mistake in the first one I posted… So here is the real enhancement where you do not need to edit the tiddler to change the tags you want to search: |!Search tag: | $edit-text tiddler=$:/temp/RenameTags/search tag=inputtype =text/ | |!Replace by: | $edit-text

[tw] Re: Renaming tags (search and replace)

2014-01-14 Thread Stephan Hradek
I hope it is okay for you that I included this great trick in my http://tw5magick.tiddlystuff.com collection. -- 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: Renaming tags (search and replace)

2014-01-14 Thread Stephan Hradek
I hope it is okay for you that I included this great trick in my http://tw5magick.tiddlyspot. http://tw5magick.tiddlyspot.com/comhttp://tw5magick.tiddlyspot.comcollection. -- You received this message because you are subscribed to the Google Groups TiddlyWiki group. To unsubscribe from this

[tw] Re: [TW5] Equations

2014-01-14 Thread Stephan Hradek
Am Dienstag, 14. Januar 2014 22:18:00 UTC+1 schrieb Stuart Dyne: Thanks Jeremy So there is a choice - a cut and paste direct from Firemath with the insertion of $$$text/html at the start and $$$ at the end OR removal of the line-breaks. OR adding blanks after every HTML tag which

[tw] Re: Creating a macro for a new tiddler

2014-01-13 Thread Stephan Hradek
I just created a simple Contact Database using the newtiddler widget. Take a look at the tiddler Creating a simple Contacts DB on http://tw5magick.tiddlyspot.com/ -- You received this message because you are subscribed to the Google Groups TiddlyWiki group. To unsubscribe from this group and

<    5   6   7   8   9   10   11   12   13   14   >