Re: [tw] Re: Internal JavaScript Error on Firefox

2014-04-09 Thread Ton Gerner
Hi Brett, Try to make a new profile for Firefox, see http://kb.mozillazine.org/Creating_a_new_Firefox_profile_on_Windows Cheers, Ton On Wednesday, April 9, 2014 3:58:55 AM UTC+2, Brent Bartlett wrote: > > There is something wrong with the installation. I tried it on my laptop > (which is run

[tw] TW5 nested list recurssion problem.

2014-04-09 Thread Danielo Rodríguez
Hello. I'm trying to construct a table with cells defined in a tiddler field. I want to split the fields and use them but I have problems how list works. Nested list means as many iterations as list elements. If I want to construct only ONE ROW per tiddler but with different fields, I have a pro

Re: [tw] TW5 Linkcatcher

2014-04-09 Thread Jeremy Ruston
Hi Danielo > Does that mean that the linkcatcher will intercept any other messache and change it? or will it deliver both messages? Is it possible to construct a chain? The link catcher only responds to navigation messages. It absorbs the navigation event and just sends the message identified in

Re: [tw] TW5 nested list recurssion problem.

2014-04-09 Thread Jeremy Ruston
Hi Danielo > please look at the first filter. It does not work without the plus simbol. > [is[current]]+[split:table-headers[,]] Here you want to apply the split to the result of the [is[current]] operator. The best way to do that is like this: [is[current]split:table-headers[,]] Merging filter

Re: [tw] TW5 nested list recurssion problem.

2014-04-09 Thread Danielo Rodríguez
> > Here you want to apply the split to the result of the [is[current]] > operator. The best way to do that is like this: > > [is[current]split:table-headers[,]] > > Merging filter operators together by removing the ][ brackets between them > causes the results of the first filter operator to b

Re: [tw] TW5 Linkcatcher

2014-04-09 Thread Danielo Rodríguez
> > > The link catcher only responds to navigation messages. It absorbs the > navigation event and just sends the message identified in the `message` > attribute. So, one could create a chain of navigation message handlers, I > think, but not of arbitrary messages. > > So it stops the event pro

[tw] Re: TW5 nested list recurssion problem.

2014-04-09 Thread Danielo Rodríguez
So... There is no way to use dynamic filters? That's a pity. -- 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 th

Re: [tw] Re: TW5 nested list recurssion problem.

2014-04-09 Thread Jeremy Ruston
Hi Danielo > So... There is no way to use dynamic filters? That's a pity. I'm not sure what you mean, can you elaborate? Here's how to create a table if I interpreted your original request correctly: <$list filter="[tag[introduction]]"> <$list filter="modified created title" variable="fieldN

[tw] Re: TW5 nested list recurssion problem.

2014-04-09 Thread Stephan Hradek
Hi Danielo! What I like most in cases like these is not to only see the code but also have a wiki with sone example data to play around. Can you provide that? Am Mittwoch, 9. April 2014 09:45:12 UTC+2 schrieb Danielo Rodríguez: > > This is what I want > <$set name="fields-source" value={{!!title

[tw] Re: TW5 nested list recurssion problem.

2014-04-09 Thread Stephan Hradek
Small correction. You need square brackets, not curly ones: \define myFilter() [title[$(fields-source)$][split:table-headers[,]] \end -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from i

[tw] Re: TW5 nested list recurssion problem.

2014-04-09 Thread Danielo Rodríguez
El miércoles, 9 de abril de 2014 02:26:27 UTC-7, Stephan Hradek escribió: > > Small correction. You need square brackets, not curly ones: > > \define myFilter() > [title[$(fields-source)$][split:table-headers[,]] > \end > > > Than you Stephan. I already tried that and it does not work. I will pro

[tw] Re: TW5 nested list recurssion problem.

2014-04-09 Thread Danielo Rodríguez
Look an example at http://tiddlywiki.com/ Look for testTableFilter -- 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 po

[tw] Re: TW5 nested list recurssion problem.

2014-04-09 Thread Stephan Hradek
Are you sure the link is correct? -- 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 tid

[tw] Re: TW5 nested list recurssion problem.

2014-04-09 Thread Danielo Rodríguez
Hahaha, sorry http://braintest.tiddlyspot.com/ El miércoles, 9 de abril de 2014 03:10:43 UTC-7, Stephan Hradek escribió: > > Are you sure the link is correct? > -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and s

Re: [tw] TW5 Linkcatcher

2014-04-09 Thread Jeremy Ruston
Hi Danielo > So it stops the event propagation right? Maybe it could be interesting to > capture a event, react and raise a secondary event. > That is exactly what the linkcatcher widget does: it captures the tw-navigate event and raises the event named in the `message` attribute. Do you mean th

[tw] Re: Missing Link Style in TW5

2014-04-09 Thread PMario
The css should be: .tw-tiddlylink-missing { color:red; } but atm you'll need a.tw-tiddlylink-missing { color:red; } that it works. I didn't find a value for this in the Appearance tab. have fun! mario -- You received this message because you are subscribed to the Google Groups "Tiddly

[tw] Re: TW5 nested list recurssion problem.

2014-04-09 Thread Danielo Rodríguez
OK. You are a genius. This is working. I will try to use the MACRO inside other macro and see if it works. Thank you! Jeremy, this is what I was talking about. This is a filter with variables. \define myFilter() [title[$(fields-source)$]split:table-fields[,]] \end \define displayRow() <$list fi

Re: [tw] [TW5] "transient" popups

2014-04-09 Thread Jeremy Ruston
Hi FrD After having used this solution, I was wondering if the slider could be > closed by cliking on a link (inside th ToC). > That's the same as the original request: the ability to configure the popup manager to dismiss popups on any click. > As the link widget creates a handler for the onc

[tw] [TW5] Plugins from TWC

2014-04-09 Thread Filipe Silva
Hello everyone, Is there anyway to use a plugin from TWC on TW5? Like this one: https://github.com/anibalch/tiddlywiki-plantuml Or this one: http://d3tw.tiddlyspot.com/#D3.min.js-Plugin Thanks in advance. -- You received this message because you are subscribed to the Google Groups "TiddlyWik

[tw] TW5 definition of macros

2014-04-09 Thread Danielo Rodríguez
I found some places where the macros are defined without any end \define macroname() "Very simple thing" I think it is cool when it is simple. I searched into TW documentation a reference and I didn't found. Is this intentionally or it is a bug? Regards. -- You received this message because y

[tw] [TW5] Plugins from TWC

2014-04-09 Thread Danielo Rodríguez
No. The only option is to rewrite the code and adapting it to TW5. TW5 is a fresh new start and it is too different to be compatible -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from i

[tw] Re: Missing Link Style in TW5

2014-04-09 Thread Joe Bush
Nailed it. Thanks guys! On Wednesday, April 9, 2014 5:23:27 AM UTC-5, PMario wrote: > > The css should be: > > .tw-tiddlylink-missing { > color:red; > } > > but atm you'll need > > a.tw-tiddlylink-missing { > color:red; > } > > that it works. > > I didn't find a value for this in the Appearan

Re: [tw] TW5 definition of macros

2014-04-09 Thread Jeremy Ruston
Hi Danielo That's a single line macro definition. Thanks for pointing out that it's not in docs, I've added an update for 5.0.9: https://github.com/Jermolene/TiddlyWiki5/commit/690c8fe9a0f8360d601b49e391113a12ee4d1783 Best wishes Jeremy On Wed, Apr 9, 2014 at 1:51 PM, Danielo Rodríguez wrote

Re: [tw] TW5 Linkcatcher

2014-04-09 Thread Danielo Rodríguez
Hello Jeremy I didn't explained myself. I mean capture an event, react is some way and then launch a different one. What if I want to react to a navigate event and navigate to that tiddler too? For example for clear the search field after clicking a link. Maybe using a button? -- You recei

Re: [tw] TW5 Linkcatcher

2014-04-09 Thread Jeremy Ruston
Hi Danielo > I didn't explained myself. I mean capture an event, react is some way and then launch a different one. > What if I want to react to a navigate event and navigate to that tiddler too? For example for clear the search field after clicking a link. Maybe using a button? That makes sense

Re: [tw] [TW5] "transient" popups

2014-04-09 Thread FrD
Le mercredi 9 avril 2014 12:36:16 UTC+2, Jeremy Ruston a écrit : > > The linkcatcher widget captures tw-navigate messages, which is the message > generated by the link widget. > > >> Or suppose the link widget has "set" and "setTo" attributes. It could set >> a state tiddler to another value

Re: [tw] [TW5] "transient" popups

2014-04-09 Thread FrD
I've just seen the thread by Danielo : https://groups.google.com/d/msg/tiddlywiki/juZt0WaNbII/2RLhvcqzPScJ (TW5 Linkcatcher) This is kind of related ... FrD Le mercredi 9 avril 2014 16:29:24 UTC+2, FrD a écrit : > > > > Le mercredi 9 avril 2014 12:36:16 UTC+2, Jeremy Ruston a écrit : >> >> The

Re: [tw] [TW5] "transient" popups

2014-04-09 Thread Jeremy Ruston
Hi FrD > But I was wondering if it was possible to use the set and setTo attributes AND still propagate to the navigator widget the message originating from the link widget. That's already what the linkcatcher widget does: https://github.com/Jermolene/TiddlyWiki5/blob/master/core/modules/widgets

Re: [tw] Fix for TiddlyDesktop on Ubuntu and Mint

2014-04-09 Thread Jeremy Ruston
Hi Matabele OK, I'm struggling a little to understand how to update the readme.md for TiddlyDesktop to reflect the information that you're providing. > This is so very, very wrong. What's wrong? The existing advice in the readme? It would be incredibly helpful if you were able to prepare a pull

Re: [tw] [TW5] "transient" popups

2014-04-09 Thread FrD
Le mercredi 9 avril 2014 16:35:53 UTC+2, Jeremy Ruston a écrit : > > Hi FrD > > > But I was wondering if it was possible to use the set and setTo > attributes AND still propagate to the navigator widget the message > originating from the link widget. > > That's already what the linkcatcher widg

[tw] Re: [TW5] Plugins from TWC

2014-04-09 Thread Filipe Silva
Fair enough. I haven't been able to figure out how the plugin system works, not sure if I just put js in the tiddler or/and the tiddler name needs to be specific, could someone make me a quick and small example of it? Quarta-feira, 9 de Abril de 2014 14:28:59 UTC+1, Danielo Rodríguez escreveu:

[tw] Re: [TW5][NEW widget] Encrypt Widget

2014-04-09 Thread Matabele
Hi Great stuff. Works fine with a standalone -- when I tested with node, however, I get this error (although the encryption/decryption still works.) regards On Sunday, April 6, 2014 6:18:57 PM

Re: [tw] [TW5] "transient" popups

2014-04-09 Thread Jeremy Ruston
Hi FrD > Without the linkcatcher, it works well The fix *should* be to add the attribute message="tw-navigate" to the linkcatcher widget. However, in 5.0.8 there turned out to be a couple of bugs that stop that working. They are both now fixed for 5.0.9: https://github.com/Jermolene/TiddlyWiki5/

Re: [tw] [TW5] "transient" popups

2014-04-09 Thread FrD
Hi Jeremy, That's great ! Thanks a lot. FrD Le mercredi 9 avril 2014 17:09:36 UTC+2, Jeremy Ruston a écrit : > > Hi FrD > > > Without the linkcatcher, it works well > > The fix *should* be to add the attribute message="tw-navigate" to the > linkcatcher widget. However, in 5.0.8 there turned out

Re: [tw] Fix for TiddlyDesktop on Ubuntu and Mint

2014-04-09 Thread Matabele
Hi The existing advice is fine -- but editing the binary with ghex is a little tricky. My quick and dirty fix is not strictly kosher (hence the "very very wrong" comment) as it redirects libudev.so.0 to libudev.so.1 system wide. This could create instability in the system and should not be used

[tw] TW5 - Feature Request- Tagging

2014-04-09 Thread Shash
Hello All, Started testing TW5 a few days back and it seems to work like a charm though there are some issues with tiddlers loading slow when the file is too big to handle and I presume that Jeremy is already on it. One aspect which I think would be worth looking into is the tagging part. Curr

Re: [tw] Fix for TiddlyDesktop on Ubuntu and Mint

2014-04-09 Thread Jeremy Ruston
Thanks Matabele, on that basis I'll leave the readme alone, Best wishes Jeremy On Wed, Apr 9, 2014 at 4:51 PM, Matabele wrote: > Hi > > The existing advice is fine -- but editing the binary with ghex is a > little tricky. My quick and dirty fix is not strictly kosher (hence the > "very very

Re: [tw] Fix for TiddlyDesktop on Ubuntu and Mint

2014-04-09 Thread Matabele
Hi I have one suggestion - as noted, ghex is not an easy package to use. I have been experimenting with various packages and have found an easier package to use called 'bless'. The instructions would then read: 1. install the package 'bless' -- with the package manager, synaptic or from the te

Re: [tw] Fix for TiddlyDesktop on Ubuntu and Mint

2014-04-09 Thread Matabele
Here's the homepage for bless: http://home.gna.org/bless/index.html On Wednesday, April 9, 2014 7:53:02 PM UTC+2, Matabele wrote: > > Hi > > I have one suggestion - as noted, ghex is not an easy package to use. I > have been experimenting with various packages and have found an easier > package

Re: [tw] TW5 Linkcatcher

2014-04-09 Thread Danielo Rodríguez
Hello Jeremy. Thank you for your explanation. I agree with you that is not possible to support all the posible use cases. It's just that I used to stick to TW basic core functionalities for compatability reasons and some times I miss some more options. It's not too hard to make a specific wid

Re: [tw] [TW5] "transient" popups

2014-04-09 Thread Danielo Rodríguez
I was experiencing the same issue and I didn't understand why. Glad to see that it is fixed in the next release. Thank 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 it, send

[tw] Re: [TW5][NEW widget] Encrypt Widget

2014-04-09 Thread Danielo Rodríguez
I'm not sure how node JS works internally. What my widget does is erasing all the content of the temporary tiddler that holds the password. I just recreate it empty. Probably is a synchronization problem. I hope Jeremy could explain it. -- You received this message because you are subscribed

Re: [tw] Re: [TW5][NEW widget] Encrypt Widget

2014-04-09 Thread Jeremy Ruston
Hi Matabele Danielo's encryption plugin works OK for me with 5.0.9-prerelease under Node.js; I tried it with the tw5.com-server wiki. Does it work for you in an empty wiki? Best wishes Jeremy On Wed, Apr 9, 2014 at 8:40 PM, Danielo Rodríguez wrote: > I'm not sure how node JS works internally

Re: [tw] TW5 Linkcatcher

2014-04-09 Thread Jeremy Ruston
Hi Danielo > It's not too hard to make a specific widget for this functionality and I > prefer that rather than editing the core. In fact that is the actual power > of TW > What's the specific functionality you're after? My proposal covered the use case as I understood it: * Refactor <$linkcatc

Re: [tw] Fix for TiddlyDesktop on Ubuntu and Mint

2014-04-09 Thread Jeremy Ruston
Thanks Matabele, I've updated the readme here: https://github.com/Jermolene/TiddlyDesktop/commit/547bce7b6bfbb0ced58ec313f462aae2b5185068 Best wishes Jeremy On Wed, Apr 9, 2014 at 7:09 PM, Matabele wrote: > Here's the homepage for bless: > http://home.gna.org/bless/index.html > > On Wednesd

[tw] Listing Tags with Color

2014-04-09 Thread Joe Bush
So I'm listing the tags on a list of tagged tiddlers <$list filter="[tag[character]]"> <$link to={{!!title}}><$view field="title"/> - (<$list filter="[{!!title}tags[]]"><$link to={{!!title}}><$view field="title"><$fields tiddler={{!!title}}/>) which gives me something like this: AlastairCl

[tw] The future: collaborative editing in Dropbox?

2014-04-09 Thread Jon
Dropbox has announced that it will facilitate collaborative editing of Office documents and plans to expand this capacity to other applications: http://goo.gl/jwRPv0 This sounds like potentially a great way to allow for sharing of a TW in a way that would prevent conflicts among multiple editor

[tw] Re: Listing Tags with Color

2014-04-09 Thread Stephan Hradek
You should really consider putting [TW5] into the subject of your questions. Regarding coloring, you might want to check http://tw5magick.tiddlyspot.com/ especially the tiddler "Displaying Tags". Understanding that should help you solve your problem. -- You received this message because you ar

[tw] Re: [TW5] Plugins from TWC

2014-04-09 Thread Stephan Hradek
Am Mittwoch, 9. April 2014 16:57:13 UTC+2 schrieb Filipe Silva: > > Fair enough. > > I haven't been able to figure out how the plugin system works, not sure if > I just put js in the tiddler or/and the tiddler name needs to be specific, > could someone make me a quick and small example of it? >

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

2014-04-09 Thread Vincent Yeh
Yakov, Thanks for the help. I think I have fixed that bug in the current snapshot. Hopefully it is gone for good. I haven't got the slices yet, but have been debugging the next version (tons of bug fixes!). I am also preparing a document for plugin authors to use the twve.core for view mode ed