syncthing-android VS obsidian-git

Compare syncthing-android vs obsidian-git 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
syncthing-android obsidian-git
1,233 85
3,025 5,806
3.7% -
9.2 8.2
3 days ago 12 days ago
Java TypeScript
Mozilla Public License 2.0 MIT License
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.

syncthing-android

Posts with mentions or reviews of syncthing-android. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-03-10.
  • Ask HN: Best useful tools that are helpful in your business?
    1 project | news.ycombinator.com | 10 Apr 2024
    We use syncthing to share files between our machines. It avoids is having to use dropbox / OneDrive etc. You just choose a folder and it automatically syncs it in the background.

    https://syncthing.net/

  • LocalSend: Open-source, cross-platform file sharing to nearby devices
    35 projects | news.ycombinator.com | 10 Mar 2024
    This very hn entries is bust contradicting your statement.

    Also what about syncthing[1] (for recurrent/permanent sync) and croc[2] (for one time copies) ?

    I have used both for a number of years already.

    [1] https://syncthing.net/

    [2] https://github.com/schollz/croc

  • Unison File Synchronizer
    3 projects | news.ycombinator.com | 7 Feb 2024
  • PinePhone review after a month of daily driving
    3 projects | news.ycombinator.com | 26 Jan 2024
  • Ask HN: How best to sync a subset of my files with a friend?
    2 projects | news.ycombinator.com | 23 Jan 2024
    I would use syncthing, which is open source at https://syncthing.net/.

    After minimal setup, it just works(tm).

    You have a normal directory in your filesystem, that is synced to the other peers (which you set up in the "minimal setup").

    I have been using it for years, and it works well. It has no problems crossing os'es (i.e. windows -> linux, linux -> mac)

    For windows I usually recommend https://github.com/canton7/SyncTrayzor, but vanilla syncthing works fine too (but don't try to mix them!)

  • Free and Open Source Alternative to Airdrop
    8 projects | news.ycombinator.com | 21 Jan 2024
    Do consider Syncthing particularly if you are using Android. If using apple iOS you'd need the möbius sync client.

    https://syncthing.net/

    https://www.mobiussync.com/

    One thing that it beats the cloud / centralized sync on is because the connection is direct between devices when the initial transfer is completed the file is completely there on the other device. With a cloud type of sync you do the transfer twice. I've seen stack up on large media or with the structure of cloud services pricing making it expensive depending on how your workflow is setup with inside and outside parties. For example, Dropbox deduction from all parties' storage limits not just the sharer.

    You can also point Syncthing at a local sync of Dropbox or Google drive and then forward the files to other recipients from that for some purposes.

  • Willow Protocol
    7 projects | news.ycombinator.com | 17 Jan 2024
  • Obsidian 1.5 Desktop (Public)
    10 projects | news.ycombinator.com | 26 Dec 2023
    I think sync is a non-feature, as you can just ride on your existing solution.

    For example, I use syncthing [1] with Obsidian to sync files off-cloud.

    https://syncthing.net/

  • What do you use to write your fan fictions?
    2 projects | /r/FanFiction | 11 Dec 2023
    When I was 14 and just getting started, I used Notepad. Upgraded to Wordpad when I realized I loved putting italics in every other sentence, moved to Google Docs at around 25 when I started writing on my phone and wanted to sync with my computer, finally moved to Obsidian a few months ago (with Syncthing for syncing) when I decided I don't want to live in Google's house where they can burn my stuff down whenever they want.
  • “Chrono trigger”- Just started the game kind of lost in the demon castle
    1 project | /r/gaming | 11 Dec 2023
    Pick it up again an use cloud syncing this time! Is worth! https://syncthing.net/

obsidian-git

Posts with mentions or reviews of obsidian-git. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-01-29.
  • How to improve your GitHub vanity metrics FAST
    2 projects | dev.to | 29 Jan 2024
    In practice I write in Obsidian, the best thing since slice bread for me. And it was obsidian-git, running every 10 minutes or so, who was keeping my GitHub vanity metrics very green.
  • A structured note-taking app for personal use
    20 projects | news.ycombinator.com | 21 Dec 2023
    > Joplin is using md to.

    The way it's handled can make the difference in control.

    > by separating that in their DB, it's a big NO for me since it's a closed silo.

    Joplin is using a popular open database with a healthy community and good tooling. It's as open as markdown. Maybe not for you, when you lack the knowledge, but markdown is similar closed for anyone not understanding filesystems and editors.

    > This: https://github.com/blacksmithgu/obsidian-dataview works so wonderful for me

    Good for you, but that is very low level in terms of data-handling. Dataview is really just an elaborated search, there is no good level of interaction. Datacore, the next project of the Dataview is supposed to bring this, but it's not even usable yet AFAIK. Coincidental, the Obsidian-devs are also working on that front, but nothing is finished yet.

    > https://github.com/denolehov/obsidian-git and b) easy to fix since it's a text file. Gosh!

    That's useless when the app itself is not working. And even worse if you are not realizing the errors early.

    > Aha. I don't think so. Which authority says that?

    My own experience. I've tested enough plugins over the years to know their dark corners.

    > And even if It's like that, my markdown files would survive everything

    The thing is, technically you are not even having proper markdown, but a fork with some extensions of Obsidian. So some features of your parts might break when switching away from Obsidian. And the reason for all this is also because markdown is lacking definitions for what obsidian-people are doing with it. Coincidentally, this seems also one of the reasons why Joplin is using a database.

    > And gosh, this is a good thing!

    Not if they all suck.

    > Installing multiple task plugins shows that something is "broke" on the user side.

    Sure, because the plugins are lacking features, its the users fault... Maybe some users have just very different levels of requirements from you.

  • Need some help: Obsidian/Obsidian Git can't sync/push to remote • "fatal: bad object refs/heads" and "conflicting files"
    1 project | /r/github | 24 Sep 2023
    2 projects | /r/git | 24 Sep 2023
  • Obsidian 1.4.10 Desktop (Public)
    5 projects | news.ycombinator.com | 12 Sep 2023
    The Obsidian team uses the "remote vault" feature[1] to collaborate on making Obsidian. Since Obsidian runs on local files you could use any shared file storage like Dropbox. If you want more granular version history, you can use Git, there's a nice plugin for it[2].

    [1]: https://help.obsidian.md/Obsidian+Sync/Share+remote+vaults

    [2]: https://github.com/denolehov/obsidian-git

  • Show HN: Open-source obsidian.md sync server
    7 projects | news.ycombinator.com | 24 Aug 2023
    I've been using the main Obsidian git extension, https://github.com/denolehov/obsidian-git. Took some work to set it up ergnonomically but it works great now. I enabled auto-commit and push on save, and auto-pull when you start the editor. No merge conflicts yet between two machines.

    Should note I use Obsidian for a journal, so it's pretty much append-only.

  • A Side Effect of Storing a Git Repository in iCloud Drive
    1 project | dev.to | 10 Aug 2023
    I use Obsidian to create notes as Markdown files on my computer and use the Obsidian Git plugin to version control the changes via Git. The Obsidian vault in which I store my notes is stored in a folder synced using iCloud Drive.
  • Syncthing is causing battery drain. Any free alternatives?
    5 projects | /r/ObsidianMD | 5 Jul 2023
    Up to my knowledge, Obsidian GIT doesn't support merge on mobile. There is a different approach for handling those on mobile using Command Line, you can find more info in this post and this article.
  • I hate sync so much
    1 project | /r/ObsidianMD | 3 Jul 2023
    Plugin: https://github.com/denolehov/obsidian-git
  • Seeing Edit History of a note?
    3 projects | /r/ObsidianMD | 3 Jul 2023
    I am using Git for that. Here is the extension that might help. https://github.com/denolehov/obsidian-git

What are some alternatives?

When comparing syncthing-android and obsidian-git you can also consider the following projects:

rsync - An open source utility that provides fast incremental file transfer. It also has useful features for backup and restore operations among many other use cases.

longform - A plugin for Obsidian that helps you write and edit novels, screenplays, and other long projects.

MoKee-WarpShare - 移植魔趣的“跃传”,支持Android向Mac传输数据

Trilium Notes - Build your personal knowledge base with Trilium Notes

termux-packages - A package build system for Termux.

orgzly-android - Outliner for taking notes and managing to-do lists

gocryptfs - Encrypted overlay filesystem written in Go

breadcrumbs - Add structured hierarchies to your Obsidian vault

Nextcloud - ☁️ Nextcloud server, a safe home for all your data

obsidian-extract-pdf-highlights - Extract highlights, underlines and annotations from your PDFs into Obsidian

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

fsnotes - Notes manager for macOS/iOS