I use this: <html><div class='editor'>+++[Edit »]<<edit text>>===</div></html>
You need NestedSlidersPlugin, InlineJavascriptPlugin and HTMLFormattingPlugin. All from TiddlyTools.com. At least I think this is all you need. It works for me. However, you need to manually save afterwards. w On Sep 20, 9:55 pm, Måns <[email protected]> wrote: > Hi octw > > I've made a working example for you here:http://sandboxmm.tiddlyspace.com/ > There are 4 tiddlers opened by default: > [[STT]] > [[Test STT]] > [[BookMark]] > [[BookMarkTest]] > > STT is a template made to edit and/or show either 1 sections from a > tiddler or several tiddlers fetched by tag (via fET). > BookMark is just a way to use all functionalities for bookmarks... > based on Tobias' script (I've changed the use of slices to that of > sections instead - to make it work in this context) > > My arrangment needs the following plugins: EditSectionPlugin, > ForEachTiddlerPlugin, NestedSlidersPlugin, WkifyPlugin and > ImageSizePlugin. > If you want to use the bookmarkfeature you'll need to copy the > BookMark tiddler and put this into your ViewTemplate: > <div class='viewer' macro='tiddler BookMark with: {{tiddler? > tiddler.title:"";}}'></div> > Just before: > <div class='viewer' macro='view text wikified'></div> > > To make sections hidden, you'll need Eric's StyleSheetShortcuts or you > can simply put: > .hidden > { display:none; } > in your StyleSheet.. > > I also use a niceTable class, which I transclude in the stylesheet > like this: [[niceTable]] - see the tiddler "niceTable" > > I hope it will give you some ideas .. > > Happy hacking > > Regards Måns Mårtensson > > On 20 Sep., 18:17, octw <[email protected]> wrote: > > > > It would for sure be a fun thing to slide open EditMode right above > > > the tiddler and to have any saving of changes update the real tiddler > > > displayed below... or to be able to open an EditMode slider on some > > > (fET-)list. > > > > So I guess what it boils down to is whether or not one can trigger > > > EditMode on any tiddler with some transclusion ...providing a "save > > > changes" button. It is sure possible to create a transclusion whith a > > > custom form to edit and save a tiddler but it would be more generic if > > > one could simply instanciate the default EditTemplate which applies to > > > the corresponding tiddler ...which might even look different depending > > > on which tiddler to edit ...as in TaggedTemplateTweak, etc... > > > > Let's see if we can get there or find anything such. > > > Hi Tobias. > > > Yes I'm trying to combine EditSectionPlugin and Udo's > > ForEachTiddlerPlugin, to do some interesting usage. But failed. > > > Cheers, > > octw > > > > On 20 Sep., 13:25, octw <[email protected]> wrote: > > > > > Hi all, > > > > > Currently, TiddlyWiki default 'slider' macro can retrieve the content > > > > from other tiddler. But the result is read-only. Is it possible to put > > > > the content in an 'edit form' and write back the changes to the source > > > > tiddler? > > > > > Cheers, > > > > octw -- 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.

