A hierarchical note editor with markdown support.
- Hierarchical structure of notes
- Markdown support
- Syntax highlighting
- Light and Dark themes
- Attachments
- Json / Zip / Password protected Zip formats
- Export to HTML
- Import notes/attachments from Web
- Attachments importer plugin support
git clone https://github.com/NoticEditorTeam/NoticEditor.git
- Open project in NetBeans
- Press Shift + F11 for clean and build. You can find jar executable in
dist/
dir. - For build single-jar (with libs) launch package-single task in build.xml.
git clone https://github.com/NoticEditorTeam/NoticEditor.git
gradlew dist
— this will put jar into./dist/
.gradlew run
— this will run the app w/o building a jar.
$ git clone https://github.com/NoticEditorTeam/NoticEditor.git
$ make
Apache 2.0 - see Apache 2.0 license information