mirror of
https://codeberg.org/scip/note.git
synced 2025-12-16 20:21:04 +01:00
FIXED: Applied patch by Elmar Loos which fixes misbehavior for
-t and -T (identical output)
FIXED: Fixed import bug which omitted the timestamp of the last
entry, supmitted by Bill Barnard.
FIXED: Fixed another import "bug" (or design flaw) which caused
imported notes to get new numbering after importing them.
Submitted by Bill Barnard.
CHANGED: Until 1.3.4 missing Crypt:: modules lead to unencrypted
fallback by note. From 1.3.5 on this will no more happen,
it croaks now until you install the desired modules
or modify your configuration to use no encryption.
CHANGED: default config and default settings without config have
been changed. They are now simpler, no colours or anything
so that it works better out of the box in any terminal
window or shell (e.g. on dark ones or the like).
ADDED: New interactive mode command: "c". It is now possible to
change note's behavior at runtime. No database related
parameters can be modified.
This commit is contained in:
11
note.pod
11
note.pod
@@ -349,6 +349,12 @@ that note entry instead of displaying its number.
|
||||
This prints a tree-view of your topic-structure. B<T> displays the tree with
|
||||
notes, B<t> displays just the topics without notes.
|
||||
|
||||
=item B<C>
|
||||
|
||||
It is possible to change note's behavior at runtime. Specify the parameter
|
||||
you'd like to modify followed by equalsign and the new value. Use with
|
||||
care! However, database related parameters cannot be changed at runtime.
|
||||
Entering just "c" without parameters displays the customizable variables.
|
||||
|
||||
=item B<cd topic>
|
||||
|
||||
@@ -367,6 +373,7 @@ If is possible to abbreviate a topic. This works only if the abbreviation
|
||||
matches on one single topic. If it matches more than one topic then the
|
||||
available ones will be suggested.
|
||||
|
||||
|
||||
=item B<? or h>
|
||||
|
||||
Display a short help screen.
|
||||
@@ -518,11 +525,11 @@ at the supplied sample configuration file in B<config/noterc>.
|
||||
|
||||
=head1 AUTHOR
|
||||
|
||||
Thomas Linden <tom@daemon.de>
|
||||
Thomas Linden <tom at linden dot at>
|
||||
|
||||
|
||||
=head1 VERSION
|
||||
|
||||
1.3.1 (12/01/2005)
|
||||
1.3.5 (07/19/2009)
|
||||
|
||||
=cut
|
||||
|
||||
Reference in New Issue
Block a user