Skip to content
This repository has been archived by the owner on May 10, 2024. It is now read-only.

Commit

Permalink
Merge remote-tracking branch 'origin/master'
Browse files Browse the repository at this point in the history
# Conflicts:
#	rmapy/const.py
  • Loading branch information
Stijn Van Campenhout committed Jul 23, 2021
2 parents 5c78598 + 42430b0 commit 081db1d
Show file tree
Hide file tree
Showing 6 changed files with 212 additions and 165 deletions.
1 change: 1 addition & 0 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ verify_ssl = true
requests = "*"
pyaml = "*"
sphinx = "*"
urllib3 = ">=1.26.5"

[requires]
python_version = "3.7"
193 changes: 96 additions & 97 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

3 changes: 3 additions & 0 deletions docs/source/quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -175,10 +175,13 @@ Here is the content of an archive retried on the tablet as example:
* 384326f5-133e-49c8-82ff-30aa19f3cfa40.pdf
* 384327f5-133e-49c8-82ff-30aa19f3cfa40.pagedata
* 384327f5-133e-49c8-82ff-30aa19f3cfa40.thumbnails/0.jpg
* 384327f5-133e-49c8-82ff-30aa19f3cfa40.highlights/9b75d8df-1d06-4c59-8f3e-4cf69aa96cd9.json

As the .zip file from remarkable is simply a normal .zip file
containing specific file formats.

Highlights are stored in the `{uuid}.highlights/` folder.

You can find some help about the format at the following URL:
https://remarkablewiki.com/tech/filesystem

Expand Down
1 change: 1 addition & 0 deletions requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@ pyaml==19.4.1
sphinx==2.2.0
sphinx-autodoc-typehints==1.8.0
guzzle-sphinx-theme==0.7.11
urllib3>=1.26.5

Loading

0 comments on commit 081db1d

Please sign in to comment.