Links within the current note

In other markdown apps that support HTML it is possible to link within the current note by using some simple syntax:

  1. establish an anchor wherever you want by typing <a name="anchorname"></a>
  2. then, from anywhere in the note create a link with [some text](#anchorname).
    One can then click on the link created in step 2 and is taken to the anchor.
    I use this feature quite a lot.
1 Like