Re: [tw] Format cells in a table

2010-02-11 Thread Alex Hough
I'd use Firebug to cut and paste the actual CSS into StyleSheet, then change
it.
I think it gets a bit confusing doing it inline.


Alex

On 11 February 2010 00:42, AndrewMc newsp...@post.com wrote:

 Hi All

 I wish to modify the appearance of some cells in a table. I want to
 remove some of the borders and change the background colour of some
 cells in the table.

 I can set the background colour but only if I use a hex value for the
 colour. Setting the colour using [[ColorPalette::PrimaryPale]] does
 not work for me. Can I use the [[ColorPalette::]] values to set the
 colour of a table cell?

 !!Change background colour in cells 2-4, and 6-8 (~PrimaryPale =
 #9b9).
 |cell #1|bgcolor(#9b9):cell #2|bgcolor:#9b9;cell #3|background-
 color:#9b9;cell #4|
 |cell #5|bgcolor([[ColorPalette::PrimaryPale]]):cell #6|bgcolor:
 [[ColorPalette::PrimaryPale]]; cell #7|background-color:
 [[ColorPalette::PrimaryPale]]; cell #8|

 I can successfully remove the vertical line between two columns but
 cannot remove the horizontal line between two rows. How can i remove
 the horizontal border between two rows?

 !!Remove vertical line between column 1 and column 2 (Successful).
 |border-right-width:0; cell #1 |border-left-width:0; cell #2 | cell #3
 |
 |border-right-width:0; cell #4 |border-left-width:0; cell #5 | cell #6
 |

 !!Remove horizontal line between row 1 and row 2 (Unsuccessful).
 |border-bottom-width:0; cell #1 |border-bottom-width:0; cell #2 |
 |border-top-width:0; cell #3 |border-top-width:0; cell #4 |
 |cell #5|cell #6|

 I am using MPTW with Firefox 3.5.7 on Windows XP.
 I have also tried the examples above in an empty TW 2.5 and had the
 same results.

 Cheers
 Andrew Mc

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




-- 
http://www.multiurl.com/g/64

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlyw...@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: Request: Firebug tutorial for TiddlyWiki

2010-02-11 Thread Alex Hough
I think a firebug screencast or two would be helpful.
I've used it to in pretty much the same way as points 1-4, but 5 is beyond
me.

Could do a screencast about hanging the color of an element of a tiddler.
I've got the energy and am interested in the TiddlyComunity as some kind of
self organizing emergent knowledge structure.

Mike, you asked the original question. Is there a real problem we could
start with as an example for Shavinder's five uses ?

Alex

On 11 February 2010 02:49, shavinder shavinderpalsi...@gmail.com wrote:

 I have used firebug in past some years. Some of the uses are:

 1. to inspect DOM in order to find out what div.class and div.id I
 need to target and manipulate for formatting TW.
 2. to actually try out changing the css attribute values in the live
 DOM before including them in a Styling tiddler.
 3. to inspect DOM in order to find out what divs and their classes do
 what in a TW interface, like what is a displayArea and what is a
 tiddlylinkExisting etc
 4. to run short lines of javascript code from console line just to see
 their effect before actually including them into an inline script
 5. to debug inline script by sending flag values to console.log of
 firebug.

 Besides firebug another tool which is indispensible when it comes to
 any coding in TW is Eric Shulman's http://www.tiddlytools.com/insideTW/

 -shavinder

 On Feb 11, 2:26 am, Mark S. throa...@yahoo.com wrote:
  Just thinking out loud. So much of the code that you're likely to want
  to edit is stored in tiddlers as plugins or systemConfig code which
  gets evaluated *after* the core code has loaded. So I don't think you
  can find it in the FireBug code window. Anyway, I wasn't able to use
  FireBug on any of the code I was writing. But maybe there's some
  special technique. I suppose it would be possible to temporarily park
  code in the Markup section so that it would get evaluated like real
  javascript. Then move it to its containing tiddler once its been
  debugged.
 
  Mostly I've used FB to help me see what styles TW is applying. In the
  code itself I use alerts to let me know where the code is executing,
  and what key variables have been set to. I've found in other
  environments that debuggers often gets in your way more than they
  help.
 
  Mark
 
  On Feb 11, 4:09 am, Mike eris...@gmail.com wrote:
 
   Looking for a TW experts point of view on how to use Firebug with
   TW. . .
 
   Not sure if anyone has the time or energy to put something together,
   but I think it would be a good contribution to the general knowledge
   base.  This also would be a good resource for people learning how to
   troubleshoot and write their own scripts / macros / plugins.
 
   Slowly making all of us users into mini experts :P
 
   Any Thoughts?
 
   Mike

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




-- 
http://www.multiurl.com/g/64

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlyw...@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] TiddlyWiki and jQuery 1.4.1

2010-02-11 Thread Martin Budden
Will,

I've done some testing using jQuery 1.4.1 and can confirm that all of
the basic functions work correctly.

We plan to upgrade the version of jQuery used in release 2.6 of
TiddlyWiki. We expect that jQuery 1.4.2 will be available before the
release of TW 2.6, so expect to use that.

Martin

On 7 February 2010 09:43, Will Konijn willrab...@gmail.com wrote:
 Hey all,

 I thought I would test if TiddlyWiki could be upgraded from the
 included jQuery 1.3.2 version up to 1.4.1.

 So to test this I first downloaded a clean copy from 
 htp://tiddlywiki.com/empty.html

 Then I downloaded the minified version of jQuery 1.4.1 from
 http://code.jquery.com/jquery-1.4.1.min.js

 Next I simply copy  pasted over the jslibArea contents, from the
 first /* that comes after the CDATA line
 but make sure to not overwrite the end of the CDATA which looks
 something like this: //]]
 and usually shows up right before the end of the script, such as /
 script

 it should look something like this:

 script id=jslibArea type=text/javascript
 //![CDATA[
 /*
  * jQuery JavaScript Library v1.3.2
  * http://jquery.com/
 ... etc.
 //]]
 /script


 Also, don't be confused by the fact that they combined the jQuery
 library and sizzle.js parts since version 1.3.2

 After saving the change to 1.4.1, I tested out all of the basic
 functions and they seem to work fine for me.

 Can others confirm that this works for them and doesn't break
 anything?
 If it does not cause any major explosions, then maybe we can update
 the download at htp://tiddlywiki.com/empty.html and other places to
 use the jQuery 1.4.1?

 Let me know what you think of this...

 --
 You received this message because you are subscribed to the Google Groups 
 TiddlyWiki group.
 To post to this group, send email to tiddlyw...@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.



-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlyw...@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] SideBarTabs refresh problem with standard TiddlyWiki

2010-02-11 Thread PMario
Hi,
I have downloaded a fresh version of TW on http://www.tiddlywiki.com/
. But not the empty version. I loaded the version with the content.

It is the one with the index slider.

If you make a new tiddler, the timeline will _not_ be updated. I found
the problem, because my version of FreeStyle uses the same mechanism
and has the same problem.

This is the line in the PageTemplate.
div id='sidebarTabs' refresh='macro' force='true' macro='slider
chkSideBarTabs SideBarTabs index » display lists of tiddlers'/
div

Please point me to a direction, how the refresh mechanism is working.

regards Mario

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlyw...@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: using script and tiddler TiddlerName to make a table

2010-02-11 Thread PMario
Hi Dave,
Thx for the flowers.
I think most of it, is explaned at the following link.
http://www.wdvl.com/Authoring/JavaScript/Tutorial/operators.html

And if you copy the code to an editor which has syntax highlighting,
it will be muuch easier to read.
I use www.Aptana.com It is a little overkill for this example. Maybe
others know a smaller syntax highlighter.

-m
On Feb 11, 6:14 am, Dave Parker cedar...@telus.net wrote:
 Mario, you are a genius -   That works perfectly - thank you!

 Now I have to print out the code and stare at it for a while to figure
 out how it works... :-)

 Dave

 On Feb 10, 9:03 am, Dave Parker cedar...@telus.net wrote:

  On Feb 10, 8:27 am, PMario pmari...@gmail.com wrote:

   Hi Dave,
   Is it really a script TW, or do you play my game?

  No, I was just playing :-), its actually a bible TW I've been
  attempting on and off for years (mainly because my TW comprehension
  skills are slow)  My first attempt divided books (Acts) into
  individual tiddlers each verse, but now I'm trying it a section per
  verse, hoping it'll be quicker responding (so far so good!).  So the
  real reference would be e.g. $1=Genesis, $2=1, $3=(index I=1 to 7 or
  whatever I end up using)

  Thank you for your detailed response.  I will try it out this weekend
  (bogged down now with my day job).

  Dave



-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlyw...@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: Request: Firebug tutorial for TiddlyWiki

2010-02-11 Thread Mike
I have had Firebug installed for over a year, and only used it a few
times. . . (no real success or understanding)
Recently got some advise for inspecting elements (CSS) and it was very
handy

regretfully I don't have an example to explore, my thought was that my
confusion / lack of knowledge in Firebug might be a good learning
experience for everyone. . .

I have recently seen an increase in posts referencing Firebug usage,
which sparked my interest, possibly indicating that a few of the power
users are using it and getting useful results.

Thanks for the feedback / interest :P

Mike



On Feb 11, 3:15 am, Alex Hough r.a.ho...@googlemail.com wrote:
 I think a firebug screencast or two would be helpful.
 I've used it to in pretty much the same way as points 1-4, but 5 is beyond
 me.

 Could do a screencast about hanging the color of an element of a tiddler.
 I've got the energy and am interested in the TiddlyComunity as some kind of
 self organizing emergent knowledge structure.

 Mike, you asked the original question. Is there a real problem we could
 start with as an example for Shavinder's five uses ?

 Alex

 On 11 February 2010 02:49, shavinder shavinderpalsi...@gmail.com wrote:



  I have used firebug in past some years. Some of the uses are:

  1. to inspect DOM in order to find out what div.class and div.id I
  need to target and manipulate for formatting TW.
  2. to actually try out changing the css attribute values in the live
  DOM before including them in a Styling tiddler.
  3. to inspect DOM in order to find out what divs and their classes do
  what in a TW interface, like what is a displayArea and what is a
  tiddlylinkExisting etc
  4. to run short lines of javascript code from console line just to see
  their effect before actually including them into an inline script
  5. to debug inline script by sending flag values to console.log of
  firebug.

  Besides firebug another tool which is indispensible when it comes to
  any coding in TW is Eric Shulman'shttp://www.tiddlytools.com/insideTW/

  -shavinder

  On Feb 11, 2:26 am, Mark S. throa...@yahoo.com wrote:
   Just thinking out loud. So much of the code that you're likely to want
   to edit is stored in tiddlers as plugins or systemConfig code which
   gets evaluated *after* the core code has loaded. So I don't think you
   can find it in the FireBug code window. Anyway, I wasn't able to use
   FireBug on any of the code I was writing. But maybe there's some
   special technique. I suppose it would be possible to temporarily park
   code in the Markup section so that it would get evaluated like real
   javascript. Then move it to its containing tiddler once its been
   debugged.

   Mostly I've used FB to help me see what styles TW is applying. In the
   code itself I use alerts to let me know where the code is executing,
   and what key variables have been set to. I've found in other
   environments that debuggers often gets in your way more than they
   help.

   Mark

   On Feb 11, 4:09 am, Mike eris...@gmail.com wrote:

Looking for a TW experts point of view on how to use Firebug with
TW. . .

Not sure if anyone has the time or energy to put something together,
but I think it would be a good contribution to the general knowledge
base.  This also would be a good resource for people learning how to
troubleshoot and write their own scripts / macros / plugins.

Slowly making all of us users into mini experts :P

Any Thoughts?

Mike

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

 --http://www.multiurl.com/g/64

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlyw...@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: FreeStyle TW Theme Generator

2010-02-11 Thread PMario
Hi there,

FreeStyle updated to 0.2.00 [1]. New basic version[2] of TW with
emastic grid available at tiddlyspot. But a problem arises see [3].
Need help for this, because I don't understand the refresh machanism
very well.

kind regards Mario
[1] http://freestyle.tiddlyspot.com/#About%26Download
[2] http://freestyle-emasctic.tiddlyspot.com
[3] 
http://groups.google.com/group/tiddlywiki/browse_thread/thread/8a7f6203a85baa53?hl=en

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlyw...@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: d3 plugin problem: Adding EasyEdit or EasyFormat

2010-02-11 Thread Joe Hewitt
Mark,

You might want to try the firefox plugin called It's All Text which allows
to you use whatever editor you choose in any text box in the browser,
including tiddlywiki form boxes.  Being a recovering sysadm,  I use vim, but
you can use any plain text editor you like with this plugin.

Joe

On Wed, Feb 10, 2010 at 3:02 PM, Mark m...@mhc-online.co.uk wrote:

 Hi,

 Is it possible to add a WYSIWYG plugin such as easyEdit or EasyFormat
 to d3?

 I'm new to d3 and fairly new to TW. I've followed the instructions yet
 nothing happens. ie, when I reload my d3 file and edit a tiddler, I
 don't get the new editting features

 Am sure it's a dumb newbie problem :(

 Thanks,

 Mark

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



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



Re: [tw] Re: using script and tiddler TiddlerName to make a table

2010-02-11 Thread Dave Parker
thanks for the links - that javascript one looks good.  For syntax
highlightling I'll use notepad++ to try reading your code - it seems pretty
good for dabblers like me...


Thanks again
live long and prosper, er, I should say, may the force be with you ;-)

On Thu, Feb 11, 2010 at 5:08 AM, PMario pmari...@gmail.com wrote:

 Hi Dave,
 Thx for the flowers.
 I think most of it, is explaned at the following link.
 http://www.wdvl.com/Authoring/JavaScript/Tutorial/operators.html

 And if you copy the code to an editor which has syntax highlighting,
 it will be muuch easier to read.
 I use www.Aptana.com It is a little overkill for this example. Maybe
 others know a smaller syntax highlighter.

 -m
 On Feb 11, 6:14 am, Dave Parker cedar...@telus.net wrote:
  Mario, you are a genius -   That works perfectly - thank you!
 
  Now I have to print out the code and stare at it for a while to figure
  out how it works... :-)
 
  Dave
 
  On Feb 10, 9:03 am, Dave Parker cedar...@telus.net wrote:
 
   On Feb 10, 8:27 am, PMario pmari...@gmail.com wrote:
 
Hi Dave,
Is it really a script TW, or do you play my game?
 
   No, I was just playing :-), its actually a bible TW I've been
   attempting on and off for years (mainly because my TW comprehension
   skills are slow)  My first attempt divided books (Acts) into
   individual tiddlers each verse, but now I'm trying it a section per
   verse, hoping it'll be quicker responding (so far so good!).  So the
   real reference would be e.g. $1=Genesis, $2=1, $3=(index I=1 to 7 or
   whatever I end up using)
 
   Thank you for your detailed response.  I will try it out this weekend
   (bogged down now with my day job).
 
   Dave
 
 

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



-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlyw...@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: Format cells in a table

2010-02-11 Thread AndrewMc
Thanks for the suggestion. I will try installing and using Firebug.
However, I am not sure that knowing the actual CSS will help me. If I
add the CSS to StyleSheet and create a custom style, I can only apply
that style to the whole table, I believe. What I want to do is affect
the appearance of just a few cells in a table rather than the whole
table. While the inline CSS looks confusing, when I apply it to only a
few cells, it is a manageable confusion. :-)

Cheers
Andrew Mc

On Feb 11, 9:25 pm, Alex Hough r.a.ho...@googlemail.com wrote:
 I'd use Firebug to cut and paste the actual CSS into StyleSheet, then change
 it.
 I think it gets a bit confusing doing it inline.

 Alex

 On 11 February 2010 00:42, AndrewMc newsp...@post.com wrote:



  Hi All

  I wish to modify the appearance of some cells in a table. I want to
  remove some of the borders and change the background colour of some
  cells in the table.

  I can set the background colour but only if I use a hex value for the
  colour. Setting the colour using [[ColorPalette::PrimaryPale]] does
  not work for me. Can I use the [[ColorPalette::]] values to set the
  colour of a table cell?

  !!Change background colour in cells 2-4, and 6-8 (~PrimaryPale =
  #9b9).
  |cell #1|bgcolor(#9b9):cell #2|bgcolor:#9b9;cell #3|background-
  color:#9b9;cell #4|
  |cell #5|bgcolor([[ColorPalette::PrimaryPale]]):cell #6|bgcolor:
  [[ColorPalette::PrimaryPale]]; cell #7|background-color:
  [[ColorPalette::PrimaryPale]]; cell #8|

  I can successfully remove the vertical line between two columns but
  cannot remove the horizontal line between two rows. How can i remove
  the horizontal border between two rows?

  !!Remove vertical line between column 1 and column 2 (Successful).
  |border-right-width:0; cell #1 |border-left-width:0; cell #2 | cell #3
  |
  |border-right-width:0; cell #4 |border-left-width:0; cell #5 | cell #6
  |

  !!Remove horizontal line between row 1 and row 2 (Unsuccessful).
  |border-bottom-width:0; cell #1 |border-bottom-width:0; cell #2 |
  |border-top-width:0; cell #3 |border-top-width:0; cell #4 |
  |cell #5|cell #6|

  I am using MPTW with Firefox 3.5.7 on Windows XP.
  I have also tried the examples above in an empty TW 2.5 and had the
  same results.

  Cheers
  Andrew Mc

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

 --http://www.multiurl.com/g/64

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlyw...@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: open multiple tiddlers macro

2010-02-11 Thread Scalpa
Hi everybody

I’ve been trying to open multiple tiddlers as well and following
closely the hints here (being a newbie). But I can’t get TiddlyWiki to
do what I really want: open a dynamically generated list of tiddlers,
typically gotten from a field = value request.

What I can do, using the OpenStory macro or story.display directly
is :
1) open the tiddlers listed in another tiddler, so a static call ;
2) open all tiddlers with a given tag ;
3) generate a list of tiddlers with prescribed values for given
field(s), using ForEachTiddler.

But I can’t mix the two. If I try OpenStory on the tiddler generated
by ForEachTiddler, I get no answer at all. On the other hand
story.display shows a list of tiddlers based on the *source* text of
my dynamic tiddler  :-(

Any idea  ?

On Jan 13, 3:51 pm, Morris Gray msg...@symbex.net.au wrote:
 Just wondering, after several offerings, if nathaniel has received
 what he was after.  The request sounded interesting and the answer
 might be of use to us all.

 Morris

 On Jan 13, 3:08 am, PMario pmari...@gmail.com wrote:

  hi, it should be
  [1]http://www.tiddlytools.com/#StorySaverPlugin

  -m

  On Jan 12, 5:04 pm, PMario pmari...@gmail.com wrote:

   hi nathaniel,

   I am not really shure what you exactly need. But here is a try.

   Assumed that you have.
   ==
   A tiddler MyStory1 tagged story containing text:
      tiddler1 tiddler2

   tiddler MyStory2 tagged story contains:
      tiddler3 tiddler4

   tiddler MyStory3 tagged story contains:
      tiddler5 [[tiddler with spaces]]
   ==

   On Jan 11, 10:51 pm, than nathanielsl...@hotmail.com wrote:

hi there

I want toopenmultipletiddlersfrom a single link

   if you want a list of the storytiddlersuse the core list macro:
   list filter [tag[story]]

   result:
   * MyStory1
   * MyStory2
   * MyStory3
   =

   If you want, that a click on MyStory1 opens tiddler1 and tiddler2
   you can use StorySaverPlugin[1] at TiddlyTools which has a
   openStory... macro.

   use: openStory list story

   manually importingtiddlerssee at the end of the post:)
   =

   If you want to have a list like this: (2 possibilities)
   *MyStory1
      *tiddler1
      *tiddler2
   *MyStory2
      *tiddler

   1) Use Monkey Pirate TiddlyWiki [3] and Tagglytagging
   which can display a sitemap.Openthe story tiddler see the footer

   -Tagged as 'story': title↑ modified created group excerpts cols±
   click on _group_ until it says _sitemap_. It should look like the
   above example

   2) you can use RelatedTiddlersPlugin [2] at tiddlytools: see this
   [4] TiddlyWiki descussion and refere to Eric's comment.
   I think it may be similar to what you may want.
   =

tiddler OpenTaggedTiddlers with: click me... sample title reverse
 3

   As far as I have seen OpenTaggedTiddlersMacro works like this:
   openAll [[tag]] [title:...] [closeAllFirst]
   openAll story title:Opentiddlerstagged stroy

   It willopen: MyStory1, MyStory2 ...

   If you tag: tiddler1, tiddler2 with MyStory1 it can work like this
   openAll MyStory1 title:Opentiddlerstagged MyStory1
   =

and have the sense that it may be contingent on the MatchTagsPlugin?
but cannot import anything due to this being the only response from
the import function:
Error getting list oftiddlers, click Cancel to try again (never
can anyone step me through it like a non -programmer?
cheers
nathaniel

   Manual Plugin Import
   =
   eg: StorySaverPlugin from TiddlyTools
   1) Klick link [1]
   2) Edit the macro (doubble klick)
   3) Select all
   4) Copy to Clipboard

   5)Opena new tiddler in _your_ local TiddlyWiki file
   6) Delete the default content
   7) Copy from Clipboard to new tiddler
   8) Renmame to StorySaverPlugin

   IMPORTANT
   9) tag the tiddler with systemConfig
   10 save -- no reload yet!!

   since StorySaverPlugin needs MarkupPostBody
   11)openMarkupPostBody [5]
   12) do steps 2 to 7
   13) rename to MarkupPostBody
   IMPORTANT
   Do _not_ tag it

   14) Save and Reload. now
   =

   regards Mario
   [1]http://www.tiddlytools.com/#StorySaverPluginInfo
   [2]http://www.tiddlytools.com/#RelatedTiddlersPlugin
   [3]http://mptw.tiddlyspot.com/#[[1.%20What%20is%20TagglyTagging%3F]]
   [4]http://tinyurl.com/yag8yp9
   [5]http://www.tiddlytools.com/#MarkupPostBody

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlyw...@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: open multiple tiddlers macro

2010-02-11 Thread PMario
Hi,
There is a very interesting function in the core
displayDefaultTiddlers which has a simple code. I putted it into a
script for testing.
It can work with a tiddler YourList containing
[tag[story]]
[[one]]
[[two]]

script

story.displayTiddlers(null,store.filterTiddlers(store.getTiddlerText(YourList)));
/script

It will open anything taggde story and the tiddlers one and two

With http://www.tiddlytools.com/#MatchTagsPlugin it should be possibel
to have:
[tag[sample OR (settings AND systemConfig)]]
inside YourList, because it extends the core list function which is
called in the above script. I didn't test this.


hope this helps.
If you specify your filter tags, value ..., maybe we can help a little
bit better.

regards Mario

On Feb 11, 9:28 pm, Scalpa scal...@gmail.com wrote:
 Hi everybody

 I’ve been trying to open multiple tiddlers as well and following
 closely the hints here (being a newbie). But I can’t get TiddlyWiki to
 do what I really want: open a dynamically generated list of tiddlers,
 typically gotten from a field = value request.

 What I can do, using the OpenStory macro or story.display directly
 is :
 1) open the tiddlers listed in another tiddler, so a static call ;
 2) open all tiddlers with a given tag ;
 3) generate a list of tiddlers with prescribed values for given
 field(s), using ForEachTiddler.

 But I can’t mix the two. If I try OpenStory on the tiddler generated
 by ForEachTiddler, I get no answer at all. On the other hand
 story.display shows a list of tiddlers based on the *source* text of
 my dynamic tiddler  :-(

 Any idea  ?

 On Jan 13, 3:51 pm, Morris Gray msg...@symbex.net.au wrote:







  Just wondering, after several offerings, if nathaniel has received
  what he was after.  The request sounded interesting and the answer
  might be of use to us all.

  Morris

  On Jan 13, 3:08 am, PMario pmari...@gmail.com wrote:

   hi, it should be
   [1]http://www.tiddlytools.com/#StorySaverPlugin

   -m

   On Jan 12, 5:04 pm, PMario pmari...@gmail.com wrote:

hi nathaniel,

I am not really shure what you exactly need. But here is a try.

Assumed that you have.
==
A tiddler MyStory1 tagged story containing text:
   tiddler1 tiddler2

tiddler MyStory2 tagged story contains:
   tiddler3 tiddler4

tiddler MyStory3 tagged story contains:
   tiddler5 [[tiddler with spaces]]
==

On Jan 11, 10:51 pm, than nathanielsl...@hotmail.com wrote:

 hi there

 I want toopenmultipletiddlersfrom a single link

if you want a list of the storytiddlersuse the core list macro:
list filter [tag[story]]

result:
* MyStory1
* MyStory2
* MyStory3
=

If you want, that a click on MyStory1 opens tiddler1 and tiddler2
you can use StorySaverPlugin[1] at TiddlyTools which has a
openStory... macro.

use: openStory list story

manually importingtiddlerssee at the end of the post:)
=

If you want to have a list like this: (2 possibilities)
*MyStory1
   *tiddler1
   *tiddler2
*MyStory2
   *tiddler

1) Use Monkey Pirate TiddlyWiki [3] and Tagglytagging
which can display a sitemap.Openthe story tiddler see the footer

-Tagged as 'story': title↑ modified created group excerpts cols±
click on _group_ until it says _sitemap_. It should look like the
above example

2) you can use RelatedTiddlersPlugin [2] at tiddlytools: see this
[4] TiddlyWiki descussion and refere to Eric's comment.
I think it may be similar to what you may want.
=

 tiddler OpenTaggedTiddlers with: click me... sample title reverse
  3

As far as I have seen OpenTaggedTiddlersMacro works like this:
openAll [[tag]] [title:...] [closeAllFirst]
openAll story title:Opentiddlerstagged stroy

It willopen: MyStory1, MyStory2 ...

If you tag: tiddler1, tiddler2 with MyStory1 it can work like this
openAll MyStory1 title:Opentiddlerstagged MyStory1
=

 and have the sense that it may be contingent on the MatchTagsPlugin?
 but cannot import anything due to this being the only response from
 the import function:
 Error getting list oftiddlers, click Cancel to try again (never
 can anyone step me through it like a non -programmer?
 cheers
 nathaniel

Manual Plugin Import
=
eg: StorySaverPlugin from TiddlyTools
1) Klick link [1]
2) Edit the macro (doubble klick)
3) Select all
4) Copy to Clipboard

5)Opena new tiddler in _your_ local TiddlyWiki file
6) Delete the default content
7) Copy from Clipboard to new tiddler
8) Renmame to StorySaverPlugin

IMPORTANT
9) tag the tiddler with systemConfig
10 save -- no reload yet!!

since StorySaverPlugin needs MarkupPostBody
11)openMarkupPostBody [5]
12) do steps 2 to 7
13) rename to MarkupPostBody
IMPORTANT
   

[tw] TiddlyWiki's save file section

2010-02-11 Thread Will Konijn
Hi,

I believe there was a post somewhere recently that had a demo page
featuring
the save file section of TiddlyWiki. (and of course now I cannot find
it in my bookmarks)

Can anyone point me to this?

I am trying to wrap my head around how TW does this magical feat and
my
eyes are glazing over looking at the code in the local filesystem and
save sections.

Also let me know if there are any good docs or tutorials on this.
I checked out http://tiddlywiki.org/wiki/Dev:SaveChanges but it was a
little light on details.
Ideally there would be a walkthu of the flow/process involved in
backing up a TW to
the local filesystem.

Thanks,

Will K

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlyw...@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: Putting image between line breaks

2010-02-11 Thread Claudio Li
Thanks! It works!

On 10 February 2010 18:52, PMario pmari...@gmail.com wrote:

 hi
 not tested, but try
  Text text text
 br
  [img(50%+,)[images/ABC.png]]
 br
  Text text text

 -m
 On Feb 10, 9:41 am, Claudio kwn...@gmail.com wrote:
  Hi,
 
  Would it be possible to insert empty lines at both the top and bottom
  of an image (with ResizeImagePlugin installed)?
 
  Text text text
  (line break)
  [img(50%+,)[images/ABC.png]]
  (line break)
  Text text text

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



-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlyw...@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: Selectively folding headings

2010-02-11 Thread Claudio Li
Thanks! It works now :)

On 10 February 2010 17:03, Eric Shulman elsdes...@gmail.com wrote:

  Tried this but it doesn't work...
 
  !!This Heading Doesn't Fold
  This part appears all the time
  {{someclass{!!Want This Heading to Fold
  Content content contentfoldHeadings closed}}}

 Headings must start at the beginning of a line.. thus:

 !!This Heading Doesn't Fold
 This part appears all the time
 {{onlyfoldtheseheadings{
 !!Want This Heading to Fold
 Content content content
 foldHeadings closed
 }}}


 enjoy,
 -e
 Eric Shulman
 TiddlyTools / ELS Design Studios

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



-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlyw...@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 it possible to directly redirect one tiddler to another?

2010-02-11 Thread Anubitz

I am very new to TiddlyWiki, and my question is simple.

I have a couple of terms that mean the same thing, and I want them to
redirect to the same tiddler where I will define the term, without the
end user seeing a useless (to them) tiddler saying See XX for
explanation. I just want that second term's tiddler to redirect to
the first as a shadow tiddler, but I have no idea how to do it.

Can someone point me in the right direction?

The project I am working on is a Wiki Encyclopedia for a Fantasy
writing setting that I am working on. It is to be set up like a
magical book that contains all knowledge about the setting.

Thanks,

Anubitz

-- 
You received this message because you are subscribed to the Google Groups 
TiddlyWiki group.
To post to this group, send email to tiddlyw...@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.