Welcome | Get started | Dive | Contribute | Topics | Reference | Changes | More
lino.modlib.memo¶
Adds functionality for using memo commands in your text fields.
See introduction in memo : The memo parser. |
Classes
|
Base class for this plugin. |
- class lino.modlib.memo.Plugin(site, app_label, app_name, app_module, needed_by, configs: dict)¶
Bases:
Plugin
Base class for this plugin.
- parser¶
An instance of
lino.modlib.memo.parser.Parser
.
- front_end = None¶
The front end to use when writing previews.
If this is None, Lino will use the default front end (
lino.core.site.Site.web_front_ends
).Used on sites that are available through more than one web front ends. The server administrator must then decide which front end is the primary one.