[tw] Re: (TW5) Problem with operator on: subfilter:"sort[created]" ?

2017-02-24 Thread PMario
Hi, I think there is a typo. IMO it should be: \define timeline2(limit:"100",format:"DDth MMM ",subfilter:"",sortaction:"sort",dateField:"modified") see the : after sortaction! -m -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsub

[tw] Re: (TW5) Problem with operator on: subfilter:"sort[created]" ?

2017-02-24 Thread PMario
On Friday, February 24, 2017 at 7:34:03 AM UTC+1, Daniel Cunningham wrote: > > Finally. some observations and questions for you veterans (keeping in mind > that I'm not at all familiar with the code base yet): > >- It kind of "bothered" me that the declaration "looks" like it has a >"defa

[tw] Re: (TW5) Problem with operator on: subfilter:"sort[created]" ?

2017-02-24 Thread PMario
On Friday, February 24, 2017 at 7:34:03 AM UTC+1, Daniel Cunningham wrote: > > >- Death by whitespace: I found out if there's any leading whitespace >(before the macro definition) the tiddler fails. Also, if there's any >whitespace in the filter list, it will fail. Again, trying

[tw] Re: [TW5] plugins "FontAwesome" und "ThirdFlow" updated

2017-02-24 Thread Dragon Cotterill
On Friday, 24 February 2017 06:40:56 UTC, Mat wrote: > > Nobody else experiencing problems to see the special fonts on > http://thediveo.github.io/TW5FontAwesome/output/fontawesome.html ? > > Failures on FF, Chrome, IE and Opera (all latest versions) running on Win 8.1. -- You received this

[tw] Re: The look of tables TW5

2017-02-24 Thread BJ
Its difficult to say what the problem might be without see the code... all the best BJ On Friday, February 24, 2017 at 4:42:38 AM UTC+1, tejjyid wrote: > > I have a table produced by a macro that looks slightly wonky under TW5. > > > > >

[tw] Re: Announcing the 2nd TiddlyWiki European Meetup on 10th & 11th June 2017

2017-02-24 Thread Dragon Cotterill
Awesome. Hope to attend again. Even if I am a TWC advocate rather than a TW5 one. :) -- 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...@google

[tw] Re: [TW5] plugins "FontAwesome" und "ThirdFlow" updated

2017-02-24 Thread TheDiveO
It's an font embedding problem of my plugin. I'm seeing it also on FF on Android. I'll look into the issue. I suspect the base64 encoding was transferred incorrectly into the CSS tiddler. -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsub

[tw] Re: [TW5] plugins "FontAwesome" und "ThirdFlow" updated

2017-02-24 Thread TheDiveO
The FontAwesome plugin should be fixed now and correctly show the symbol glyphs. GitHub pages are updated with both the stand-alone plugin .tid as well as the demonstration TiddlyWiki. One caveat I only found out now: if you have installed Font Awesome also locally on your system, then this loc

[tw] Re: Announcing the 2nd TiddlyWiki European Meetup on 10th & 11th June 2017

2017-02-24 Thread Mat
Cool! I had a great time last year so hope to attend again and to see both familiar and new faces!! <:-) -- 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 tiddly

Re: [tw] Re: (TW5) Problem with operator on: subfilter:"sort[created]" ?

2017-02-24 Thread Daniel Cunningham
Hi Mario, You are quite the gentleman! Rookie mistake on my part. Many thanks for spotting the error! Best regards, -- Daniel On Fri, Feb 24, 2017 at 12:00 AM, PMario wrote: > Hi, > > I think there is a typo. IMO it should be: > > \define timeline2(limit:"100",format:"DDth MMM > ",subfi

Re: [tw] Announcing the 2nd TiddlyWiki European Meetup on 10th & 11th June 2017

2017-02-24 Thread Steven Schneider
I plan on coming! Crossing the pond for this event -- and to deliver a paper during "Web Archiving Week " exploring the use of TiddlyWiki as part of a Web Archiving toolkit .

Re: [tw] Re: (TW5) Problem with operator on: subfilter:"sort[created]" ?

2017-02-24 Thread Daniel Cunningham
Hi Mario, Thanks for your efforts at explaining. Yes, I'm coming to a new appreciation. With TW, you can't treat declarations and invocations as a matter of personal style. You need to understand exactly how the substitutions will take place. So instead of: "death by whitespace?" it's simply:

[tw] Re: Announcing the 2nd TiddlyWiki European Meetup on 10th & 11th June 2017

2017-02-24 Thread Jed Carty
I should be there, this time with more than just a tablet to work on. -- 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 p

[tw] Re: red screen of death TW5

2017-02-24 Thread tejjyid
I had one at least that produced the RSOD during the initial load. -- 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

Re: [tw] Re: (TW5) Problem with operator on: subfilter:"sort[created]" ?

2017-02-24 Thread PMario
On Friday, February 24, 2017 at 7:23:16 PM UTC+1, Daniel Cunningham wrote: > So instead of: "death by whitespace?" it's simply: "Dude. Whitespace > matters." :-) > :) ... but you are right. It sometime hurts quite a bit. ... But we also have to deal with backwards compatibility. .. There are

[tw] Re: How to access my TW from iPhone?

2017-02-24 Thread Matt Groth
Hey Mark, This worked! Now how do I make the server accessible from anywhere rather than just my local router? Thanks, Matt On Thursday, February 23, 2017 at 12:59:39 PM UTC-5, Mark S. wrote: > > From http://tiddlywiki.com/#ServerCommand , you need to give a command > that will let other dev

[tw] Re: How to access my TW from iPhone?

2017-02-24 Thread Matt Groth
Actually, I was able to accomplish this using ngrok . Thanks again for the help! On Friday, February 24, 2017 at 3:25:51 PM UTC-5, Matt Groth wrote: > > Hey Mark, > > This worked! > > Now how do I make the server accessible from anywhere rather than just my >

[tw] Re: [TW5] plugins "FontAwesome" und "ThirdFlow" updated

2017-02-24 Thread TheDiveO
On Friday, February 24, 2017 at 6:48:15 PM UTC+1, TheDiveO wrote: > > One caveat I only found out now: if you have installed Font Awesome also > locally on your system, then this local font will take precedence (urgh). > It seems there is nothing I can do here ... except renaming the embedded

[tw] Is there a way to keep sidebar tiddlers rendered in the background?

2017-02-24 Thread Matt Groth
One of my sidebar tiddlers is an iframe of a webpage. I am regularly going back and forth between that page and other sidebar tiddlers but the iframe has a long loading time. Is there a way to keep it rendered in the background? I'd rather not put it in my storylist. -- You received this messa

[tw] Re: Has anyone made a mechanism for faster tagging?

2017-02-24 Thread Thomas Elmiger
Hi Matt The Listreveal plugin is updated, you can get it here: http://tid.li/tw5/plugins.html#%24%3A%2FControlPanel:%5B%5BGet%20More%20Plugins%5D%5D%20%24%3A%2FControlPanel Happy tagging! Thomas -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. T

[tw] [TW5] Plugins updated: ToDoNow and Listreveal

2017-02-24 Thread Thomas Elmiger
Hi all Just a short note, most of all to Josiah who contributed a lot of ideas and testing: My plugins are updated (and still worked in a first test). === *Listreveal* For my lists of tiddlers I made a special tool *listreveal* that a) lets you open listed tiddlers and see their tags and other