mcot.org.database

Classes

ExternalLink(dest, type, source)

RoamFile(filename, hash, contains)

RoamNode(title, file, level, pos, ...)

Functions

default_database()

load(database)

Loads in all Files from database

read_properties(text)

default_database

mcot.org.database.default_database()[source]

load

mcot.org.database.load(database) Tuple[List[mcot.org.database.RoamFile], List[mcot.org.database.RoamNode]][source]

Loads in all Files from database

Parameters

database – org-roam database

Returns

list of all org-roam files in database

read_properties

mcot.org.database.read_properties(text)[source]