wjnhub / marknote

An iOS Markdown Editor based on vditor and written in SwiftUI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

marknote

An iOS Markdown Editor app based on Vditor, a next generation markdown editor.

Installation

This app is now under early development, and is not available on App Store. If you want to try it now. you can clone this repository and build it through Xcode.

TODO: package and App Store

Functions and Usage

  1. Access any folders available in File App:

simulator_screenshot_E39089E0-1265-4B71-A199-28E6EBE359CA

(Picture above is got on an simulator, iCloud works fine on real machine)

  1. Open a .md file and edit it in WYSIWYG(wysiwyg), Instant Rendering(ir) and Split View(sv):

simulator_screenshot_9DFF8797-1218-4C88-A73F-9B7E78A8FBB9

  1. Manage your docs and folders in the sidebar:

marknote演示

  1. Editor theme follows system appearences:

marknote演示

Note: due to simulator performance, the conversion of editor theme above is a little bit laggy (no such problem on real machine)

development

My own develop Environment: macOS Big Sur 11.2.1, Xcode 12.4

This project is developed through swiftUI and WKWebView, so as long as your dev Environment supports both of those, then everything should be fine. If you do encounter some problem while building, just raise a issue.

About

An iOS Markdown Editor based on vditor and written in SwiftUI


Languages

Language:Swift 60.6%Language:JavaScript 21.3%Language:CSS 12.8%Language:HTML 5.3%