MarkViewer
MarkViewer copied to clipboard
A document based iOS app for viewing markdown files.
Mark Viewer
Mark Viewer is a document based app, its main purpose is to view Markdown files.
Environment Requirements
- Xcode 10
- Swift 5
- iOS 11
- Cocoapods 1.6.1
How to Build
- 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.
Todo List
Below are some items in my todo list, contributions are more than welcome!
- [x] 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!)
- [x] Ability to switch themes on the fly.
- [ ] Support both iPhone and iPad.
- [ ] Localization.
- [ ] Better error handling.
- [ ] Edit markdown files?