vipzhicheng / logseq-plugin-mark-map

This is a plugin for https://github.com/logseq/logseq to provide mindmap support based on https://github.com/markmap/markmap.
277 stars 4 forks source link

Render tags #50

Closed balta2ar closed 10 months ago

balta2ar commented 1 year ago

Not sure if this is an upstream lib issue, but when I use [[tags]], they are not rendered perfectly: image image

vipzhicheng commented 1 year ago

What original tag text is? [better text]([[tag]]) this way?

balta2ar commented 1 year ago

in raw text I have this:

- [[request batch]]  
    - batch N request with a timeout  
vipzhicheng commented 1 year ago

in raw text I have this:

- [[request batch]]  
  - batch N request with a timeout  

This can not be reproduced. Please confirm the issue page use the same syntax as you provided.

balta2ar commented 1 year ago

Yes, I confirm that. I also noticed that it works when tag contains only one word (some incomplete regexp?), e.g. have a look at "lease": image distributed systems patterns.md I attached the whole file. In this case it's markdown, but I also use org in other files.

vipzhicheng commented 1 year ago

That's weird. Mine is correct. So what is your environment? Mine is MacOS,Logseq 0.8.10.

image

You use markdown and org files in one graph, how to do that? I use markdown and the settings format is also markdown.

balta2ar commented 1 year ago

Manjaro Linux, logseq 0.8.10.

I stared using logseq with default settings (markdown) and created some articles in markdown, but then I changed settings to org, so now I have some articles in MD and some in ORG.

vipzhicheng commented 1 year ago

I can not reproduce it with first markdown format then org format process on Mac.

And for me, I don't have a Manjaro env for now. So maybe it will take some time to be solved.