ADDED: if FormatText is enabled one can now use a new special format

tag: //. If a text is surrounded by two slashes, i.e.: //blah//
                then it appears "invisible" by using blue forground and blue
                background color for displaying. This is handy for passwords
                since no nobody can grab you password by looking at your
                monitor, but you can copy&paste it.
This commit is contained in:
TLINDEN
2012-02-10 20:29:18 +01:00
parent 850a892bfb
commit a43f27d328
6 changed files with 34 additions and 13 deletions

View File

@@ -447,10 +447,12 @@ character. Here are the available things, you can do:
bold: **word**
underlined:__word__
inverse:{{word}}
hidden: //word//
The text will be formatted using the actually note-color.
The hidden formatting will use blue forground and blue background
to hide a string from the terminal, which is usefull for passwords.
=head1 ENCRYPTION
@@ -503,6 +505,6 @@ Thomas Linden <tom@daemon.de>
=head1 VERSION
1.2.2 (04/03/2003)
1.2.3 (08/03/2003)
=cut