https://github.com/naoty/mdviewer
Markdown viewer for iPad
https://github.com/naoty/mdviewer
Last synced: about 1 month ago
JSON representation
Markdown viewer for iPad
- Host: GitHub
- URL: https://github.com/naoty/mdviewer
- Owner: naoty
- Created: 2013-02-20T14:49:39.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2013-05-11T13:33:06.000Z (almost 12 years ago)
- Last Synced: 2025-01-30T02:13:17.153Z (3 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```