Skip to content

alha13/NoticEditor

Repository files navigation

NoticeEditor

It is an utility to edit notices.

Build

git clone https://github.com/TemporaryTeam/NoticEditor.git
  1. Open project in NetBeans
  2. Press Shift + F11 for clean and build. You can find jar executable in dist/ dir.
  3. For build single-jar (with libs) launch package-single task in build.xml.

Or else (Gradle-based, cross-platform)

  1. git clone https://github.com/TemporaryTeam/NoticEditor.git
  2. gradlew dist — this will put jar into ./dist/.
  3. gradlew run — this will run the app w/o building a jar.

Or else (for Unix users):

$ git clone https://github.com/TemporaryTeam/NoticEditor.git
$ make

About

A hierarchical note editor with markdown support

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Java 81.7%
  • CSS 16.4%
  • HTML 1.4%
  • Makefile 0.5%