Hello, I have recently discovered Zettlr and I’m enjoying it a lot, but I’m having trouble creating functional links in preview mode to notes referenced inside tables.
The issue can be reproduced easily (I hope) in the latest version (4.1.0 on Ubuntu) as follows: create two notes named Test02 and Test01. Then, in Test02, write:
|Head1|Head2|Head3|
|----|----|----|
|Txt1|Txt2|Txt3|
|Txtt1|[[Test01]]|Txtt3|
In preview mode, the link to Test01 does not work (while it does work in raw/edit mode).
Am I doing something wrong, or is this a known issue? It would be extremely useful to have this working properly. Best regards.