ryanpcmcquen / DrWrite

An online editor for your Dropbox files, with support for Markdown, Org Mode, and good ol' plain text.

Home Page:https://ryanpcmcquen.org/DrWrite/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

DrWrite

DrWrite_logo

An online editor for your Dropbox files, with support for Markdown, Org Mode, and good ol' plain text.

  • This app is fully client side.
  • This app is as minimal as possible. It should work well on desktop and mobile, but the idea here is not to be the 'next great editor', the idea is to have a way to quickly edit Markdown and Org Mode files without a lot of fuss or distraction.

IMG_4627 IMG_4628

Dropbox permissions

This app requires the following Dropbox permissions: Dropbox permissions

  • account_info.read: You can't turn this one off, I don't think I actually need it. You can see in the source code that I don't read anything from it.
  • files.metadata.read: You can't turn this one off either. I probably need it though since the app lists files.
  • files.content.write: This one I definitely need. This app writes files.
  • files.content.read: This one I also need. This app can read files inside of its own folder.

Thanks to https://github.com/mickael-kerjean for all the hard work.

About

An online editor for your Dropbox files, with support for Markdown, Org Mode, and good ol' plain text.

https://ryanpcmcquen.org/DrWrite/

License:Mozilla Public License 2.0


Languages

Language:JavaScript 98.0%Language:CSS 1.5%Language:HTML 0.3%Language:Batchfile 0.2%