Skip to content

A simple cross platform Markdown editor built with Electron and SimpleMDE

Notifications You must be signed in to change notification settings

naseberry/another-markdown-editor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Another Markdown Editor (AME)

A simple cross platform Markdown editor built with Electron and SimpleMDE

Getting Started

Clone the repository:

git clone https://github.com/naseberry/another-markdown-editor.git
cd another-markdown-editor

Running the application

To run the application locally, run:

npm install && npm start

Packaging the application for platforms

To build the application for Linux, Mac and Windows, run: npm run package

To build the application for Linux, run: npm run package:linux

To build the application for Mac, run: npm run package:mac

To build the application for Windows, run: npm run package:win

Once built, the package(s) will be available in the directory ./dist

Contributing

If you wish to submit a bug fix or feature, you can create a pull request and it will be merged pending a code review.

  1. Fork the repository
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create a new Pull Request

About

A simple cross platform Markdown editor built with Electron and SimpleMDE

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published