/t5/indesign-discussions/getting-page-number-for-notes/m-p/1119702#M367867Dec 19, 2008
Dec 19, 2008
Copy link to clipboard
Copied
Footnotes have a property storyOffset, which is the location of the footnote's cue in the text. This is an insertion point, so the following line gives myFootnote's page number:
>myFootnote.storyOffset.parentTextFrames[0].parent.name
I think the OP was referring to the Notes feature (not footnotes) or
were you implying that the notes that were not showing the parent page
were in footnotes?