Monday, July 8, 2019¶
I pushed my work on #3110 (convert memo parser to a plugin):
A new plugin lino.modlib.memo regroups functionality which until now
was dispersed in lino.mixins.bleached, lino.utils.memo and
lino.utils.soup.
The lino.mixins.bleached.BleachedPreviewBody model mixin has been
replaced by lino.modlib.memo.Previewable.
In lino.modlib.comments, Comment needs a database migration
because instead of a single field body_preview it now has two fields
short_preview and
full_preview.
Summary of above changes also in lino.changes.2019. The documentation needs more work, but the book builds.