I moved both the <$button> past their <$edit>, actual to the end of their enclosing <$reveal>
On Wednesday, March 2, 2016 at 1:30:32 PM UTC, AlexHough wrote: > > Thanks BJ, > > which bit did you change? > > > > Alex > > On 2 March 2016 at 11:00, BJ <[email protected] <javascript:>> wrote: > >> >> HI Alex, >> >> \define lingo-base() $:/language/EditTemplate/Body/ >> <$list filter="[is[current]has[_canonical_uri]]"> >> >> <div class="tc-message-box"> >> >> <<lingo External/Hint>> >> >> <a href={{!!_canonical_uri}}><$text text={{!!_canonical_uri}}/></a> >> >> <$edit-text field="_canonical_uri" class="tc-edit-fields"></$edit-text> >> >> </div> >> >> </$list> >> >> <$list filter="[is[current]!has[_canonical_uri]]"> >> >> <$reveal state="$:/state/showeditpreview" type="match" text="yes"> >> >> <em class="tc-edit"><<lingo Hint>></em> >> <div class="tc-tiddler-preview"> >> <div class="tc-tiddler-preview-preview"> >> <$set name="tv-tiddler-preview" value="yes"> >> >> <$transclude /> >> >> </$set> >> </div> >> >> <div class="tc-tiddler-preview-edit"> >> <$edit field="text" class="tc-edit-texteditor" >> placeholder={{$:/language/EditTemplate/Body/Placeholder}}/> >> >> </div> >> >> </div> >> <$button type="set" set="$:/state/showeditpreview" setTo="no"><<lingo >> Preview/Button/Hide>></$button> >> >> </$reveal> >> >> <$reveal state="$:/state/showeditpreview" type="nomatch" text="yes"> >> >> <em class="tc-edit"><<lingo Hint>></em> >> <$edit field="text" class="tc-edit-texteditor" >> placeholder={{$:/language/EditTemplate/Body/Placeholder}}/> >> <$button type="set" set="$:/state/showeditpreview" setTo="yes"><<lingo >> Preview/Button/Show>></$button> >> </$reveal> >> >> </$list> >> >> all the best >> BJ >> >> >> On Wednesday, March 2, 2016 at 9:10:34 AM UTC, AlexHough wrote: >>> >>> I have moved the tags field to below the text by changing the order of >>> the tiddlers tagged with $:/tags/EditTemplate >>> >>> The >>> >>> $:/core/ui/EditTemplate/body >>> <http://127.0.0.1:8080/#%24%3A%2Fcore%2Fui%2FEditTemplate%2Fbody> >>> >>> tiddler contains a lot of code, including the "show preview" button. >>> >>> Therefore I can't use the same technique as I have done with the tags >>> field. >>> >>> I was thinking that I could remove the button and put it into another >>> tiddler, but I then realised that the preview is contained in the tiddler >>> body and that the button would not work. >>> >>> It occured to me that the task at hand is not as trivial as it first >>> seemed. >>> >>> I don't want to end up down the "tiddly rabbit hole" for the day. Any >>> hints and tips would be most welcome >>> >>> >>> Alex >>> >> -- >> You received this message because you are subscribed to the Google Groups >> "TiddlyWiki" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected] <javascript:>. >> To post to this group, send email to [email protected] >> <javascript:>. >> Visit this group at https://groups.google.com/group/tiddlywiki. >> To view this discussion on the web visit >> https://groups.google.com/d/msgid/tiddlywiki/2fbf1fe2-befc-43b7-a0c2-d757bbade499%40googlegroups.com >> >> <https://groups.google.com/d/msgid/tiddlywiki/2fbf1fe2-befc-43b7-a0c2-d757bbade499%40googlegroups.com?utm_medium=email&utm_source=footer> >> . >> For more options, visit https://groups.google.com/d/optout. >> > > -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at https://groups.google.com/group/tiddlywiki. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/767b59ea-0d8f-4b3e-8a87-145d2e60dfa4%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

