Internal Linking
First things first: loving Zettlr and have been following a while. Thanks for creating this software - hope it will be around for a long time.
Still struggling to understand how Zettlr works. Reading about Internal Linking and then tried what was described in the documentation. But I am unable to use it as described.
On macOS 10.15.5 typing [[
triggers the internal documents as a dropdown. I select the document I want to link to internally. The result is the internal ID followed by the title: [[20200704100224]] Document Title
.
Documentation claims
Alt-Click on an internal link will immediately open the first matched file
but when I alt-click on the internal ID of the internal link I generated earlier, nothing happens. When I press alt
the mouse cursor changes to a +
but clicking the internal link with alt pressed does not open the linked document.
FAQ has section about How should regular Markdown links look like to work as intended? so wondering if internal linking should result in that format?
Comments
There was a key change with 1.7, you have to use
Cmd + Click
now.https://github.com/Zettlr/Zettlr/blob/v1.7.1/CHANGELOG.md#170
Amazing. @hendrik can you update that fact in documentation?
I'm using Windows and when "Ctrl+click" any link , it result in a search behavior , which the first match highlighted. While this serve the purpose of findint the file, but the behavior seems different from the documentation description. I'm using 1.7 now.
@StationmasterMax Feel free to propose a PR, I have way too much to do currently, I can't keep up with docs changes, sorry
FYI Documentation has been updated in the meantime. Thanks a lot to whoever did the work - much appreciated.