sethyuan / logseq-plugin-tocgen

Generate a TOC of any page anywhere to quickly access the page's content.
MIT License
144 stars 10 forks source link

fix: embed blocks donot gen toc #49

Closed qbosen closed 1 year ago

qbosen commented 1 year ago

The macros check code !/^\s*{{/.test(content)) in method isValid happends before processing embed blocks. So all embed blocks were skipped to gen TOC.

I modified isValid method to check macros unless the block is not embeded.

sethyuan commented 1 year ago

A new version is released, FYI. @qbosen