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
gradlew jar
— this will put jar into./build/libs/
.gradlew run
— this will run the app w/o building a jar.- To build platform specific jar, set
os.name
system property:gradlew jar -Dos.name=linux
. Available options: 'windows', 'linux', 'osx'
$ git clone https://github.com/NoticEditorTeam/NoticEditor.git
$ make
Apache 2.0 - see Apache 2.0 license information