Release notes: version 0.4.0
- adds the
mdcontentfunction to extract Markdown content from an Obsidian note, andexportmdto export an Obsidian note or entire vault to Markdown files that can be used with CMS like Quarto, Jekyll and Hugo.
Installation
Install from the central registry with Julia’s package manager.
- in package mode from the Julia REPL
] add Obsidian - from a Julia terminal session:
using Pkg; Pkg.add("Obsidian")
Documentation
- package documentation is available on quarto.pub. Documentation includes a brief tutorial and more detailed guides on how to use the new functions.
Source
- available on github