[tw] TW5 split operator not working.

2014-04-08 Thread Danielo Rodríguez
Hello,

I tested the tiddler below in http://tiddlystuff.tiddlyspot.com/ and it is 
working perfectly but it doesn't work in my TW nor TW.com. Stephan, is 
there anything else needed? I did not found any information about new 
modules needed to make it working. 

tabletr
$list filter=[is[current]] +[split:headers[,]]
td{{!!title}}/td
/$list
/tr/table

-- 
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 split operator not working.

2014-04-08 Thread Danielo Rodríguez
OK, I was missing 
$:/core/modules/filters/split.jshttp://tiddlystuff.tiddlyspot.com/#%24%3A%2Fcore%2Fmodules%2Ffilters%2Fsplit.js
But this is not listed in any place at your wiki as needed.

Thank you 

El martes, 8 de abril de 2014 08:11:25 UTC+2, Danielo Rodríguez escribió:

 Hello,

 I tested the tiddler below in http://tiddlystuff.tiddlyspot.com/ and it 
 is working perfectly but it doesn't work in my TW nor TW.com. Stephan, is 
 there anything else needed? I did not found any information about new 
 modules needed to make it working. 

 tabletr
 $list filter=[is[current]] +[split:headers[,]]
 td{{!!title}}/td
 /$list
 /tr/table


-- 
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 what to expect from the next release.

2014-04-08 Thread Danielo Rodríguez
Hi David,

Thank you for the summary.
Some of those features are already available in my personal TW thanks to 
community tweaks. Anyway I'm glad to hear that those are becoming 
official. This demonstrates the huge potential of TW5

El martes, 8 de abril de 2014 02:26:47 UTC+2, David Gifford escribió:

 Hi Danielo

 The best place for news about features on the upcoming releases is the 
 commits page at GitHub. I open it once every day or two to see what Jeremy 
 is up to.

 https://github.com/Jermolene/TiddlyWiki5/commits/master

 This upcoming version looks interesting, with top right and top left 
 menus, new languages, a new 'view' called cecily, a cool new Pinterest-like 
 way to display lists of tiddlers (I played with a sneak peek of it and made 
 thumbnail image galleries), a home button, a button to hide the sidebar, 
 advance searching by filter expression, and more.

 Dave

 On Monday, April 7, 2014 10:10:24 AM UTC-4, Danielo Rodríguez wrote:

 Hello everybody 

  I followed very close the development of the previous version so I knew 
 what to expect about it.
 But now I have been out of the TW scene for a while and I don't know what 
 can I expect from the new one. 
 Is there any place, list or checksum where I can check it? 

 Thanks in advance 



-- 
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] Strange behaviour of tag pills in 3 column mode in 5.0.8-beta

2014-04-08 Thread Ton Gerner
Hi Jeremy,

Just curious if you found anything about this strange web-kit behaviour and 
5.0.8-beta.

Cheers,

Ton

On Thursday, March 6, 2014 10:30:32 AM UTC+1, Jeremy Ruston wrote:

 Very odd. Both versions are actually producing identical markup for the 
 tiddler in question. We must be somehow tickling a bug in Chrome, I guess. 
 I'll investigate further,

 Best wishes

 Jeremy



 On Thu, Mar 6, 2014 at 9:08 AM, Ton Gerner ton.g...@gmail.comjavascript:
  wrote:

 Hi Jeremy,

 Yes I have a 5.0.7 version: 
 https://dl.dropboxusercontent.com/u/2638511/TW5_toolbar_v4.6.html

 Cheers,

 Ton



 On Thursday, March 6, 2014 10:00:07 AM UTC+1, Jeremy Ruston wrote:

 Hi Ton

 That's very interesting. Do you have a 5.0.7 version of tw5toolbar for 
 comparison?

 Many thanks,

 Jeremy



 On Wed, Mar 5, 2014 at 8:28 PM, Ton Gerner ton.g...@gmail.com wrote:

 At http://tw5toolbar.tiddlyspot.com/ I use a 'List tags' button that 
 opens a tiddler that contains:

 ---

 @@.threecolumns
 div

 {{$:/core/ui/MoreSideBar/Tags}}

 /div
 @@

 A style sheet contains:

 /* DISPLAY IN 3 COLUMNS */
 /* for List all tags */ 
 .threecolumns {
  display: block;
  column-count: 3;
  -moz-column-count: 3; 
  -webkit-column-count: 3;
 }

 With TW5.0.8-beta this works in Firefox v27, but not (anymore) in 
 Chrome v33 (all in Windows 7 64-bit).
 It still does work in TW5.0.7-beta and Chrome v33.

 One of the changes in TW5.0.8-beta is the addition of the 'Tag manager'.
 Leaving that button out (copying only part of the code of 
 $:/core/ui/MoreSideBar/Tags in a tiddler) did not help.

 The strange thing is that the 'untagged' tag pill works as expected, 
 the other tag pills don't. It looks like the clickable area for the tag 
 pills has been shifted outside the tag pills:

 Just above $/tags/PageTemplate (at the left side of the button) you can 
 click and $:/tags/ViewToolbar opens!
 Just above $/tags/PageControls (at the left side of the button) you can 
 click and $:/tags/ViewTemplate opens!
 Just above $/tags/stylesheet (at the left side of the button) you can 
 click and Documentation opens!
 Just below $:/tags/AdvancedSearch (at the left side of the button) you 
 can click and $/tags/stylesheet opens!

 Internet Explorer v11 works normal, Opera 12 shows only 2 colums, 
 misses the last tag pills but the tag pills can be clicked.

 For the time being I will skip the 3 column mode but I am curious what 
 happens: strange behaviour of TW5.0.8-beta, Chrome, or the combination of 
 TW and Chrome?

 Any idea?

 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+...@googlegroups.com.
 To post to this group, send email to tiddl...@googlegroups.com.

 Visit this group at http://groups.google.com/group/tiddlywiki.
 For more options, visit https://groups.google.com/groups/opt_out.




 -- 
 Jeremy Ruston
 mailto:jeremy...@gmail.com
  



 -- 
 Jeremy Ruston
 mailto:jeremy...@gmail.com javascript:
  

-- 
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 Alerts

2014-04-08 Thread Jeremy Ruston
On Mon, Apr 7, 2014 at 10:56 PM, PMario pmari...@gmail.com wrote:

 The only problem I have with the logger dialogs is, that the default
 position blocks the open tiddlers.


That's kind of intentional; the idea is that alerts should be unmissable
(unlike notifications)


 eg: You have to close them to have access to the ControlPanel tabs. ...
 But closing those messages actually deletes them.
 So I need to change the dialog position to the right, to make them
 useable.


We could handle dismissal with a button that actually adds a
$:/tags/Alert/delivered to the alert tiddler, causing it to be excluded
from display. Then the control panel could offer a scrolling history of
past alerts. But we'd still need a way for those old messages to be deleted.


 As a low priority feature request: I would like to have a one line info
 above the story river, not a popup. Max height 3 lines :)


Within the story river DIV? I agree that could be useful for a bunch of
stuff.

Best wishes

Jeremy




 -m




-- 
Jeremy Ruston
mailto:jeremy.rus...@gmail.com

-- 
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 Default type

2014-04-08 Thread Tomáš Greif
Hi,

how do I set default type in TW5? I am using markdown for all tiddlers and 
would like this to be set by default.

Regards,

Tomas

-- 
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] Strange behaviour of tag pills in 3 column mode in 5.0.8-beta

2014-04-08 Thread Ton Gerner
Hi Jeremy,

OK, I was just curious. We have to live with it for the time being ;-)
I am afraid I can only help with testing (as I did).

Cheers,

Ton


On Tuesday, April 8, 2014 9:37:43 AM UTC+2, Jeremy Ruston wrote:

 Hi Ton

 I don't have anything else to report. As I said above, the 5.0.7 and 5.0.8 
 versions produce identical HTML which makes it very hard to deduce what is 
 going on. I rather ran out of ideas, I'm afraid. The problem only manifests 
 itself on WebKit; Firefox is OK, and Internet Explorer 11 is OK (but 
 suffers a different problem; see below).

 I'd welcome any help with tracking the problem down.

 Sorry not to be more helpful,

 Best wishes

 Jeremy


 [image: Inline image 1]




 On Tue, Apr 8, 2014 at 8:18 AM, Ton Gerner ton.g...@gmail.comjavascript:
  wrote:

 Hi Jeremy,

 Just curious if you found anything about this strange web-kit behaviour 
 and 5.0.8-beta.

 Cheers,

 Ton


 On Thursday, March 6, 2014 10:30:32 AM UTC+1, Jeremy Ruston wrote:

 Very odd. Both versions are actually producing identical markup for the 
 tiddler in question. We must be somehow tickling a bug in Chrome, I guess. 
 I'll investigate further,

 Best wishes

 Jeremy



 On Thu, Mar 6, 2014 at 9:08 AM, Ton Gerner ton.g...@gmail.com wrote:

 Hi Jeremy,

 Yes I have a 5.0.7 version: https://dl.dropboxusercontent.
 com/u/2638511/TW5_toolbar_v4.6.html

 Cheers,

 Ton



 On Thursday, March 6, 2014 10:00:07 AM UTC+1, Jeremy Ruston wrote:

 Hi Ton

 That's very interesting. Do you have a 5.0.7 version of tw5toolbar for 
 comparison?

 Many thanks,

 Jeremy



 On Wed, Mar 5, 2014 at 8:28 PM, Ton Gerner ton.g...@gmail.com wrote:

 At http://tw5toolbar.tiddlyspot.com/ I use a 'List tags' button that 
 opens a tiddler that contains:

 ---

 @@.threecolumns
 div

 {{$:/core/ui/MoreSideBar/Tags}}

 /div
 @@

 A style sheet contains:

 /* DISPLAY IN 3 COLUMNS */
 /* for List all tags */ 
 .threecolumns {
  display: block;
  column-count: 3;
  -moz-column-count: 3; 
  -webkit-column-count: 3;
 }

 With TW5.0.8-beta this works in Firefox v27, but not (anymore) in 
 Chrome v33 (all in Windows 7 64-bit).
 It still does work in TW5.0.7-beta and Chrome v33.

 One of the changes in TW5.0.8-beta is the addition of the 'Tag 
 manager'.
 Leaving that button out (copying only part of the code of 
 $:/core/ui/MoreSideBar/Tags in a tiddler) did not help.

 The strange thing is that the 'untagged' tag pill works as expected, 
 the other tag pills don't. It looks like the clickable area for the 
 tag 
 pills has been shifted outside the tag pills:

 Just above $/tags/PageTemplate (at the left side of the button) you 
 can click and $:/tags/ViewToolbar opens!
 Just above $/tags/PageControls (at the left side of the button) you 
 can click and $:/tags/ViewTemplate opens!
 Just above $/tags/stylesheet (at the left side of the button) you can 
 click and Documentation opens!
 Just below $:/tags/AdvancedSearch (at the left side of the button) 
 you can click and $/tags/stylesheet opens!

 Internet Explorer v11 works normal, Opera 12 shows only 2 colums, 
 misses the last tag pills but the tag pills can be clicked.

 For the time being I will skip the 3 column mode but I am curious 
 what happens: strange behaviour of TW5.0.8-beta, Chrome, or the 
 combination 
 of TW and Chrome?

 Any idea?

 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+...@googlegroups.com.
 To post to this group, send email to tiddl...@googlegroups.com.

 Visit this group at http://groups.google.com/group/tiddlywiki.
 For more options, visit https://groups.google.com/groups/opt_out.




 -- 
 Jeremy Ruston
 mailto:jeremy...@gmail.com
  



 -- 
 Jeremy Ruston
 mailto:jeremy...@gmail.com
  



 -- 
 Jeremy Ruston
 mailto:jeremy...@gmail.com javascript:
  

-- 
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 Default type

2014-04-08 Thread Jeremy Ruston
Hi Tomáš

 how do I set default type in TW5? I am using markdown for all tiddlers
and would like this to be set by default.

Instead of using the new tiddler button to create new tiddlers, you can use
a button that clones a skeleton tiddler that has been set up with the
required default type (and tags etc).

1. Add a new tiddler with the tag $:/tags/PageControls and the content:

$button message=tw-new-tiddler param=mySkeletonnew/$button

2. Create a new tiddler mySkeleton with the type text/x-markdown

3. If you want to remove the existing new tiddler button you can just
create a blank tiddler with the title $:/core/ui/PageControls/new-tiddler

Best wishes

Jeremy




On Tue, Apr 8, 2014 at 8:45 AM, Tomáš Greif greif.to...@gmail.com wrote:

 Hi,

 how do I set default type in TW5? I am using markdown for all tiddlers and
 would like this to be set by default.

 Regards,

 Tomas

 --
 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.




-- 
Jeremy Ruston
mailto:jeremy.rus...@gmail.com

-- 
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 Default type

2014-04-08 Thread Tomáš Greif
Hi Jeremy,

thank you for your answer. This works perfectly, but I do not know how to 
display this button somewhere so I see it always. 

(and a note: If there is someone as new as I am, than you should put 
$:/tags/PageControls 
in name of tiddler, not as a tag as I tried)

Tomas

Dne úterý, 8. dubna 2014 9:54:59 UTC+2 Jeremy Ruston napsal(a):

 Hi Tomáš

  how do I set default type in TW5? I am using markdown for all tiddlers 
 and would like this to be set by default.

 Instead of using the new tiddler button to create new tiddlers, you can 
 use a button that clones a skeleton tiddler that has been set up with the 
 required default type (and tags etc).

 1. Add a new tiddler with the tag $:/tags/PageControls and the content:

 $button message=tw-new-tiddler param=mySkeletonnew/$button

 2. Create a new tiddler mySkeleton with the type text/x-markdown

 3. If you want to remove the existing new tiddler button you can just 
 create a blank tiddler with the title $:/core/ui/PageControls/new-tiddler

 Best wishes

 Jeremy




 On Tue, Apr 8, 2014 at 8:45 AM, Tomáš Greif greif...@gmail.comjavascript:
  wrote:

 Hi,

 how do I set default type in TW5? I am using markdown for all tiddlers 
 and would like this to be set by default.

 Regards,

 Tomas

 -- 
 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+...@googlegroups.com javascript:.
 To post to this group, send email to tiddl...@googlegroups.comjavascript:
 .
 Visit this group at http://groups.google.com/group/tiddlywiki.
 For more options, visit https://groups.google.com/d/optout.




 -- 
 Jeremy Ruston
 mailto:jeremy...@gmail.com javascript:
  

-- 
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 Default type

2014-04-08 Thread Jeremy Ruston
Hi Tomáš

 thank you for your answer. This works perfectly, but I do not know how to
display this button somewhere so I see it always.

Adding the tag $:/tags/PageControls should cause the button to appear in
the sidebar, next to the existing three buttons.

(and a note: If there is someone as new as I am, than you should
put $:/tags/PageControls in name of tiddler, not as a tag as I tried)

No, you should add $:/tags/PageControls as a tag. It doesn't matter what
you call the tiddler containing the button widget.

Best wishes

Jeremy




On Tue, Apr 8, 2014 at 9:18 AM, Tomáš Greif greif.to...@gmail.com wrote:

 Hi Jeremy,

 thank you for your answer. This works perfectly, but I do not know how to
 display this button somewhere so I see it always.

 (and a note: If there is someone as new as I am, than you should put 
 $:/tags/PageControls
 in name of tiddler, not as a tag as I tried)

 Tomas

 Dne úterý, 8. dubna 2014 9:54:59 UTC+2 Jeremy Ruston napsal(a):

 Hi Tomáš

  how do I set default type in TW5? I am using markdown for all tiddlers
 and would like this to be set by default.

 Instead of using the new tiddler button to create new tiddlers, you can
 use a button that clones a skeleton tiddler that has been set up with the
 required default type (and tags etc).

 1. Add a new tiddler with the tag $:/tags/PageControls and the content:

 $button message=tw-new-tiddler param=mySkeletonnew/$button

 2. Create a new tiddler mySkeleton with the type text/x-markdown

 3. If you want to remove the existing new tiddler button you can just
 create a blank tiddler with the title $:/core/ui/PageControls/new-
 tiddler

 Best wishes

 Jeremy




 On Tue, Apr 8, 2014 at 8:45 AM, Tomáš Greif greif...@gmail.com wrote:

 Hi,

 how do I set default type in TW5? I am using markdown for all tiddlers
 and would like this to be set by default.

 Regards,

 Tomas

 --
 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+...@googlegroups.com.
 To post to this group, send email to tiddl...@googlegroups.com.

 Visit this group at http://groups.google.com/group/tiddlywiki.
 For more options, visit https://groups.google.com/d/optout.




 --
 Jeremy Ruston
 mailto:jeremy...@gmail.com




-- 
Jeremy Ruston
mailto:jeremy.rus...@gmail.com

-- 
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 Default type

2014-04-08 Thread Tomáš Greif
Aaaah, now it works.

Thank you!

Regards,

Tomas


2014-04-08 10:23 GMT+02:00 Jeremy Ruston jeremy.rus...@gmail.com:

 Hi Tomáš

  thank you for your answer. This works perfectly, but I do not know how
 to display this button somewhere so I see it always.

 Adding the tag $:/tags/PageControls should cause the button to appear in
 the sidebar, next to the existing three buttons.

 (and a note: If there is someone as new as I am, than you should
 put $:/tags/PageControls in name of tiddler, not as a tag as I tried)

 No, you should add $:/tags/PageControls as a tag. It doesn't matter what
 you call the tiddler containing the button widget.

 Best wishes

 Jeremy




 On Tue, Apr 8, 2014 at 9:18 AM, Tomáš Greif greif.to...@gmail.com wrote:

 Hi Jeremy,

 thank you for your answer. This works perfectly, but I do not know how to
 display this button somewhere so I see it always.

 (and a note: If there is someone as new as I am, than you should put 
 $:/tags/PageControls
 in name of tiddler, not as a tag as I tried)

 Tomas

 Dne úterý, 8. dubna 2014 9:54:59 UTC+2 Jeremy Ruston napsal(a):

 Hi Tomáš

  how do I set default type in TW5? I am using markdown for all
 tiddlers and would like this to be set by default.

 Instead of using the new tiddler button to create new tiddlers, you can
 use a button that clones a skeleton tiddler that has been set up with the
 required default type (and tags etc).

 1. Add a new tiddler with the tag $:/tags/PageControls and the content:

 $button message=tw-new-tiddler param=mySkeletonnew/$button

 2. Create a new tiddler mySkeleton with the type text/x-markdown

 3. If you want to remove the existing new tiddler button you can just
 create a blank tiddler with the title $:/core/ui/PageControls/new-
 tiddler

 Best wishes

 Jeremy




 On Tue, Apr 8, 2014 at 8:45 AM, Tomáš Greif greif...@gmail.com wrote:

 Hi,

 how do I set default type in TW5? I am using markdown for all tiddlers
 and would like this to be set by default.

 Regards,

 Tomas

 --
 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+...@googlegroups.com.
 To post to this group, send email to tiddl...@googlegroups.com.

 Visit this group at http://groups.google.com/group/tiddlywiki.
 For more options, visit https://groups.google.com/d/optout.




 --
 Jeremy Ruston
 mailto:jeremy...@gmail.com




 --
 Jeremy Ruston
 mailto:jeremy.rus...@gmail.com


-- 
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 Alerts

2014-04-08 Thread PMario
On Tuesday, April 8, 2014 9:41:47 AM UTC+2, Jeremy Ruston wrote:

   

 As a low priority feature request: I would like to have a one line info 
 above the story river, not a popup. Max height 3 lines :)


 Within the story river DIV? I agree that could be useful for a bunch of 
 stuff.


IMO preferably above the story river and above the right sidebar. So it is 
possible to fill the whole screen. 
With a wide-screen it should be possible to have one line for one message. 
..
-m

-- 
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 - Nested task list with dates and associated tasks

2014-04-08 Thread TWPilot
I am experimenting with TW5 as a project management tool.

Tasks are organised as individual tiddlers, each with a 'todo' tag and a 
field called 'start-date'.

I try to create a simple Task view, basically a nested list, with start 
dates and the associated open tasks for each day:

$list filter=
[tag[todo]!tag[done]each[start-date]]
div class=tw-menu-list-item
''$view field=start-date format=date template=ddd, 0DD MMM /''
$list filter=[tag[todo]!tag[done]sameday{!!start-date}]
div class=tw-menu-list-subitem
$checkbox tag=done$link to={{!!title}}$view 
field=title//$link/$checkbox
/div
/$list
/div
/$list

While the outer list works, I cannot get the inner list to work; 
sameday{!!start-date} seems to be the wrong approach!

Btw, is there a possibility to bulk change fields of selected tiddlers?

Thanks for your help!
Michael

-- 
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 - Nested task list with dates and associated tasks

2014-04-08 Thread TWPilot
Update: The approach shown above with someday{!!start-date} gives back an 
inner list of tiddlers created (or modified?) on the date of the outer 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.


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

2014-04-08 Thread Jeremy Ruston
Hi Matabele

Thanks for this. Would this solution work for all users? Should it replace
the fix for #14 that is in the current TiddlyDesktop readme, and discussed
on the ticket:

https://github.com/Jermolene/TiddlyDesktop/issues/14

Many thanks,

Jeremy



On Fri, Apr 4, 2014 at 5:46 PM, Matabele matabele.b...@gmail.com wrote:

 Hi

 Found this fix for TiddlyDesktop on Ubuntu based systems -- much easier
 than editing the Node Webkit runtime:

 If you see this error:

 ./nw: error while loading shared libraries: libudev.so.0: cannot open shared 
 object file: No such file or directory

 Fix this on a 64-bit system:

 sudo ln -sf /lib/x86_64-linux-gnu/libudev.so.1 
 /lib/x86_64-linux-gnu/libudev.so.0

 On a 32-bit system:

 sudo ln -sf /lib/i386-linux-gnu/libudev.so.1 /lib/i386-linux-gnu/libudev.so.0


  --
 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.




-- 
Jeremy Ruston
mailto:jeremy.rus...@gmail.com

-- 
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 and node.js on Ubuntu 13.10

2014-04-08 Thread Jeremy Ruston
Hi Tomáš

The TiddlyWiki5 readme.md is generated from tiddlers within the
tw5.comedition folder:

https://github.com/Jermolene/TiddlyWiki5/blob/master/editions/tw5.com/tiddlers/readme/ReadMe.tid

The existing tiddler that needs updating is:

https://github.com/Jermolene/TiddlyWiki5/blob/master/editions/tw5.com/tiddlers/dev/Installing%20TiddlyWiki%20on%20Node.js.tid

It would be reasonable to break up the last paragraph into a list of links
to other installation techniques, and include a new tiddler Installing
TiddlyWiki using apt-get. (Is that a better title that Installing
TiddlyWiki on Ubuntu? I'm guessing your instructions would work on any
apt-get system?)

Best wishes

Jeremy




On Fri, Apr 4, 2014 at 12:59 PM, Tomáš Greif greif.to...@gmail.com wrote:

 Today I tried to install TiddlyWiki on Node.js on Ubuntu 13.10.

 Because I am not sure where to put this so it becomes part of
 documentation permanently, here are the steps:

 $ sudo apt-get update
 $ sudo apt-get install nodejs npm
 $ sudo npm install -g tiddlywiki
 $ sudo ln -s /usr/bin/nodejs /usr/bin/node
 $ tiddlywiki mynewwiki --init server

 How do I put this on github? It says that readme.md was generated
 automatically by TydlliWiki so I guess I can't just create a new pull
 request?

 --
 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.




-- 
Jeremy Ruston
mailto:jeremy.rus...@gmail.com

-- 
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 split operator not working.

2014-04-08 Thread Stephan Hradek


Am Dienstag, 8. April 2014 08:14:05 UTC+2 schrieb Danielo Rodríguez:

 OK, I was missing 
 $:/core/modules/filters/split.jshttp://tiddlystuff.tiddlyspot.com/#%24%3A%2Fcore%2Fmodules%2Ffilters%2Fsplit.js
 But this is not listed in any place at your wiki as needed.

https://lh6.googleusercontent.com/-cVvnxTTGbpA/U0P0-gQEDsI/ANM/yN0HjxWEiFk/s1600/Bild+5.png

Sure?

 

-- 
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] Re: TW5 what to expect from the next release.

2014-04-08 Thread Jeremy Ruston
Hi Danielo

I've updated the release note for 5.0.9 so that it covers all the changes
to date:

https://github.com/Jermolene/TiddlyWiki5/blob/master/editions/tw5.com/tiddlers/Release%205.0.9beta.tid

Best wishes

Jeremy



On Tue, Apr 8, 2014 at 7:52 AM, Danielo Rodríguez rdani...@gmail.comwrote:

 Hi David,

 Thank you for the summary.
 Some of those features are already available in my personal TW thanks to
 community tweaks. Anyway I'm glad to hear that those are becoming
 official. This demonstrates the huge potential of TW5

 El martes, 8 de abril de 2014 02:26:47 UTC+2, David Gifford escribió:

 Hi Danielo

 The best place for news about features on the upcoming releases is the
 commits page at GitHub. I open it once every day or two to see what Jeremy
 is up to.

 https://github.com/Jermolene/TiddlyWiki5/commits/master

 This upcoming version looks interesting, with top right and top left
 menus, new languages, a new 'view' called cecily, a cool new Pinterest-like
 way to display lists of tiddlers (I played with a sneak peek of it and made
 thumbnail image galleries), a home button, a button to hide the sidebar,
 advance searching by filter expression, and more.

 Dave

 On Monday, April 7, 2014 10:10:24 AM UTC-4, Danielo Rodríguez wrote:

 Hello everybody

  I followed very close the development of the previous version so I knew
 what to expect about it.
 But now I have been out of the TW scene for a while and I don't know
 what can I expect from the new one.
 Is there any place, list or checksum where I can check it?

 Thanks in advance

  --
 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.




-- 
Jeremy Ruston
mailto:jeremy.rus...@gmail.com

-- 
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 split operator not working.

2014-04-08 Thread Danielo Rodríguez
That's weeird because I checked that and I saw a different thing. My bad.

Thank you

El martes, 8 de abril de 2014 08:11:25 UTC+2, Danielo Rodríguez escribió:

 Hello,

 I tested the tiddler below in http://tiddlystuff.tiddlyspot.com/ and it 
 is working perfectly but it doesn't work in my TW nor TW.com. Stephan, is 
 there anything else needed? I did not found any information about new 
 modules needed to make it working. 

 tabletr
 $list filter=[is[current]] +[split:headers[,]]
 td{{!!title}}/td
 /$list
 /tr/table


-- 
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] Fix for TiddlyDesktop on Ubuntu and Mint

2014-04-08 Thread Matabele
Hi

Should work as a temporary fix for most of the new linux distros where 
udev.so.0 has been replaced with udev.so.1

The alternative is to compile node webkit from scratch (or to edit the 
binary with ghex):
https://github.com/rogerwang/node-webkit/wiki/The-solution-of-lacking-libudev.so.0
 
https://github.com/rogerwang/node-webkit/wiki/The-solution-of-lacking-libudev.so.0%20

I think the static link fix is easier for most users and I don't see this 
causing problems on the system (on some systems a root console is preferred 
to sudo -- linux users should know this.)

regards

On Tuesday, April 8, 2014 12:29:14 PM UTC+2, Jeremy Ruston wrote:

 Hi Matabele

 Thanks for this. Would this solution work for all users? Should it replace 
 the fix for #14 that is in the current TiddlyDesktop readme, and discussed 
 on the ticket:

 https://github.com/Jermolene/TiddlyDesktop/issues/14

 Many thanks,

 Jeremy



 On Fri, Apr 4, 2014 at 5:46 PM, Matabele matabe...@gmail.comjavascript:
  wrote:

 Hi

 Found this fix for TiddlyDesktop on Ubuntu based systems -- much easier 
 than editing the Node Webkit runtime:

 If you see this error:

 ./nw: error while loading shared libraries: libudev.so.0: cannot open shared 
 object file: No such file or directory

 Fix this on a 64-bit system:

 sudo ln -sf /lib/x86_64-linux-gnu/libudev.so.1 
 /lib/x86_64-linux-gnu/libudev.so.0

 On a 32-bit system:

 sudo ln -sf /lib/i386-linux-gnu/libudev.so.1 /lib/i386-linux-gnu/libudev.so.0


  -- 
 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+...@googlegroups.com javascript:.
 To post to this group, send email to tiddl...@googlegroups.comjavascript:
 .
 Visit this group at http://groups.google.com/group/tiddlywiki.
 For more options, visit https://groups.google.com/d/optout.




 -- 
 Jeremy Ruston
 mailto:jeremy...@gmail.com javascript:
  

-- 
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] Re: TW5 what to expect from the next release.

2014-04-08 Thread Danielo Rodríguez
Thank you Jeremy!

El martes, 8 de abril de 2014 15:17:38 UTC+2, Jeremy Ruston escribió:

 Hi Danielo

 I've updated the release note for 5.0.9 so that it covers all the changes 
 to date:


 https://github.com/Jermolene/TiddlyWiki5/blob/master/editions/tw5.com/tiddlers/Release%205.0.9beta.tid

 Best wishes

 Jeremy



 On Tue, Apr 8, 2014 at 7:52 AM, Danielo Rodríguez 
 rdan...@gmail.comjavascript:
  wrote:

 Hi David,

 Thank you for the summary.
 Some of those features are already available in my personal TW thanks to 
 community tweaks. Anyway I'm glad to hear that those are becoming 
 official. This demonstrates the huge potential of TW5

 El martes, 8 de abril de 2014 02:26:47 UTC+2, David Gifford escribió:

 Hi Danielo

 The best place for news about features on the upcoming releases is the 
 commits page at GitHub. I open it once every day or two to see what Jeremy 
 is up to.

 https://github.com/Jermolene/TiddlyWiki5/commits/master

 This upcoming version looks interesting, with top right and top left 
 menus, new languages, a new 'view' called cecily, a cool new Pinterest-like 
 way to display lists of tiddlers (I played with a sneak peek of it and made 
 thumbnail image galleries), a home button, a button to hide the sidebar, 
 advance searching by filter expression, and more.

 Dave

 On Monday, April 7, 2014 10:10:24 AM UTC-4, Danielo Rodríguez wrote:

 Hello everybody 

  I followed very close the development of the previous version so I 
 knew what to expect about it.
 But now I have been out of the TW scene for a while and I don't know 
 what can I expect from the new one. 
 Is there any place, list or checksum where I can check it? 

 Thanks in advance 

  -- 
 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+...@googlegroups.com javascript:.
 To post to this group, send email to tiddl...@googlegroups.comjavascript:
 .
 Visit this group at http://groups.google.com/group/tiddlywiki.
 For more options, visit https://groups.google.com/d/optout.




 -- 
 Jeremy Ruston
 mailto:jeremy...@gmail.com javascript:
  

-- 
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 Linkcatcher

2014-04-08 Thread Danielo Rodríguez
Hello,

I noticed the linkcatcher has a special feature that is not used in any 
place. The message parameter.

$linkcatcher message=tw-close-all-tiddlers

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?

Other question: Is possible to use a tw-save-tiddler without navigating to 
it? I'm editing some drafts from other tiddlers and I don't want to open 
the resultant tiddlers after clicking my custom save button.

Regards.

-- 
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: TiddlyWiki Hangout #42 on 8th April 2014 at 4pm BST

2014-04-08 Thread Jeremy Ruston
The hangout is about to start over at:

https://plus.google.com/hangouts/_/hoaevent/AP36tYdAE85l-N6waC7177LbrPB5iLrXCDTiNcOaAdE_FdICQj4b-A

Best wishes

Jeremy


On Fri, Apr 4, 2014 at 1:48 PM, Jeremy Ruston jeremy.rus...@gmail.comwrote:

 TiddlyWiki Hangout #42 is next Tuesday 8th April at 4pm BST:

 https://plus.google.com/events/cosav7i0p9f273v1gs4eusck6oc

 As usual, please use the QA button at the top right of the video preview
 to post a question for the hangout.

 Best wishes

 Jeremy


 --
 Jeremy Ruston
 mailto:jeremy.rus...@gmail.com




-- 
Jeremy Ruston
mailto:jeremy.rus...@gmail.com

-- 
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] Fix for TiddlyDesktop on Ubuntu and Mint

2014-04-08 Thread Matabele
Hi

Sorry, of course the paths to the libraries will also differ on other 
systems, for example:

 /lib/x86_64-linux-gnu/libudev.so.1 # Ubuntu, Xubuntu, Mint -- 64bit
 /lib/i386-linux-gnu/libudev.so.1 # Ubuntu, Xubuntu, Mint -- 32bit
 /usr/lib64/libudev.so.1 # SUSE, Fedora -- 64bit
 /usr/lib/libudev.so.1 # Arch, Fedora 32bit

A search for libudev.so.1 should locate the relevant library -- on Ubuntu:
sudo locate libudev.so.1

This is a hack -- some would prefer a more rigorous solution:

This is so very, very wrong. If you want libudev.so.0, you need to download 
 the source and build it, symlinking it to a lib with a different ABI is 
 just asking for trouble. 


https://aur.archlinux.org/packages/libudev.so.0/ 


regards 



On Tuesday, April 8, 2014 4:27:29 PM UTC+2, Matabele wrote:

 Hi

 Should work as a temporary fix for most of the new linux distros where 
 udev.so.0 has been replaced with udev.so.1

 The alternative is to compile node webkit from scratch (or to edit the 
 binary with ghex):
 https://github.com/rogerwang/node-webkit/wiki/The-solution-of-lacking-libudev.so.0
  

 https://github.com/rogerwang/node-webkit/wiki/The-solution-of-lacking-libudev.so.0%20

 I think the static link fix is easier for most users and I don't see this 
 causing problems on the system (on some systems a root console is preferred 
 to sudo -- linux users should know this.)

 regards

 On Tuesday, April 8, 2014 12:29:14 PM UTC+2, Jeremy Ruston wrote:

 Hi Matabele

 Thanks for this. Would this solution work for all users? Should it 
 replace the fix for #14 that is in the current TiddlyDesktop readme, and 
 discussed on the ticket:

 https://github.com/Jermolene/TiddlyDesktop/issues/14

 Many thanks,

 Jeremy



 On Fri, Apr 4, 2014 at 5:46 PM, Matabele matabe...@gmail.com wrote:

 Hi

 Found this fix for TiddlyDesktop on Ubuntu based systems -- much easier 
 than editing the Node Webkit runtime:

 If you see this error:

 ./nw: error while loading shared libraries: libudev.so.0: cannot open 
 shared object file: No such file or directory

 Fix this on a 64-bit system:

 sudo ln -sf /lib/x86_64-linux-gnu/libudev.so.1 
 /lib/x86_64-linux-gnu/libudev.so.0

 On a 32-bit system:

 sudo ln -sf /lib/i386-linux-gnu/libudev.so.1 
 /lib/i386-linux-gnu/libudev.so.0


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




 -- 
 Jeremy Ruston
 mailto:jeremy...@gmail.com
  


-- 
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] [TWc] - TiddlySnip is back! (Firefox 28)

2014-04-08 Thread Ton Gerner
Hi all TiddlySnip lovers,

TiddlySnip is back, see 
https://groups.google.com/d/msg/tiddlysnip/Su19-dJxcck/knLHXF8-H6YJ

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.


Re: [tw] [TW5] transient popups

2014-04-08 Thread FrD
Hi Jeremy,

Thanks for the answer.
For now I'm using a slider so the user can have the ToC appear at the top 
and the bottom of a chapter (i.e. a tiddler) and navigate to another 
chapter (i. e. tiddler). The slider still remains open when link is clicked 
but the visual effect is less weird than with a popup.

After having used this solution, I was wondering if the slider could be 
closed by cliking on a link (inside th ToC). As the link widget creates a 
handler for the onclick event, one can imagine extending the link widget so 
that it could also send messages to be captured by an enclosing widget 
(linkcatcher ?).
Or suppose the link widget has set and setTo attributes. It could set a 
state tiddler to another value and thus activate a reveal widget and so 
maybe close a tiddler or better (in my case -:) ) a slider ...

I don't know if it makes sense as I don't understand the internals of TW5, 
just wondering ...

Any thoughts ?

Thanks

FrD

Le lundi 7 avril 2014 19:04:10 UTC+2, Jeremy Ruston a écrit :

 Hi FrD

 There's no support at the moment for changing the popup dismissal 
 behaviour. There's been some discussion about adding a user interface to 
 enable users to explicitly pin or unpin each popup, determining how 
 readily it is dismissed. 

 Best wishes

 Jeremy




 

-- 
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] Re: [TWC] [NEW Plugin] AutoSuggestPlugin

2014-04-08 Thread Yakov
Hello Albert,

This may be of interest:

in the current snapshot (0.2.2) there's 

config.options.chkAutoSuggestGlobal

option that is defined in your code, but which is not used anyhow;
at the same time there's

chkAutoSuggestScope

option which is used but is not defined. Looks like it was the same option 
and you renamed it in some parts of the code, but forgot to do so in others 
(or some other mistake took place).

By the way, the tag suggestion feature works nicely! First, I've suspected 
that it can interact poorly with transclusions when one wants to transclude 
a section:
tiddler [[some tiddler##
or with second level of numbered lists
## list item
but tests showed that the workflow is quite reasonable: in the first case 
there's no suggestion at all, and also if one uses AutoSuggestion to get 
the tiddler, (s)he will get
tiddler [[some tiddler]]
first and then go add the section part. And in the second case when a space 
is added after ##, the suggestions are hidden.

These made me think, though..
* one more idea: autosuggestions of sections/slices can be added! below are 
some use-cases, l represents the cursor:
tiddler [[some tiddler##l
tiddler [[some tiddler::l
tiddler [[some tiddler##l]]
tiddler [[some tiddler::l]]
* there's one more case where tag suggestions are useful: filters there are 
two cases:
** tag filter. Examples of use-cases (obviously, there's no need for the 
##addition in this cases):
list filter '[tag[l
list filter '... [tag[l
list filter '[tag[l]]'
list filter '[tag[l]] ...'
list filter '... [tag[l]]'
as you can see, these can be described as /\[tag\[([^\]]*)($|\])/m if 
I'm not mistaking
** other filters that can eat tags:
list filter '[filterName[##|
(and versions with or without smth before/after as well)
In these two cases, of'course, instead of [[tagName]], either tagName]] or 
tagName should be inserted.

Great work!

Best regards,
Yakov.

четверг, 3 апреля 2014 г., 17:01:50 UTC+4 пользователь Yakov написал:

 Hello Albert,

 четверг, 3 апреля 2014 г., 12:03:22 UTC+4 пользователь Albert Riedinger 
 написал:

 Hi Yakov,

 Thank you, I'm glad you like it.
 Initially this plugin was an experiment, but I also think that it has 
 more potential. I'm a novice in JavaScript and especially in RegExp so it's 
 hard for me to achieve progress. But it's fun and I'll try my best :)

 Unfortunately At.js doesn't support unicode (and won't in near future), 
 so now I try to work around this issue without using more dependencies like 
 XRegExp library. I'm german so support for diacritics (like äöü) is 
 critical for me. I already tested some solutions and it worked more or 
 less, but I had no time to implement it yet. Does it work for you using 
 kyrillic characters (if you use any at all)?

 Not sure what do you mean here by doesn't support. I've tried to type 
 tiddler names starting from cyrillics ([[До) and got the proper 
 suggestions; I've even created a tiddler which name starts from ASCII 
 letters and contain cyrillics (New Tiddler Ъ) and if I type [[Ъ or even 
 [[ъ (not capital letter), I get the right suggestion listed. What exactly 
 didn't work for you?

 By the way, I've noticed that I have to click the autosuggest off button 
 twice to make it switch to on, this is a small bug, I'd say. Not sure 
 what's the cause.
 Also, I'd either omit the hideReadOnly param (to keep the code clean) or 
 set it to true (no reason for a guest to get the suggestions for editing as 
 he or she won't be any editing anyway). By the way, in TiddlySpace, the 
 view instead of edit mode for guests doesn't allow to type any letters, 
 so this doesn't work as demo. If you'd like to show some demo directly in 
 the space, you have to manually create a tiddler with some html.../html 
 containing a textarea where a guest can type and (s)he gets the suggestions.
  

 Implementing support for pretty links should be my next challenge. As I 
 said, I'm new to all of this and it's kind of complicated to write a RegExp 
 for such a case. Maybe you have some ideas[1]? Matching [[... is easy, 
 but I don't really know how to match simultaneously this: [[some text|


 Well, the easiest RegExp the matches [[some text| would probably be 
 /\[\[[^\|\]]+?\|/, but I'm not sure how this should be passed to .. is it 
 .atwho method that sets the autoSuggestions?


 Making space symbol after suffix (]]) an option should be easy. I will 
 implement this right now and release it on tiddlyspace soon.

 I'll add a couple of ideas just see some perspectives. One this is 
 replacing html-entities (special symbols) with actual symbols like this:
 * let's imagine I'd like to add a left-to-right arrow (rarr;)
 * I start to type r
 * I get a → suggestion -- *not* rarr;
 * I chose it and get much clearer wiki-code, without that unreadable 
 rarr; stuff
 Though, I don't know if there's an interface to get a list of all these 
 abbriviations (rarr, larr, uarr, darr, harr, times, bull, 
 ...) 

[tw] Missing Link Style in TW5

2014-04-08 Thread Joe Bush
Is there a way to edit the style of a missing tiddly link? I'd like the 
missing links to be red, instead of blending in with the rest of the blue 
links, so I can make sure I'm being complete.
Is this best done by CSS, and if so, what's the least intrusive way to edit 
the CSS? Is there a way to do it from the Appearance tab?

Sorry if this has already been asked, but I couldn't find anything about 
this specifically.

-- 
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: Where is the equivalent of the custom stylesheets?

2014-04-08 Thread Mark S.
I'm looking around in TW5, but not seeing anything that obviously resembles 
the the stylesheets in TWC.

I would like to be able to change the default font and set up some extra 
classes. How is that done with TW5?

Thanks,
Mark

-- 
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: Where is the equivalent of the custom stylesheets?

2014-04-08 Thread Birthe C
You can change something opening control panel from the coq icon in the 
sidebar. tab Appearance, tab Theme Tweaks. Font Family, size, line height 
etc. For other changes you must create a tiddler, write the changes you 
want, and tag the tiddler $:/tags/stylesheet.

Birthe

Den onsdag den 9. april 2014 01.52.09 UTC+2 skrev Mark S.:

 I'm looking around in TW5, but not seeing anything that obviously 
 resembles the the stylesheets in TWC.

 I would like to be able to change the default font and set up some extra 
 classes. How is that done with TW5?

 Thanks,
 Mark



-- 
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] Re: Internal JavaScript Error on Firefox

2014-04-08 Thread Brent Bartlett
There is something wrong with the installation. I tried it on my laptop 
(which is running the same browser on the same OS), and it works. It isn't 
an extension, though, because turning off all of the extensions except 
Tiddlyfox didn't work. Thanks, it looks like I'll have to troubleshoot some 
more.

On Monday, April 7, 2014 11:06:59 AM UTC-7, Jeremy Ruston wrote:

 Hi Brent

 If creating a new tiddler on tiddlywiki.com raises an error then that 
 suggests that there's something unusual about your Firefox installation - 
 Firefox 28 works fine elsewhere. Perhaps you have some extensions loaded 
 that are interfering with TiddlyWiki? It may worth trying starting Firefox 
 in safe mode:


 https://support.mozilla.org/en-US/kb/troubleshoot-firefox-issues-using-safe-mode

 Best wishes

 Jeremy




 On Mon, Apr 7, 2014 at 7:04 PM, Brent Bartlett 
 brent.b...@gmail.comjavascript:
  wrote:

 Yes, and yes.


 On Monday, April 7, 2014 9:04:33 AM UTC-7, PMario wrote:

 Hi Brent,
 Did you use the green download button, to download them?
 Is it the same behaviour, if you create a new tiddler at 
 http://tiddlywiki.com  ?

 -m

  -- 
 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+...@googlegroups.com javascript:.
 To post to this group, send email to tiddl...@googlegroups.comjavascript:
 .
 Visit this group at http://groups.google.com/group/tiddlywiki.
 For more options, visit https://groups.google.com/d/optout.




 -- 
 Jeremy Ruston
 mailto:jeremy...@gmail.com javascript:
  

-- 
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: Missing Link Style in TW5

2014-04-08 Thread Stephan Hradek
You can style almost everything. Just find out the class which is used (use 
e.g. FireBug for this) and then create your style in a tiddler tagged 
$:/tags/stylesheet.

-- 
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.