lukasbach / yana

Powerful note-taking app with nested documents, full-text search, rich-text editor, code snippet editor and more
https://yana.js.org/
MIT License
263 stars 37 forks source link
app free notebook notes organization productivity scalable search yana

Yana Tweet

Yet another notebook app

Yana Demo
yana.js.org

GitHub all releases GitHub release (latest by date)

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

Download the latest release. Currently available for Windows, Linux and Mac. Find out more about Yana on 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.