RoamNode

from mcot.org.database import RoamNode
class mcot.org.database.RoamNode(title: str, file: mcot.org.database.RoamFile, level: int, pos: int, identifier: str, properties: Dict[str, str], tags: List[str] = <factory>, links_to: Set[ForwardRef('RoamNode')] = <factory>, links_from: Set[ForwardRef('RoamNode')] = <factory>, external_refs: List[mcot.org.database.ExternalLink] = <factory>)[source]
__init__(title: str, file: mcot.org.database.RoamFile, level: int, pos: int, identifier: str, properties: typing.Dict[str, str], tags: typing.List[str] = <factory>, links_to: typing.Set[mcot.org.database.RoamNode] = <factory>, links_from: typing.Set[mcot.org.database.RoamNode] = <factory>, external_refs: typing.List[mcot.org.database.ExternalLink] = <factory>) None

Inheritance diagram

digraph inheritance65b06c518e { bgcolor=transparent; rankdir=LR; size="8.0, 12.0"; "mcot.org.database.RoamNode" [URL="#mcot.org.database.RoamNode",fillcolor=white,fontname="Vera Sans, DejaVu Sans, Liberation Sans, Arial, Helvetica, sans",fontsize=10,height=0.25,shape=box,style="setlinewidth(0.5),filled",target="_top",tooltip="RoamNode(title: str, file: mcot.org.database.RoamFile, level: int, pos: int, identifier: str, properties: Dict[str, str], tags: List[str] = <factory>, links_to: Set[ForwardRef('RoamNode')] = <factory>, links_from: Set[ForwardRef('RoamNode')] = <factory>, external_refs: List[mcot.org.database.ExternalLink] = <factory>)"]; }

Methods

url([extension])

Attributes

ref

roam_key

Returns the key stored in #+ROAM_REFS (None if not avaialable)

title

file

level

pos

identifier

properties

tags

links_to

links_from

external_refs

url

RoamNode.url(extension='md')[source]