All Projects → morkro → Papyrus

morkro / Papyrus

Licence: mit
📄 Unofficial Dropbox Paper desktop app

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Papyrus

Paper For Mac
🖥 Unofficial Dropbox Paper client for macOS
Stars: ✭ 427 (+62.36%)
Mutual labels:  dropbox, paper
Synchronator
Python module to synchronize files between iOS device and Dropbox. (Pythonista)(Python2 & Python 3)
Stars: ✭ 59 (-77.57%)
Mutual labels:  dropbox
maml-rl-tf2
Implementation of Model-Agnostic Meta-Learning (MAML) applied on Reinforcement Learning problems in TensorFlow 2.
Stars: ✭ 16 (-93.92%)
Mutual labels:  paper
PublicWeaklySupervised
(Machine) Learning to Do More with Less
Stars: ✭ 13 (-95.06%)
Mutual labels:  paper
CHyVAE
Code for our paper -- Hyperprior Induced Unsupervised Disentanglement of Latent Representations (AAAI 2019)
Stars: ✭ 18 (-93.16%)
Mutual labels:  paper
Awesome-Computer-Vision-Paper-List
This repository contains all the papers accepted in top conference of computer vision, with convenience to search related papers.
Stars: ✭ 248 (-5.7%)
Mutual labels:  paper
Hyperverse
A Minecraft world management plugin
Stars: ✭ 53 (-79.85%)
Mutual labels:  paper
paper-reading
深度学习经典、新论文逐段精读
Stars: ✭ 6,633 (+2422.05%)
Mutual labels:  paper
sympy-paper
Repo for the paper "SymPy: symbolic computing in python"
Stars: ✭ 42 (-84.03%)
Mutual labels:  paper
awesome-internals
A curated list of awesome resources and learning materials in the field of X internals
Stars: ✭ 78 (-70.34%)
Mutual labels:  paper
MoCo
A pytorch reimplement of paper "Momentum Contrast for Unsupervised Visual Representation Learning"
Stars: ✭ 41 (-84.41%)
Mutual labels:  paper
paperback
Paper backup generator suitable for long-term storage.
Stars: ✭ 517 (+96.58%)
Mutual labels:  paper
dbignore
Automatically ignore directories in your Dropbox folder
Stars: ✭ 13 (-95.06%)
Mutual labels:  dropbox
fake-news-detection
This repo is a collection of AWESOME things about fake news detection, including papers, code, etc.
Stars: ✭ 34 (-87.07%)
Mutual labels:  paper
3PU pytorch
pytorch implementation of >>Patch-base progressive 3D Point Set Upsampling<<
Stars: ✭ 61 (-76.81%)
Mutual labels:  paper
TMNet
The official pytorch implemention of the CVPR paper "Temporal Modulation Network for Controllable Space-Time Video Super-Resolution".
Stars: ✭ 77 (-70.72%)
Mutual labels:  paper
ocbnn-public
General purpose library for BNNs, and implementation of OC-BNNs in our 2020 NeurIPS paper.
Stars: ✭ 31 (-88.21%)
Mutual labels:  paper
vehicle-trajectory-prediction
Behavior Prediction in Autonomous Driving
Stars: ✭ 23 (-91.25%)
Mutual labels:  paper
Glow
Code for reproducing results in "Glow: Generative Flow with Invertible 1x1 Convolutions"
Stars: ✭ 2,859 (+987.07%)
Mutual labels:  paper
GuidedLabelling
Exploiting Saliency for Object Segmentation from Image Level Labels, CVPR'17
Stars: ✭ 35 (-86.69%)
Mutual labels:  paper

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.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].