Closed lef-est closed 2 years ago
It also seems that a page whose name contains things that would be parsed as pages ends up automatically linking as well.
Given pages This is a test page
and Test
:
Typing [[This is a test page]] of the plugin
and auto-linking ends up generating [[This is a [[test]] page]]
Since a #tag is functionally a page, this issue also applies to text auto linking tags within pages. It'd be nice if you could give [[bracketed pages]] a priority over #tagged pages to try to fix this issue.
Given pages This is a test page
and #test
:
Typing [[This is a test page]]
generates [[This is a #test page]]
when auto-linking.
code blocks and tags inside of brackets should no longer be parsed in 1.1.2
Thanks for the addition of "auto-parse on enter". It's become the most frictionless way of linking in logseq. It'll be great if it can recognize code (both code blocks & inline code, markdown or org) and :tag: (org) and skip putting [[]] in them :)