All Projects → thrashr888 → dropbox-taskpaper-editor

thrashr888 / dropbox-taskpaper-editor

Licence: other
The Web-based Dropbox-synced Taskpaper Document Editor

Programming Languages

javascript
184084 projects - #8 most used programming language
CSS
56736 projects

Projects that are alternatives of or similar to dropbox-taskpaper-editor

Ytdlrc
☁️ Downloads videos and metadata with youtube-dl and moves each file on completion to an rclone remote
Stars: ✭ 140 (+366.67%)
Mutual labels:  dropbox
Vscode Remote Workspace
Multi protocol support for handling remote files like local ones in Visual Studio Code.
Stars: ✭ 197 (+556.67%)
Mutual labels:  dropbox
Sharex
ShareX is a free and open source program that lets you capture or record any area of your screen and share it with a single press of a key. It also allows uploading images, text or other types of files to many supported destinations you can choose from.
Stars: ✭ 18,143 (+60376.67%)
Mutual labels:  dropbox
Dropbox Filesystem Fix
Fix the filesystem detection in the Linux Dropbox client
Stars: ✭ 144 (+380%)
Mutual labels:  dropbox
Dropbox Api
A minimal implementation of Dropbox API v2
Stars: ✭ 183 (+510%)
Mutual labels:  dropbox
Sublimenotebook
📝 Make Sublime Text your favorite note taking/journal application
Stars: ✭ 203 (+576.67%)
Mutual labels:  dropbox
Vscode Deploy Reloaded
Recoded version of Visual Studio Code extension 'vs-deploy', which provides commands to deploy files to one or more destinations.
Stars: ✭ 129 (+330%)
Mutual labels:  dropbox
togepi
A version control system built using Python and DropBox API
Stars: ✭ 23 (-23.33%)
Mutual labels:  dropbox
Cloudcross
CloudCross it's opensource crossplatform software for syncronization a local files and folders with many cloud providers. On this moment a Cloud Mail.Ru, Yandex.Disk, Google drive, OneDrive and Dropbox support is available
Stars: ✭ 185 (+516.67%)
Mutual labels:  dropbox
Flysystem Dropbox
A flysystem driver for Dropbox that uses the v2 API
Stars: ✭ 254 (+746.67%)
Mutual labels:  dropbox
Importexportfree
Improve default Magento 2 Import / Export features - cron jobs, CSV , XML , JSON , Excel , mapping of any format, Google Sheet, data and price modification, improved speed and a lot more!
Stars: ✭ 160 (+433.33%)
Mutual labels:  dropbox
Travis Ci Latex Pdf
Travis CI and deployment service to build PDF from LaTeX document.
Stars: ✭ 170 (+466.67%)
Mutual labels:  dropbox
Cloudtunes
Web-based music player for the cloud ☁️ 🎶 Play music from YouTube, Dropbox, etc.
Stars: ✭ 2,449 (+8063.33%)
Mutual labels:  dropbox
Dropbox api
Ruby client library for Dropbox API v2
Stars: ✭ 142 (+373.33%)
Mutual labels:  dropbox
onesync-reader-app
Cross-platform ebook reader built using Xamarin.Forms
Stars: ✭ 33 (+10%)
Mutual labels:  dropbox
Passcards
A 1Password-compatible command-line and web-based password manager
Stars: ✭ 134 (+346.67%)
Mutual labels:  dropbox
Cakephp File Storage
Abstract file storage and upload plugin for CakePHP. Write to local disk, FTP, S3, Dropbox and more through a single interface. It's not just yet another uploader but a complete storage solution.
Stars: ✭ 202 (+573.33%)
Mutual labels:  dropbox
dropbox-fs
📦 Node FS wrapper for Dropbox
Stars: ✭ 35 (+16.67%)
Mutual labels:  dropbox
butdr
Backup to Cloud( Google Drive, Dropbox ... ) use rclone
Stars: ✭ 49 (+63.33%)
Mutual labels:  dropbox
Hackathon Starter Kit
A Node-Typescript/Express Boilerplate with Authentication(Local, Github, Facebook, Twitter, Google, Dropbox, LinkedIn, Discord, Slack), Authorization, and CRUD functionality + PWA Support!
Stars: ✭ 242 (+706.67%)
Mutual labels:  dropbox

Dropbox Taskpaper Editor

"It's certainly an impressive piece of work." — Macdrifter

This app allows you to edit your Taskpaper documents stored in Dropbox directly from the browser. It requires "Full Dropbox" permissions in order to edit the Taskpaper files.

This is a client-side app using AngularJS and Dropbox APIs. It does not require a server to run. You should be able to deploy directly to Dropbox, S3, Google Drive or other static file hosts. If so, you'll need to setup your own Dropbox App [https://www.dropbox.com/developers/apps] and add the ngDropbox callback url to the whitelist. For example: http://localhost:9000/bower_components/ngDropbox/callback.html. Then add your appKey in app/scripts/app.js. Outside of localhost, the Dropbox authentication only works with https.

Demo site deployed on S3 and CloudFront: Dropbox Taskpaper Editor

Install & Run

> npm install -g grunt-cli bower
> npm install
> bower install
> grunt serve

Thanks

This app uses:

  • ngDropbox
  • JSTaskPaper
  • AngularJS
  • Yeoman
  • Grunt
  • Bootstrap
  • jQuery

License

Copyright (C) 2013-2014 Paul Thrasher

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.

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].