You're right - Dendron has a lot of similarities with Obsidian. A lot of our users come from people looking for open source obsidian alternatives.
Our main differentiator is our focus on structure - we let users create their own taxonomies using "Dendron schemas" which they can use to both document and change their note hierarchies over time.
A big focus in Dendron: how do you continue working with your knowledge base after you pass 1k notes? Our answer: by having a consistent structure to all your knowledge so you can quickly reference what you need
Considering you are YC backed, are there any plans for monetisations that you would be willing to share? Because (as another comment said) notes apps are dime a dozen, and there doesn't seem much that differntiates you from Obsidian (which already has a revenue stream)
i know why it's not this way, and love what you've built, but find it vaguely dissatisfying that with the structured and hierarchical organization, the URLs don't convey that affordance
also decent weight still goes to URL keywords in SERPs
(and yes, many to many links to leaves attached more than one place seems a problem, but that's what canonical URLs are for)
we actually have a solution in the works - adding a human friendly URL label followed by the guid (eg. wiki.dendron.so/notes/tutorial-{guid})
server side, we only parse the last component of the url which will be the guid. the reason we don't do this now is because we're focused on making static publishing smooth (most people use github pages to host their dendron sites) before we start on work on the server enhanced solution
I switched because Obsidian free version is not licensed for commercial use. And I considered paying for it, but then Dendron appeared and I have VS Code installed and I copied my markdown files into that instead.
so we have the split preview today (edit in one window, preview in another). vscode supports combining the two using either webviews or custom editors. you can see an example of that here -> https://github.com/tejasvi/markless
we're planning on implementing a similar featureset
More details here: https://wiki.dendron.so/notes/a84ff014-e871-445d-9366-d97f1a...