Documentation
¶
Overview ¶
Package exportimport handles JSON round-trip, Markdown, and Obsidian vault export.
Index ¶
- func ExportJSON(store *storage.Store, project string) ([]byte, error)
- func ExportMarkdown(store *storage.Store, project string) (string, error)
- func ExportObsidian(store *storage.Store, project, vaultDir string) (int, error)
- func ImportJSON(store *storage.Store, data []byte) (int, int, error)
- type GraphExport
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func ExportJSON ¶
ExportJSON exports the full graph as JSON.
func ExportMarkdown ¶
ExportMarkdown exports nodes as a Markdown document.
func ExportObsidian ¶
ExportObsidian exports the graph as an Obsidian vault (one .md file per node, wikilinks for edges).
Types ¶
Click to show internal directories.
Click to hide internal directories.