Skip to main content

Converting from Box Notes to HTML

Project description

boxnotes2html

boxnotes2html is a tool to convert Box Notes to html, markdown or plain text

before

to

after

Rationale

Box notes are a proprietary format. According to this support ticket the official way in which they meet GDPR compliance is through allowing users to print the notes page as a PDF when it's open in a web browser. Another option is to Copy/paste the document into LibreOffice, Google Docs, Microsoft Word or some other text-editing program. Neither of these are very attractive options when exporting a large number of Box notes, say, for archival/backup purposes or in the process of migrating to another platform.

Installation

No external dependencies! Just the good old Python standard library. (plus pytest for tests)

Use pip install boxnotes2html to install.

Requires Python 3. Tested on >=3.5

Usage

boxnotes2html -h for help and options.

To convert a file:

boxnotes2html mynote.boxnote

Will create a file called mynote. You can optionally specify the filetype with -f, current options, in order to most to least reliable, html, md (markdown), and txt (plaintext)

You can specify one or more options. If any of the options are a directory, boxnotes2html will convert those notes and put the new file next to it in the directory path.

Box doesn't allow for you to download individual Box notes from the UI, but you can put them into a folder and download that folder, or use the API.

You can also use boxnotes2html as an imported library:

from boxnotes2html import BoxNote

# from string
note = BoxNote("boxnote_file_content_string")
# Or from file
note = BoxNote.from_file("filename.boxnote")

note.as_html() # returns an html string
note.as_markdown() # returns a markdown string
note.as_text() # returns raw text

The HTML formatted by this tool is pretty ugly -- that may not be important for a lot of cases, but you may want to use tidy or another tool to clean it up. You can also use pandoc to convert from html to another format, such as PDFs, markdown, microsoft word, and so on. I haven't tested all these tools, so YMMV.

Functioning:

  • Text formatting (bold, underline, colors, size, etc)
  • Hyperlinks

Caveats:

  • Lists are a little wonky -- they are just stars with spcaes instead of HTML tags. A TBD if there is interest
  • Tables are broken and will just be converted to plaintext. If you can figure out a clean way to do this, please submit a pull request.
  • Images are just a link to the image in Box, converting them would require API access.
  • Comments and annotations are not saved.
  • This tool is in ALPHA, bugs may exist. Please report any issues you encounter!

If this tool is unsatisfactory to your needs, please contact Box and tell them to build this much-needed feature!

Technical summary

Box notes are formatting as a JSON. They include a bunch of text and metadata. Some of this metadata is in a long "attributes" string. This string encoded various styles to different properties, using base36 numbers. This formatting is HTML-like but not exactly HTML. Check out the code for more details. Feel free to contact me on GitHub or email me with any questions on feedback: alex@alexwennerberg.com If you use this library, I would love to know what your experience is, positive or negative.

Thanks, and enjoy!

Alex

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

boxnotes2html-0.1.3.tar.gz (8.2 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

boxnotes2html-0.1.3-py3-none-any.whl (9.6 kB view details)

Uploaded Python 3

File details

Details for the file boxnotes2html-0.1.3.tar.gz.

File metadata

  • Download URL: boxnotes2html-0.1.3.tar.gz
  • Upload date:
  • Size: 8.2 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/39.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.6.8

File hashes

Hashes for boxnotes2html-0.1.3.tar.gz
Algorithm Hash digest
SHA256 b1344723e668e6c3242dc583d0a92aa88e59bc9cf8ed2ebcf89612a147800496
MD5 644f83a9b02fb24ad117a1ddc73b2b88
BLAKE2b-256 438a273f7897127faddf2ed5be69664a81785e655d541ddf633dc6a299035170

See more details on using hashes here.

File details

Details for the file boxnotes2html-0.1.3-py3-none-any.whl.

File metadata

  • Download URL: boxnotes2html-0.1.3-py3-none-any.whl
  • Upload date:
  • Size: 9.6 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/1.13.0 pkginfo/1.5.0.1 requests/2.22.0 setuptools/39.0.1 requests-toolbelt/0.9.1 tqdm/4.32.2 CPython/3.6.8

File hashes

Hashes for boxnotes2html-0.1.3-py3-none-any.whl
Algorithm Hash digest
SHA256 ae2bc2551023f46e728f05789d48e7a0272099c49dc1ba20c896ed91f099c7a5
MD5 a822a32a0334377f2254833365c1f674
BLAKE2b-256 ca7a6e5ea4b02909cf75e8262a06c122b5b46e663d81dcbbffcbc9d8161273b5

See more details on using hashes here.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page