Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/yfwz100/notedown
A simple Adwaita-style WYSIWYG markdown editor
https://github.com/yfwz100/notedown
Last synced: 7 days ago
JSON representation
A simple Adwaita-style WYSIWYG markdown editor
- Host: GitHub
- URL: https://github.com/yfwz100/notedown
- Owner: yfwz100
- License: mit
- Created: 2024-03-02T13:03:50.000Z (9 months ago)
- Default Branch: main
- Last Pushed: 2024-03-24T13:23:29.000Z (8 months ago)
- Last Synced: 2024-04-20T11:52:54.292Z (7 months ago)
- Language: Vala
- Size: 80.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NoteDown
NoteDown is a simple Adwaita-like WYSIWYG markdown editor based on
the same base of MarkText. While building upon web technology, it
aims to look native on Linux.## Installation
TODO.
## Build
Build using meson:
```shell
mkdir builddir
cd builddir
meson ../
meson build
```## License
MIT