I'm not the parent commenter, but made a similar transition (years ago at this point). I have always loved outliner formats, but the obsidian ecosystem is quite strong, and because I already had thousands of notes that were just plain old markdown, it was a more natural home.
I wrote code to facilitate the migration. Nothing too crazy, but in general I wrote scripts that:
- Add lines between logseq's daily notes format and the rest of the content
- Moving daily notes to month-based subfolders
- Automatically adding frontmatter to files that didn't have any
- Removing indentation when unnecessary
- Covert everything to space-based indentation rather than tabs
I wrote code to facilitate the migration. Nothing too crazy, but in general I wrote scripts that: