Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/albertarakelyan/markdown-editor-desktop-app

A minimalistic desktop application written on Go with Fyne library.
https://github.com/albertarakelyan/markdown-editor-desktop-app

desktop-app fyne go markdown-editor

Last synced: about 2 months ago
JSON representation

A minimalistic desktop application written on Go with Fyne library.

Awesome Lists containing this project

README

        

# Desktop Markdown Editor


screenshot


A minimalistic desktop application written in Go with Fyne library.

## Installing and running
\* Make sure you have **Go** and **Fyne** installed on your computer.

Run:
```bash
go mod tidy
```

And then run:
```bash
make run # to run the app
# or
make build # to build
```

You can find configs for building in `Makefile`.

---

Guess which Markdown editor I used to create this README? Yeees the best one in the world 🙂!