Merge pull request #39 from kesmit13/master

Add metadata for v3 software
This commit is contained in:
Evan Widloski 2023-01-05 22:00:07 -06:00 committed by GitHub
commit 621cbee515
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 7 additions and 0 deletions

5
go.mod Normal file
View file

@ -0,0 +1,5 @@
module github.com/Evidlo/remarkable_printer
go 1.18
require github.com/google/uuid v1.3.0

View file

@ -26,6 +26,8 @@ var (
const METADATA_TEMPLATE = `{ const METADATA_TEMPLATE = `{
"deleted": false, "deleted": false,
"lastModified": "%d000", "lastModified": "%d000",
"lastOpened": "0",
"lastOpenedPage": 0,
"metadatamodified": true, "metadatamodified": true,
"modified": true, "modified": true,
"parent": "", "parent": "",