Can you make notes in notebooks and attach endnotes to the document
I would like to make a list of titles and have a way to either click on the tItle, or possibly have a footnote/ endnote number which takes you to more information about that title.
I would like to make a list of titles and have a way to either click on the tItle, or possibly have a footnote/ endnote number which takes you to more information about that title.
Hi Susan,
there are several option you have, although I am not sure if any of them exactly fulfills you needs:
1) If the titles are documents in NB, the simplest option is to create a list of "links" to those documents ("Copy Link" of a document and either paste it into a plain text note or select "Insert Link" in a formatted document)
2) If all titles refer to documents in the same book, you might try "Combine Notes" and select the formatted option. This will create one document with a table of contents at the top
3) With Markdown, you can actually create footnotes like this: I want to have a footnote[^1] here
[^1]: Somewhere later in the text you add the footnote itself. It will appear at the end of the document
I hope that helps!
Best,
Alfons