/footToEnd

Google Apps script to create endnotes from footnotes in a Google Document

footToEnd

Google documents do not allow you to create linked endnotes in a document. This Google Apps script looks for existing footnotes in a doc and creates an endnotes section from that content.

Use

To install, do the following:

  1. Open the document you'd like to create endnotes in.
  2. Go to Tools > Script Editor and delete the default function text in the editor.
  3. Copy the footToEnd script and paste it into the editor.
  4. Save and close the script and document.
  5. Reopen the document, give the script permission to run, and you'll see a new menu item, "Create Endnotes" in your toolbar.

License

This is provided AS IS under the MIT Open License.

It was a fun little project and not something I plan on really improving a lot more. Feel free to fork and update however you'd like.