[tw] Re: Editing section-by-section

2009-07-27 Thread Corey S
I did something wrong. I tried this as I have a large tiddler that I broke down. I ended up doing this !![[Warships|USN Warship Hull Codes]] tiddler [[USN Warship Hull Codes]] so I could bring up the tiddler to edit it. I copied the lines: !!!$1 @@font-size:80%;(editTiddler [[$1]])@@ tiddler

[tw] Re: Editing section-by-section

2009-07-27 Thread Eric Shulman
I copied the lines: !!!$1 @@font-size:80%;(editTiddler [[$1]])@@ tiddler [[$1]] And named the tiddler ShowSection but the resulting tiddler renders $1 (error in macro editTiddler) When viewed directly, the ShowSection tiddler will show the above 'error' output. However, when you write

[tw] Re: Editing section-by-section

2009-07-27 Thread Tobias Beer
Hi Eric, That is amazing! Is that $1 parameter specific to EditTiddlerPlugin or general functionality of tiddlywiki? If it is general, is there some documentation on (other) powerful hooks like that? Thanks, Tobias. On Jul 26, 10:31 pm, Eric Shulman elsdes...@gmail.com wrote: I

[tw] Re: Editing section-by-section

2009-07-27 Thread Mark S.
The $1 is in the original tiddler macro per the tiddly wiki org page: http://tiddlywiki.org/wiki/Transclusion But due to the lack of organizing structure, you would almost have to stumble across it by accident. -- Mark On Jul 27, 1:45 am, Tobias Beer beertob...@googlemail.com wrote: Hi

[tw] Re: Editing section-by-section

2009-07-26 Thread wolfgang
Sorry, there isn't. --~--~-~--~~~---~--~~ 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

[tw] Re: Editing section-by-section

2009-07-26 Thread Mark S.
You could put each section in a separate tiddler, and then view them together using the tiddler ... macro. -- Mark On Jul 26, 7:50 am, jarble jar...@gmail.com wrote: Is there a plugin that makes it possible to edit TddlyWiki tiddlers section-by-section, like a MediaWiki website? -Jarble

[tw] Re: Editing section-by-section

2009-07-26 Thread jarble
The tiddler macro works fine, but it is different from MediaWiki's layout because it doesn't place an edit button at the top of each section. I'm trying to find a version of TiddlyWiki that allows sections of pages to be edited in the same way as MediaWiki pages. On Jul 26, 1:23 pm, Mark S.

[tw] Re: Editing section-by-section

2009-07-26 Thread Ken Girard
I think http://tiddlytools.com/#EditTiddlerPlugin will do what you want if used in conjunction with tiddler tiddlerTitle. Just put editTiddler TiddlerName linktext in the other tiddlers. Maybe even hook it up with HideWhen. Ken Girard On Jul 26, 2:42 pm, jarble jar...@gmail.com wrote: The

[tw] Re: Editing section-by-section

2009-07-26 Thread Eric Shulman
I think http://tiddlytools.com/#EditTiddlerPlugin will do what you want if used in conjunction with tiddler tiddlerTitle. ... and, to make the usage easier to apply, you can define a separate tiddler containing the combined syntax and then apply a 'substitution parameter' in the tiddler macro

[tw] Re: Editing section-by-section

2009-07-26 Thread Andy Green
Looks like you've solved my problem. Thanks! -Jarble On Sun, Jul 26, 2009 at 4:31 PM, Eric Shulman elsdes...@gmail.com wrote: I think http://tiddlytools.com/#EditTiddlerPlugin will do what you want if used in conjunction with tiddler tiddlerTitle. ... and, to make the usage easier to