sawhney17 / logseq-automatic-linker

MIT License
87 stars 16 forks source link

fix: Allow manually parsing block even when auto linking is enabled #69

Closed falense closed 8 months ago

falense commented 8 months ago

Description

Expected behavior when manually triggering parsing of a block is for the block to be parsed even when auto linking is enabled. This PR changes the behavior of the plugin to allow the user to trigger parsing of a block at will regardless of the state of auto parsing.

sawhney17 commented 8 months ago

Thank you for this fix!