The Guide....

130 views
Skip to first unread message

Ste Wilson

unread,
Mar 10, 2016, 3:56:58 AM3/10/16
to TiddlyWiki
In the interests of foisting cultural references that are 30 years out of date upon my students can I remove the title and tag from displaying on one tiddler so the legend 'Don't Panic' is presented without distractions?
In a slight nod to usability is it possible to have alt-text on a tiddly link?

Cheers

Stphen

http://stephenteacher.tiddlyspot.com

Mat

unread,
Mar 10, 2016, 5:13:44 AM3/10/16
to tiddl...@googlegroups.com
Put this in a tiddler tagged $:/tags/Stylesheet

See http://tiddlywiki.com/#How%20to%20apply%20custom%20styles%20by%20tag for further info.

.tc-tagged-aaa {background-color:rgba(255,0,0,0);}
.tc-tagged-aaa .tc-tiddler-body { background-color:white; width:400px;  padding:20px; border:1px solid gray;}
.tc-tagged-aaa .tc-title { display:none;}
.tc-tagged-aaa .tc-subtitle { display:none;}
.tc-tagged-aaa .tc-tags-wrapper { display:none;}
.tc-tagged-aaa .tc-tiddler-controls button svg {fill: gray; background-color:white; }
.tc-tagged-aaa.tc-tiddler-frame { -webkit-box-shadow: none;
  -moz-box-shadow: none; box-shadow:none; border:none;}
.tc-tagged-aaa .tc-titlebar {display:none;}

<:-)

Eric Shulman

unread,
Mar 10, 2016, 6:55:05 AM3/10/16
to TiddlyWiki
On Thursday, March 10, 2016 at 12:56:58 AM UTC-8, Ste Wilson wrote:
In the interests of foisting cultural references that are 30 years out of date upon my students can I remove the title and tag from displaying on one tiddler so the legend 'Don't Panic' is presented without distractions?

I notice that the Welcome tiddler ("Don't Panic") is shown at the top of the story at startup.  As an alternative to the CSS solution offered by Mat, if you don't mind having that content displayed *all the time*, you can tag the Welcome tiddler with $:/tags/AboveStory, and it will appear as *just* content (without any title, subtitle, toolbar, background, etc.)

In a slight nod to usability is it possible to have alt-text on a tiddly link?

You can specify alt-text (aka, "tooltip") by using the <$link> widget, which handles a variety of additional parameters that are not available directly from the [[text|title]] wiki syntax.  See http://tiddlywiki.com/#LinkWidget for details.  If you get confused, ask.

enjoy,
-e
Eric Shulman
TiddlyTools / ELS Design Studios
InsideTiddlyWiki: The Missing Manuals

Ste Wilson

unread,
Mar 10, 2016, 8:34:12 AM3/10/16
to TiddlyWiki
That's the ticket. Thank you both. Perhaps taking it too far to remove the sidebar. Don't want to put the students off too much.
Reply all
Reply to author
Forward
0 new messages