Updates to Obsidian.jl

Version 0.4.0 of Obsidian.jl adds export of Obsidian vaults to Markdown.
obsidian
quarto
Author

Neel Smith

Published

February 18, 2025

Release notes: version 0.4.0

  • adds the mdcontent function to extract Markdown content from an Obsidian note, and exportmd to 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