https://github.com/nochso/gomd
Portable Markdown editor written in Go
https://github.com/nochso/gomd
Last synced: 10 months ago
JSON representation
Portable Markdown editor written in Go
- Host: GitHub
- URL: https://github.com/nochso/gomd
- Owner: nochso
- License: mit
- Created: 2016-01-29T23:59:18.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-06-25T16:17:40.000Z (almost 10 years ago)
- Last Synced: 2024-06-19T09:13:15.776Z (almost 2 years ago)
- Language: Go
- Homepage:
- Size: 611 KB
- Stars: 9
- Watchers: 2
- Forks: 3
- Open Issues: 9
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE.md
Awesome Lists containing this project
README
# gomd
Cross-platform Markdown editor written in Go.
- Edit files in your browser: where Markdown usually ends up anyway.
- No internet connection needed though. It stays all on your computer.
## Installation
### From binaries
You can download the ready-to-use binaries on the [release page](https://github.com/nochso/gomd/releases) here on Github.
### From source
$ go get -u github.com/nochso/gomd
## Usage
Open an existing file and edit it:
$ gomd todo.md
See the command line help for more:
```
$ gomd --help
usage: gomd [] []
Flags:
--help Show context-sensitive help (also try --help-long and --help-man).
-p, --port=1110 Listening port used by webserver
--version Show application version.
Args:
[] Markdown file
```
## Changes
See the [CHANGELOG](CHANGELOG.md) for the full history of changes between releases.
## License
This project is licensed under the MIT license. See the [LICENSE](LICENSE.md) file for the full license text.
## Credits
* [SimpleMDE](https://github.com/NextStepWebs/simplemde-markdown-editor) - WYSIWYG*ish* MD editor written in JS