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

Document Meta Data #200

Merged
merged 5 commits into from
May 8, 2020
Merged

Document Meta Data #200

merged 5 commits into from
May 8, 2020

Conversation

vkbo
Copy link
Owner

@vkbo vkbo commented May 8, 2020

This PR adds a single line of meta data at the top of document files. The document class itself handles this internally, and it is stripped before any text is returned. None of the rest of the code will ever see this line. It is buffered in the docMeta variable.

Currently it isn't used for anything, but it can be used for recovering orphaned files. Mainly, it is useful to see where a file inside the project folder belongs in the project tree if one were to browse those files.

This PR also fixes a minor bug with recognising the trash folder that was introduced in one of the recent PRs, and a GUI bug with dynamic margins being ignored when a file is loaded. Neither were critical bugs.

@vkbo vkbo merged commit c35dff9 into master May 8, 2020
@vkbo vkbo deleted the doc_meta branch May 9, 2020 12:07
@vkbo vkbo mentioned this pull request May 12, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant