git-notes VS notesnook

Compare git-notes vs notesnook and see what are their differences.

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
git-notes notesnook
4 215
59 8,413
- 2.2%
0.0 9.9
over 1 year ago 5 days ago
Go TypeScript
MIT License 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.

git-notes

Posts with mentions or reviews of git-notes. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-07-02.
  • I don’t want to build websites in react for my whole career. Not sure where to learn other things.
    5 projects | /r/cscareerquestions | 2 Jul 2023
    Project 2: A golang app. 55 stars.
  • My Productivity System in 2022
    3 projects | news.ycombinator.com | 18 Sep 2022
    My working memory file is just a giant txt file that is synced using git to github. It's free and fast (because a text file editor like Sublime is fast).

    I used Dropbox Paper and Google Docs before. Once you reach certain size, it is very very slow.

    The caveat with the text file is the lack of fuzzy searching capability... but it's tolerable so far.

    PS. I've built my own git sync: https://github.com/tanin47/git-notes -- it is written in Go. I've chosen Go because it can be deployed on windows, linux, and mac. Could have gone with Rust, but I don't really need speed here, so I don't need to manage my own memory.

  • Note Taking in 2021
    11 projects | news.ycombinator.com | 16 Jun 2021
    Time for me to shine!

    I use 2 giant plain-text files.

    One for notes. The other for to-dos.

    I use git to sync to a private git repo using my own app https://github.com/tanin47/git-notes (work with Mac, windows, Linux)

    My priority is that I want my notes to live forever. Using GitHub seems to achieve that purpose. (I use many notes app before which I threw away when moving to a new app)

  • Standard Notes is a safe place for your notes, thoughts, and life's work
    16 projects | news.ycombinator.com | 16 Apr 2021
    Shameless plug. I wrote a go app that keeps syncing your notes to GitHub/gitlab.

    I simply maintain a giant plain text note. Sometimes I hope there is a better way to search, but it's decent enough.

    https://github.com/tanin47/git-notes

    It runs on Mac, windows, and Ubuntu

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 git-notes and notesnook you can also consider the following projects:

xournalpp - Xournal++ is a handwriting notetaking software with PDF annotation support. Written in C++ with GTK3, supporting Linux (e.g. Ubuntu, Debian, Arch, SUSE), macOS and Windows 10. Supports pen input from devices such as Wacom Tablets.

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

nb - CLI and local web plain text note‑taking, bookmarking, and archiving with linking, tagging, filtering, search, Git versioning & syncing, Pandoc conversion, + more, in a single portable script.

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

deft - Deft for Emacs

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

organice - An implementation of Org mode without the dependency of Emacs - built for mobile and desktop browsers

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

sublime_zk - A SublimeText3 package featuring ID based wiki style links, and #tags, intended for zettelkasten method users. Loaded with tons of features like inline image display, sophisticated tag search, note transclusion features, support for note templates, bibliography support, support for multiple panes, etc. to make working in your Zettelkasten a joy :smile:.

Trilium Notes - Build your personal knowledge base with Trilium Notes

simplenote-android - Simplenote for Android