Unofficial Dropbox Paper desktop application.
Papyrus is currently at version 1.0.3
.
brew install --cask morkro-papyrus
- Download the installer
- Unzip
- Install the application to any location.
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.
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.
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 |
Any form of contribution is very welcome!
The code is available under MIT License.