INNER CODE UNIT · Python
dirpath
mfarragher/obsidiantools · obsidiantools/api.py:179
def dirpath(self) -> Path:
"""pathlib Path"""
return self._dirpath
@property
def attachments(self) -> bool:
"""bool: argument for connect method. True to include 'attachment'
files.
"""
return self._attachments
@attachments.setter
def attachments(self, value) -> bool:
self._attachments = value
@property
def md_file_index(self) -> dict[str, Path]:
"""dict: one-to-one mapping of md filename (k) to relative path (v)"""