CHANGED: in the function find_editor() the alternatives vim and pico

has been removed because they would never had a match.
FIXED:          applied patch by Bill Barnard <bill@barnard-engineering.com>
                which fixes a bug in the sub format() which features bold
                hidden or underlined text. Now its possible to use a ^ char
                in hidden texts too. I applied the same for the other regexps.
ADDED:          if the config variable FormatText is set to 'simple' then
                only one * _ { or / will make the text tagged with them to
                be displayed formatted, instead of two.
ADDED:          added Term::ReadLine support (auto-completion and history).
This commit is contained in:
TLINDEN
2012-02-10 20:29:36 +01:00
parent a43f27d328
commit adb457de48
7 changed files with 110 additions and 28 deletions

View File

@@ -1,4 +1,4 @@
# 1.2.2 -*- sh -*-
# 1.2.4 -*- sh -*-
# This is a sample config for the note script
# There are useful defaults set in note itself.
#
@@ -148,7 +148,7 @@ TopicColor BLACK
# Additional to colors, you can also do a little bit of formatting your
# notes (bold, underlined, italic), see README!
# You need to set this Option to 1, if you decide to make use of this
# capabily
# capabily. You can also set it to 'simple' to achieve a simplified syntax.
FormatText 1