I want to create a list and share it with people who don’t have Obsidian. My goal is to make it as easy as possible for them to interact with—ideally, they’d just be able to click a link. It’s a long list with lots of nesting and will be frequently updated.
Ideally, I’m looking for something like marked.js
, but with the added benefit of a collapsible UI, similar to what Obsidian offers. I haven’t been able to find anything that fits this description, and I’m not sure where to look.
The advantage of something like marked.js
is that you can simply send the markdown file, and it works right out of the box. However, I’d be open to a solution that requires an extra compilation step if there’s no better alternative.
If neither of these options works, what would be a good solution?