[tw] [TW5][TUT]Make any field behave like tags

2014-11-20 Thread Alberto Molina
Great! thanks! I must try when I have time. (by the way, the link to your braintest wiki doesn't work) 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

[tw] Re: [TW5] Reference tiddler from outer $list inside inner $list

2014-11-20 Thread Dmitry Skopa
Hi Tobias, The idea is not to show current project tag in task listed for current project tiddler cause it's obvious: we already know that these tasks belong to this project. So it's kind of information noise. It is the same as for task tag: it's useless when we already know we're showing a

[tw] Re: [TW5] Reference tiddler from outer $list inside inner $list

2014-11-20 Thread Dmitry Skopa
Now I see: we just need to use $set for tags in tasks list, not for new task tags. So my final template is: \define newProjectTaskTags() [[$(currentTiddler)$]] tasks \end \define projectTaskListTags() [all[current]tags[]sort[title]]-[[$(currentTiddler)$]]-[[tasks]] \end $list

[tw] Re: [TW5] widget to Goto Ranomized Tiddler

2014-11-20 Thread Tobias Beer
The TW core concept is, that basically every keystroke gets saved back to the TW internal store as a draft tiddler. If you switch on the reflow highlighting in chrome debug tools, you'll see what's going on with every keystroke. Draft tiddlers are also saved back to the server if there

[tw] Re: Context Search

2014-11-20 Thread Tobias Beer
Hi Danielo, Jeremy, If I'm not mistaken, the pupose of this plugin used to be a TWc feature. Is it planned to make highlighting search results a core feature of TW5 as well? http://braintest.tiddlyspot.com/#%24%3A%2Fplugins%2Fdanielo%2Fcontext Best wishes, Tobias. -- You received this

[tw] Re: [TW5] Another short video of my plugin. showing the filter mechanism

2014-11-20 Thread Felix Küppers
Hi Tobias, just wanted to tell you that I thought about your remarks and I finally made a choice to allow binding edges exclusively to views. In contrast to nodes, which are regarded as universally unique subjects, which cannot exist twice, a new edge can now be decided to be a non-exclusive

[tw] Re: Context Search

2014-11-20 Thread PMario
There has been some discussions in hangouts. Just one link to ho #55 https://www.youtube.com/watch?feature=player_detailpagev=9SVf04i6jYY#t=193 about 5min Jeremy talks about highlighting starting from ~5:40 have fun! mario -- You received this message because you are subscribed to the Google

[tw] [TW5] 5.1.5 prerelease tag colors

2014-11-20 Thread Tobias Beer
The default foreground color for tags from the palette appears to no longer appy with 5.1.5. Instead of white the text is now almost black and close to unreadable with the orange background. Compare... - http://tiddlywiki.com/ - http://tiddlywiki.com/prerelease Best wishes, Tobias.

[tw] Re: [TW5] set widget is over used while variable feature is rarely used.

2014-11-20 Thread Tobias Beer
Hi Danielo, \define myitem() tiddler name is $(item)$ $list filter=[tag[Widgets]] variable=item myitem /$list Finally I get to see a notation where *$(variable)$* actually works. I was about to give up on it. Best wishes, Tobias. -- You received this message because you are

[tw] Re: [TW5][TUT]Make any field behave like tags

2014-11-20 Thread Tobias Beer
http://braintest.tiddlyspot.com/#Make%20any%20field%20behave%20like%20tags Thanks, Danielo, very informative! Perhaps remove the final dot from that tiddler title so that the link actually works. Best wishes, Tobias. -- You received this message because you are subscribed to the Google

[tw] Re: [TW5] Reference tiddler from outer $list inside inner $list

2014-11-20 Thread Tobias Beer
Hi Dmitry, Thanks, again... The idea is not to show current project tag in task listed for current project tiddler cause it's obvious: we already know that these tasks belong to this project. So it's kind of information noise. It is the same as for task tag: it's useless when we

[tw] Re: [TW5] 5.1.5 prerelease tag colors

2014-11-20 Thread Ton Gerner
Hi Tobias, See [1], [2] and [3]. Cheers, Ton [1] https://groups.google.com/d/msg/tiddlywiki/nsJT0bx1eZ0/qPI1yJfENg0J [2] https://dl.dropboxusercontent.com/u/2638511/ColorChart.html [3] https://github.com/Jermolene/TiddlyWiki5/commit/0bb8e08edca61f415aa084327b6751c278e45108 On Thursday,

[tw] [TW5] limit with macrocall for timeline ignored?

2014-11-20 Thread Tobias Beer
Modifying the recent tab, I noticed that any *limit* parameter for the *macrocall* of the *timeline* macro gets ignored... $:/core/ui/SideBar/Recent http://tb5.tiddlyspot.com/#%24%3A%2Fcore%2Fui%2FSideBar%2FRecent Any idea why that is? Best wishes, Tobias. -- You received this message

[tw] Re: [TW5] 5.1.5 prerelease tag colors

2014-11-20 Thread Tobias Beer
Hi Ton, https://github.com/Jermolene/TiddlyWiki5/commit/0bb8e08edca61f415aa084327b6751c278e45108 I left commitcomment-8652460 https://github.com/Jermolene/TiddlyWiki5/commit/0bb8e08edca61f415aa084327b6751c278e45108#commitcomment-8652460 at said commit for 5.1.5. I read that comment

[tw] Re: [TW5] limit with macrocall for timeline ignored?

2014-11-20 Thread Evolena
That's because the limit parameter applies to the outer list (ie the dates), and not to the number of results of the inner list (the tiddlers modified at that date). It has been said somewhere, but I don't remember where. Le jeudi 20 novembre 2014 12:46:07 UTC+1, Tobias Beer a écrit :

[tw] Re: Context Search

2014-11-20 Thread Tobias Beer
Hi Mario, Thanks a lot for that. Would you perhaps have a tw to share with all the hangout notes to skim through? That would be great. Best wishes, Tobias. -- You received this message because you are subscribed to the Google Groups TiddlyWiki group. To unsubscribe from this group and stop

[tw] Re: [TW5] limit with macrocall for timeline ignored?

2014-11-20 Thread Tobias Beer
Hi Evolena, That's because the limit parameter applies to the outer list (ie the dates), and not to the number of results of the inner list (the tiddlers modified at that date). While that's one way to implement it, it's really not the kind of behavior I would expect or actually hope

[tw] Re: TiddlyWiki Hangout #68 on Tuesday 11th November at 4pm GMT

2014-11-20 Thread PMario
The great Introduction of the TaskGraph plugin and the new TW export function :) annotations: http://pmario.tiddlyspace.com/#2014-11-11-TW-hangout-68 video: https://www.youtube.com/watch?v=H8G6BEQpvW0 have fun! mario -- You received this message because you are subscribed to the Google Groups

[tw] Re: [TW5] 5.1.5 prerelease tag colors

2014-11-20 Thread Ton Gerner
Hi Tobias, I only asked for an adjustable text color [1]. During a hangout Eric Shulman said it could be done 'automatically' with a few lines of code. The result in TWc is according [2] (which originates from Eric) and which looks good to me. Maybe adjustable text color is enough (to be

[tw] Re: [TW5] Another short video of my plugin. showing the filter mechanism

2014-11-20 Thread Tobias Beer
Hi Felix, Both elegantly done and very well thought out. Kudos! ^_^ (I assume one can, of course, define a number of views actually using the same filter.) Not sure how much this great plugin is related to tasks, but you could just call it *graph,* *kraph*, *graf, *or *kraf* (k=küppers,

[tw] Re: Context Search

2014-11-20 Thread PMario
Would you perhaps have a tw to share with all the hangout notes to skim through? http://pmario.tiddlyspace.com/#search:hangout have fun! mario -- You received this message because you are subscribed to the Google Groups TiddlyWiki group. To unsubscribe from this group and stop receiving

[tw] Using a Macro (TableOfContentMacro)

2014-11-20 Thread PierPiotr
Dear You All, I'd like to start to use TiddlyWiki (again*) and I would like to use this TableOfContentMacro from the start; and I don't know how to use it. For instance, I could use div class='tw-table-of-contents'toc-expandable 'Table of contents' 'sort[list]'/div from Obadiah but I do

[tw] Re: [TW5][TUT]Make any field behave like tags

2014-11-20 Thread Danielo Rodríguez
Hello Tobias, The dot was included in the original link, I don't know why it did not work for everyone. I removed it so it should work now. -- You received this message because you are subscribed to the Google Groups TiddlyWiki group. To unsubscribe from this group and stop receiving emails

[tw] Using a Macro (TableOfContentMacro)

2014-11-20 Thread Danielo Rodríguez
What are you interested in? TW5 or classic? -- 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] 5.1.5 prerelease tag colors

2014-11-20 Thread 'Stephen Kimmel' via TiddlyWiki
I disagree with Tobias on one level. I find the black on orange easier to read than the white on orange. Still, he does raise an interesting point that I think should be considered. About 1 in 10 males is color-blind and in all probability someone on this forum is color-blind. For all I know,

[tw] Re: Using a Macro (TableOfContentMacro)

2014-11-20 Thread PierPiotr
TW5, I have no legacy left behind. -- 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: Using a Macro (TableOfContentMacro)

2014-11-20 Thread Ton Gerner
Hi PierPiotr, See e.g. the discussion at [1] Cheers, Ton [1] https://groups.google.com/d/msg/tiddlywiki/PrBTL--ioyU/uOaiolkshIMJ On Thursday, November 20, 2014 2:10:29 PM UTC+1, PierPiotr wrote: TW5, I have no legacy left behind. -- You received this message because you are subscribed to

[tw] Re: [TW5] 5.1.5 prerelease tag colors

2014-11-20 Thread David Gifford
My two cents' worth: 1. Orange? I find it amazing to hear everyone call the default tag pill background color as orange. I have never thought of that color as orange, but as a dark gold. So no, I guess we should not assume we are all perceiving the color in the same way. 2. I would agree

[tw] Re: Using a Macro (TableOfContentMacro)

2014-11-20 Thread PierPiotr
Hi Ton, Thanks for this (usefull). Only, I still do not know how to create a TOC. -- 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] 5.1.5 prerelease tag colors

2014-11-20 Thread David Gifford
#eecc77 would be even better, in my opinion. Dave On Thursday, November 20, 2014 7:50:08 AM UTC-6, David Gifford wrote: My two cents' worth: 1. Orange? I find it amazing to hear everyone call the default tag pill background color as orange. I have never thought of that color as orange,

[tw] Table of Contents inside a tiddler

2014-11-20 Thread 'Stephen Kimmel' via TiddlyWiki
I use Tiddlywiki at work. I work with a lot of documents of different types. Some are legal documents and affidavits. Others are contracts and specifications. Some are well structured while others seem to ramble pointlessly. Some are lengthy while others are very short. I need to be able to

[tw] Re: Using a Macro (TableOfContentMacro)

2014-11-20 Thread David Gifford
Hi PierPiotr Using the following: div class=tc-table-of-contents toc toc /div will give you a simple table of contents where the tiddlers tagged toc will be the top level of the table of contents, and tiddlers tagged with the title of the tiddlers in the top level will be the second level,

[tw] Re: [TW5] Another short video of my plugin. showing the filter mechanism

2014-11-20 Thread Felix Küppers
*graph,* *kraph*, *graf, *or *kraf* (k=küppers, f=felix ;-) kraf :) great metamorphosis of the word graph! ...but doesn't it sound kinda stereotypic, I mean a german (we are often called krauts) created a tool called kraf :) One more thing, it's probably a small thing for you but a

[tw] Re: [TW5] Hopefully NOT for the next 25 years!

2014-11-20 Thread Mat
@moderator - I'd appreciate it if the subject could be changed to [TW5] How do we make TW rule the earth within 25 years? I got a comment about why a list? It's all over the place? How can that be constructive? There are two primary reasons: 1. Listing many things at once should indicate

[tw] Re: [TW5] Hopefully NOT for the next 25 years!

2014-11-20 Thread Ken Gray
wow...do you have ANY idea how software is developed? Documentation?! Seriously, you judge a products viability by its documentation? FB will never take off cuz it's not documented? No 'quality assurance of add-ons'?!! Does any platform do that (eg Mac, Windows, Unix) ?! On Wednesday,

[tw] Re: Using a Macro (TableOfContentMacro)

2014-11-20 Thread PierPiotr
Hi David, I did https://lh5.googleusercontent.com/-QkQRbUzVa-E/VG3_q-gQ7bI/U3A/xxysUoDrPnU/s1600/TOC2.jpeg which renders as : https://lh5.googleusercontent.com/-QkQRbUzVa-E/VG3_q-gQ7bI/U3A/xxysUoDrPnU/s1600/TOC2.jpeg

[tw] Re: Using a Macro (TableOfContentMacro)

2014-11-20 Thread Mat
Did you look on tiddlywiki.com? One change from when you were last using TiddlyWiki is that tiddlywiki.com now also contains guides, not least on macros, and other resources. :-) On Thursday, November 20, 2014 1:35:03 PM UTC+1, PierPiotr wrote: Dear You All, I'd like to start to use

[tw] Re: Context Search

2014-11-20 Thread Tobias Beer
Would you perhaps have a tw to share with all the hangout notes to skim through? http://pmario.tiddlyspace.com/#search:hangout Thanks, Mario. Much appreciated! :) Best wishes, Tobias. -- You received this message because you are subscribed to the Google Groups TiddlyWiki group. To

[tw] Re: [TW5] Another short video of my plugin. showing the filter mechanism

2014-11-20 Thread Danielo Rodríguez
Can I try this new awesome features¿? El jueves, 20 de noviembre de 2014 15:23:52 UTC+1, Felix Küppers escribió: *graph,* *kraph*, *graf, *or *kraf* (k=küppers, f=felix ;-) kraf :) great metamorphosis of the word graph! ...but doesn't it sound kinda stereotypic, I mean a german (we are

[tw] Re: Using a Macro (TableOfContentMacro)

2014-11-20 Thread PierPiotr
I did Mat, but I have not found anything about installing a macro, browsing the menu or searching I also forgot the basics of TW And I think it just need a snap of the fingers to get it going again. -- You received this message because you are subscribed to the Google Groups TiddlyWiki

[tw] Re: [TW5] set widget is over used while variable feature is rarely used.

2014-11-20 Thread 'Mark S.' via TiddlyWiki
That's very useful! Does anyone else find the whole topic of variables and references confusing in TW5? *Item *may be reference as ... item variable=item $item$ $(item)$ item and probably others. *currentTiddler *is referenced in the documentation, but then there are no follow-up

[tw] Re: Table of Contents inside a tiddler

2014-11-20 Thread Danielo Rodríguez
Hello Stephen, Consider installing Match filter from Eucaly's Tiddly World: http://eucaly-tw5.tiddlyspot.com/#%24%3A%2Fplugins%2Feucaly%2Fmatchfilter%2Freadme Then you can do cool thing such as: \define regex-feature-header() (^!+.*)(?gmi) div class=TOC $list

[tw] Re: Table of Contents inside a tiddler

2014-11-20 Thread Danielo Rodríguez
.TOC h2 { font-size:50%; } .TOC h3 { font-size:25%; } -- 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: [TW5] set widget is over used while variable feature is rarely used.

2014-11-20 Thread Danielo Rodríguez
If you want, I'm willing to put your info into a pull request. I would change the title to something like: *How to use variable feature of list widget*, change tense from first person to second person, and make adaptations for TW formatting. Mark If you don't mind , as I said, I

[tw] Re: [TW5] Hopefully NOT for the next 25 years!

2014-11-20 Thread Danielo Rodríguez
Hello Mat, Maybe you did not pretend to offend, but a post full of problems and zero ways to solve them sounds like complaining. I can't avoid getting offended about some points: - No quality assurance of add-ons Since I programmed several plugins and widgets I would like to know

[tw] Re: [TW5] 5.1.5 prerelease tag colors

2014-11-20 Thread PMario
On Thursday, November 20, 2014 2:00:58 PM UTC+1, Stephen Kimmel wrote: I disagree with Tobias on one level. I find the black on orange easier to read than the white on orange. IMO it highly depends on the monitor settings, how you see the colours. I'm not colour blind according to these

[tw] Re: TiddlyWiki Hangout #68 on Tuesday 11th November at 4pm GMT

2014-11-20 Thread Jeremy Ruston
Thanks Mario, much appreciated. Best wishes Jeremy On Thu, Nov 20, 2014 at 12:17 PM, PMario pmari...@gmail.com wrote: The great Introduction of the TaskGraph plugin and the new TW export function :) annotations: http://pmario.tiddlyspace.com/#2014-11-11-TW-hangout-68 video:

[tw] Re: [TW5] Another short video of my plugin. showing the filter mechanism

2014-11-20 Thread PMario
On Thursday, November 20, 2014 3:23:52 PM UTC+1, Felix Küppers wrote: By the way I created a remember choice button (screenshot) so when you are working on a view/graph with only isolated edges you do not have to select your view all the time. It would be nice, to have a default setting

[tw] Re: Table of Contents inside a tiddler

2014-11-20 Thread 'Stephen Kimmel' via TiddlyWiki
\define regex-feature-header() (^!+.*)(?gmi) div class=TOC $list filter=[all[current]match:textregex-feature-header] li{{!!title}}/li/$list /div works far better than I expected so soon after I posted my issue. I am having some problem with the css code. It looks as though

[tw] Re: Table of Contents inside a tiddler

2014-11-20 Thread Danielo Rodríguez
Hello remove the li marks. That way the text will be wikified and you will keep the hicherachy of the document. Then all you have to do is to adapt the text size for h1..hn within the div TOC. -- You received this message because you are subscribed to the Google Groups TiddlyWiki group. To

[tw] Re: Using a Macro (TableOfContentMacro)

2014-11-20 Thread 'c pa' via TiddlyWiki
The table of contents macro lists the tiddlers tagged with TOC and then under that lists tiddlers tagged with the name of the top level tiddler. So I tag a tiddler named Contents with a tag = TOC Then I tag each of a list of tiddlers One Two Three with a tag = Contents Then I tag further

[tw] Re: [TW5] Hopefully NOT for the next 25 years!

2014-11-20 Thread Jeremy Ruston
My first reaction to Mat's list was frustration because I think we've discussed almost all of those issues at some length in past hangouts. I guess a lot of those discussions have never been written down in a way that allows other people to see and join in. My second reaction is that I think that

[tw] Re: Table of Contents inside a tiddler

2014-11-20 Thread 'Stephen Kimmel' via TiddlyWiki
Hello remove the li marks. That way the text will be wikified and you will keep the hicherachy of the document. Then all you have to do is to adapt the text size for h1..hn within the div TOC. Maybe I'm just exceptionally dense but making the code div class=TOC $list

[tw] Re: Using a Macro (TableOfContentMacro)

2014-11-20 Thread David Gifford
Your problem is that you typed tw-table... rather than tc-table... that I gave you. tw- was changed to tc- a while back. On Thursday, November 20, 2014 8:52:50 AM UTC-6, PierPiotr wrote: Hi David, I did

[tw] Re: [TWc] What plugins would you prefer me to release/document/implement?

2014-11-20 Thread Roma
Dear Yakov, I'd be very interested in *CookTiddlerPlugin -*Generally speaking, I appreciate a lot different approaches or totally new plugins for TWC (as I don't see myself in the near future with TW5). Thanks a lot for your sharing, wishing you the best... R - -- You received this

[tw] Re: [TWc] What plugins would you prefer me to release/document/implement?

2014-11-20 Thread Danielo Rodríguez
El jueves, 20 de noviembre de 2014 19:32:51 UTC+1, Roma escribió: (as I don't see myself in the near future with TW5). sorry for the offtopic but.. are you the same Roma that is developing the GSD for TW5, because if so this declaration is a shock for me. -- You received this message

[tw] Re: [TWc] What plugins would you prefer me to release/document/implement?

2014-11-20 Thread Danielo Rodríguez
El jueves, 20 de noviembre de 2014 19:32:51 UTC+1, Roma escribió: (as I don't see myself in the near future with TW5). sorry for the offtopic but.. are you the same Roma that is developing the GSD for TW5, because if so this declaration is a shock for me. -- You received this message

[tw] Re: [TW5] Hopefully NOT for the next 25 years!

2014-11-20 Thread Mat
Hangout Tuesday it is! Richard and Danielo hope you can join also - as well as all other guys who probably wisely only peeked at me making a fool of myself; come Tuesday and bring popcorn as I make a fool of myself LIVE! :-) On Thursday, November 20, 2014 7:06:15 PM UTC+1, Jeremy Ruston wrote:

[tw] Re: [TW5] set widget is over used while variable feature is rarely used.

2014-11-20 Thread Stephan Hradek
Am Donnerstag, 20. November 2014 12:18:55 UTC+1 schrieb Tobias Beer: Finally I get to see a notation where *$(variable)$* actually works. I was about to give up on it. But I already told you so 2(?) days ago. It works in Macros. -- You received this message because you are subscribed to

[tw] Re: [TW5] Another short video of my plugin. showing the filter mechanism

2014-11-20 Thread Felix Küppers
Hi Danielo, I have problems with the graph being properly displayed at the moment (the nodes overlap at the beginning in the center) but you can see a demo here http://wkpr.de/hosting/tmp/tw5/ Regards Felix -- You received this message because you are subscribed to the Google Groups

[tw] Re: [TW5] Another short video of my plugin. showing the filter mechanism

2014-11-20 Thread Felix Küppers
Hi Mario, I can create a default for the edgetype but I can never remove the dialog as you then have no other possibility to change the edgetype.. Regards Felix On Thursday, November 20, 2014 5:46:20 PM UTC+1, PMario wrote: On Thursday, November 20, 2014 3:23:52 PM UTC+1, Felix Küppers

[tw] [TW5] Yet another reference for using TW5.

2014-11-20 Thread Jed Carty
I made this so that some of my friends with absolutely no coding experience could use some of the better features of TW5 without having to learn much. I am hopefully going to continue updating it as I learn new things. There isn't really anything here that isn't available in plenty of other

[tw] Re: [TW5] set widget is over used while variable feature is rarely used.

2014-11-20 Thread Jed Carty
Thank you! I have a few cases where I have 7 or 8 different uses of $set to properly organize lists. This is awesome and will save me a lot of trouble. On Wednesday, November 19, 2014 2:19:14 PM UTC-7, Danielo Rodríguez wrote: Hello, I find that people experiences lots of problems when using

[tw] Re: [TW5] widget to Goto Ranomized Tiddler

2014-11-20 Thread Jed Carty
Something that may work for the original question of opening a random tiddler when a button is pressed, and something that I would like to see if possible, is a simple RNG that gets called by a message (like the 'throw the dice' button that can be called by a widget message). That way to

[tw] Re: Table of Contents inside a tiddler

2014-11-20 Thread Tobias Beer
Hi Stephan, perhaps try.. $view field=title/ instead of... {{!!title}} Tobias. -- 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] 5.1.5 prerelease tag colors

2014-11-20 Thread Tobias Beer
I think the culprit may be in these computational values and the question of where they come from... https://github.com/Jermolene/TiddlyWiki5/commit/0bb8e08edca61f415aa084327b6751c278e45108#commitcomment-8657787 Best wishes, Tobias. -- You received this message because you are subscribed to

[tw] Re: [TW5] Another short video of my plugin. showing the filter mechanism

2014-11-20 Thread Tobias Beer
http://wkpr.de/hosting/tmp/tw5/ Regards Felix Felix, this stuff is just amazing! It's going to rock this house. ^_^ Best wishes, Tobias. -- 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] Hopefully NOT for the next 25 years!

2014-11-20 Thread Richard Smith
Hi Mat, Thanks for coming back with humour and good grace. I've not been involved in the hangouts before now, fearing also to make a fool of myself live on air :) Perhaps now would be a good time to start (though the time difference to Australia probably means I'll need a lot of coffee to

[tw] Re: [TW5] set widget is over used while variable feature is rarely used.

2014-11-20 Thread Tobias Beer
But I already told you so 2(?) days ago. It works in Macros. You sure have, but I never noticed that example that actually worked... 8I was probably too lazy to even try, ouch). Best wishes, Tobias. -- You received this message because you are subscribed to the Google Groups TiddlyWiki

[tw] Re: [TW5] set widget is over used while variable feature is rarely used.

2014-11-20 Thread Tobias Beer
Does anyone else find the whole topic of variables and references confusing in TW5? Surely... https://groups.google.com/d/msg/tiddlywiki/_x9CDAFtwQc/7HSKpqEfwuAJ Best wishes, Tobias. -- You received this message because you are subscribed to the Google Groups TiddlyWiki group. To

[tw] Re: [TW5] Yet another reference for using TW5.

2014-11-20 Thread Birthe C
Hi Jed Carty Charming collection. A beginner should be able to do something right away and find information for more. I really liked it. Have you thought of adding tiddlyclip to make it easy for your friends to continue collecting tips on their own. I would like to hear how your friends get

[tw] Re: Table of Contents inside a tiddler

2014-11-20 Thread Birthe C
Hi Steffen and Tobias I get the same result in both cases. And that result is: !!!title !!!other title And under that I get the list with the font-sizes I wanted. (I used Danielos suggestion) Birthe Den torsdag den 20. november 2014 23.31.45 UTC+1 skrev Tobias Beer: Hi Stephan, perhaps

[tw] Re: [TW5] - VisualEditor needed

2014-11-20 Thread Sylvain Naudin
https://lh5.googleusercontent.com/-p_QhJYlednQ/VG54mSUNb2I/aIU/JKGbgwARftw/s1600/S%C3%A9lection_003.png https://lh4.googleusercontent.com/-NAoFOo2NZiU/VG53erP3uCI/aIM/RIoydOHLuQc/s1600/S%C3%A9lection_002.png Hi, Personally, I've adopt *KeyboardSnippets* from Danielo (thanks for

[tw] Re: [TWc] What plugins would you prefer me to release/document/implement?

2014-11-20 Thread Roma
No, I'm not ! :) Le jeudi 20 novembre 2014 19:37:48 UTC+1, Danielo Rodríguez a écrit : El jueves, 20 de noviembre de 2014 19:32:51 UTC+1, Roma escribió: (as I don't see myself in the near future with TW5). sorry for the offtopic but.. are you the same Roma that is developing the GSD

[tw] Re: [TW5] 5.1.5 prerelease tag colors

2014-11-20 Thread Birthe C
I would prefer to be able to set both colours in tag manager. This way we can all choose according to our preferred colour scheme. As Pmarios says we will never know for sure how other people sees it, monitor, colour blind or maybe just older eyes. I know that I have increasing difficulty

[tw] Re: [TW5] Concatenated Widget Parameters

2014-11-20 Thread Jed Carty
I put in a pull request to update the variables in wikitext tiddler that adds examples of when $(name)$ name and name are used. From what I understand you use $(var)$ when you set a variable outside of a macro and then use that variable in the macro and var is for setting a variable and using

[tw] Re: [TW5] - VisualEditor needed

2014-11-20 Thread BJ
Hi Birthe, the problem with your tw on dropbox is probably with firefox security - the type of your dropbox uri is https (secure) and the location of the ckeditor lib is http (not secure) try changing the location in the tiddler $:/plugin/bj/visualeditor/includelib to

Re: [tw] Re: [TW5] 5.1.5 prerelease tag colors

2014-11-20 Thread Daniel Baird
I answered at github, but basically those magic numbers are how you get a luminance value from an RGB colour. Interesting isn't it, green is the major contributor to perceived brightness.. The contrast formula is here: http://www.w3.org/TR/AERT#color-contrast Cheers ;Daniel On 21 November

[tw] Re: [TW5] - VisualEditor needed

2014-11-20 Thread Birthe C
Hi BJ Thank you! I tried that and was able to see the editor. It still flows over the tiddler borders the first time I open the tiddler. Closing the tiddler and reopen and everything looks fine. Also you are right, I had not thought of using the editor in full screen mode. That is super nice.