▲ | NalNezumi 5 days ago | |||||||||||||||||||||||||||||||
Several years ago I made a bare metal notion to obsidian conversion scripts. At the time there wasn't any Bases available so databases was just turned in to csv table. It was relatively simple, no dependency python script and just export your notion notes as a zips of markdowns and then check every file to fix linking and the weird naming (with some caveat that not all links are properly exported to markdown links by notion) Today I learned that obsidian have an API towards it. Still I wonder why it's not just easier to use notions "download your pages as markdown". Notion would very dislike an API that allows users to migrate away from it and probably actively would sabotage it. "download notes as markdown" is however a user service, which they probably don't want to break. (maybe now that they added an offline mode too late, I don't know) | ||||||||||||||||||||||||||||||||
▲ | jitl 5 days ago | parent [-] | |||||||||||||||||||||||||||||||
(I work at Notion and built the html exporter during my hiring process work trial in 2019, opinion is my own) I would love to two-way sync Notion <-> Obsidian vault. Notion is focused on online collaboration, Obsidian is focused on file-over-app personal software customization; there’s so much Obsidian can do especially with plugins that Notion isn’t able to address. If we can make the two work together even if it’s not perfectly seamless, it would extend usefulness of both tools by uniting their strengths and avoiding the tradeoff of their weaknesses. If only I had an extra 24h per day I’d build it myself, but it needs some fairly complex machinery for change tracking & merging which would require ongoing support so it’s not something I can tackle responsibly as a weekend project. At the least we could offer YAML frontmatter as an option for Notion’s markdown export feature. Maybe I can get to that today I have a few spare hours. | ||||||||||||||||||||||||||||||||
|