Welcome | Get started | Dive into Lino | Contribute | Topics | Reference | More

lino_xl.lib.stars

Adds functionality for "starring" database objects (marking them as "favourite").

Note that this plugin is maybe going to replaced by a yet-to-be-written lino_xl.lib.votes plugin (#831). The biggest difference being that the latter does not use a GFK and therefore is more extendable.

models

Database models for lino_xl.lib.stars.

Classes

Plugin(site, app_label, app_name, ...)

See lino.core.plugin.Plugin.

class lino_xl.lib.stars.Plugin(site, app_label, app_name, app_module, needed_by, configs: dict)

Bases: Plugin

See lino.core.plugin.Plugin.