xournalpp.github.io icon indicating copy to clipboard operation
xournalpp.github.io copied to clipboard

File format information

Open Technius opened this issue 3 years ago • 3 comments

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.

Technius avatar Sep 27 '21 08:09 Technius

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.

LittleHuba avatar Sep 27 '21 09:09 LittleHuba

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.

Technius avatar Sep 28 '21 00:09 Technius

Rather than "updating this document to match", it might be better to write this page as a specification of the xopz layout.

Technius avatar Nov 14 '21 01:11 Technius