Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/polyrainbow/neno
NENO is a note-taking app that helps you create your personal knowledge graph.
https://github.com/polyrainbow/neno
graph knowledge-graph note-taking personal-knowledge-graph personal-knowledge-management
Last synced: 3 months ago
JSON representation
NENO is a note-taking app that helps you create your personal knowledge graph.
- Host: GitHub
- URL: https://github.com/polyrainbow/neno
- Owner: polyrainbow
- License: apache-2.0
- Created: 2021-02-13T14:04:14.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2024-08-26T18:58:01.000Z (4 months ago)
- Last Synced: 2024-08-26T22:11:30.748Z (4 months ago)
- Topics: graph, knowledge-graph, note-taking, personal-knowledge-graph, personal-knowledge-management
- Language: TypeScript
- Homepage: https://polyrainbow.github.io/neno/
- Size: 41.8 MB
- Stars: 88
- Watchers: 6
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# NENO ![Build](https://github.com/polyrainbow/neno/actions/workflows/build.yml/badge.svg)
## What is NENO?
NENO is a powerful note-taking app that helps you manage your personal knowledge garden. With NENO, your data belongs to you and you decide where it is stored: On your device or on a cloud storage of your choice.
## Screenshots
![NENO Editor view](./public/docs/img/neno-light.png)
*NENO Editor view in light mode*![NENO Editor view in dark mode](./public/docs/img/neno-dark.png)
*NENO Editor view in dark mode*## Features
* Full data ownership: You decide where your data is stored: On your device or on a cloud storage of your choice.
* Multiple media types: Paste video, audio, PDF documents, images and code, or any arbitrary file into your note
* Graph View: Drag and drop nodes and create your custom knowledge graph visualization
* Simple modeless markup with [Subtext](https://github.com/subconsciousnetwork/subtext/)
* Interoperability: NENO's data format is backed by human-readable plain-text files for high interoperability
* Powerful full-text search
* Tap-to-link: One click is enough to link one note to another
* File overview: All files in one view
* Dark mode: Eye-friendly note-taking at night time## Getting started
Read the [user manual](https://polyrainbow.github.io/neno/docs/index.html) or just [go to the app](https://polyrainbow.github.io/neno). Please note that your browser
must support File System Access (Chrome, Edge, ...).## Further reading
* [User manual](https://polyrainbow.github.io/neno/docs/index.html)
* [Contributing](./CONTRIBUTING.md)