Aurora Editor.
A lightweight markdown editor.
Install.
For Linux Users.
For Windows Users.
For Mac Users.
See releases.
Documents.
Development scripts.
# run application in development mode
yarn dev
# compile source code and create webpack output
yarn compile
# `yarn compile` & create build with electron-builder
yarn dist
# `yarn compile` & create unpacked build with electron-builder
yarn dist:dir
How to make a Release?
- Update the version in
package.json
and push related commits. - Create and push a new tag
vxx.xx.xx
. - After pushing the tag, a new workflow will be triggered to build and publish the release.
- Some draft release will be created by the workflow.
- Edit the title to be
Aurora Editor vxx.xx.xx
. - Edit the description.
- Publish the release.