this post was submitted on 20 Mar 2026
362 points (99.7% liked)

Open Source

45558 readers
568 users here now

All about open source! Feel free to ask questions, and share news, and interesting stuff!

Useful Links

Rules

Related Communities

Community icon from opensource.org, but we are not affiliated with them.

founded 6 years ago
MODERATORS
you are viewing a single comment's thread
view the rest of the comments
[โ€“] AmbitiousProcess@piefed.social 18 points 18 hours ago (2 children)

That's why I use Obsidian! It's not open source, but all my notes are just... pre-emptively saved as markdown files on disk. If they fuck me over I can just leave and open it in literally any markdown editor ๐Ÿ˜ญ

If they used a proprietary format, I probably just wouldn't have used them in the first place and would have had to use a shittier alternative.

[โ€“] lelovsky@szmer.info 3 points 11 hours ago

I love obsidian, I wanted to send a donation, but they only sell merch with expensive shipping :<

[โ€“] quick_snail@feddit.nl 1 points 10 hours ago (1 children)

Which markdown format?

GitHub or Stack Exchange or Reddit?

A combination of CommonMark and GitHub Flavored Markdown so it's compatible with most markdown formatting people are used to. Also supports LaTeX and HTML. (and of course any custom syntax modifications you make with custom CSS or plugins)