org-journal VS notes

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

org-journal

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

notes

A zero dependency shell script that makes it really simple to manage your text notes. (by nickjj)
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 notes
12 8
1,214 120
- -
7.3 0.0
2 months ago about 1 year ago
Emacs Lisp Shell
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

notes

Posts with mentions or reviews of notes. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-02-19.
  • My productivity app is a never-ending .txt file
    20 projects | news.ycombinator.com | 19 Feb 2024
    I've been doing something similar for ~20 years at: https://github.com/nickjj/notes

        - Running `notes` will open this month's notes for YYYY_MM.txt
  • What is your approach to quick note taking during development?
    11 projects | /r/vim | 17 May 2022
    I use a very command line focused approach with https://github.com/nickjj/notes.
  • Keep a Knowledge Log
    7 projects | news.ycombinator.com | 3 Dec 2021
    Since about 2001 I used YYYY-MM.txt plain text files and have a shell script to help create notes in the most friendly way I could think of from the command line at https://github.com/nickjj/notes.

    Totally works fine for a knowledge log when you're streaming high level details. I still use it today.

    But when you want to really go all-in with in-depth notes it's tricky because in 1 month's time if you're hardcore deep in the woods of learning, applying and using something you're going to end up with hundreds of concepts from an assorted set of tools and it kind of stinks to have all of that info sitting in 1 file. Think about using something like Kubernetes. That's really Kubernetes, Kustomize / Helm, EKS, various cloud hosting details (networking, etc.), Terraform and ton of super useful commands / context. Details you for sure want recorded for later.

    For this type of info I've been building up a knowledge base with https://obsidian.md/. It's really nice and I highly recommend it. It's been working well for keeping things reasonably categorized without wasting a lot of time on the details around keeping links and tags up to date. It also has Vim mode that's good enough where day to day writing feels natural.

  • Show HN: Then – Understand how you spend your time and what influences your mood
    1 project | news.ycombinator.com | 22 Jun 2021
    Did you end up automating the entries?

    For example, I have a command line note taking script at https://github.com/nickjj/notes.

    It creates a YYYY-MM-DD.txt file and doesn't include time stamps but it would be a 1 line change to make each entry get timestamped. I didn't do that because personally I'm more interested in monthly notes not per minute.

    But I do think removing the barrier of creating entries is an important step with jotting things down, this way you can focus on what you want to write and not the boilerplate.

  • Ask HN: Tools you have made for yourself?
    97 projects | news.ycombinator.com | 12 Jun 2021
    A whole bunch of little things, mainly command line tools.

    Most of them are open source and also have extensive documentation and a screencast video going over them.

    In no specific order:

    - https://github.com/nickjj/notes

    - https://github.com/nickjj/invoice

    - https://github.com/nickjj/wait-until

    And a few recent little scripts to solve specific things:

    - https://nickjanetakis.com/blog/using-ffmpeg-to-get-an-mp3s-d...

    - https://nickjanetakis.com/blog/a-shell-script-to-keep-a-bunc...

    - https://nickjanetakis.com/blog/bash-aliases-to-prepare-recor...

  • Show HN: Note, my simple command line note taking app
    9 projects | news.ycombinator.com | 22 Feb 2021
    Along similar lines, nickjj also has a similar (but bash) notes script at:

    https://github.com/nickjj/notes

  • Ask HN: What are you surprised isn’t being worked on more?
    14 projects | news.ycombinator.com | 28 Dec 2020
    While I don't use it personally there's: https://obsidian.md/

    It's cross platform and works offline. You write markdown and it produces a visual graph of your data. It supports interlinking notes, tags and images too.

    Plain text notes[0] work best for me but I'd probably use Obsidian if I wanted to see things visually. When I tried it out briefly it was really solid.

    [0]: https://github.com/nickjj/notes

What are some alternatives?

When comparing org-journal and notes you can also consider the following projects:

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

neatroff - Neatroff troff clone

fsnotes - Notes manager for macOS/iOS

ping-heatmap - A tool for displaying subsecond offset heatmaps of ICMP ping latency

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

pdftilecut - pdftilecut lets you sub-divide a PDF page(s) into smaller pages so you can print them on small form printers.

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

dockly - Immersive terminal interface for managing docker containers and services

remarkableflash

shpotify - A command-line interface to Spotify.

doom - Doom Emacs config

wireguird - wireguard gtk gui for linux