Skip to content
/ Markra Public

An open-source Markdown-to-JIRA syntax editor written in SwiftUI for macOS

License

Notifications You must be signed in to change notification settings

dduan/Markra

Repository files navigation

Markra is a Markdown-to-JIRA plaintext editor for macOS.

A screenshot of Markra

It is written in SwiftUI and Composable Architecture.

Markra is released under the MIT licence. See LICENSE.md.

Setting up for development

Make sure you have wget installed.

Run make generate, open Markra.xcodeproj that got generated.

To change project settings, edit project.xml, the .xcconfig files, Info.plists, and/or .entitlements. Do not edit in Xcode directly.