Documentation ¶
Index ¶
- Variables
- func CreateNodeFromMarkdown(id, sourceURI, mdContent string) (*graph.Node, error)
- func CreateNodeFromMarkdownFile(id, mdFile string) (*graph.Node, error)
- func ExtractIDFromFilePath(filepath string) (string, error)
- func MDFileInspect(mdFile string) error
- func NewMDFileStore(id, mdFile string) (graph.Store, error)
Constants ¶
This section is empty.
Variables ¶
View Source
var NodeNotFoundErr = errors.New("not found")
View Source
var UnsupportedErr = errors.New("not supported")
Functions ¶
func CreateNodeFromMarkdown ¶
func ExtractIDFromFilePath ¶
func MDFileInspect ¶
MDFileInspect executes the provided ma rkdown file via the inspector REPL
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.