Re: [tw] [TW5] How to get numbers 1 2 3 ... in $list filter?

2016-08-21 Thread Matabele
P.S. Can't think of a way to auto-generate the integers, but a list of integers (stored elsewhere) could be truncated at the desired number by using the output of the $count widget as parameter to the first[] filter. regards On Monday, 22 August 2016 05:11:00 UTC+2, Matabele wrote: > > Hi

Re: [tw] [TW5] How to get numbers 1 2 3 ... in $list filter?

2016-08-21 Thread Matabele
Hi sini-Kit You might try something along these lines (you will need to modify the filter to select your list of tiddlers): <$list filter="1 2 3 4 5 6 7 8 9" variable="count"> No: <> <$list filter="[my[filter]nth]"/> regards On Sunday, 21 August 2016 14:22:13 UTC+2, sini-Kit wrote: > >

[tw] Re: help on tiddlywiki quiz

2016-08-21 Thread 'Mark S.' via TiddlyWiki
If you don't mind buttons, this might work (in your linkage templated): \define vroom(closeme:"tender" title:"Untitled") <$button><$action-navigate $to="$title$"/><$action-sendmessage $message="tm-close-tiddler" $param= "$closeme$"/>$title$ <$list filter="[is[current]tag[Quiz]]"

[tw] Re: help on tiddlywiki quiz

2016-08-21 Thread Dominik P.
is there a way to close the current tiddler when link is clicked with this? like with http://www.tiddlytools.com/#NextTiddler Am Sonntag, 21. August 2016 22:22:06 UTC+2 schrieb Mark S.: > > You need to take out the prior.js and next.js, since TW5 now already has > filters with those names in the

Re: [tw] Re: Cherrypicker segmentation Magic...

2016-08-21 Thread Jan
Hi Mat, thanks for your reply. I think this code could be the key to some missing features. Hi everyone For my purposes it would be good to be able to set different start and ending marks, I guess this should be possible. I tried to understand and change the cherrypicker Macro

[tw] Re: NoteSelf the Evernote-like experience update

2016-08-21 Thread Mat
I have at a distance followed your quest on these matters over the past few years. Really cool that it is actually real now. But - apropos my own adventures with TWederation - it is funny how other peoples projects can just be so much more difficult to understand. I struggle understand benefit

[tw] Re: NoteSelf the Evernote-like experience update

2016-08-21 Thread Mat
I have at a distance followed your quest on these matters over the past few years. Really cool that it is actually real now. But - apropos my own adventures with TWederation - it is funny how other peoples projects can just be so much more difficult to understand. I struggle understand benefit

[tw] Re: NoteSelf the Evernote-like experience update

2016-08-21 Thread Danielo Rodríguez
I just released a small patch to make easier databases switching. Hope no one tried to use it before, because it was a bit confusing. Not it works much better. Regards -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this

[tw] Re: help on tiddlywiki quiz

2016-08-21 Thread Dominik P.
thanks a ton! you made my day :D Am Sonntag, 21. August 2016 22:22:06 UTC+2 schrieb Mark S.: > > You need to take out the prior.js and next.js, since TW5 now already has > filters with those names in the core. However, they don't do the filters > you want do. Instead use before and after

[tw] Re: Is it possible to modify/add buttons to the Tools menu?

2016-08-21 Thread erictsatt
I am wanting to add buttons that perform a similar function to the "New Journal" button in the Tools tab so I can just check the box and have it show next to the various toolbar buttons (e.g. settings, add new tiddler, etc.). I also want to be able to create buttons similar to the one found at

[tw] Re: help on tiddlywiki quiz

2016-08-21 Thread 'Mark S.' via TiddlyWiki
You need to take out the prior.js and next.js, since TW5 now already has filters with those names in the core. However, they don't do the filters you want do. Instead use before and after filters. This worked for me: <$list filter="[is[current]tag[Quiz]]"> <$list

[tw] Re: help on tiddlywiki quiz

2016-08-21 Thread Dominik P.
thanks that did the fix for http://tw5magick.tiddlyspot.com/#Overview%20of%20all%20Questions http://tw5magick.tiddlyspot.com/#QuizionLinkage still breaks my head <$list filter="[is[current]tag[Quiz]]"> <$list filter="[tag[Quiz]previous[]]">Back to <$link><$view field="title"/> <$list

[tw] NoteSelf the Evernote-like experience update

2016-08-21 Thread Thomas Elmiger
Looks great, bookmarked for later! Regards, Thomas -- 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,

[tw] Re: help on tiddlywiki quiz

2016-08-21 Thread 'Mark S.' via TiddlyWiki
About the overall listing, probably there have been changes in TW5 in the last 2 years. This version works closer to the original: <$list filter="[tag[Quiz]tags[]] -Quiz +[sort[title]]"> ! <$view field="title"/> <$list filter="[all[current]tagging[]] +[tag[Quiz]] +[sort[title]]"> <$link><$view

[tw] help on tiddlywiki quiz

2016-08-21 Thread Dominik P.
tried to import the quiz (Example: Quiz creation ) from http://tw5magick.tiddlyspot.com/ to the latest version of TW i got the css working by changing $:/tags/stylesheet to $:/tags/Stylesheet i imported

Re: [tw] Re: New Version: MetaTabs (...and a request for help on the footnotefilter)

2016-08-21 Thread Jan
Hi Birthe, I made a test at fanegal, your silent creation seems to work well. The Tiddlername gets a suffix with Title and Date in order not to have to think to long about the name when doing notes. Therefore I like creating the tiddlers visible to remove this and do some more fine-tuning. We

[tw] Re: [TW5] Another calendar plugin

2016-08-21 Thread David Someone
Strange... "cellContent" is already set to "linkFormat", and calling {{datepicker}} which has <> doesn't do anything different. Any last thoughts? I'm not in a rush, so can wait for your next version - although I'd be happy to try an early release! Thanks, David. -- You received this

[tw] [TW5] Tabs Help

2016-08-21 Thread reaktorblue
Hiyas, I'm having some difficulty understanding tabs, specifically, nested tabs. Here is my example TW - http://rbos.tiddlyspot.com/ What I have noticed is that if I already know what tiddler is going to be the nested tab, I can explicitly define the tag to filter, like in the below snippet,

Re: [tw] [TW5] How to get numbers 1 2 3 ... in $list filter?

2016-08-21 Thread Mat
If you only want them *displayed *with characters+numbers, you can CSS style them for example using the *:after *pseudo element. I don't remember now exactly how to do it but I think it should be rather easy. <:-) -- You received this message because you are subscribed to the Google Groups

Re: [tw] [TW5] How to get numbers 1 2 3 ... in $list filter?

2016-08-21 Thread sini-Kit
Thank you Felix! I hope it will be possible to make it without plugins in future. пятница, 29 января 2016 г., 20:19:20 UTC+3 пользователь Felix Küppers написал: > > Hi sini-Kit, > > use Tobias' make plugin! > http://tobibeer.github.io/tw5-plugins/#make > > -Felix > > > On 01/29/2016 05:50 PM,

Re: [tw] Re: [TW5] how do i change the default background color used by new tags created "on-the-fly" ?

2016-08-21 Thread ch
hi mario, it works! :-) thanks! well, that one was easier done than i thought... :-D /christian 2016-08-20 0:23 GMT+02:00 PMario : > On Friday, August 19, 2016 at 9:38:59 PM UTC+2, ch wrote: >> >> i need you're help how to do as subject says, i.e. for example when i add >>

[tw] Re: [TW5] Another calendar plugin

2016-08-21 Thread FrD
Hi Ton, You're right. You need to use a transclusion. I believe it has to do with the currentVariable not been defined in the sideBar. Regards FrD Le dimanche 21 août 2016 13:04:30 UTC+2, Ton Gerner a écrit : > > Hi FrD, > > Nice plugin but I have a problem when I want to display it in the

[tw] Re: [TW5] Another calendar plugin

2016-08-21 Thread Ton Gerner
Hi FrD, Nice plugin but I have a problem when I want to display it in the sidebar. I tagged a tiddler Calendar, containing `<`, with $:/tags/SideBar. The calender displays, I can click a day and a 'missing journal tidller' is created. But the navigation buttons for month and year don't react.

Re: [tw] Re: New Version: MetaTabs (...and a request for help on the footnotefilter)

2016-08-21 Thread 'Birthe C' via TiddlyWiki
Hi Jan, Not being able to do anything about the footnote problem, I just had to play with something else. I would like to be able to create the new tiddlers silently and tested Matabeles action-maketid http://maketid.tiddlyspot.com/ In my old danish version

[tw] Re: [TW5] Another calendar plugin

2016-08-21 Thread FrD
Hi David, The problem may come from the config tiddler. You have to use the 'linkFormat' value for the cell content So if you have inside this JSON tiddler the following, "cellContent": "basic", replace it with "cellContent": "linkFormat", By the way I'm working on a new version of yhe

[tw] Re: [TW5] Another calendar plugin

2016-08-21 Thread Danielo Rodríguez
Great work It pass my usual test: works fine on mobile. Also seems very configurable and usable. Maybe I can ask for a more responsive design, but no one here (except a few) cares about that. But, watch what do you have opened when you save your wiki to tiddlyspot. It is very weird to have

[tw] Re: Is it possible to modify/add buttons to the Tools menu?

2016-08-21 Thread PMario
On Sunday, August 21, 2016 at 5:41:07 AM UTC+2, erictsatt wrote: > > Hey all. I am brand new to TiddlyWiki and am wondering if it is possible > to modify the "new journal" button on the Tools tab in TiddlyWiki. If that > is not possible, is it possible to add to those tools? > Hi, It's possible