How do I hide the date?

16 views
Skip to first unread message

sanny

unread,
Jan 1, 2008, 1:39:08 PM1/1/08
to TiddlyWiki
In each tiddler, the date when I created and the date I modified are
always shown.
For example, 30 December 2007(created 30 December 2007).

How do I hide or get rid of these?
I keep lookinf for the code but I could not fine one.

FND

unread,
Jan 1, 2008, 1:43:38 PM1/1/08
to Tiddl...@googlegroups.com
> In each tiddler, the date when I created and the date I modified are
> always shown. [...]

> How do I hide or get rid of these?

The easiest way is to modify the ViewTemplate (via More > Shadowed in
the sidebar).
Instructions are in this message:
http://tinyurl.com/2zzql8
(http://groups.google.com/group/TiddlyWiki/browse_thread/thread/c717fc726980f7af/1eed818c75810b63?#1eed818c75810b63)

HTH.


-- F.

Eric Shulman

unread,
Jan 1, 2008, 2:34:06 PM1/1/08
to TiddlyWiki
> The easiest way is to modify the ViewTemplate (via More > Shadowed in
> the sidebar).

Actually, the *easiest* way is to just place the following line in
[[StyleSheet]] (also available via the More>Shadowed tab).

.tiddler .subtitle { display:none; }

Changing the ViewTemplate is a bit more involved, since it requires
finding the correct bit of syntax embedded in the template definition
and then removing it (or enclosing it in HTML comment markers) while
leaving everything else in the template intact and unchanged.

-e
Eric Shulman
TiddlyTools / ELS Design Studios


FND

unread,
Jan 1, 2008, 2:44:36 PM1/1/08
to Tiddl...@googlegroups.com
> Actually, the *easiest* way is to just place the following line in
> [[StyleSheet]] (also available via the More>Shadowed tab).
> .tiddler .subtitle { display:none; }

True, but that also hides the modifier (or last author).
Maybe the default ViewTemplate's SPANs should get classes too...


-- F.

Reply all
Reply to author
Forward
0 new messages