notebook VS notesnook

Compare notebook vs notesnook and see what are their differences.

Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
notebook notesnook
6 215
70 8,342
- 2.7%
5.5 9.9
about 1 year ago about 19 hours ago
HTML TypeScript
- GNU General Public License v3.0 only
The number of mentions indicates the total number of mentions that we've tracked plus the number of user suggested alternatives.
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.

notebook

Posts with mentions or reviews of notebook. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-02-02.
  • Ask HN: Who needs beta testers? (February 2023)
    9 projects | news.ycombinator.com | 2 Feb 2023
    https://github.com/ilse-langnar/notebook

    Project Description: It's a tool for thought, browser, note-taking application with inspiration from: Roam Research, Obsidian, SigmaOS, Chrome etc. I'm trying to have a all-in-one browser where I don't have to leave to do anything. Everything should be done inside the browser.

    Testing help: Anyone who has a non-linux, non-windows machine would be of great help because I need to fix the small bugs still.

    Contact info: On on the githu issues (:

  • Ask HN: What Are You Working on This Year?
    49 projects | news.ycombinator.com | 2 Jan 2023
    I'm working on something similar.

    It's a Collaborative "Second Brain" or Zettelkasten, it's local by default but you can sync your brain with other people. Still in aplha. The local version is free and the collaborative one will cost per sync. So if you only want to use the local version then its ok.

    https://github.com/ilse-langnar/notebook/

  • Ask HN: What's You Life's Work?
    10 projects | news.ycombinator.com | 14 Dec 2022
    What's you life work?

    What is it that you're working on, be it an area, company, game, language, subject, cause etc. That you expect to work until the end of your life?

    Starting with me it's a little bit hard. I have so many interests that picking a single one out of all of them is hard. But I plan on working on companies, causes, philosophies, books, areas etc.

    Some of the areas I'm interested in are: Intelligence, IQ, Collective Intelligence, Knowledge Management, Writing, Sleep, Comics, AI, Game Design, Meta Cognition, Zettelkasten, Linguistics, Design, Coordination etc.

    My current project is: https://github.com/ilse-langnar/notebook.

  • Curio – The most advanced notebook application for note-taking and research
    3 projects | news.ycombinator.com | 11 Aug 2022
    If you want to quickly check out, I'm working on a tool that works using a "generic" filesystem/files/folders to build a note-taking app, so even if you stop using the app, your stuff is still there in a normal format that can be extended with something like vim, Emacs, Sublime, VSCode, ??? etc.

    https://github.com/ilse-langnar/notebook

  • Ask HN: Recommendations for Spaced Repetition Beginners?
    3 projects | news.ycombinator.com | 11 Aug 2022
  • After Obsidian and Logseq, I give Dendron a try
    15 projects | news.ycombinator.com | 27 Jul 2022
    I've experienced similar frustrations with notetaking apps.

    I'm now working on a tool similar to "Obsidian, Logseq and Dendron".

    It came as a frustration of previous tools(I've used ALL of them). They're either not flexible enough, not light enough, not powerful enough, not portable enough etc.

    So I made: https://github.com/ilse-langnar/notebook/

    It combines both studying/references. So it's a flashcard(I don't user Supermemo algo tho) + Notetaking. It's also built on a standard so you can develop commandline/mobile/toaster app that is compatible.

notesnook

Posts with mentions or reviews of notesnook. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-12-20.
  • notesnook VS Einwurf - a user suggested alternative
    2 projects | 20 Dec 2023
  • Notesnook – open-source and zero knowledge private note taking app
    5 projects | news.ycombinator.com | 20 Dec 2023
    The home page title has the word zero knowledge, I guess?

    Their GitHub has slightly more info regarding this, but I agree that stuff like this should have at least a page dedicated for it that explains how they've implemented their security.

    > Notesnook is a free (as in speech) & open-source note-taking app focused on user privacy & ease of use. To ensure zero knowledge principles, Notesnook encrypts everything on your device using XChaCha20-Poly1305 & Argon2.

    https://github.com/streetwriters/notesnook

  • A rant: improve your comms Evernote. Oh and bye.
    4 projects | /r/Evernote | 8 Dec 2023
    Notesnook - Just like EN but Private and Secure
  • Logging in issue - session expired
    1 project | /r/Notesnook | 1 Nov 2023
    For the last few days I have not been able to log in my account. When I visit via my browser (Chrome) the URL notesnook.com then click on Login top right, it re-directs to the page https://app.notesnook.com/sessionexpired
  • ⟳ 2 apps added, 13 updated at apt.izzysoft.de
    9 projects | /r/FDroidUpdates | 9 Sep 2023
    Notesnook - Private notes app (version 1050634): A fully open source & end-to-end encrypted note taking app
  • NotesNook: Open-Source, End-to-End Encrypted, Private Note Taking Platform
    1 project | news.ycombinator.com | 22 Aug 2023
  • Beaver Notes: A Privacy-Focused Open-Source Note-Taking App
    12 projects | news.ycombinator.com | 4 Aug 2023
    or Notesnook[1], which is also open-source, and E2E. I find it better and more reliable than SN.

    [1] https://notesnook.com [2] https://github.com/streetwriters/notesnook

  • Launch HN: Tiptap (YC S23) – Toolkit for developing collaborative editors
    17 projects | news.ycombinator.com | 1 Aug 2023
    We have been using Tiptap in production for more than a year in Notesnook[0]. Glad to see it finally launching here on HN!

    We have had quite a long and rough ride in search of a stable rich text editor. We began with Quill.js then migrated to TinyMCE and then finally settled on Prosemirror. Unfortunately, contenteditable is still absolutely horrible on web browsers, especially mobile ones.

    Tiptap is a good choice if you are looking for a framework agnostic and thin abstraction over Prosemirror. However, if you are primarily working with React you should go with Remirror[1]. Tiptap's APIs are heavily inspired by Remirror (almost a duplicate in some places). Remirror takes the edge on the maturity and stability of the API and extensions. The sheer number of utilities offered by them to simplify Prosemirror's APIs is astounding.

    In the end, though, its Prosemirror that's doing all the heavy lifting. And no matter how many abstractions you put on it, you will have to get really, really close in with Prosemirror's internals. Tiptap or Remirror do not make that any easier or harder aside from the initial bootstrapping.

    [0] https://notesnook.com

    [1] https://remirror.io

  • Joplin – open-source note-taking and to-do application with sync
    15 projects | news.ycombinator.com | 5 Jul 2023
    Perhaps poster was thinking of https://notesnook.com?

    Their pitch is as a privacy focused notes manager.

  • Tell HN: Nearly all of Evernote’s remaining staff has been laid off
    22 projects | news.ycombinator.com | 5 Jul 2023
    Even though Evernote is a competitor, it's still sad to see such a giant in the note-taking space go down so badly. Of course, I am still skeptical about this news and whether its actually true since no source has been linked.

    Aside:

    I work (and lead the development) on Notesnook, an end-to-end encrypted, open source alternative to Evernote. Since we are based in Pakistan, our pricing has been really competitive at just $4.49/mo (compared to $17.99/mo of Evernote). And best of all, we have one of the best Evernote Importers around: https://importer.notesnook.com/

    If you'd like to learn more about Notesnook: https://notesnook.com/

    Feel free to ask me any and all questions!

What are some alternatives?

When comparing notebook and notesnook you can also consider the following projects:

mnemosyne - Mnemosyne: efficient learning with powerful digital flash-cards.

Standard Notes - An end-to-end encrypted notes app for digitalists and professionals. https://standardnotes.com [Moved to: https://github.com/standardnotes/app]

owo - Export your OneNote note collection to Obsidian, Logseq, Org Mode or any other plain text note-taking app! [Moved to: https://github.com/alopezrivera/OneNoteExporter]

Joplin - Joplin - the secure note taking and to-do app with synchronisation capabilities for Windows, macOS, Linux, Android and iOS.

quickadd - Parse natural language time and date expressions in python

my-notes - Simple and fast note-taking in Chrome with Google Drive support.

notational-fzf-vim - Notational velocity for vim.

obsidian-releases - Community plugins list, theme list, and releases of Obsidian.

Prism-Theme - A Comprehensive, Highly-Customisable and Elegant Light/Dark Theme for Obsidian.md

Trilium Notes - Build your personal knowledge base with Trilium Notes

memo - Markdown knowledge base with bidirectional [[link]]s built on top of VSCode

simplenote-android - Simplenote for Android