How to create link to other notes in other notebooks?

Just for info you can also link to specific sections of another note using headings in that note as anchor points.

Say you have a note called "Target Note" with a section in it that has a header ## Important Information.

If you want to link directly to the "Important Information" section you get the Markdown link for "Target Note" (as detailed above).

Let's pretend that link is

[Target Note](:/f717e60233694e0bb3c2410dbbfdf6a3)

Then append a hash # and the text of the header to the link, replacing any spaces with hyphens

[Target Note](:/f717e60233694e0bb3c2410dbbfdf6a3#Important-Information)

The resulting link will then be directly to the "Important Information" section within "Target Note".

6 Likes