INNER CODE UNIT · Python

canvas_file_index

mfarragher/obsidiantools · obsidiantools/api.py:210

    def canvas_file_index(self, value) -> dict[str, Path]:
        self._canvas_file_index = value

    @property
    def graph(self) -> nx.MultiDiGraph:
        """networkx Graph"""
        return self._graph

    @graph.setter
    def graph(self, value) -> nx.MultiDiGraph:
        self._graph = value

    @property
    def backlinks_index(self) -> dict[str, list[str]]:
        """dict of lists: note name (k) to lists (v).  v is [] if k
        has no backlinks."""
        return self._backlinks_index

View source record →

📰 Research Paper
Loading…
⏳ Fetching content…