git-sync VS notesnook

Compare git-sync 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-sync notesnook
7 215
737 8,467
- 2.8%
4.3 9.9
3 months ago 2 days ago
Shell 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.

git-sync

Posts with mentions or reviews of git-sync. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-07-05.
  • Joplin – open-source note-taking and to-do application with sync
    15 projects | news.ycombinator.com | 5 Jul 2023
    For those that want to crosslink anything and everything I suggest Logseq[1]. Its journal and graph view are fantastic. And it has many iseful plugins. I use it along with git-sync [2] and syncthing [3] now I can sync the notes across my work, personal desktops and my mobile.

    [1] http://logseq.com/

    [2] https://github.com/simonthum/git-sync

    [3] https://syncthing.net/

  • [Guide] Obsidian Git Sync on app opening Android
    5 projects | /r/ObsidianMD | 12 Feb 2023
    I’m using almost the same approach to automatically sync my vault between my devices (Git, Termux, Tasker). The main difference is, that I'm using the great git-sync script by Simon Thum for syncing. In the past I had some problems with a simple script that included only git pull, commit and push. With the git-sync script I now have less problems. Nevertheless you can't avoid to have conflicts if you or plugins edit the same files at the same time. I have documented my setup in this GitHub repository.
  • NOOB Question: Are my settings being backed up to iCloud? Does anything exist like dotfiles? Brand new to macos. Go easy.
    2 projects | /r/mac | 9 Sep 2022
    Before I came to macos I was using stow to keep all my dotfiles in one place. Then they were being copied nightly to a private github repo with git-sync which, as you know, is nice for versioning. I also had the central dotfile folder in a syncthing folder, so all my configs were always the same on any machine I used. If I update anything on one computer, it's changed on the other automatically. I also have a VPS that's participating, and somewhat acting as an always-on central sync server to keep everything recent.
  • Any notes app that syncs?
    1 project | /r/fossdroid | 15 Jun 2022
    I use vim and git with git-sync addon (I think it's this one: https://github.com/simonthum/git-sync). I don't care too much about mobile, but I also have configured vim via Termux on my Android phone.
  • Dotfile manager like git
    2 projects | /r/linuxquestions | 27 Nov 2021
    I use git bare, it works great: syncs only the files I explicitly add, allows to place git repos as children of $HOME, and I get to sync changes with a single command: you can use an alias to rebase, commit and push or something like git-sync.
  • Is it possible to make a script that calls to a private github repo to update files on my system?
    2 projects | /r/git | 15 Sep 2021
    This is not enough if you want to update from multiple machines. Again u/blevlabs I really suggest you use something like https://github.com/simonthum/git-sync to do this, as it gracefully handles a lot of the corner cases that you might want to implement with something like this.

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

NoteWhispers - Voice memos recorded from the microphone, transcribed offline to text and converted to Joplin notes

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

qmarkdowntextedit - A C++ Qt QPlainTextEdit widget with markdown highlighting support and a lot of other extras

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

termux-scripts - Termux scripts to simplify syncing of Git repositories with Android devices

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

Android-Password-Store - Android application compatible with ZX2C4's Pass command line application

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

silicon - Silicon Notes, a web-based personal knowledge base with few frills

Trilium Notes - Build your personal knowledge base with Trilium Notes

syncthing-android - Wrapper of syncthing for Android.

simplenote-android - Simplenote for Android