mirror of
https://codeberg.org/scip/note.git
synced 2025-12-16 20:21:04 +01:00
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:
6
note.pod
6
note.pod
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user