Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/naoty/mdviewer

Markdown viewer for iPad
https://github.com/naoty/mdviewer

Last synced: 21 days ago
JSON representation

Markdown viewer for iPad

Awesome Lists containing this project

README

        

# MDViewer

Markdown viewer for iPad

## How to run

- Rename `MDViewer/MDViewer-Info.plist.sample` to `MDViewer/MDViewer-Info.plist`.
- Register a Dropbox application for your account and get app's key and secret.
- substitute `APP_KEY` with your app's key on the plist.

```
CFBundleURLTypes


CFBundleURLSchemes

db-APP_KEY

```

- Create `MDViewer/Secrets.plist` which includes your app's key and secret.

```

App Key
your app's key
App Secret
your app's secret

```