Jumping to a section of a note from another note

Operating system

Linux

Joplin version

Joplin 2.14.20 (prod, linux)

Sync Version: 3
Profile Version: 46
Keychain Supported: No

Revision: cfd98e3

Backup: 1.4.1
Enhancement: 1.2.1
Note Link System: 0.8.0
Note Tabs: 1.4.0
Outline: 1.5.13
Quick HTML tags: 0.2.0
ReMoods Theme: 4.6.4
Rich Markdown: 0.15.0
Templates: 2.4.0

What issue do you have?

I need to use reference link to navigate to specific header sections of my notes from one note to another.
E.g.

Note1: (id: 0dcc9260bca44a288f6c591b4d0043b8)

# Title

## Another header

// ... a lot of content here...

## My header

...

Note2:

[My header in another note](:/0dcc9260bca44a288f6c591b4d0043b8#my-header)

when I click on the link of Note2 it goes to the specific note, but it stops at the top of it, instead of going to the specific header section I want to go!
Is that a Joplin bug or it's related to one of my plugins and it's a bug of it?

Thanks

Hi you need to create an "anchor" after your heading. In your example the heading should look like this:

In note 1 (id: 0dcc9260bca44a288f6c591b4d0043b8):

# Title

## Another header

// ... a lot of content here...

## [My header](#my-header)

then in note 2:

[My header in another note](:/0dcc9260bca44a288f6c591b4d0043b8#my-header)

Note: The information inside the squared brackets here in Note 2 can be overtyped if desired

Your headings will become blue, which has the added benefit of making headings stand out even more. Im in the habit of creating anchors for every heading i create as a matter of course.

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.