xournalpp.github.io
xournalpp.github.io copied to clipboard
File format information
Some WIP docs on xopp
.
I also wrote some information about the xopz
zip file format I plan to develop in the next few weeks. I'll add info as I iron out the details.
For now I'd go with the default xopp format (un-gzipped) within the zip file. That should speed up the development of the first version. Relative paths within the xopp file should then be resolved as files within the zip file. That way we should enable support for attached files quite fast.
Yeah, that's what I had in mind. Interestingly, we already have basic support for loading; see https://github.com/xournalpp/xournalpp/issues/937#issuecomment-928530089. I intend to reshuffle some of the file locations, so I'll slowly update this document to match what I have.
Rather than "updating this document to match", it might be better to write this page as a specification of the xopz layout.