Skip to content

morkro/papyrus

Repository files navigation

Papyrus

devDependencies

Unofficial Dropbox Paper desktop application.

Preview

Papyrus is currently at version 1.0.3.

Installation

Homebrew Cask

brew install --cask morkro-papyrus

Manually

  • Download the installer
  • Unzip
  • Install the application to any location.

macOS

It's recommended to move the Papyrus.app file to the Applications directory. macOS will prompt you to accept that this runs from an unidentified developer.

Shortcuts

Description   Keybinding
Create a new document Cmd/Ctrl N
Create a new folder Cmd/Ctrl T

All keybindings can also be found under the File menu.

Development

The application wraps the official Dropbox Paper website in an Electron browser window (and does some more minor things to round it up).

git clone the repository, npm install all dependencies and you are good to go. You might have to run brew install wine before building the application.

Command Description
npm start Starts the application
npm run build Creates packages for all supported platforms (bundles all below commands)
npm run build:macos Builds the macOS application
npm run build:windows Builds the Windows application
npm run build:linux Builds the Linux application

Contribution

Any form of contribution is very welcome!

License

The code is available under MIT License.