Reply To: Footnote Special Character / Marker

#114239

Thanks Peter, thats actually a very helpful trick. I didn’t realize you could insert them into the find/change dialog.

So, I tried using these in the script with:

var footnote = tf.footnotes.add(LocationOptions.AFTER, location)
footnote.contents = “^F” + text.toString()

Tried ^F, \^F \~F and ~F and none of them will insert the special character. Do you have any insight into how to insert the actual character into the footnote with script?

This article was last modified on February 8, 2019

Comments (0)

Loading comments...