NoticEditor
NoticEditor copied to clipboard
A hierarchical note editor with markdown support
NoticEditor
A hierarchical note editor with markdown support.

Features
- 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
Build
Gradle-based (Cross-platform)
git clone https://github.com/NoticEditorTeam/NoticEditor.gitgradlew 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.namesystem property:gradlew jar -Dos.name=linux. Available options: 'windows', 'linux', 'osx'
Makefile (Unix)
$ git clone https://github.com/NoticEditorTeam/NoticEditor.git
$ make
License
Apache 2.0 - see Apache 2.0 license information