trilium_alchemy.core¶
This module implements ORM access to Trilium and fundamental note capabilities.
See the User guide for a detailed walkthrough with examples.
Class index¶
Imported
Interface to Trilium and context in which to store changes to entities. |
||
Encapsulates a note. |
||
Encapsulates an attachment, a named binary blob owned by a |
||
Encapsulates a branch, a parent-child association between notes. |
||
Encapsulates a label. |
||
Encapsulates a relation. |
||
Note to use as subclass for declarative notes which deterministically create a note hierarchy with fixed ids. |
||
Reusable collection of attributes and children which can be inherited by a
|
||
Entity state. |
Function index¶
Imported
Adds a |
||
Adds a |
||
Adds a |
||
Adds a |
||
Add |
||
Instantiate provided class and add as child, creating a |
Exception index¶
Imported
Raised when user attempts to write a field which is read-only. |
||
Raised upon flush when changes in unit of work are invalid or incompatible. |