Groups
Groups
Sign in
Groups
Groups
TiddlyWiki
Conversations
Labels
About
Send feedback
Help
Timestamp in HTML Export
47 views
Skip to first unread message
Atul Grover
unread,
Apr 29, 2020, 3:56:55 PM
4/29/20
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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 AM
4/30/20
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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 AM
4/30/20
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
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