close
The Wayback Machine - https://web.archive.org/web/20200919170954/https://github.com/ax3l/lines-are-beautiful/issues/19
Skip to content
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

Meta-Data Read & Write #19

Open
ax3l opened this issue Feb 10, 2019 · 0 comments
Open

Meta-Data Read & Write #19

ax3l opened this issue Feb 10, 2019 · 0 comments

Comments

@ax3l
Copy link
Owner

@ax3l ax3l commented Feb 10, 2019

Read and write the JSON meta data and store it in our objects.

Per notebook:

  • UUID.content: orientation, pageCount, ...
  • UUID.metadata: deleted, lastModified, metadatamodified, modified, pinned, synced, type, version, visibleName
  • UUID.pagedata: N lines with name of background (not a JSON)

Per page (missing in example):

  • UUID/<N>-metadata.json
{
    "layers": [
        {
            "name": "Layer 1"
        }
    ]
}

(also sometimes an empty string: "name": "")

We will use nlohmann/json as in-code dependency.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Linked pull requests

Successfully merging a pull request may close this issue.

None yet
1 participant
You can’t perform that action at this time.