Hello,

I'm wondering whether there were a simple way to change the content of
a section in a tiddler without changing the rest of this tiddler.
For instance my tiddler looks like :

Some tables and some text
!section1
Initial text for section 1
!section2
Some other text for section 2
!end

Some script gives me myNewText="Modified text for section 1" as a
return value.
How could I put this text in the tiddler (with a script ?) to get :

Some tables and some text
!section1
Modified text for section 1
!section2
Some other text for section 2
!end

I thought of a regular expression, but I'm not very familiar with.

Any help would be appreciated !

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

Reply via email to