Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dduan/Markra
An open-source Markdown-to-JIRA syntax editor written in SwiftUI for macOS
https://github.com/dduan/Markra
commonmark jira macos markdown swiftui text-editor
Last synced: about 1 month ago
JSON representation
An open-source Markdown-to-JIRA syntax editor written in SwiftUI for macOS
- Host: GitHub
- URL: https://github.com/dduan/Markra
- Owner: dduan
- License: mit
- Created: 2020-10-12T03:02:11.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2022-04-08T19:28:27.000Z (over 2 years ago)
- Last Synced: 2024-11-14T18:13:24.094Z (about 1 month ago)
- Topics: commonmark, jira, macos, markdown, swiftui, text-editor
- Language: Swift
- Homepage:
- Size: 1.01 MB
- Stars: 96
- Watchers: 5
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
Awesome Lists containing this project
README
Markra is a Markdown-to-JIRA plaintext editor for macOS.
![A screenshot of Markra](app-screenshot.png)
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.plist`s, and/or `.entitlements`.
Do not edit in Xcode directly.[LICENSE.md]: LICENSE.md