sawhney17 / logseq-smartblocks

MIT License
171 stars 12 forks source link

Prevent blocks parsed as empty from being inserted #52

Closed aurnik closed 9 months ago

aurnik commented 1 year ago

Addresses #35 by ignoring a block and it's children when the content of the block evaluates to ''.

Also includes a prior commit with some code cleanup