notes
: Notes¶
The lino_xl.lib.niotes
plugin adds a multipurpose concept of
notes.
Examples in this document have been tested against the
lino_book.projects.pierre
demo project.
>>> from lino import startup
>>> startup('lino_book.projects.pierre.settings.demo')
>>> from lino.api.doctest import *
Two types of type¶
A note has two fields "note type" and "event type".
-
class
EventType
¶ A possible choice for
Note.event_type
.-
remark
¶
-
body
¶
-
-
class
NoteTypes
¶
-
class
NoteTypes
¶
Choicelists¶
-
class
SpecialTypes
¶ The list of special note types which have been declared on this Site.
-
class
SpecialType
¶ Represents a special note type.