Home
Softono

NoticEditor

Open source Apache-2.0 Java
21
Stars
12
Forks
8
Issues
6
Watchers
4 years
Last Commit

 About NoticEditor

A hierarchical note editor with markdown support

Platforms

Web Self-hosted

Languages

Java

Links

Need Help Installing NoticEditor?

We provide expert installation service for this software. Our team will install, configure, and secure NoticEditor on your server. plans start at just $30.

NoticEditor

View on GitHub

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)

  1. git clone https://github.com/NoticEditorTeam/NoticEditor.git
  2. gradlew jar — this will put jar into ./build/libs/.
  3. gradlew run — this will run the app w/o building a jar.
  4. To build platform specific jar, set os.name system 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