johansatge / obsidian-automatic-table-of-contents

💠 An Obsidian plugin to create a table of contents in a note, that updates itself when the note changes
MIT License
128 stars 12 forks source link

Index in a PDF #12

Closed mikajed closed 10 months ago

mikajed commented 10 months ago

Thanks for this nice Plugin, I got a question, is it possible to make the index and its links clickable in a exported PDF?

It (the links) didn't work for me in the PDF.

johansatge commented 10 months ago

Hi! The plugin generates Obsidian-style internal links under the hood; a title:

# Some title

will generate the corresponding link:

[[#Some title]]

It seems these links aren't supported yet in PDFs: PDF export: Make links within same document functional
I can't find a workaround, so we'll probably have to wait for an official Obsidian update (or a dedicated plugin; reading the thread linked above, it seems some are in the work)

mikajed commented 10 months ago

Hi! The plugin generates Obsidian-style internal links under the hood; a title:

# Some title

will generate the corresponding link:

[[#Some title]]

It seems these links aren't supported yet in PDFs: PDF export: Make links within same document functional I can't find a workaround, so we'll probably have to wait for an official Obsidian update (or a dedicated plugin; reading the thread linked above, it seems some are in the work)

Thank you very much for the information!