Skip to content

nochso/gomd

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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 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>] [<file>]

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:
  [<file>]  Markdown file

Changes

See the CHANGELOG for the full history of changes between releases.

License

This project is licensed under the MIT license. See the LICENSE file for the full license text.

Credits

  • SimpleMDE - WYSIWYGish MD editor written in JS

About

Portable Markdown editor written in Go

Resources

License

Stars

Watchers

Forks

Packages

No packages published