Mark Viewer is a document based app, its main purpose is to view Markdown files.
- Xcode 10
- Swift 5
- iOS 11
- Cocoapods 1.6.1
- Open your terminal and go to the directory.
- Execute
pod install
to install pods. - Open
Mark Viewer.xcworkspace
. - Change the
Bundle Identifier
andSigning
settings. - Run the project.
Below are some items in my todo list, contributions are more than welcome!
- Beautiful app icons and splash image.
- Preview and Thumbnail extensions. (I've tried to implement the thumbnail extension, but I don't know why it doesn't work. Help needed!)
- Ability to switch themes on the fly.
- Support both iPhone and iPad.
- Localization.
- Better error handling.
- Edit markdown files?