[tw] Re: limiting search by tag

2012-07-02 Thread axelm
That works great.
Is there a wild character one can use?

axel

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/tiddlywiki/-/SP3CS0xq2nwJ.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Re: limiting search by tag

2012-07-01 Thread axelm
Hello all,
this works very well.
Is there a way to just get a list of links to the matched tiddlers and not 
open them all?
This can sometimes be rather slow.

thanks,

axelm

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/tiddlywiki/-/GR9HVz2HXQQJ.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Re: How do I get a sum for a field in many tiddlers

2012-01-15 Thread axelm
Yes I really like to use this. In the past I had a to copy the value from a 
spreadsheet.
But if I don't do it it is outdated. This could make sure that the value is 
up to date.
It works now, but its like you said, I have to be very careful when 
entering a value into the field to make sure it does not contain a comma as 
a thousand separator.

That's kind of dangerous, but it works. It's just if someone else enters a 
value, you never know.
It would be nice if it at least would show an error so you could track it 
down, instead of getting a bad result.

This would be nice:
Quote:
The problem here is, that the for loop (with isNaN) is "too gentle". 
IMO it needs to throw an error, or displays a message. eg: "numbers 
have to be written like '1.1'  check tiddler 'xyz' " 

In any case, I want to thank all you guys for your help.
I could have never figured this out by myself, and would have just given up.

thanks,

axelm

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/tiddlywiki/-/6meb3gOiGm0J.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Re: How do I get a sum for a field in many tiddlers

2012-01-14 Thread axelm
Another question, sorry,

This line fetches all tiddlers taged "someTag" :

tids=store.getTaggedTiddlers('someTag');

Where do I insert the "!" to make it fetch all the tiddlers that are NOT 
tagged "someTag" ?

thank you,

axelm

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/tiddlywiki/-/_Sp1MwgKlnYJ.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Re: How do I get a sum for a field in many tiddlers

2012-01-14 Thread axelm
You are absolutely right. In Europe they use the "." as a thousands 
separator and the "," as the decimal point.
Just out of curiosity, the result this script is producing looks like this: 
12252.89
How would you make it look like this: 12,252.89 ?

Also, another result looks like this: 12252.2
when it should like this: 12252.20
It leaves the trailing zero out.

Not a big deal, just curious.

thanks,

axelm

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/tiddlywiki/-/GgQPwexsSpcJ.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Re: How do I get a sum for a field in many tiddlers

2012-01-14 Thread axelm
Yes, that works. Thank you very much.

Strange how difficult it is with tw to simply sum a field.
Even if you enter the number in a field like this: 1,400.00 the script 
handles it like text because of the comma.
Well at least it works now for my purpose.
But then, I guess, it is not a spreadsheet.

Thank you again, everybody.
Till next time,

axelm

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/tiddlywiki/-/pELbk-hm4OMJ.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Re: How do I get a sum for a field in many tiddlers

2012-01-13 Thread axelm
Now I get something but weird:

0536.00

A whole bunch of zeros and the values spread out between.

axelm


-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/tiddlywiki/-/4qbvmT3w7GQJ.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Re: How do I get a sum for a field in many tiddlers

2012-01-13 Thread axelm
And if I try this:


   var sum=0;
   var fieldname='income1';
   var tids=store.getTiddlers();
   for (var i=0; i<tids.length; i++)
 sum+=store.getValue(tids[i].title,fieldname)*1;
   return "total: "+sum;


Then I get this:

total: NaN

What does "NaN" mean?

axelm

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/tiddlywiki/-/BtSS1Vm5BUIJ.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Re: How do I get a sum for a field in many tiddlers

2012-01-13 Thread axelm
I tried this:


   var sum=0;
   var fieldname='income1';
   var tids=store.getTiddlers();
   for (var i=0; i<tids.length; i++)
  sum+=store.getValue(tids[i].title,fieldname)*1;
   return sum;


but nothing shows?

Is the fieldname "income1" ok to use?

axelm

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/tiddlywiki/-/817FhoUDV0MJ.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] How do I get a sum for a field in many tiddlers

2012-01-13 Thread axelm
I would like to sum a number field that is present in many tiddlers.
How can I do that?

thanks,

axelm

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/tiddlywiki/-/UXC1y6iZz_UJ.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Re: Please help with this script

2012-01-12 Thread axelm
That works, thank you.

Funny why it works with a - or * or / but not a +

that threw me off

thank you,

axelm

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/tiddlywiki/-/2sktOEXmXi0J.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Please help with this script

2012-01-12 Thread axelm
Hello all,

This script:

 
var a=store.getValue("tiddler1","value1"); 
var b=store.getValue("tiddler2","value1"); 
var r =a+b;
return "Result is: "+r; 


If value1 (from tiddler1) is 1000
and value1 (from tiddler2) is 200

it returns 1000200
but it should return 1200

When I change 
var r =a+b;
to var r =a-b;

then it does the proper calculation and returns 800

What am I doing wrong?
Is the "+" something special?

axelm


-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/tiddlywiki/-/RSyrwP9h_b4J.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Stylesheet question

2012-01-05 Thread axelm
Hello All, Happy New Year,

I have this in my StyleSheet:

div[tags~="120"].tiddler .viewer { font-size:120%; color:black; }

In a tiddler, if I want the text to appear larger, I just add the "120" 
tag. Works great.

Is there a way use a custom field value instead?
What I mean is that lets say I have a field called "Fontsize", if I enter 
the value 120 then the font size would be 120%,
but if I change the value to 90 then the font size would be 90%.

In the stylesheet it would be like this:

div[field="Fontsize"~="field value"].tiddler .viewer { font-size:"field 
value"%; color:black; }
Of course, this doesn't work, because I don't know the syntax.

axelm


-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/tiddlywiki/-/QqIize0baGoJ.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] ToDoPlugin question

2012-01-03 Thread axelm
Hello All,

I am using the http://kronenpj.tiddlyspot.com/#ToDoPlugin

Is there a way to add it to the "View Template" so that it would show in 
every tiddler the ToDo's for that tiddler that is open?

Thank You,

axelm

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/tiddlywiki/-/vbZ8kJaySWoJ.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Re: Custom field question

2011-12-30 Thread axelm
Oh that sounds exactly like what I need.
But I have no idea how to "modify" a plugin.
Where would I add this code?

This is the plugin that adds the "tdptask0" field:

http://kronenpj.tiddlyspot.com/#ToDoPlugin

so close...

axelm

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/tiddlywiki/-/32Vgv8Slb5gJ.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Re: Custom field question

2011-12-30 Thread axelm
Maybe, is there a script that can run when you close the tiddler?
The script could then check if the field is NOT empty and add the tag?

axelm

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/tiddlywiki/-/HOvPaXS4EAQJ.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Re: Custom field question

2011-12-30 Thread axelm
I have a plugin (ToDoPlugin) that creates a field called "tdptask0", but 
only when there is a ToDo item.
What I would like to have is that at the same time a tag would be attached 
to the tiddler.

axelm


-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/tiddlywiki/-/-BLAfs1ummcJ.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Custom field question

2011-12-29 Thread axelm
Is there a way to do this:

If a field contains a certain value, that a tag is added to the tiddler 
automatically?

axelm


-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/tiddlywiki/-/3sBJJXZ-aPMJ.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Default Tiddler question

2011-12-29 Thread axelm
Hello All,

I have a tiddler called "DefaultTiddlers".
The tiddlers listed in there open when the wiki is first opened.

Instead of manually listing the tiddlers in the "DefaultTiddlers" tiddler,
how can I attach a tag like "Default" to any tiddler and then have it open 
when the wiki is first opened?

axelm

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/tiddlywiki/-/FLIldAn9cbEJ.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Re: Date Picker question

2011-12-18 Thread axelm
This would be the most awesome input field.
On this page:
http://marcgrabanski.com/articles/clean-calendar

Look at the first text field called "Date Select 1"

how to do?

axelm

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/tiddlywiki/-/ny74inj5JfsJ.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Date Picker question

2011-12-18 Thread axelm
Hello All,

can somebody tell me if this DatePicker code
( http://www.monkeyphysics.com/mootools/script/2/datepicker )
can be used on a tiddler?
I tried, but couldn't get it to work.

thanks,

axelm

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/tiddlywiki/-/igCX4pWKvDcJ.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Re: WikifyPlugin question

2011-12-08 Thread axelm
colmjude, here is the link to the plugin:

http://www.tiddlytools.com/#WikifyPlugin

axelm

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/tiddlywiki/-/n3HD2qnme9kJ.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] WikifyPlugin question

2011-12-07 Thread axelm
Hello all,

I have this in a tiddler and it works fine:

<>

However, if the field does not exist, it produces this text:

tdptask0

How can I make it not show anything, if the field does not exist?

Not a big deal, but just not pretty.

thank you for any help,

axelm

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/tiddlywiki/-/gisPtLZsxQIJ.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Script Error

2011-12-01 Thread axelm
Hello All,

I am trying this script:

 
   var hour=new Date().getHour(); 
   if (hour<6) out="You're up early!"; 
   else if (hour<12) out="Good Morning"; 
   else if (hour<18) out="Good Afternoon"; 
   else out="Good Evening"; 
   return out; 


but I get this error:

TypeError: (new Date).getHour is not a function

Why?

axelm

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/tiddlywiki/-/UC_XwMpfvUEJ.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Re: 2 line title?

2011-11-29 Thread axelm
Never mind, found the answer here:

https://groups.google.com/forum/#!searchin/tiddlywiki/characters$20in$20title/tiddlywiki/UrW9OgIO7o8/EFZNPXs_DHQJ

I should have looked first.

axelm


-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/tiddlywiki/-/TePN_w7hhHwJ.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Neat little bookmarklet question

2011-11-29 Thread axelm
Hello All,

I found this neat little bookmarklet here:

http://bookmarksplugin.tiddlyspace.com/bags/bookmarksplugin_public/tiddlers/BookmarkletPlugin

My wiki is local and I think this bookmarklet is not.

Is there a way to make it work on a local wiki?

Here is the bookmarklet code:

javascript:(function(a,b)%7Ba=b.createElement('script');a.setAttribute('src','http://bookmarksplugin.tiddlyspace.com/bookmarker-loader.js');b.body.appendChild(a);a.addEventListener('load',function()%7BloadBookmarker('http://bookmarksplugin.tiddlyspace.com/bookmarker','bookmarksplugin');%7D,false);%7D(null,document))

What do I have to change?

axelm


-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/tiddlywiki/-/uT2rWv3P4-8J.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Re: 2 line title?

2011-11-29 Thread axelm
That works, that is exactly what I was looking for.

Thank you very much Eric.

Buy the way, is there any characters that should NOT be used in the title 
of a tiddler so as not to interfere with scripts, macros, etc. ?

axelm


-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/tiddlywiki/-/mR3_1tB11H8J.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Re: 2 line title?

2011-11-28 Thread axelm
Yes, I meant the tiddler title.

Got it, there could be issues.

I tried the long title text, and doesn't that mean, when it wraps to the 
second line, that it is contained in some kind of "text box" ?
What if that "text box" length could be shortened, so that the text would 
wrap sooner?
It would just make a long tiddlers title so much better looking.

Just wondering out loud.

axelm

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/tiddlywiki/-/N_6HSw5TXc0J.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] 2 line title?

2011-11-28 Thread axelm
Hello All,

is there a way to have a long title wrap, so that it becomes a 2 line title?
Or, is there a type of return character that you can type into the title 
that makes it 2 lines?

I searched this group but couldn't find any reference to that.

thank you,

axelm
 

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/tiddlywiki/-/ssJCVnF-eUgJ.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Re: ShowLocalDirectory transclusion error question

2011-11-26 Thread axelm
I tried in Safari and there it works both ways.
So you are right, Firefox doesn't know what to do with this file.

I couldn't try the "ShowLocalDirectory" transclusion, because in Safari it 
produces an error.

axelm

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/tiddlywiki/-/by0NyfCr-1QJ.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Re: ShowLocalDirectory transclusion error question

2011-11-26 Thread axelm
>Try this experiment: take your .webloc file, and drag-n-drop it onto
>an empty Firefox window... what happens?  Does it load the URL, or
>give an XML error?

It loads the URL fine.

Then I tried this:
1) open new empty window
2) open the file from the "File - Open File..." menu
then the error shows up again.

axelm

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/tiddlywiki/-/TMkCZuHd_iYJ.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Re: ShowLocalDirectory transclusion error question

2011-11-26 Thread axelm
I have this in a tiddler:

<>

This is local and it works. In the "Misc" folder, I usually put PDF files 
only.
In the tiddler it shows the list of PDF files and when I click on one, the 
PDF is opened properly.

Now, when I have a website open in firefox (lets say 
"http://news.yahoo.com/";), I can drag the URL by its Favicon to the "Misc" 
folder or the desktop for that matter. It then becomes a bookmark file with 
this name: "Yahoo! News.webloc".
When you doubleclick on that file, firefox opens a new tab and opens the 
website. That also works just fine.

In the tiddler, the file also shows up fine. When I click on it, firefox 
opens a new tab and this error shows up:

This XML file does not appear to have any style information 
associated with it. The document tree is shown below.
  URLhttp://news.yahoo.com/

axelm

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/tiddlywiki/-/JdyF_HYCOI4J.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] ShowLocalDirectory transclusion error question

2011-11-26 Thread axelm
Hello Everybody,

My system: OSX with FireFox 7.0.1

I am using the "ShowLocalDirectory" transclusion and it works great for PDF 
files.
But, if I put a FireFox URL into the folder, I get this error when I try to 
open it from a tiddler:

This XML file does not appear to have any style information 
associated with it. The document tree is shown below.
  URLhttp://finance.yahoo.com/

It says in the "ShowLocalDirectory" instructions that I could use a URL:

*list*
show fully-qualified path/filenames, so that the local system-specific 
filename can be *displayed* while linking to a valid system-independent 
"file:" *URL for browser navigation*.

Anybody else have this problem? Or what am I doing wrong?

Any help will be appreciated,

axelm


-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/tiddlywiki/-/POxvfYdL8e8J.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Re: MatchTags question

2011-10-28 Thread axelm


> Currently, the popup only displays tiddler titles.  I will need to add 
> a feature to allow specifying an alternative format (using the same 
> formatting params as the non-popup output). 
>
> I'll post when I have an update 


That would be so cool if it would work on a field, slice or section. Can't 
wait.

> .matchTags { font-size: 14pt } 

Now it works, thank you so much.
 
axelm

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/tiddlywiki/-/uEWgmWuHb94J.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Re: MatchTags question

2011-10-28 Thread axelm
Unfortunately, I can't get it to work, it is just ignored:

 .matchTags .popup { font-size: 14pt }

axelm


-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/tiddlywiki/-/3QlIRbaAIP0J.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Re: MatchTags question

2011-10-28 Thread axelm
Never mind, I was to fast on the trigger, got the right version now.

How can I show a "field" value after the links in a popup?

Like the %5 ? It works, but not in the "popup" version?

axelm


-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/tiddlywiki/-/s5bUlbyT8dkJ.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Re: MatchTags question

2011-10-28 Thread axelm
Eric, you are the best!

Get the update (v2.0.6) here: 
   http://www.tiddlytools.com/#MatchTagsPlugin 
   http://www.tiddlytools.com/#MatchTagsPluginInfo 

These links point to 2.0.5
not 2.0.6

Is 2.0.5 the one I need?

axelm

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/tiddlywiki/-/m9B2daYK07gJ.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Re: MatchTags question

2011-10-26 Thread axelm
I got it figured out, thank you.

Also, it seems when you use MatchTags with "popup", you can not add the 
slice value.
That is to bad.

axelm
 

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/tiddlywiki/-/KBCEymhCz5AJ.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Re: MatchTags question

2011-10-26 Thread axelm
Yes that works!
Thank you very much.

I am interested in adding the "Description" after the title in the list.
How do I add a "slice" or "section" to a tiddler?
I tried adding a field named "Description", but it doesn't show up in the 
list?
Can I change the %5 to show a field value? How?

thank you for your help, Måns

axelm

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/tiddlywiki/-/LDURFNHc3hYJ.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Re: MatchTags question

2011-10-26 Thread axelm
That works, but now they are all individual tiddlers side by side, no more 
"popup" list.

axelm

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/tiddlywiki/-/ywBciFH6WWUJ.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Re: MatchTags question

2011-10-25 Thread axelm
Hello Måns,

tried both, but no go.
The label changes, but not the contents of the list.

The contents seem to be controlled by ".popup", because I can adjust the 
font size in the stylesheet like this:

.popup { font-size: 110%; }

But it changes all the lists, that is the problem.

any ideas?

axelm

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/tiddlywiki/-/qqYJfsFhYioJ.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] MatchTags question

2011-10-24 Thread axelm
Hello All,

I am using this:

<>

How can I make the font in this list larger?
I want to make the font in this particular list larger, not in all the 
popups.

I can change the size in the StyleSheet like this:

.popup { font-size: 110%; }

but this makes the font in ALL the popups larger, no good.

Any help would be appreciated,

axelm

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/tiddlywiki/-/HYdMjBweP50J.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Re: FET Question about available date attributes

2011-10-17 Thread axelm
Has anybody found an answer to Kriss's question?
I get the same error.

axelm


-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/tiddlywiki/-/RlnW_gGPuwMJ.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Re: Zoom question

2011-09-30 Thread axelm
I found this piece of code:


  .clsTeenyWeeny  { zoom: 0.10 }


It is supposed to go in the "body", but I can't get it to work in the above 
iframe.

help,

axelm


-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/tiddlywiki/-/6C5KHvpXChIJ.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Re: Data entry by means of a visual analogue "slider"

2011-09-28 Thread axelm
Could this maybe be of use?:

http://tbsandbox.tiddlyspace.com/#[[ProgressBar%20Examples]]

axelm

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/tiddlywiki/-/jsabBnXCI04J.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Zoom question

2011-09-28 Thread axelm
Hello all,

I have the http://www.TiddlyTools.com/#ImageSizePlugin and it works great.

I also sometimes embed a website into a frame, like so:



which also works great.
My question is, I would like to be able to enlarge the page inside the 
frame, because some website have very small text, and it becomes hard to 
read for older people.

thank you for any help,

axelm

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/tiddlywiki/-/dl-SJIpI9oYJ.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Can a script add text at the insertion point?

2011-09-27 Thread axelm
Hello all,

Can a script be added to the "View Template" to add a button that when 
clicked can add text at the insertion point?

axelm


-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/tiddlywiki/-/fjYrq5xr4OMJ.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Re: Odd question...

2011-09-17 Thread axelm
The problem is that there is about 300 tiddlers like "A" and they were made 
by template.
So they have the code already that produces each link.
I don't want to have to insert the link in all of them, but I can change the 
template like so:

<>

That works. All I want now is to get the "Result" from each one like so:

<>

but I am not getting the "Result", I am getting the macro itself.

axelm


-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/tiddlywiki/-/4neaOsAAQYoJ.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Re: Odd question...

2011-09-16 Thread axelm
Basically, I want to get the RESULT of the macro in tiddler A into tiddler 
B.

axelm

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/tiddlywiki/-/FUXzVAfsIrEJ.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Re: Odd question...

2011-09-16 Thread axelm
Then I just get this in tiddler A and any other tiddler:

$1

axelm

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/tiddlywiki/-/Oaxiahs1P7cJ.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Re: Template Tiddlers

2011-09-16 Thread axelm
Fantastic, that works.

Thank you, eric.

axelm


-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/tiddlywiki/-/u5J2-EuxNkQJ.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Odd question...

2011-09-16 Thread axelm
Hello All,

I have this in tiddler A:


<>
some text


In various other tiddlers I want to put this:

<>

but all I get in the other tiddlers is their own titles as links and not the 
content of tiddler A which should look like this:

[[A]]
some text

what am I doing wrong?

axelm

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/tiddlywiki/-/ovAhJi402O4J.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Re: Template Tiddlers

2011-09-16 Thread axelm
I really like this.
How would I go about, after you click the button, to have it ask for a 
title?
So instead of "New Task", I could enter a title.

<> 

thanks,

axelm

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/tiddlywiki/-/QV-sOpWtQDAJ.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Re: Help with ListboxPlugin

2011-09-12 Thread axelm
Found it !

This works:

select { font-size:16pt; width:130px; }

Note, not put the "style:" in front of "font"

then it works!

Thanks to everybody for the suggestions, that helped me find it,

axelm


-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/tiddlywiki/-/EyFAZjCD23oJ.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Re: Help with ListboxPlugin

2011-09-12 Thread axelm
Hello Eric,

I have tried this but to no avail.

axelm


-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/tiddlywiki/-/UtTPo3QTjtcJ.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Re: Help with ListboxPlugin

2011-09-12 Thread axelm
Found this:





  Red
  Greenish
  Blue



That works as far as making nice large droplist.
But how do I add this to the stylesheet, so this:

<>

from the Listbox plugin also shows the same size dropbox?

help

axelm


-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/tiddlywiki/-/wyLmdOZYyt8J.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Re: Help with ListboxPlugin

2011-09-10 Thread axelm
Hello Mans,

I added your suggestion to my stylesheet but no luck.

Here is what I have in the test tiddler:

<>

It works fine as far as the tags go, but it is way to small for people who 
can't see that good.

axelm


-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/tiddlywiki/-/M_pojUxfU4QJ.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Help with ListboxPlugin

2011-09-09 Thread axelm
Hello all,

I just installed the
http://www.TiddlyTools.com/#ListboxPlugin<http://www.tiddlytools.com/#ListboxPlugin>

and again, I have no idea how to change the size and or font of the 
"Droplist".

I use this for a checkbox and it works: input[type=checkbox] { width: 24px; 
height: 24px; }
but not for the droplist.

Any help would be appreciated

axelm


-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/tiddlywiki/-/K-1ZpIj138gJ.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Help with ListboxPlugin

2011-09-09 Thread axelm
Hello all,

I just installed the
http://www.TiddlyTools.com/#ListboxPlugin<http://www.tiddlytools.com/#ListboxPlugin>

and again, I have no idea how to change the size and or font of the 
"Droplist".

I use this for a checkbox and it works: input[type=checkbox] { width: 24px; 
height: 24px; }
but not for the droplist.

Any help would be appreciated

axelm


-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/tiddlywiki/-/A6CAHOC37l8J.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Need some help, again...

2011-09-08 Thread axelm
Hello all,

I have 3 checkboxes for tags like this:

<>A
<>B
<>C

The tiddler this is in, should only have one of these tags. So if it is 
currently tagged B and I click on A, the B tag should be taken off.
Just like a toggle, but with more than 2 tags, could be 5.
How can I do that?

axelm


-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/tiddlywiki/-/E0d_ieZxmnkJ.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Re: radio button macro?

2011-09-08 Thread axelm
In the "questionnaire" question 1 seems to be almost what I was talking 
about.
It produces a text result, but maybe could be used to change a tag.

But this is way beyond what I can do.

The tiddler "htmlsurvey" seems to hold the code to make this work.

axelm


-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/tiddlywiki/-/4T_xCTxUaUQJ.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Re: radio button macro?

2011-09-07 Thread axelm
How could I get these nice radio buttons to change a tag from
Red to Green to Blue ?

!Poor man's radio button 
Red 
Green 
Blue

axelm


-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/tiddlywiki/-/dKrd5txIz2sJ.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Re: Checkbox question

2011-09-07 Thread axelm
How would you apply this to a individual checkbox?

input[type=checkbox] { width: 30px; height:30px; }

axelm

 

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/tiddlywiki/-/eKQG9NklMiMJ.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Re: Checkbox question

2011-09-06 Thread axelm
That works, thank you Yakov.

axelm

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/tiddlywiki/-/oRkQXSnz4gkJ.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Re: Checkbox question

2011-09-06 Thread axelm
Firebug reported back:



so I added this to the stylesheet:

.checkbox { width: 30px; height:30px; }

but nothing changed.

I have this in a test tiddler:

test [_]

axelm

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/tiddlywiki/-/qEwM_OgHtM4J.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Checkbox question

2011-09-06 Thread axelm
Hello All,

is there a way to make the checkbox 

[x]

appear larger? It is really hard for older people to click.

Thank you,

axelm

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/tiddlywiki/-/7NI_7i2TlkwJ.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Re: BreadcrumbsPlugin comes close, but not

2011-08-24 Thread axelm
Would it be possible to execute this script on closing the wiki:

<>

And then, if you click yes in the dialog, to add it to a tiddler?

axelm


-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/tiddlywiki/-/PmlqIge-NxEJ.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Re: BreadcrumbsPlugin comes close, but not

2011-08-23 Thread axelm
Those only save currently open tiddlers, not like breadcrumbs which saves a 
history of the current session.

>From the documentation:
"Automatically saves a list of currently viewed tiddlers (the "story")"

axelm

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/tiddlywiki/-/1n_xYJ3l4yIJ.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] BreadcrumbsPlugin comes close, but not

2011-08-23 Thread axelm
Hello all,

I have the

http://www.TiddlyTools.com/#BreadcrumbsPlugin and the
http://www.TiddlyTools.com/#SaveBreadcrumbs

installed and before I close my wiki I can save the tiddlers that I opened 
(not necessarily edited) during the session to a tiddler.
That's great, but I forget to do it sometimes. Also, if you do it the second 
time, it wants to make a new tiddler, instead of adding to the existing one.

Is there a way to have the breadcrumbs saved automatically when you close 
the wiki, and added to the same tiddler?

 I know that this tiddler would get long pretty fast, but I could just open 
it once in a while and delete the oldest one manually.

Just like the history in your browser.

any ideas?

thanks,

axelm

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/tiddlywiki/-/GNM-A7TL-CcJ.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Help with a small script please

2011-08-19 Thread axelm
Hello All,

I have neat little script:

var tiddler = store.getTiddler(title); if (tiddler.isTagged("A")) 
return "Done";

How do I change it so that it returns "Done" if the tag "A" is NOT there?
Tried this "tiddler.isNOTTagged" but that doesn't work.

Please help,

axelm

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/tiddlywiki/-/nLtTEOnhyIMJ.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Re: Filtering Tags...

2011-08-04 Thread axelm
No, there is bunch of tags that should not be together on one tiddler.

I need some kind of code that looks at the tags and asks you to choose tag 
"Apple" or "Orange", or even just a warning that says that there is a 
conflict.

I just don't know how to do that.

axelm


-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/tiddlywiki/-/6ltvsKdBPIwJ.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Re: Filtering Tags...

2011-08-04 Thread axelm
Yes, that does what I need.
It just seems overkill with all the other features that I don't need or 
want.
It's the "merge" option from that plugin that does what I need.
Is there a way to just have that part of the code?

thanks,

axelm

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/tiddlywiki/-/24JVR4soOFIJ.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Filtering Tags...

2011-08-03 Thread axelm
Hello All,

is it possible to have a dialog appear when you ad a tag to a tiddler that 
you shouldn't?

Let's say you have a tiddler where one of the tags is "Apple" and you add 
the tag "Orange", but you don't want that to happen (because they give a 
conflicting message).
It would be nice if a dialog would come up, asking you if you are sure that 
you want to have the tags "Apple" and "Orange" on the same tiddler.

Any ideas?

axelm


 

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/tiddlywiki/-/o_CpQtn0POUJ.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] How many tiddlers in your wiki?

2011-08-03 Thread axelm
I was just wondering at which point the wiki would get slow.
Is it the number of tiddlers (I have 1003), or is it rendering a tiddler 
with lots of scripts in it?

How many tiddlers do you have, and at which point did you notice a slowdown?

axelm


-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/tiddlywiki/-/rj9xjO0UvZsJ.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Re: Trying to turn the Strikethrough feature off...

2011-08-03 Thread axelm
You are the best, PMario!

That worked great.

Thank you very much,

axelm


-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/tiddlywiki/-/VE8x5u-oKK0J.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Trying to turn the Strikethrough feature off...

2011-08-02 Thread axelm
Hello All,

I am trying to disable the Strikethrough feature.
I have pasted a lot of text into a whole bunch of text fields and they have 
a lot of these "---" in them.

I found and old threat here but it doesn't work.
Can someone update this:

(function() {
for (var i = 0; i < config.formatters.length; i++)
if (config.formatters[i].name == "strikeByChar")
break;
if (i < config.formatters.length)
config.formatters.splice(i,1);
})();

It said to paste this into a tiddler and tag it systemConfig
but I guess it's pretty old.

axelm

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/tiddlywiki/-/IUmFJkbqyygJ.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Re: Is this possible?

2011-07-28 Thread axelm
I guess it would be nicer (and save one step) to use ForEachTiddler, but I 
wouldn't know how to do that, since it is reversed.
FET could find all the tiddlers tagged "Research" and would have to store 
all their titles and then add those as tags to the tiddler that contains the 
FET code.

Hmmm,

axelm


-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/tiddlywiki/-/VZLi7tQCMf4J.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Re: Is this possible?

2011-07-27 Thread axelm
Thank you PMario, that is so awesome.

rakugo, here is the scenario:

Lets say I have 10 tiddlers of companies (1 tiddler each).
These companies are all in the medical research industry.
Each of these tiddlers is tagged "Research".
Each of these tiddlers has the "<>" macro on the top, from their 
template. 
This shows all the tiddlers that are tagged with the companies name as a 
tag.
So now you find a company that supplies stuff to these "Research" companies. 
I make a new tiddler for this "Supplier".
I want it to show up on each "Research" company's menu of "tagged".
So now, all I have to do is open all tiddlers tagged "Research" (with the 
"OpenTaggedTiddlers" macro) and add their 
titles (the name) to the suppliers tiddler as tags (thanks to PMario), and 
now the supplier tiddler shows up on all the "Research" companies.
Or I may find an article on the Internet that relates to all the "Research" 
companies. 
I use TiddlySnip to make a new tiddler. Again, I want that tiddler to show 
on each "Research" companies tiddler, same procedure.

Does that make sense?

axelm

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/tiddlywiki/-/CD48rQbJwjsJ.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Re: Is this possible?

2011-07-26 Thread axelm
Thank you so much, PMario

That works great!!!

That will save me so much work.

axelm


-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/tiddlywiki/-/5l8sa-2Zr8IJ.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Re: Is this possible?

2011-07-26 Thread axelm
Hello Måns,

this is probably what I need. Except it doesn't want to work.
It asks me for the name of the tiddler with the links from the StorySaver in 
it, and then it does nothing!
How do I tell it which tiddler it should add the tags, to?

help,

axelm


-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/tiddlywiki/-/_HFRLacUtdAJ.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Re: Is this possible?

2011-07-26 Thread axelm
Yes, I have that plugin, but it won't do what I need:

I have 3 tiddlers open named: "A" "B" and "C"
I need to add the names of the open tiddlers to tiddler "D" as tags.
So tiddler "D" would then have the tags A, B, C  added to it's tag list.

TiddlerTweakerPlugin can't do that.

axelm

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/tiddlywiki/-/Sw52KNL3wcIJ.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Re: Is this possible?

2011-07-26 Thread axelm
Could this script be modified to do what I want?


var t,i,
tids=store.getTaggedTiddlers('UPDATE'),
txt=store.getTiddlerText('NEWTEXT')||'';
if(!confirm("Really add to the contents of:\n"+
tids.map(function(t){return t.title;})))return;
for(i=0;i<tids.length;i++){
t=tids[i];
store.saveTiddler(
t.title,
t.title,
store.getTiddlerText(t.title)+'\n'+txt,
config.options.txtUserName,
new Date(),
t.tags,
t.fields,
t.created
);
};


Any help is greatly appreciated,

axelm

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/tiddlywiki/-/Q22EkB0ezmoJ.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Is this possible?

2011-07-25 Thread axelm
Hello All,

I have 3 tiddlers open (A, B, and C)
Is it possible to add tags to tiddler D with the names of all open tiddlers?
So tiddler D would then have the tags A, B, C

Thank's for any help,

axelm


-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/tiddlywiki/-/tdZ5v9l_vWYJ.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Re: Just can't figure it out, EditSectionPlugin

2011-07-13 Thread axelm
Thank you, Eric, much appreciated. And sorry about changing the code.
Maybe I should just accept things the way they are and not try make 
everything look different.
Especially, since I have no idea what I am doing.

Thank's everybody for the great help,

axelm

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/tiddlywiki/-/BQlKVvUwyRUJ.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Re: Just can't figure it out, EditSectionPlugin

2011-07-13 Thread axelm
Thanks for the tip Scott, but no go.
I have put your code in the plugin itself and the EditSectionPluginPanel, 
but no luck.
All I can change in the EditSectionPluginPanel is the cols and rows, 
everything else, I can change to anything I want, it is just being ignored.

here is the EditSectionPluginPanel contents:












Thanks for any help,

axelm

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/tiddlywiki/-/j9Ymauc86X0J.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Just can't figure it out, EditSectionPlugin

2011-07-09 Thread axelm
Hello,
I have the 
http://www.TiddlyTools.com/#EditSectionPlugin<http://www.tiddlytools.com/#EditSectionPlugin>installed
 and I would like to change the font
in the editor that pops up.

Tried so many things, but just can't change it.

Any ideas?

Thank you,

axelm

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/tiddlywiki/-/2AzB1FNeU1EJ.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Question about EditSectionPlugin

2011-07-05 Thread axelm
Hello All,

I have the 
http://www.TiddlyTools.com/#EditSectionPlugin<http://www.tiddlytools.com/#EditSectionPlugin>installed.

Can someone tell me how to change the font type and size in the editor panel 
? I have tried with the help of FireBug but no luck.


much appreciated,

axelm

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/tiddlywiki/-/FyGQ8Xq6BBwJ.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Re: Question about EditSectionPlugin

2011-06-29 Thread axelm
Also a question for Eric:

How can I change the font in the edit panel?

I tried several ways, but it doesn't want to change.

thank you,

axelm


-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/tiddlywiki/-/AvCZHrywA28J.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Scroll position

2011-06-29 Thread axelm
Hello all,
I have the TiddlersBarPlugin installed and I have a question:

When I have several long tiddlers open and I switch from one to the other 
and then back the tiddler always goes to the top of the tiddler and not back 
to the position I was at when I left it. How can I make it remember the 
position where I was and then go back to that position?

thank you,

axelm


-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/tiddlywiki/-/LB0hHMMMXqoJ.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Re: Question about EditSectionPlugin

2011-06-27 Thread axelm
Yes, that is kind of "double mubble".
But that works great now, exactly how I wanted it, totally "inline".
Looks great, and people can edit certain parts of a tiddler without having 
to go into edit mode.
When you go into edit mode everything is selected!
My wife managed on several occasions to press a key after going into edit 
mode and delete all!
Backups are great too.

Thank you very much for your help Eric.

Actually come to think of it, one more thing:
When you click on the "edit section..." button, the edit panel comes up, but 
nothing is selected. You have to click again and then everything is 
selected.
How can I change it so that the cursor would be placed at the end as soon as 
the panel opens? It must have something to do with this:

onfocus="this.select()"

just guessing...

axelm


-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/tiddlywiki/-/s6_LR2BCersJ.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Re: Question about EditSectionPlugin

2011-06-27 Thread axelm
But I wanted the text "some text" to show, just not the header.

axelm


-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/tiddlywiki/-/YJEfypRHMlEJ.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Re: Question about EditSectionPlugin

2011-06-27 Thread axelm
Never mind, this works:

<>/%
!My Notes
%/
some text
/%
!%/

Now the only minor problem is, in the edit panel the "/%" and "%/" show up 
like this:

%/
some text
/%

axelm

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/tiddlywiki/-/Buzmsql_2wUJ.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Re: Question about EditSectionPlugin

2011-06-27 Thread axelm
Hello Eric,

I put this in a tiddler like you said:

<>/%
!My Notes%/
some text
!

I put the "%/" behind the "My Notes"
but now, when I want to edit, the edit panel comes up empty and I can't save 
any text that I put into it.

axelm

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/tiddlywiki/-/WtYSnsFUKQIJ.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Question about EditSectionPlugin

2011-06-27 Thread axelm
Hello all,
I have the 
"http://www.TiddlyTools.com/#EditSectionPlugin<http://www.tiddlytools.com/#EditSectionPlugin>"
 
installed and this in a tiddler:

<>
!My Notes
some text
!


It renders like this:

"edit section...
My Notessome text

"

How can I have it just display the text I entered, ie; "some text"

I don't want: 
(1) The empty line between "edit section.." and "My Notes"
(2) The text "My Notes"
(3) The empty line after "some text"

any help will be appreciated,

axelm

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/tiddlywiki/-/qAwbFZXTQ3QJ.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Re: Tiddler Title question

2011-06-12 Thread axelm
Figured it out. The code you mentioned is in the "ViewTemplate", so I 
changed that and it worked!!

Thank you very much for your advise,

axelm


-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/tiddlywiki/-/20IX3yvC9e8J.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Re: Tiddler Title question

2011-06-12 Thread axelm
In my PageTemplate that line does not exist.

So I just pasted it in anyway, but nothing changes.

Is there another place I should ad it?

axelm


-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/tiddlywiki/-/c3ytaI5t7GgJ.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Re: Tiddler Title question

2011-06-11 Thread axelm
Thank you, axs.  That worked.

Then I tried to give the title a "Highlight" color like this:

background-color:#6F0;

but the whole line gets highlighted, I just want the text to highlight.

How do I do that?

axelm


-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/tiddlywiki/-/VE9QUfR83WEJ.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



[tw] Tiddler Title question

2011-06-11 Thread axelm
Hello All,

how would make the tiddler titles (all of them) appear in the center and not 
on the left side?

thank you,

axelm


-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/tiddlywiki/-/5rFypRAxsfgJ.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



Re: [tw] Re: excluding tags from TagsTreePlugin

2011-05-24 Thread axelm
Would it be possible that someone who knows about coding could take a peek 
at this plugin:

http://visualtw.ouvaton.org/VisualTW.html#TagsTreePlugin

and find out why it is not excluding tiddlers that are tagged "excludeLists: 
or "excludeTagsTree" ?

I have tried to play with it but no luck, since I don't know what I am 
doing.

It seems the author hasn't worked on it since 2008.

That would be really, really appreciated,

axelm


-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



Re: [tw] Re: excluding tags from TagsTreePlugin

2011-05-23 Thread axelm
re: I wonder if this would work for you: 
http://axs.tiddlyspot.com/#TagglyTagButtonPlugin. I made it a while ago for 
myself for easy menu auto-generation. I use it in my book TW* for the table 
of contents; click on "contents" to see an example of this.

No, the tiddlers with the "excludeList" tag still show up in the TagsTree 
tiddler.
Also this made the "Rename Tag" menu disappear, which I use a lot.

axelm

-- 
You received this message because you are subscribed to the Google Groups 
"TiddlyWiki" group.
To post to this group, send email to tiddlywiki@googlegroups.com.
To unsubscribe from this group, send email to 
tiddlywiki+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/tiddlywiki?hl=en.



  1   2   >