git-sync VS obsidian-releases

Compare git-sync vs obsidian-releases and see what are their differences.

git-sync

Safe and simple one-script git synchronization (by simonthum)

obsidian-releases

Community plugins list, theme list, and releases of Obsidian. (by obsidianmd)
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 obsidian-releases
7 1,654
737 8,119
- 3.5%
4.3 9.9
3 months ago about 18 hours ago
Shell JavaScript
- -
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.

obsidian-releases

Posts with mentions or reviews of obsidian-releases. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-04-27.
  • Unlocking Efficiency: The Significance of Technical Documentation
    1 project | dev.to | 4 May 2024
  • UX Case Study: Markdown Heading
    4 projects | dev.to | 27 Apr 2024
    The closest editor that follows our first principle is Obsidian editor:
  • I switched from Notion to Obsidian
    2 projects | dev.to | 23 Apr 2024
    The solution was already installed on both my computer and my phone: Obsidian.
  • Why single vendor is the new proprietary
    2 projects | news.ycombinator.com | 19 Apr 2024
    > why does open source need to "win"

    Open source does not need to win.

    But your ability to be in control of your computer needs to be preserved. A proprietary fridge cannot control your diet, while a proprietary App Store can control what software you install on YOUR phone (unless you live in EU, hello DMA!). The tail wags the dog, so to speak. Proprietary software has also been shown to break user workflows or remove functions in an update while leaving users with no choice whatsoever.

    One alternative to having open source win is to ensure software must come with a robust warranty and other assurances you expect from the things you buy. EU's CRA will make software vulnerabilities in WiFi routers covered by warranty, for example.

    You can also ensure robust and interoperable data storage options. For example, https://obsidian.md/ stores all notes in Markdown, not holding the data hostage in case users will not like how future versions will work. GDPR actually has a provision for data portability (Art. 20), but it does not seem to have a requisite effect on the industry yet.

    And until the above issues are solved, open source remains the best way to ensure that a software tail cannot wag your computer dog.

  • Ask HN: Has Anyone Trained a personal LLM using their personal notes?
    10 projects | news.ycombinator.com | 3 Apr 2024
    [2] https://obsidian.md/
  • Replatforming from Gatsby to Zola!
    5 projects | dev.to | 2 Apr 2024
    So I've had my fair share of personal websites and blogs. I have built them on stacks ranging from the most basic HTML and CSS, to hosted frameworks like Wordpress and Laravel, to the more modern single page applications built in Vue and React. For a simple content blog I think you can't go wrong with a Static Site Generator though. These days I am almost exclusively writing everything in Obsidian. Which is great because its all in standard markdown format. This allows for a really neat and easy content publishing workflow.
  • Show HN: Godspeed is a fast, 100% keyboard oriented todo app for Mac
    2 projects | news.ycombinator.com | 19 Mar 2024
    Consider making an Obsidian[^1] plugin, or writing to Obsidian-compatible Markdown files :)

    [^1]: https://obsidian.md/

  • Setting Up Obsidian for Content Planning and Project Management
    3 projects | dev.to | 11 Mar 2024
    Obsidian is a writing application created to allow for offline / private note taking in markdown format, in an interface that looks a lot like our regular programming IDE. It is very flexible, with a good collection of community plugins that you can use to customize Obsidian to your heart contents.
  • What is Omnivore and How to Save Articles Using this Tool
    6 projects | dev.to | 9 Mar 2024
    Obsidian support via our Obsidian Plugin
  • Tools that Make Me Productive as a Software Engineer
    6 projects | dev.to | 3 Mar 2024

What are some alternatives?

When comparing git-sync and obsidian-releases you can also consider the following projects:

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

Trilium Notes - Build your personal knowledge base with Trilium Notes

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

QOwnNotes - QOwnNotes is a plain-text file notepad and todo-list manager with Markdown support and Nextcloud / ownCloud integration.

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

vimwiki - Personal Wiki for Vim

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

TiddlyWiki - A self-contained JavaScript wiki for the browser, Node.js, AWS Lambda etc.

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

AppFlowy - AppFlowy is an open-source alternative to Notion. You are in charge of your data and customizations. Built with Flutter and Rust.

syncthing-android - Wrapper of syncthing for Android.

Mermaid - Edit, preview and share mermaid charts/diagrams. New implementation of the live editor.