-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Provide api to access footnote, endnote #860
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
I really like what you did |
@br-rkdrnf Thanks for your great work. I have tried your footnote version, I find that it can access the footnotes which have already existed in the document, but I can't add a new footnote for a run, which is the right behavior or I just miss something from your code? |
May i ask how to add footnote in run level? Like run.add_footnote() |
Any update on merging this one? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is great -- can you also update the docs?
I'm expecting this to be released soon in docx |
Hey, what's the status on this PR? 😀 |
@scanny Any updates on merging footnote support into the library? |
This PR aims to provide API to access and manipulate footnotes and endnotes.
Tests are not implemented yet but if it is determined to be acceptable, I will implement tests for those new APIs.
Mainly, it adds
footnotes
andendnotes
getter torun
proxy class to provide access to footnotes and endnotes.