Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/albertarakelyan/markdown-editor-desktop-app
- Owner: AlbertArakelyan
- Created: 2024-09-17T03:20:43.000Z (4 months ago)
- Default Branch: main
- Last Pushed: 2024-09-22T06:50:34.000Z (3 months ago)
- Last Synced: 2024-10-13T16:42:17.812Z (3 months ago)
- Topics: desktop-app, fyne, go, markdown-editor
- Language: Go
- Homepage:
- Size: 410 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Desktop Markdown Editor
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 🙂!