Timestamp in HTML Export

47 views
Skip to first unread message

Atul Grover

unread,
Apr 29, 2020, 3:56:55 PM4/29/20
to TiddlyWiki
Dear All,

How can we stop the tags and time stamp from being printer into the HTML export of tw5?

Thanks
Atul


Mat

unread,
Apr 30, 2020, 8:40:56 AM4/30/20
to TiddlyWiki
In the base stylesheet, i.e $:/themes/tiddlywiki/vanilla/base locate

@media print {

and add

 .tc-subtitle, .tc-tags-wrapper {
   display
: none;
 
}

(untested)

<:-)

Atul Grover

unread,
Apr 30, 2020, 9:58:14 AM4/30/20
to TiddlyWiki
Hi Mat,

it seems that the addition of 

 .tc-subtitle, .tc-tags-wrapper {
   display
: none;
 
}

needs to be done somewhere else. 
Any other stylesheet/tiddler you can think of?

AG
Reply all
Reply to author
Forward
0 new messages