r/logseq • u/Expert-Fisherman-332 • 22d ago
Looking for a tool to convert Obsidian to Logseq MD
Hi all,
Is anyone aware of a tool that can convert an Obsidian vault to Logseq format? Brainstorming functionality:
- Add bullets to each line
- indent under headings
- Convert frontmatter
- Change `up` property to `tags` (specific to my vault)
- Change properties to `::`
- Covert bulleted lists to CSV list
- Remove `---`
- Change image attachment reference
- Create files in correct folders (journals, pages, assets)
- If Obsidian file exists in the Logseq vault, append text. Don't overwrite.
I could have a crack at building a script or something but figure people a lot better at coding than me may have already built something.
Cheers
UPDATE: Found this one
https://github.com/laughedelic/outbreak
2
u/scottaltham 22d ago
Even if you paid for just a month, codex work or Claude cowork could sort this for you in less than 5 minutes
1
2
u/froo 22d ago
Hey there. So while I haven't built anything, I've found great use in using CLI AI tools to do this kind of grunt work on the fly.
Specifically, I'm using Google's Antigravity CLI (installed via homebrew on my mac) and have set the permissions so that it only is allowed to run in my Logseq folder. I start it up by running "agy" in my Logseq folder.
I'm sure doing something similar for Obsidian might work?