NotePlan
NotePlan
Mar 5

Link to [[note#headings]

Link to a specific heading inside a note using `#` in the link.
CompletedCompleted

Apr 8, 2022

I'll to make a specific canny for this, but it'd be great to: 1) right click on a heading and get a link to that specific heading. 2) use a modified drag on said heading (probably the same as the alias for a task?) to drop the link in.

Aug 29, 2021

💪 Available now as Beta on Discord (see #releases channel). Will be available in the next official update v3.1.

Aug 29, 2021

Eduard Metzger: Yaaaaa buddy!

Aug 29, 2021

Eduard Metzger: Have already changed my muscle memory to press the # to see if there are any sections I want to focus links! Q: When I want to link to other sections in the same document, it seems I must first enter the note (which is the current note, then the # item allows me to link to somewhere in same document) [[Note#Section]] Thinking if I press [[#Section]] it could do the same thing?

Aug 30, 2021

Eduard Metzger: Excited to use this! (Now bring on Tables!) ;)

Aug 29, 2021

v3.1 BETA (Build 653 Mac / Build 582 iOS) available with Heading references: https://discord.com/channels/763107030223290449/763108484455…

Jul 31, 2021

I like the term "Heading Reference" for this. Eduard, will Heading References also show up in the References section (backilinks?). I hope so!

Aug 19, 2021

Rob Grace: Yes, good point. I just need to make a small change to make this happen.

Jul 6, 2021

Eduard Metzger Will it break the link if I rename the heading?

Jul 12, 2021

Sander: I came across this point on Discord, will have to add something to check if there is a heading link, just like we do with note links in general and update the links when the heading changes. Since the code in general is already there, I “just” need to add the bit that checks for heading links as well.

Jul 6, 2021

Love this feature, let's hope it does not break the link when renaming the heading.

May 26, 2021

Exactly what we need! 🙏🏻

May 8, 2021

This feature in particular is not very difficult to build and surprisingly popular! Planned for the release after the upcoming one.

Apr 12, 2021

this is something that really make note taking and connecting with meeting and projects notes so clear and very useful.

Mar 26, 2021

As this is under review now i just wanted to mention that [[2021-⁠03-⁠23#Meeting Notes]] is also a desirable use case.

Mar 26, 2021

Yes, full support for links to headings in *daily notes* would be very useful. I use daily notes not only for task management, but also to capture notes and thoughts that I like to remember.

Aug 19, 2021

Marcin Ignac: Noted!

Mar 16, 2021

Is this the same as block reference?

Mar 18, 2021

Colin Gold: It's similar, but it doesn't reference a block/paragraph. Instead you reference a heading: ``` # The Note Name - Some other text ## My Subheading - Bullet points ``` To refer to the subheading, write `[[The Note Name#My Subheading]]`. Clicking on the link would open the note and jump to the heading directly.

Mar 8, 2021

So I am not sure why you mean here?

Jun 20, 2021

Colin Gold: some other tools allow you to go 1 level deeper than headings. That is, you can link to an individual paragraph ("block") of text. But IMO heading refs are good enough, and avoids the complexities of having to mark a unique ID (the heading IS the UID that you reference)

Mar 8, 2021

(though I don't mind what the syntax is)