Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/lukasbach/yana
Powerful note-taking app with nested documents, full-text search, rich-text editor, code snippet editor and more
https://github.com/lukasbach/yana
app free notebook notes organization productivity scalable search yana
Last synced: 2 days ago
JSON representation
Powerful note-taking app with nested documents, full-text search, rich-text editor, code snippet editor and more
- Host: GitHub
- URL: https://github.com/lukasbach/yana
- Owner: lukasbach
- License: mit
- Created: 2020-10-16T17:08:26.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2024-07-22T08:51:29.000Z (7 months ago)
- Last Synced: 2025-01-28T15:13:47.477Z (9 days ago)
- Topics: app, free, notebook, notes, organization, productivity, scalable, search, yana
- Language: TypeScript
- Homepage: https://yana.js.org/
- Size: 11 MB
- Stars: 269
- Watchers: 10
- Forks: 40
- Open Issues: 24
-
Metadata Files:
- Readme: readme.md
- Contributing: contributing.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
- awesome-electron - Yana - Notebook app with rich-text notes, nested note organization and global search. (Apps / Open Source)
- awesome-electron - Yana - Notebook app with rich-text notes, nested note organization and global search. ![](https://img.shields.io/github/stars/lukasbach/yana.svg?style=social&label=Star) (Apps / Notepad)
- awesomeelectron - Yana - Notebook app with rich-text notes, nested note organization and global search. (Apps / Open Source)
README
# Yana [![Tweet](https://img.shields.io/twitter/url/http/shields.io.svg?style=social)](https://twitter.com/intent/tweet?text=Checkout%20Yana,%20a%20free%20and%20powerful%20notebook%20app&url=https://yana.js.org&hashtags=notetaking,organizing,yana)
> Yet another notebook app
![GitHub all releases](https://img.shields.io/github/downloads/lukasbach/yana/total)
![GitHub release (latest by date)](https://img.shields.io/github/downloads/lukasbach/yana/latest/total)Yana is a powerful notebook app which allows
you to manage local workspaces of hierarchically structured taggable
and searchable notes. It supports multiple kinds of notes, currently
rich-text notes (including embedded media and complex tables) and code
snippets (based on the VSCode editor frontend) are supported. Other
features include- Manage note structure via drag-and-drop
- Rich notes editor powered by the Atlassian editor core
- Multiple local workspaces
- Multiple notes can be opened at once in tabs
- Starring of notes
- Trashcan functionality
- Scalability, working fluently even on notebooks with ten thousands of notesDownload [the latest release](https://github.com/lukasbach/yana/releases).
Currently available for Windows, Linux and Mac.
Find out more about Yana on [yana.js.org](https://yana.js.org).## Contributing
Feel free to contribute with Issue Reports, Feedback or Pull Requests.
If you want to start developing Yana locally, you need Node 14+ and yarn install. Clone the repo,
install dependencies with `yarn` and start the app locally with `yarn start`.Note that, after the electron window has opened, it might not automatically refresh when the web
package has finished building. Refresh the container with `CTRL+R` to see the app. You can
open up Devtools with `CTRL+SHIFT+i`.More details are available in [contributing.md](./contributing.md).