Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rohitawate/notehero
NoteHero is a web application for building, viewing, organizing, searching and annotating your notes.
https://github.com/rohitawate/notehero
java katex latex markdown mermaid mermaidjs notes-app
Last synced: about 2 months ago
JSON representation
NoteHero is a web application for building, viewing, organizing, searching and annotating your notes.
- Host: GitHub
- URL: https://github.com/rohitawate/notehero
- Owner: RohitAwate
- License: apache-2.0
- Created: 2019-12-16T15:16:53.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2023-07-23T00:31:53.000Z (over 1 year ago)
- Last Synced: 2024-10-13T18:28:50.872Z (3 months ago)
- Topics: java, katex, latex, markdown, mermaid, mermaidjs, notes-app
- Language: Java
- Homepage:
- Size: 928 KB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# NoteHero
NoteHero is a web application for building, viewing, organizing, searching and annotating your notes.## Features
- **Markdown + mermaid.js + KaTeX**: Use the syntax-light Markdown for textual content, draw sophisticated diagrams with mermaid.js and write that math beautifully with KaTeX. You'll want to stare at your notes all day.
- **No centralized storage**: Whenever you commit changes, NoteHero pulls your Markdown code from your favorite Git service.
- **Powerful search**: NoteHero was built by developers for personal use and we love our keyboards! Thus, it comes with a powerful search engine equipped with fuzzy search. Type whatever you want: tags, titles, or any keywords from your notes and NoteHero will find it for you.
- **Annotation**: Add line-by-line comments to your notes.
- **sudo mode**: Select which notes to keep private and which ones to make public. Simply add a Boolean field to your YAML frontmatter.
- **Themes**: Switch between themes on the fly!
- **Exporter**: Need your notes offline? Want to print them? Easily export to Markdown or PDF.## License
NoteHero is licensed under the [Apache 2.0 License](LICENSE).