Re: [tw] Error running tiddlywiki on Ubuntu...

2014-03-06 Thread Jeremy Ruston
Hi Bob

It sounds like maybe you've got an old version of TiddlyWiki5 installed.

npm lets you install multiple versions of a module in different
directories, and then resolves the closest one.

Perhaps search your file system for boot.js to find the old installation?

Best wishes

Jeremy





On Thu, Mar 6, 2014 at 4:29 AM, Bob Breitling bob.breitl...@gmail.comwrote:

 I was able to get version v0.10.26 of node.js installed and, I think the
 latest, version of Tiddlywiki5. Though, when I install TiddlyWiki5 is says
 5.0.8-beta on the files its installing but when I run

  $ tiddlywiki --version

 the value displayed is 5.0.0-alpha.7 (not sure why?).

 When I try to run tiddlywiki

  $ sudo tiddlywiki mywiki --init server

 there is a slight pause of about 3 to 4 seconds the it displays

 Error: Missing command.

 It would seem I am missing something on my Ubuntu server installation, but
 what?

 Any help would be greatly appreciated. I search the forum here, but I did
 not find anything specific to this error, So I am posting this question.

 Bob

 --
 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/groups/opt_out.




-- 
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/groups/opt_out.


Re: [tw] [TW5] Strange behaviour of tag pills in 3 column mode in 5.0.8-beta

2014-03-06 Thread Jeremy Ruston
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.ger...@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+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/groups/opt_out.




-- 
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/groups/opt_out.


Re: [tw] [TW5] Strange behaviour of tag pills in 3 column mode in 5.0.8-beta

2014-03-06 Thread Ton Gerner
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.comjavascript:
  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 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/groups/opt_out.




 -- 
 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/groups/opt_out.


[tw] Re: Error running tiddlywiki on Ubuntu...

2014-03-06 Thread PMario
On Thursday, March 6, 2014 5:29:26 AM UTC+1, Bob Breitling wrote:

 When I try to run tiddlywiki

  $ sudo tiddlywiki mywiki --init server


I think you should not run this command as a root user.

sudo is only needed, if you install tiddlywiki as a global program.

-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/groups/opt_out.


Re: [tw] [TW5] Strange behaviour of tag pills in 3 column mode in 5.0.8-beta

2014-03-06 Thread Jeremy Ruston
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.ger...@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.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/groups/opt_out.


[tw] Re: Error running tiddlywiki on Ubuntu...

2014-03-06 Thread PMario
With npm, there are 2 possibilities to install a nodejs executable

as a global program
as a local program. 

The local version
-

If you do 

$ cd ~
$ mkdir test-tw
$ npm install tiddlywiki

It creates a local version.

You should see something similar to this:

[mario:~/test-tw] $ 
- npm install tiddlywiki
npm http GET https://registry.npmjs.org/tiddlywiki
npm http 200 https://registry.npmjs.org/tiddlywiki
npm http GET 
https://registry.npmjs.org/tiddlywiki/-/tiddlywiki-5.0.8-beta.tgz
npm http 200 
https://registry.npmjs.org/tiddlywiki/-/tiddlywiki-5.0.8-beta.tgz
tiddlywiki@5.0.8-beta node_modules/tiddlywiki

It creates a directory structure like this:

[mario:~/test-tw] $ 
- tree -L 2 -a
.
└── node_modules
├── .bin
└── tiddlywiki

So you see there is a hidden .bin directory 
So if you say

$ which tiddlywiki

it should say:

[mario:~/test-tw] $ 
- which tiddlywiki
./node_modules/.bin/tiddlywiki

If It says: 

[mario:~] $ 
- which tiddlywiki
/usr/bin/tiddlywiki

You are using the global version. installed with sudo ... -g option. 
Something is wrong with your user PATH setting.

If you list your paths with echo it should look similar to: 

[mario:~] $ 
- echo $PATH
./node_modules/.bin:/home/mario/bin: .

As you see. My path searches for executables in the node_modules/.bin as 
the first directory ...

To do this you need to adjust your .bashrc file in your home directory. 
So add the following lines at the end of your ~/.bashrc  file

# activate local node_modules
export PATH=./node_modules/.bin:$PATH

If you reopen your terminal window your echo $PATH should look similar to 
mine.
now

$ cd test-tw
$ which tiddlywiki

should give you a lokal TW seen above. 
If you go to to any directory that has no node_modules subdirectory and you 
do 

which tiddlywiki ... It should give you the global verison. 

The global version
---

will be installed with: 

$ sudo npm install tiddlywiki -g

If you are in any directory and call which tiddlywiki it should use the 
global path. 

[mario:~] $ 
- which tiddlywiki
/usr/bin/tiddlywiki

So you can say eg: 

$ cd ~
$ mkdir test-global-tw
$ cd test-global-tw
$ tiddlywiki mywiki --init server

it should use the global version. __no sudo needed__
try:

$ tiddlywiki --version 
$ wich tiddlywiki


uninstall the global version

$ sudo npm uninstall -g tiddlywiki

uninstall the local version

$ cd /to/your/path/
$ npm uninstall tiddlywiki


hope this helps
mario

-- 
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/groups/opt_out.


[tw] Re: Error running tiddlywiki on Ubuntu...

2014-03-06 Thread PMario
With npm, there are 2 possibilities to install a nodejs executable

as a global program
as a local program. 

The local version
-

If you do 

$ cd ~
$ mkdir test-tw
$ cd test-tw
$ npm install tiddlywiki

It creates a local version.

You should see something similar to this:

[mario:~/test-tw] $ 
- npm install tiddlywiki
npm http GET https://registry.npmjs.org/tiddlywiki
npm http 200 https://registry.npmjs.org/tiddlywiki
npm http GET 
https://registry.npmjs.org/tiddlywiki/-/tiddlywiki-5.0.8-beta.tgz
npm http 200 
https://registry.npmjs.org/tiddlywiki/-/tiddlywiki-5.0.8-beta.tgz
tiddlywiki@5.0.8-beta node_modules/tiddlywiki

It creates a directory structure like this:

[mario:~/test-tw] $ 
- tree -L 2 -a
.
└── node_modules
├── .bin
└── tiddlywiki

So you see there is a hidden .bin directory 
So if you say

$ which tiddlywiki

it should say:

[mario:~/test-tw] $ 
- which tiddlywiki
./node_modules/.bin/tiddlywiki

If It says: 

[mario:~] $ 
- which tiddlywiki
/usr/bin/tiddlywiki

You are using the global version. installed with sudo ... -g option. 
Something is wrong with your user PATH setting.

If you list your paths with echo it should look similar to: 

[mario:~] $ 
- echo $PATH
./node_modules/.bin:/home/mario/bin: .

As you see. My path searches for executables in the node_modules/.bin as 
the first directory ...

To do this you need to adjust your .bashrc file in your home directory. 
So add the following lines at the end of your ~/.bashrc  file

# activate local node_modules
export PATH=./node_modules/.bin:$PATH

If you reopen your terminal window your echo $PATH should look similar to 
mine.
now

$ cd test-tw
$ which tiddlywiki

should give you a lokal TW seen above. 
If you go to to any directory that has no node_modules subdirectory and you 
do 

which tiddlywiki ... It should give you the global verison. 

The global version
---

will be installed with: 

$ sudo npm install tiddlywiki -g

If you are in any directory and call which tiddlywiki it should use the 
global path. 

[mario:~] $ 
- which tiddlywiki
/usr/bin/tiddlywiki

So you can say eg: 

$ cd ~
$ mkdir test-global-tw
$ cd test-global-tw
$ tiddlywiki mywiki --init server

it should use the global version. __no sudo needed__
try:

$ tiddlywiki --version 
$ wich tiddlywiki


uninstall the global version

$ sudo npm uninstall -g tiddlywiki

uninstall the local version

$ cd /to/your/path/
$ npm uninstall tiddlywiki


hope this helps
mario

-- 
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/groups/opt_out.


[tw] Re: Getting field values

2014-03-06 Thread Alberto Molina
Hi Stephan,

The only way is by using macros and its variable replacement


Thanks, I'll try that.

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 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/groups/opt_out.


[tw] Re: Getting field values

2014-03-06 Thread Alberto Molina
Hi Stephan, 

This is exactly what I was looking for:

\define filter_level2()
$list filter=[field:title/$(what)$/(i)]


$link$view field=title//$link/$list
\end


\define filter_level1()
$set name=what value={{$:/temp/search}}
filter_level2
/$set
\end


filter_level1

Many thanks!!!

Alberto



Le jeudi 6 mars 2014 11:35:32 UTC+1, Alberto Molina a écrit :

 Hi Stephan,

 The only way is by using macros and its variable replacement


 Thanks, I'll try that.

 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 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/groups/opt_out.


[tw] Re: [TW5] drop-down list behaviour

2014-03-06 Thread UBi
It's not only about tag pill dropdown lists, it's about popups in general. 
Sorry for insisting: clicking near a popup in order to close it feels 
strange to me. Would it be possible to make popups click-closeable, maybe 
with an additional parameter to revealWidget (closeonclick=yes, 
close=click, whatever)? Or by an additional button message, say, 
tw-close-originating-popup?  If Yes: I, for my part, would definitely make 
it the default behaviour.

Any other thoughts?

Am Montag, 3. März 2014 19:37:02 UTC+1 schrieb UBi:

 Ah, okay. Assigning more than one tag to a newly created tiddler is easier 
 with this behaviour. But then, jumping off of a dropdown list requires an 
 additional click outside of it to close it. The TWC behaviour (modal 
 one-click selector) seems more natural to me. I'd vote for a configurable 
 option, too.
 Or a little plugin/macro/tweak.

 Alaaf,
 Uwe

 Am Montag, 3. März 2014 17:40:58 UTC+1 schrieb Ton Gerner:

 For tags it is a feature when you want to add more than 1 tag. Jeremy 
 ones mentioned that.
 In case of tags I like it.
 In case of selecting a type it doesn't make sense I think.
 Would be nice if you could configure the bevaviour (per drop-down list).

 Cheers,

 Ton

 On Monday, March 3, 2014 5:07:47 PM UTC+1, Stephan Hradek wrote:

 I can't remember when I read this. Maybe it wasn't in the groups but in 
 a mail or skype call with 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/groups/opt_out.


[tw] [TW5] ControlPanel: bad count for Number of overridden shadow tiddlers

2014-03-06 Thread Julie
While trying to display the overridden shadows tiddler by copying the 
filter in the ControlPanel's counter, I got no result althought I had 
modified $:/SiteTitle, $:/SiteSubtitle and $:/DefaultTiddlers.
After some tests, it appears that this filter [!is[system]is[shadow]] 
only selects the GettingStarted tiddler if it has been modified (as it is 
in fact the only non-system shadow tiddler)... so the result can only be 0 
or 1.

If the objective is to count the total number of overridden shadow 
tiddlers, I think the filter [!is[system]is[shadow]] 
[is[system]is[shadow]] would be better: it also selects the system 
tiddlers which are shadow tiddlers too, for example the modified 
$:/SiteTitle... or a modified $:/core/ui/PageMacros.

I've also noticed that [is[shadow]is[system]] is not the same as 
[is[system]is[shadow]], and it is logical:
- the first selects all the shadow tiddlers, and among them the system 
tiddlers, so the results are all the shadow tiddlers beginning with $:/ (ie 
all except GettingStarted)
- the second selects all the (existing) system tiddlers, and among them the 
shadow tiddlers, so the results are only the overridden shadow system 
tiddlers (ie all overridden shadow tiddler except GettingStarted)

-- 
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/groups/opt_out.


[tw] Syntax question: {{!!FieldName}}

2014-03-06 Thread Mark Thomas
I'm working my way through TW5, trying to figure out what's what, and for a 
little test project I'm using a field to store a tiddler name, then I'm 
using the field name to reference the tiddler in a link. Poking through 
some examples, I've come up with this:

$link to={{!!sometiddler}}$view field=sometiddler/$view/$link

Where sometiddler is the name of the field in question.

This does exactly what I want, but I have no idea why. :) Can someone fill 
me in on exactly what {{!!xxx}} does, or point me to a reference? My 
searching has not turned up anything by way of explanation.

If there's an easier way to do this, I'm all ears too.

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/groups/opt_out.


[tw] Re: [TW5] drop-down list behaviour

2014-03-06 Thread Eric Shulman
On Monday, March 3, 2014 10:37:02 AM UTC-8, UBi wrote:

 Ah, okay. Assigning more than one tag to a newly created tiddler is easier 
 with this behaviour. But then, jumping off of a dropdown list requires an 
 additional click outside of it to close it. The TWC behaviour (modal 
 one-click selector) seems more natural to me. I'd vote for a configurable 
 option, too.
 Or a little plugin/macro/tweak.


The default TWC popup behavior (click ANYWHERE to dismiss it)... is good 
for jumping off a dropdown list, but is horrible for any other kind of 
activity (such as entering input and pressing a button).  Over the years, 
many people have asked for persistent (sticky) popups in order to support 
extended interaction within the popup without dismissing it prematurely.  A 
good example of the usefulness of extended popup interaction is
  http://www.TiddlyTools.com/#QuickEditPackage
which provides a set of buttons with popups containing all sorts of useful 
editing tools (quick formtting, embedding links, splitting tiddlers, etc.)
  
In order to permit extended interaction within popups in TWC, use this 
plugin:
   http://www.TiddlyTools.com/#StickyPopupPlugin

Basically, the plugin modifies the TWCore global click handler for the 
document so that it checks to see if the click occurred inside a popup 
element with a class of sticky... if so, then it ignores the click (so 
the popup remains displayed)... otherwise, if the popup is not marked as 
sticky, or the click occurs anywhere outside the popup, the popup is 
dismissed.

This sticky popup handling is the current behavior in TW5... and I think 
it should remain the default.  However, there are still quite a few 
use-cases that could make good use of a transient popup that *is* 
dismissed with a single click anywhere in the document.  I think adding an 
attribute/parameter to optionally specify one-click handling (e.g., 
transient=true, autoclose=yes, etc.) is a good approach.

-e

-- 
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/groups/opt_out.


[tw] Re: Syntax question: {{!!FieldName}}

2014-03-06 Thread Stephan Hradek
http://tiddlywiki.com/ Search for TextReferences

-- 
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/groups/opt_out.


[tw] Re: Syntax question: {{!!FieldName}}

2014-03-06 Thread Mark Thomas
Perfect, thank you!

On Thursday, March 6, 2014 12:48:11 PM UTC-5, Stephan Hradek wrote:

 http://tiddlywiki.com/ Search for TextReferences


-- 
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/groups/opt_out.


[tw] [TW5.0.8] tw5toolbar, Toggle width/sidebar does not work anymore

2014-03-06 Thread Patrick Sanders
I waited for the 5.0.8 release to have autosave implemented.
On http://tw5toolbar.tiddlyspot.com/ I found

Select style for 'Toggle width/sidebar' button:WidthSidebarStyle tiddlerFixed
*+*$:/_sidebar-fixed-width-stylehttp://tw5toolbar.tiddlyspot.com/#%24%3A%2F_sidebar-fixed-width-styleFixed
*-*$:/_hidden-sidebar-fixed-width-stylehttp://tw5toolbar.tiddlyspot.com/#%24%3A%2F_hidden-sidebar-fixed-width-styleFluid
*+*$:/_sidebar-fluid-width-stylehttp://tw5toolbar.tiddlyspot.com/#%24%3A%2F_sidebar-fluid-width-styleFluid
*-*$:/_hidden-sidebar-fluid-width-stylehttp://tw5toolbar.tiddlyspot.com/#%24%3A%2F_hidden-sidebar-fluid-width-style
Which I wanted to implement in my own TW, but I see now that it does not 
work anymore on the original site, which is updated to 5.0.8.

What is wrong?

-- 
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/groups/opt_out.


[tw] [TW5.0.8] Import TWC sets Type=text/x-tiddlywiki

2014-03-06 Thread Patrick Sanders
After import of a TWC into TW5 for all tiddlers the Type is set to 
text/x-tiddlywiki.
No formatting is interpreted. I need to remove the Type, than is everything 
OK.

What is the reason to set this Type field?
How can I remove these Type fields for all my tiddlers easiest?

-- 
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/groups/opt_out.


[tw] Re: [TW5.0.8] Import TWC sets Type=text/x-tiddlywiki

2014-03-06 Thread Jonathan Emmert


 What is the reason to set this Type field?

I am not sure why it imports this way, but the purpose of the Type is to 
let TiddlyWiki know how to treat the content.  text/x-tiddlywiki tells 
the system to ignore any HTML or TiddlyWwiki markup and display just the 
plain text.
  

 How can I remove these Type fields for all my tiddlers easiest?

 
My understanding is that you will need to open each of your tiddlers and 
change the Type to the appropriate one.  When I upgraded on 5.0.7 that is 
what I had to do. 

I know this probably doesn't answer all your questions, but hope it helps.

Jonathan

On Thursday, March 6, 2014 4:22:55 PM UTC-5, Patrick Sanders wrote:

 After import of a TWC into TW5 for all tiddlers the Type is set to 
 text/x-tiddlywiki.
 No formatting is interpreted. I need to remove the Type, than is 
 everything OK.

 What is the reason to set this Type field?
 How can I remove these Type fields for all my tiddlers easiest?



-- 
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/groups/opt_out.


[tw] [TWC] Search no longer highlights tiddler text

2014-03-06 Thread Steve Rutter
I have heavily customized my TWC for work purposes, but I just noticed that
search will no longer highlight words within the content of a tidder. It
will still highlight the tittle of a tiddler, and it's not an issue with it
being the same color as the text background. I'm not sure where I need to
fix this. I am using the MPTW theme, but some other plugin appears to have
shaded the tiddler background, and then broke the highlight.

-- 
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/groups/opt_out.


[tw] Re: [TW5.0.8] tw5toolbar, Toggle width/sidebar does not work anymore

2014-03-06 Thread Ton Gerner
Hi Patrick,

Can you give some more information: OS, browser and what exactly does not 
work?

For me it works normal on Windows 7 with Firefox v27, Chrome v33 and 
Internet Explorer v11:

1) Fixed width with Sidebar works
2) Fixed width without Sidebar works
3) Fluid width with Sidebar works
4) Fluid width without Sidebar works

Cheers,

Ton



On Thursday, March 6, 2014 10:17:21 PM UTC+1, Patrick Sanders wrote:

 I waited for the 5.0.8 release to have autosave implemented.
 On http://tw5toolbar.tiddlyspot.com/ I found

 Select style for 'Toggle width/sidebar' button:WidthSidebarStyle tiddlerFixed
 *+*$:/_sidebar-fixed-width-stylehttp://tw5toolbar.tiddlyspot.com/#%24%3A%2F_sidebar-fixed-width-styleFixed
 *-*$:/_hidden-sidebar-fixed-width-stylehttp://tw5toolbar.tiddlyspot.com/#%24%3A%2F_hidden-sidebar-fixed-width-styleFluid
 *+*$:/_sidebar-fluid-width-stylehttp://tw5toolbar.tiddlyspot.com/#%24%3A%2F_sidebar-fluid-width-styleFluid
 *-*$:/_hidden-sidebar-fluid-width-stylehttp://tw5toolbar.tiddlyspot.com/#%24%3A%2F_hidden-sidebar-fluid-width-style
 Which I wanted to implement in my own TW, but I see now that it does not 
 work anymore on the original site, which is updated to 5.0.8.

 What is wrong?



-- 
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/groups/opt_out.


[tw] Re: [TW5.0.8] tw5toolbar, Toggle width/sidebar does not work anymore

2014-03-06 Thread Ton Gerner
Hi Patrick,

Did it work with the TW5.0.7-beta version of tw5toolbar (v4.6)?
v4.6 is available at 
https://dl.dropboxusercontent.com/u/2638511/TW5_toolbar_v4.6.html

Cheers,

Ton

On Thursday, March 6, 2014 10:57:01 PM UTC+1, Ton Gerner wrote:

 Hi Patrick,

 Can you give some more information: OS, browser and what exactly does not 
 work?

 For me it works normal on Windows 7 with Firefox v27, Chrome v33 and 
 Internet Explorer v11:

 1) Fixed width with Sidebar works
 2) Fixed width without Sidebar works
 3) Fluid width with Sidebar works
 4) Fluid width without Sidebar works

 Cheers,

 Ton



 On Thursday, March 6, 2014 10:17:21 PM UTC+1, Patrick Sanders wrote:

 I waited for the 5.0.8 release to have autosave implemented.
 On http://tw5toolbar.tiddlyspot.com/ I found

 Select style for 'Toggle width/sidebar' button:WidthSidebarStyle tiddlerFixed
 *+*$:/_sidebar-fixed-width-stylehttp://tw5toolbar.tiddlyspot.com/#%24%3A%2F_sidebar-fixed-width-styleFixed
 *-*$:/_hidden-sidebar-fixed-width-stylehttp://tw5toolbar.tiddlyspot.com/#%24%3A%2F_hidden-sidebar-fixed-width-styleFluid
 *+*$:/_sidebar-fluid-width-stylehttp://tw5toolbar.tiddlyspot.com/#%24%3A%2F_sidebar-fluid-width-styleFluid
 *-*$:/_hidden-sidebar-fluid-width-stylehttp://tw5toolbar.tiddlyspot.com/#%24%3A%2F_hidden-sidebar-fluid-width-style
 Which I wanted to implement in my own TW, but I see now that it does not 
 work anymore on the original site, which is updated to 5.0.8.

 What is wrong?



-- 
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/groups/opt_out.


[tw] Re: [TW5] Embed Chart.js into a TW5 file (pretty much like D3.js)

2014-03-06 Thread ben
I don't know how to incorporate the  Chart.js  script in a tiddlywiki but  
a workaround 
 would be be to include them in a tiddler via an iframe 
eg:

iframe src=http://address.of.my.chart; width=400 height=300 
style=border: none;/iframe

Good luck  

Ben


-- 
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/groups/opt_out.


[tw] Re: [TW5.0.8] tw5toolbar, Toggle width/sidebar does not work anymore

2014-03-06 Thread Patrick Sanders
I thought it was not working, so I tried once more, it works as I have seen 
it on 5.0.7, with FF v27

I need to have Fixed/Fluid with Sidebar=+ selected and press toggle 
width/sidebar, then I can change to the other Fixed/Fluid, but only the two 
with Sidebar=+ work.
The other, withour Sidebar=+ don't have an influence.

When I have Sidebar != +, then after pressing toggle width/sidebar to have 
the sidebar viewed and changing one of the styles has no effect. Why?


-- 
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/groups/opt_out.


[tw] [TW5] Auto Import?

2014-03-06 Thread Scott Kingery
Given a set location of .tid files, is there anyway to have TW5  import 
them on launch?

-- 
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] TW quick change stylesheets

2014-03-06 Thread skye riquelme
 Hi Againbeen quietly lurking here for some time. Still playing with  
the old TW

And cant figure out how to quickly swap stylesheets.

For example, PageTemplate creates an element (say smallMenu), that 
StyleSheet defines (color, position, size, borders).now I want to 
be able make it visible or hidden. Soa link might hit a tiddler that 
defines #smallMenu{visibility:visible;} so that the contents of the 
associated tiddler (SmallMenu) becomes visible. Another link triggers a 
tiddler which includes #smallMenu {visibility:hidden;}...and the 
smallMenu div disappears...

Cant get it to work though How to do this?

Thanks
Skye



-- 
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] Impressions thus far (and TW on node.js on Android)

2014-03-06 Thread Danielo Rodríguez
Holly cr***! I'm really interested in your node.js implementation. How did you 
compile node JS on your phone? Did you get some kind of executable as a result? 
Could you describe the process? 

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.


[tw] Re: [TW5.0.8] Import TWC sets Type=text/x-tiddlywiki

2014-03-06 Thread Scott Kingery
If you have lots of Tiddlers and if you have your wiki in html file 
(instead of Node) your could make a copy, just to be safe. Then, use a text 
editor like Notepad++ and do a search for 
type=text/x-tiddlywiki

and replace it with 
type=

Then open your wiki and see how things look. It's fast but you're going in 
'behind the scenes' so be be careful. :)

Scott

On Thursday, March 6, 2014 1:22:55 PM UTC-8, Patrick Sanders wrote:

 After import of a TWC into TW5 for all tiddlers the Type is set to 
 text/x-tiddlywiki.
 No formatting is interpreted. I need to remove the Type, than is 
 everything OK.

 What is the reason to set this Type field?
 How can I remove these Type fields for all my tiddlers easiest?



-- 
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] assign value to fields on tw-new-tiddler action or similar action when creating a new tiddler from a template

2014-03-06 Thread ruddb
I am using a template tiddler with a preset field, then this template 
tiddler is used on a tw-new-tiddler action from a button. 
However I want to pass the title value of the calling tiddler (where the 
button is) to the field of the new tiddler. 
Anyway to implement this?

One approach I am trying is this but it doesn't work or I just do not know 
how to implement a Template string for the fields widget.

\define newdisc()
$fields tiddler=templateTest template= $set name=currentTiddler 
value=templateTest $button message=tw-new-tiddler set=templateTest 
setTo=test param=templateTest New Task/$button/$set/$fields
\end

Thanks and appreciate the reply.

-- 
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] assign value to fields on tw-new-tiddler action or similar action when creating a new tiddler from a template

2014-03-06 Thread Stephan Hradek
Did you see http://tiddlystuff.tiddlyspot.com
Search for Newtiddler Widget.

-- 
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.0.8] Import TWC sets Type=text/x-tiddlywiki

2014-03-06 Thread Jeremy Ruston
Hi Patrick

In TiddlyWiki5 there are different content types for classic wiki text
versus the new version 5 wiki text.

Tiddlers in TWC format have the type text/x-tiddlywiki, while tiddlers in
the newer format use the type text/vnd.tiddlywiki (which can be omitted
as it is the default).

Currently there is no parser for text/x-tiddlywiki, which is why Classic
tiddlers appear in plain text. The plan in due course is to offer a plugin
parser for TW5 that understands the old format.

In the meantime, Scott's suggestion of using search and replace in a text
editor is the best way to manually convert your tiddlers if you want to
experiment with them in TW5.

Best wishes

Jeremy




On Fri, Mar 7, 2014 at 1:17 AM, Scott Kingery techlifeblog...@gmail.comwrote:

 If you have lots of Tiddlers and if you have your wiki in html file
 (instead of Node) your could make a copy, just to be safe. Then, use a text
 editor like Notepad++ and do a search for
 type=text/x-tiddlywiki

 and replace it with
 type=

 Then open your wiki and see how things look. It's fast but you're going in
 'behind the scenes' so be be careful. :)

 Scott


 On Thursday, March 6, 2014 1:22:55 PM UTC-8, Patrick Sanders wrote:

 After import of a TWC into TW5 for all tiddlers the Type is set to
 text/x-tiddlywiki.
 No formatting is interpreted. I need to remove the Type, than is
 everything OK.

 What is the reason to set this Type field?
 How can I remove these Type fields for all my tiddlers easiest?

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