Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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: about 2 months ago
JSON representation

Powerful note-taking app with nested documents, full-text search, rich-text editor, code snippet editor and more

Awesome Lists containing this project

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


Yana Demo

yana.js.org

![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 - Powerful & organizable note-taking app with lots of features | Product Hunt

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 notes

Download [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).