Skip to content

onevcat/papyrus

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

21 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Papyrus

devDependencies

Unofficial Dropbox Paper desktop application.

Preview

Papyrus is currently at version 1.0.2.

Installation

Homebrew Cask

$ brew update && brew cask install 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.

About

📄 Unofficial Dropbox Paper desktop app

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 92.6%
  • CSS 7.4%