This tool finds top and bottom footnotes using the regex provided, and replaces them with WET-valid footnotes that are numbered using an internal counter.
Detailed step-by-step:
Upload the HTML file containing the footnotes you would like to format.
If you are only formatting footnotes for a subset of lines in the document, e.g. the lines of a table, enter the starting and ending line to format footnotes on. If you are formatting footnotes across the entire document, then you can ignore this.
Only change the initial footnote ID substring if needed.
Select the regex search string for the current top footnote locations in the HTML document.
If you haven't done any formatting after pasting a Word document into Dreamweaver, select Dreamweaver-generated.
If you have already converted the document to WET and are just renumbering the footnotes, select WET (English or French depending on the language of the document).
If you are just working on a single OCA table, select OCA table.
If none of the default options describe how the footnotes are formatted, you can use your own regex search string.
In the same way, select the regex search string for the current bottom footnotes in the HTML document, along with the regex replacement group for the footnote's content.
Enter the locations of the duplicate top footnotes (when multiple top footnotes reference the same bottom footnote) in the format described. If you don't have any duplicate references, then you can ignore this.
Select the language the output WET-formatted footnotes should be in.
Make sure all instances of the bottom footnotes come after the top footnotes in your html document, since the entire document is being treated as a single string.
The number of top and bottom footnotes found using the regex statements should be the same unless you have duplicate footnotes. The number of bottom and top footnotes this tool finds is printed in the console (ctrl+shift+i).
More in-depth information can be found in the readme.