I’m an Obsidian user. I pay for Obsidian sync, and I love the philosophy behind their product. However, and I feel stupid for saying this, but I just find it confusing to use. It’s difficult for me to wrap my head around plugins, and understanding how it wants me to use it. For now, I’m just sticking to using it for daily notes, but I feel there’s so much I’m missing.
Off topic, but I discovered this recently: http://tangentnotes.com/ Similar to Obsidian, but offers good code syntax highlighting in markdown files. I found it useful for reading code in markdown.
Based on the documentation and the screenshot next to it, I don't see how it differs from Obsidian on this point.
A Markdown code block in Obsidian is going to be highlighted as expected.
Actually it appears that they both relies on Prism to achieve this :
- https://help.obsidian.md/syntax#Code+blocks
- https://github.com/suchnsuch/Tangent/blob/main/apps/tangent-...