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.
This is a Google Docs AddOn, so it's easiest to add from the AddOns store in Drive.
Current - v0.5 - Footnotes on images are now preserved when converted.
v0.4.7 - Endnotes now retain formatting.
AddOn v0.4 - bug fix to repair the "Run" menu not appearing.
v0.1 - AddOn published
If you want to install and run on a single document, do the following:
function
text in the editor.footToEnd.gs
script and paste it into the editor.paragraph
elements in the doc, so if you have a footnote on an image, it's going to throw an error.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.