windingwind / zotero-better-notes

Everything about note management. All in Zotero.
GNU Affero General Public License v3.0
5.22k stars 184 forks source link

[Feature] 希望Logseq notes 的大纲结构 在同步时能够被保留 #767

Closed chs33 closed 10 months ago

chs33 commented 10 months ago

Is there an existing issue for this?

Environment

Describe the feature request

Logseq中的大纲结构(block) 是用markdown的“-” 来表示,BN会在同步时自动将其改成“*”, 在Logseq就无法正确的显示了:

同步前: image 在logseq里的效果 image

同步后: image

在logseq里的效果 image

Describe the solution you'd like

No response

Anything else?

No response

windingwind commented 10 months ago

Use [ExportMarkdownContent] template to parse the markdown before saving to file.

chs33 commented 10 months ago

Use [ExportMarkdownContent] template to parse the markdown before saving to file.

How did you do that? Sorry I searched the forum and doc didn't find answer. Do you mean that I need to write the parsing myself in template ExportMDFileContent?

windingwind commented 10 months ago

https://github.com/windingwind/zotero-better-notes/discussions/768