-
Notifications
You must be signed in to change notification settings - Fork 1.2k
Initial read-only support for notes, style objects #53
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
Great @ludoo, thanks for this :) |
Added a few stuff after actually starting to use this library in a project I'm writing to convert from docx to latex/html/whatever. Main changes:
The last one is more a sketch than a useful implementation, but I really need something like this and doing it in the Run objects seems a more reusable solution. |
Hi. |
Any idea when this PR will be merged? |
I added initial support for footnotes/endnotes parts, and footnotes/endnotes references. The new classes are read-only, much in the same way the styles part is, as I only need to read existing documents.
I also added a style class with id/type/name attributes, to ease working with documents where style ids are radically different from style names.
I could not wrap my head around your testing framework, so I added basic nose tests in the
notes_tests
folder.