l
l
Fixed, all tests pass. Now going to add endnotes to Docx and ODT.
Reporting progress: Still need to fix Docx writer. Also maybe add some tests for OpenDocument writer or add EndNote to generic writer test at least. Maybe the best option is...
All done, need review. Especially for Docx writer. Documents it produces can be loaded by LibreOffice, that is all I have tested. Code is mostly a copy of footnotes, I...
Added support for Muse (`{1}` for endnotes). Now ODT, Docx and Muse support endnotes both for reading and writing. CI failures are due to the fact that I use custom...
@jgm ping, just updated PR Linking #4213 as related
Rebased it once again on top of refactored Muse reader. @jkr How do I update binary Docx files with the new test framework? All binary tests are failing mostly due...
Updated once again, `stack` test passes, Muse round-trip test too. @jkr I checked golden tests with LibreOffice, don't have any MS Office around. @tarleb Lua doesn't work as expected. I...
@tarleb I fixed Lua support and added a test for a filter that converts footnotes to endnotes. @jgm I think it is ready. Custom writers are not broken, tested manually...
@tarleb > I'm only wondering why it is `FootNote` and `EndNote` instead of `Footnote` and `Endnote`. Not sure, most likely because I looked at `SingleQuote`/`DoubleQuote` and `DisplayMath`/`InlineMath` while implementing it....
I have replaced FootNote and EndNote with Footnote and Endnote. Had to replace Run constructors Footnote and Endnote with RunFootnote and RunEndnote in Docx to avoid conflicts.