org-journal VS obsidian-git

Compare org-journal vs obsidian-git and see what are their differences.

org-journal

A simple org-mode based journaling mode (by bastibe)

obsidian-git

Backup your Obsidian.md vault with git (by denolehov)
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
org-journal obsidian-git
12 85
1,214 5,834
- -
7.3 8.2
2 months ago 21 days ago
Emacs Lisp TypeScript
BSD 3-clause "New" or "Revised" License 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.

org-journal

Posts with mentions or reviews of org-journal. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2022-12-16.
  • Ask HN: What are good self hosted time tracking software for consultants?
    18 projects | news.ycombinator.com | 16 Dec 2022
  • Ask HN: How you maintain your daily log?
    18 projects | news.ycombinator.com | 27 Oct 2022
    I use org-mode with org-journal https://github.com/bastibe/org-journal

    What's nice about this workflow is when I create TODO items and don't finish them for a day it transfers over to the next day.

  • Your tips for time recording in emacs?
    4 projects | /r/emacs | 22 Aug 2022
    Sounds like org-mode is what you need, particularly clocking like was mentioned in another comment. However your workflow requires lots of customization. Ultimately you need to take a deeper dive into org-mode and what it can do(and how), along with org-clock-convenience with maybe org-journal. Your starting point should always be agenda, not the .org file itself.
  • Do you guys write on a notebook or have a digital file for notes?
    5 projects | /r/computerscience | 30 Jul 2022
    As mentioned elsewhere, I too do a mix (happy to talk fountain pens and paper if you’d like). But for digital, Emacs is the supreme solution. It has tools like Org-roam for Zettlekasten-style notes, Org-journal for a developers journal, Org-babel for literate (or Jupyter-style) explorations. Nothing else comes close. Oh, and the “E” stands for extensible, so if it doesn’t do what you need, you can make it yourself.
  • How do you store your notes?
    17 projects | /r/linux | 13 Jun 2022
  • Double Question regarding Capture Templates and Archiving
    2 projects | /r/orgmode | 11 Mar 2022
    For the second question, 1. try package like org-reverse-datetree and org-journal which can custom data format and level. 2. use file+function in capture template to find the right location in the file. 3. make the function in 2 respect you extend-day-until.
  • Creating a daily document in orgmode
    1 project | /r/orgmode | 27 Jan 2022
    org-journal seems to fit your description pretty well. I have been using it for years.
  • Keeping a Lab Notebook [pdf]
    2 projects | news.ycombinator.com | 27 Aug 2021
    - type my timestamped notes

    I can do this from any buffer in Emacs, so it's really convenient to stop in the middle of something, jot down a note, and then go right back to what I was doing. I develop iOS/macOS software right now, so the switch to Emacs from Xcode is a little more friction than I used to have, but it's so useful I don't mind it at all.

    I have a weekly journal in a directory for the year, titled week number-month-day that started that week (this week's is `34_08-23`)

    [0]https://github.com/bastibe/org-journal

  • Org Roam: The Best Way to Keep a Journal in Emacs
    1 project | /r/emacs | 24 Aug 2021
    bastibe/org-journal is already a feature full extension to Org for keeping a journal. And actively maintained by Bastian and Christian.
  • Show HN: Note, my simple command line note taking app
    9 projects | news.ycombinator.com | 22 Feb 2021
    I'm interested in using org-journal, a minor mode for Emacs org-mode, which supports collapsing. https://github.com/bastibe/org-journal

        * Tuesday, 06/04/13

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 org-journal and obsidian-git you can also consider the following projects:

awesome-reMarkable - A curated list of projects related to the reMarkable tablet

syncthing-android - Wrapper of syncthing for Android.

fsnotes - Notes manager for macOS/iOS

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

.doom.d - Private DOOM Emacs config highly focused around orgmode and GTD methodology, along with language support for Python and Elisp.

Trilium Notes - Build your personal knowledge base with Trilium Notes

org-reverse-datetree - An alternative date tree implementation for Emacs Org mode

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

remarkableflash

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

doom - Doom Emacs config

breadcrumbs - Add typed-links to your Obsidian notes