Merge 14 Notes into 1 Master Doc with Clickable Headings Directory

What I’m trying to do

I have a book draft in 14 notes 1 for each chapter. I would like to merge all into one scrollable master, with a content directory so each chapter note is in the list, clickable, to take me to that chapter within the document, so I can still scroll up and down to next chapters. Like in Google Docs. So far it only opened the stand alone note again.

Things I have tried

I’ve spent 2 hours with AI trying to do this. No luck. I can’t find a way to simply copy my chapters list from side panel. So I tried the Longform plugin. It still asks me to retype all the names manually. I tried merge, but still don’t get my clickable master content list of # chapter headings. Is this even possible?

1 Like

Dragging a note from the sidebar file browser into a note creates a link. If you do that, putting each link on its own line, then you can use the Easy Bake plugin to replace the links with the content of the notes they point to. If each note starts with a heading, you can now use the Outline in the right sidebar to navigate them.

1 Like

Thank you! I’ll give that a try.

It works fine for links in one note, but only opens one note at a time. I need to have the single master document, with all chapter notes visible as I scroll up & down, with a directory at the top or side letting me click to that exact spot in the master document. I use this all the time in Google Docs, but can’t seem to make that happen in Obsidian. Trying to collate many long notes, so I can have it all in one, and then dump in AI for editing to check for repetition, overlap etc. That task is difficult with so many different notes. I’ve been searching all afternoon, so it looks like what i need is not possible :frowning:

You can fully embed content of another note with `![[Note]]`, in your case something like this should do the work. If you add headers and enable built-in Outline plugin, you will have the per-chapter navigation. And with headers you get chapter collapsing.

# Chapter 1
![[Chapter 1]]
# Chapter 2
![[Chapter 2]]
# Chapter 3
![[Chapter 3]]
...
# Chapter 12
![[Chapter 12]]

EDIT: although I’m not sure does all the things you need. WIll leave the comment for posterity.
EDIT 2: added info about headers, maybe now it helps?

1 Like

That worked! I’ve been able to collate all notes and can have a directory. Thanks so much!