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
- Host: GitHub
- URL: https://github.com/dirkclemens/markdowneditor
- Owner: dirkclemens
- Created: 2025-10-24T15:13:08.000Z (5 months ago)
- Default Branch: main
- Last Pushed: 2025-10-24T15:43:02.000Z (5 months ago)
- Last Synced: 2025-10-24T17:26:02.297Z (5 months ago)
- Topics: markdown, markdown-editor, swift, swiftui, syntax-highlighting, themes, xcode
- Language: Swift
- Homepage:
- Size: 1.46 MB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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.

## 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!