Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/naoty/mdviewer
- Owner: naoty
- Created: 2013-02-20T14:49:39.000Z (almost 12 years ago)
- Default Branch: master
- Last Pushed: 2013-05-11T13:33:06.000Z (over 11 years ago)
- Last Synced: 2024-10-22T14:03:36.306Z (2 months ago)
- Language: Objective-C
- Size: 232 KB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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```