Q&A » PubWriter FAQ »
Top 10 tips (html snippets) of PubWriter power users
Added by Brian Schwartz over 8 years ago
I'm creating a list of the top 10 things that a PubWriter power user ought to know.
Markdown is great, and addresses 99% of what users need - but there are times you'll want to dive in deeper a little HTML.
Not to worry however - you can grab the html snippets here!
Note: this list is actively being built and may extend beyond ten
1. URL link opens a new tab (instead of the existing tab):¶
<a target="_blank" href="http://www.">Text displayed</a>
2. How to hide text from the reader (but visible in your editor):¶
Just wrap the text with <>. Like this:
<this text will be hidden when rendered in html>
FYI: this works in both PubWriter and AuthorDock.
Phrase Express Shortcode: !NT