Linking to TOC

Hi there,

using [toc] in a longer note with a couple of headings I would like to set a link jumping back to the TOC e.g. at the end of each chapter.

Is there maybe a direct markdown command like [back-to-toc] available?

Or do I have to use a plugin like Note Link System for this?

Version: Joplin 2.7.15 (prod, win32)
Editor: Markdown
OS: Win10

Many thanks in advance for your support!

You could use HTML and put <div id="top"></div> at the top of the note above the TOC (it needs an empty line between it and [[TOC]])

And then after each chapter add <a href="#top">Go To Top</a>.

Clicking on the "Go To Top" link (or whatever you decide to call it) will take you to the top of the note.

2 Likes

Note Link System is good but a bit too much for my needs, I find the Outline plugin pretty good A markdown outline sidebar plugin for Joplin It just keeps a list of headers as a sidebar you can use to jump between sections but is much simpler

1 Like

Thanks a lot to both of you - I will test your suggestions accordingly!

1 Like

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