You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Added 'zettelkasten' template to indexia.eidola.Templates
Usage:
Create sample objects in a test database:
fromindexia.eidolaimportTemplatesdb='test.db'templates=Templates(db)
templates.show_templates() # show available templates with table structureobjects=templates.build_template('zettelkasten')
Construct & display a dataframe of all template objects: