adding a snapshot of a converted logseq files inside obsidian (the graph is the logseq repo inside obsidian with some obsidian files mixed-in)
interestingly, the front matter tags are recognized as metadata in obsidian, even though the syntax is not the same (in obsi, page-tags are enclosed in brackets : tags: [tag1, tag2, tag3]
) , so you can click the tags. comments are hidden in viewing mode but they are accessible in edit mode.
A need a way to convert nested page-links to get a correct graph though…
transforming [[page1 [[page2]]]]
into [[page1.page2]] [[page2]]
would be enough, but I don’t know how to proceed…
any suggestions ?