Interrim step (at least for what I'm aiming for)
\define qualstate() <<qualify "$:/statet/$(theTiddler)$">>
Advertising
\define transedit()
<$set name=currlist value="[tag<currentTiddler>]">
<$list filter=<<currlist>> variable="theTiddler">
<$wikify name=state text=<<qualstate>>>
<$reveal type="nomatch" state=<<state>> text="show">
<$button class="tc-btn-invisible tc-tiddlylink" set=<<state>>
setTo="show">{{$:/core/images/edit-button}}
</$button><$transclude tiddler=<<theTiddler>> />
</$reveal>
<$reveal type="match" state=<<state>> text="show">
<$button set=<<state>> setTo="hide" class="tc-btn-invisible
tc-tiddlylink">{{$:/core/images/edit-button}}
</$button>
<$edit-text tiddler=<<theTiddler>>/>
</$reveal>
</$wikify>
</$list>
</$set>
\end
My intention is to style the editor as per Birthes note above but also the
edit button so that it floats on the left rather than in the text area and
so that this button only shows when hovering the text section. Make the
edit icon faint until section hover.
Actually, this is beginning to resemble one of my zillion unpublished
projects, humbly called SuperTiddlers <Interrim step (at least for what I'm
aiming for) \define qualstate() <<qualify "$:/statet/$(theTiddler)$">>
\define transedit() <$set name=currlist value="[tag<currentTiddler>]">
<$list filter=<<currlist>> variable="theTiddler"> <$wikify name=state
text=<<qualstate>>> <$reveal type="nomatch" state=<<state>> text="show">
<$button class="tc-btn-invisible tc-tiddlylink" set=<<state>>
setTo="show">{{$:/core/images/edit-button}} </$button><$transclude
tiddler=<<theTiddler>> /> </$reveal> <$reveal type="match" state=<<state>>
text="show"> <$button set=<<state>> setTo="hide" class="tc-btn-invisible
tc-tiddlylink">{{$:/core/images/edit-button}} </$button> <$edit-text
tiddler=<<theTiddler>>/> </$reveal> </$wikify> </$list> </$set> \end My
intention is to style the editor as per Birthes note above but also the
edit button so that it floats on the left rather than in the text area and
so that this button only shows when hovering the text section. Make the
edit icon faint until section hover. Actually, this is beginning to
resemble one of my zillion unpublished projects, humbly called
SuperTiddlers.> (unpublished because it is not ready, as you'll note if you
go there). The concept consists of several ideas, but the mainthing is to
transclude other tiddlers into one but also in edit mode with editors for
those other tiddlers. One particular idea is to apply this to split up
stylesheets instead of having the current monolithic mammoth. But overall
the purpose is to assemble linear narrative tiddlers. BTW that project was
a while ago so there may be other less relevant bits there also. It was
intended for a more full conceptual 'edition'.
<:-)
--
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 tiddlywiki+unsubscr...@googlegroups.com.
To post to this group, send email to tiddlywiki@googlegroups.com.
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/9e58d648-fadd-4f9f-86cb-5f2d997829f4%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.