I believe this has being done before. Search for sidebar editor.
However we could build one. Or a special tiddler containing two tiddlers with separate modes.
Tony
--
You received this message because you are subscribed to a topic in the Google Groups "TiddlyWiki" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/tiddlywiki/tAPfiEU-0E4/unsubscribe.
To unsubscribe from this group and all its topics, send an email to tiddlywiki+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/4b031efb-3a0b-48ac-b3fd-1e2462ea87ee%40googlegroups.com.
--
You received this message because you are subscribed to a topic in the Google Groups "TiddlyWiki" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/tiddlywiki/tAPfiEU-0E4/unsubscribe.
To unsubscribe from this group and all its topics, send an email to tiddlywiki+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/3689a6c5-77cf-42cd-8b56-11a258c97b48%40googlegroups.com.
For temporarily displaying a tiddler in the sidebar (without having to tag it– just type the tiddler title in the text field
CODE:
{{#sidebar tiddler display template}} <$list filter="[{$:/temp/sbartidddisplayvalue}is[tiddler]]" emptyMessage="tiddler doesn't exist" ></$list>
<$transclude tiddler={{$:/temp/sbartidddisplayvalue}}/>USES:
CREATES:
WORKING EXAMPLE
Show tiddler tab in right sidebar
--
You received this message because you are subscribed to a topic in the Google Groups "TiddlyWiki" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/tiddlywiki/tAPfiEU-0E4/unsubscribe.
To unsubscribe from this group and all its topics, send an email to tiddlywiki+...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/f6686a60-dc95-495e-8a30-80c836b8ca35%40googlegroups.com.
Wow, that sounds like a great solution, A Gloom! I suddenly got swamped with other issues I need to attend to, so I will try this out on the weekend. Blessings,David Gifford
On Thu, Feb 6, 2020 at 11:30 PM A Gloom <barro...@gmail.com> wrote:
--this doesn't meet your right click requirement-- but I copy a tiddler title and paste it into this tiddler in the sidebar-- see attachedFor temporarily displaying a tiddler in the sidebar (without having to tag it– just type the tiddler title in the text field
CODE:
{{#sidebar tiddler display template}} <$list filter="[{$:/temp/sbartidddisplayvalue}is[tiddler]]" emptyMessage="tiddler doesn't exist" ></$list> <$transclude tiddler={{$:/temp/sbartidddisplayvalue}}/>USES:
- #sidebar tiddler display template
- for text edit field
CREATES:
- $:/temp/sbartidddisplayvalue
- stores text edit field content for transcluding below the text edit field
WORKING EXAMPLE
- in sidebar: click
Show tiddlertab in right sidebar- _tiddler: tiddler display in sidebar
You received this message because you are subscribed to a topic in the Google Groups "TiddlyWiki" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/tiddlywiki/tAPfiEU-0E4/unsubscribe.
To unsubscribe from this group and all its topics, send an email to tiddlywiki+unsubscribe@googlegroups.com.
I had an unexpected breather for a moment, so I tried A Gloom's code. Works great! I made some tweaks and renamed the tiddlers, and updated TiddlyBlink, and credited you in the change log. Thank you so much for this valuable improvement to TiddlyBlink! Check out the parallel tab at https://giffmex.org/gifts/tiddlyblink.html to see the result. If the parallel tab mentions tagging, you will need to refresh the browser window to see the new version.