neelsmith / Obsidian.jl

Work with Obsidian vaults in Julia.
https://neelsmith.quarto.pub/obsidian/
GNU General Public License v3.0
14 stars 0 forks source link

Markdown viewer #20

Open FedeClaudi opened 1 year ago

FedeClaudi commented 1 year ago

Hi,

I just stumbled on this project randomly!

I too use obsidian and would like to see a Julia interface for it. One thought I had was to use Term.jl Markdown Rendering to visualize obsidian content in the terminal. Thoughts?

neelsmith commented 1 year ago

I'm pushing 0.2.0 today, which is getting closer to a minimum release to be usable for my purposes (still need to implement #19 but am getting crushed at work...)

I've been thinking primarily in terms of providing a package to navigate the same things Obsidian indexes, to facilitate building on top of that project specific stuff. (E.g., I've got a vault where I want to use julia to build some pages embedding maps with the leaflet plugin). But I was planning to continue using Obsidian for reading, so don't have a real use case for rendering Markdown: I was focused on going the other direction (using Julia to write markdown that's keyed into Obsidian)

Do you have example use cases?