How do I stop 'date/time' stamp and 'tags' from being printed?

65 views
Skip to first unread message

Resolution Bazaar

unread,
Jan 5, 2019, 1:34:27 PM1/5/19
to TiddlyWiki
Hello everyone,

I am printing tiddlywiki in chrome / from an exported TW5/html file.
How do  I stop  'date/time' stamp and 'tags' from being printed?

Thanks in advance.
Regards
Atul

Ton Gerner

unread,
Jan 5, 2019, 2:00:47 PM1/5/19
to TiddlyWiki
Hi Atul,

Create a tiddler tagged with $:/tags/Stylesheet containing:

@media print {
     
.tc-subtitle {display:none;}
     
.tc-tags-wrapper {display:none;}
}

Hope that helps.

Cheers,

Ton

Resolution Bazaar

unread,
Jan 5, 2019, 2:29:03 PM1/5/19
to tiddl...@googlegroups.com
Thanks Ton.

It is working on the direct print command from the browser. 
How can I do the same on the exported static html?

Thanks again.
Atul

Ton Gerner

unread,
Jan 5, 2019, 2:44:32 PM1/5/19
to TiddlyWiki
Hi Atul,

I do not have any experience with exported static HTML.
May be others can help.

Cheers,

Ton


Resolution Bazaar

unread,
Jan 5, 2019, 2:46:30 PM1/5/19
to TiddlyWiki

My Apologies, it is working in the static html print command also .... Thanks

@TiddlyTweeter

unread,
Jan 5, 2019, 3:09:44 PM1/5/19
to TiddlyWiki
Fully static HTML is just a web page with no intelligence.

Printing layout would depend on the CSS for print set up already.

TonyM

unread,
Jan 5, 2019, 5:25:05 PM1/5/19
to TiddlyWiki
Folks,

Just a reminder you can always compose a tiddler that may include many other tiddlers that looks how you want to print it, including page breaks, then use open in new window and print it from there.

It is almost wisywig

In addition send it to a pdf printer to make pdfs
Send it to a generic text printer, and save with an appropriate extension to convert the output to batch or script files etc ..

The only gotcha is sometimes some css need some work.

Regards
Tony

Reply all
Reply to author
Forward
0 new messages