[tw] Re: [TW5] Finding the next entry

2014-05-10 Thread Stephan Hradek
I think I already have a pull request @Jeremy for this.

I also use it at http://tw5magick.tiddlyspot.com/ Check 
$:/core/modules/filters/previous.js 
and 
$:/core/modules/filters/next.js Usage example is in QuizionLinkage

-- 
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 tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] Finding the next entry

2014-05-10 Thread David Gifford
That is nice, Stephan, I will definitely use that when I get back into 
doing some slide presentations!

I also want to compliment you on your Contacts DB at your site, with the 
editing done right there in the lists. I am just getting ready to create a 
better contacts TW, so you have just enhanced that project greatly. Thanks!

On Saturday, May 10, 2014 3:57:11 AM UTC-4, Stephan Hradek wrote:

 I think I already have a pull request @Jeremy for this.

 I also use it at http://tw5magick.tiddlyspot.com/ Check 
 $:/core/modules/filters/previous.js 
 and 
 $:/core/modules/filters/next.js Usage example is in QuizionLinkage


-- 
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 tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: data visualisation or graphs in tiddlywiki

2014-05-10 Thread okido
Hi,

TW5  It is certainly possible, I made some little progress already but it 
is not something that is done overnight. 
nvd3  I used nvd3.js some 6 months ago to make a bullet graph, I will 
check if I can find it in my backups somewhere.

Okido

2012年1月17日火曜日 22時32分22秒 UTC+1 okido:

 For drawing graphs in TiddlyWiki, there are some graphics libs like 
 jsx and raphael available as plugin. 
 But drawing an actual graph is not that easy. 
 I made a start using the d3.js lib for data visualisation and the 
 first graph type I made is a horizontal graph or pareto graph. The 
 d3.js can be found here: http://mbostock.github.com/d3 
 To draw a pareto I made a plugin that is available at 
 http://d3tw.tiddlyspot.com 
 keep in mind that it is still very experimental. 
 Make sure to have a backup of your important data. 

 Any comments are welcome, Okido

-- 
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 tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] Finding the next entry

2014-05-10 Thread Alex V
Thanks Stephan!

I looked at your example and saw I could use is[current] to solve the 
{{!!}} problem. I could get the method with the list in the tag to work 
now.

I also tried using your modifications to the next and previous filter. 
However using [[!has[draft.of]tag[Journal]!sort[date]]next[]] gives a 
missing [ error even though the brackets add up.

I also tried just copying your whole example :
$list filter=[is[current]tag[Journal]]hr
$list filter=[tag[Journal]previous[]]Back to $link$view 
field=title//$linkbr/$list
$list filter=[tag[Journal]next[]]Next $link$view 
field=title//$link/$list
/$list

However this resulted in nothing (but a horizontal line) showing up. I 
guess I'm doing something wrong because that works in your wiki, but I 
don't have the time to dig into that right now.

For reference the mentioned pull request: 
https://github.com/Jermolene/TiddlyWiki5/pull/357

On Saturday, May 10, 2014 1:23:50 PM UTC+2, David Gifford wrote:

 That is nice, Stephan, I will definitely use that when I get back into 
 doing some slide presentations!

 I also want to compliment you on your Contacts DB at your site, with the 
 editing done right there in the lists. I am just getting ready to create a 
 better contacts TW, so you have just enhanced that project greatly. Thanks!

 On Saturday, May 10, 2014 3:57:11 AM UTC-4, Stephan Hradek wrote:

 I think I already have a pull request @Jeremy for this.

 I also use it at http://tw5magick.tiddlyspot.com/ Check 
 $:/core/modules/filters/previous.js 
 and 
 $:/core/modules/filters/next.js Usage example is in QuizionLinkage



-- 
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 tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] Finding the next entry

2014-05-10 Thread Stephan Hradek
You made the same mistake, many TW users made (even me). The brackets in 
the filters are not really brackets in the usual sense, but just syntactic 
sugar. At least that's my explanation. The outer brackets are required, 
but you can't use more than 1 level there!

So this is wrong:
*[ [ !has[draft.of]tag[Journal]!sort[date] ] next[] ]*

It should be

*[ !has[draft.of]tag[Journal]!sort[date] ] **[ next[] ]*

or just

*[ !has[draft.of]tag[Journal]!sort[date]next[] ]*



-- 
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 tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


Re: [tw] [TW5] Tabbed left slider menu for v_5.0.10

2014-05-10 Thread Matabele
Hi Ton

Thanks for the thumbs up -- your guides played a large part in starting me 
off on this whole customisation gig. From these guides I noticed how easy 
it was for a user with non-existent javascript skills to customise TW5 
(with TWC I pretty much stuck with using plugins -- indeed I used mostly 
entire pre-customised versions of TWC.) The major bug in my customised TW5 
is now due to an incompatibility between the only plugin I make use of 
($newtiddler), and the core code for tag pills. Without javascript I am 
incapable of fixing this -- I, therefore, look forward to the version of 
TW5 where I need no use of such plugins.

I hope I can inspire others in the same way that you inspired me :-)

regards

On Thursday, May 8, 2014 9:14:47 PM UTC+2, Ton Gerner wrote:

 Hi Matabele,

 Up till now I did not have time to play around with your GTD.
 Now I did play around, and I am very impressed.

 Glad that my customization guide(s) could be used by others *and* could 
 inspire others. You bring customization to a higher level.
 Your GTD shows how much you can do with the standard core without using 
 plugins. And I think that is the real advantage of TW5 compared to 
 TWclassic.

 Thanks for sharing.

 Cheers,

 Ton



-- 
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 tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] [tw5] ? Hide topmenu when sidebar is open and related stuff..

2014-05-10 Thread Måns
Hi TwWizards (@Ton  @Will in particular)

I was wondering if it is possible to do something which is similar to what 
Will does with his tabbed left menu - with the topmenu (introduced by 
@Ton I believe?) and the (right) sidemenu.

Could I make the burger icon toggle the topmenu so it gets hidden when the 
sidemenu is open - and vice versa? 

I'd also like to have a very mobile/tablet friendly theme where the topmenu 
is automatically hidden if the screen is small. I guess it's a simple 
question of putting the content of the topmenu tiddler inside a class which 
will be hidden when screen width is smaller than some predefined width 
(already defined in TW's default stylesheet somewhere?)

Last related request is to have a tabbed version of the topmenu in the 
sidebar where content is shown as a vertical list - replacing the 
horisontal view presented in the topmenu...

I guess I might solve this last problem by transcluding the topmenu 
content* inside a new tiddler (or a list filter produced list of items (tag 
pills) which will behave like a normal list...

[*] Transcluding the topmenu content might be wrong to do if it contains a 
class which will hide the content when the screen width is small 

Cheers Måns Mårtensson

-- 
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 tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] Delete tiddler on click/mass delete

2014-05-10 Thread Stephan Hradek
2 clicks per tiddler:

$list filter=[tag[myTag]]

$button message=tw-delete-tiddler param={{!!title}}$view 
field=title/$button
/$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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [TW5] Delete tiddler on click/mass delete

2014-05-10 Thread Joe Bush
Wow, thanks, that was exactly what I needed.

On Saturday, May 10, 2014 5:45:40 PM UTC-5, Stephan Hradek wrote:

 2 clicks per tiddler:

 $list filter=[tag[myTag]]

 $button message=tw-delete-tiddler param={{!!title}}$view 
 field=title/$button
 /$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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.


[tw] Re: [tw5] ? Hide topmenu when sidebar is open and related stuff..

2014-05-10 Thread Matabele
Hi Mans

Some good ideas there -- I'll look into it when I get the chance (its in my 
@inbox.)

When you say toggle the topmenu so it gets hidden when the sidemenu is 
open, please explain exactly when the topmenu should be open and when 
hidden. I don't have an Android to play with, but I seem to remember that 
TW5 automatically goes into a vertical layout with the sidemenu at the top 
and the story river below. Do you wish to hide the topmenu in this layout?

I'm not sure how this mechanism works and it'll be a little difficult to 
experiment without being able to view on an Android. Anyone know how the 
Android layout could be simulated on a laptop?

As a matter of interest, what happens with my leftmenu when a TW is opened 
on an Android?

Had a restless night -- several new ideas for gTaB and gTiD to work on 
today.

regards

On Saturday, May 10, 2014 10:43:05 PM UTC+2, Måns wrote:

 Hi TwWizards (@Ton  @Will in particular)

 I was wondering if it is possible to do something which is similar to what 
 Will does with his tabbed left menu - with the topmenu (introduced by 
 @Ton I believe?) and the (right) sidemenu.

 Could I make the burger icon toggle the topmenu so it gets hidden when the 
 sidemenu is open - and vice versa? 

 I'd also like to have a very mobile/tablet friendly theme where the 
 topmenu is automatically hidden if the screen is small. I guess it's a 
 simple question of putting the content of the topmenu tiddler inside a 
 class which will be hidden when screen width is smaller than some 
 predefined width (already defined in TW's default stylesheet somewhere?)

 Last related request is to have a tabbed version of the topmenu in the 
 sidebar where content is shown as a vertical list - replacing the 
 horisontal view presented in the topmenu...

 I guess I might solve this last problem by transcluding the topmenu 
 content* inside a new tiddler (or a list filter produced list of items (tag 
 pills) which will behave like a normal list...

 [*] Transcluding the topmenu content might be wrong to do if it contains a 
 class which will hide the content when the screen width is small 

 Cheers Måns Mårtensson


-- 
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 tiddlywiki@googlegroups.com.
Visit this group at http://groups.google.com/group/tiddlywiki.
For more options, visit https://groups.google.com/d/optout.