An open API service indexing awesome lists of open source software.

https://github.com/dirkclemens/markdowneditor

MarkdownEditor is a simple and theme-able macOS app for editing (and previewing) Markdown files
https://github.com/dirkclemens/markdowneditor

markdown markdown-editor swift swiftui syntax-highlighting themes xcode

Last synced: 5 months ago
JSON representation

MarkdownEditor is a simple and theme-able macOS app for editing (and previewing) Markdown files

Awesome Lists containing this project

README

          

# MarkdownEditor

MarkdownEditor is a simple and user-friendly macOS app for editing (and previewing) Markdown files. It provides (a live preview,) image support, and table editing features to make working with Markdown documents efficient.

![screenshot](./screenshot.png)

## Features
- Edit (and preview) Markdown files in real time
- Insert and manage images
- Table editing support
- Clean and intuitive interface

## Getting Started
1. Clone the repository:
```bash
git clone https://github.com/dirkclemens/MarkdownEditor.git
```
2. Open `MarkdownEditor.xcodeproj` in Xcode.
3. Build and run the app on your Mac.

## Requirements
- macOS 12.0 or later
- Xcode 13 or later

## Folder Structure
- `MarkdownEditor/` – Main app source code

## License
MIT License

---

Feel free to contribute or open issues for suggestions and bug reports!