notes VS obsidian-releases

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

notes

A zero dependency shell script that makes it really simple to manage your text notes. (by nickjj)

obsidian-releases

Community plugins list, theme list, and releases of Obsidian. (by obsidianmd)
Our great sponsors
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • WorkOS - The modern identity platform for B2B SaaS
  • SaaSHub - Software Alternatives and Reviews
notes obsidian-releases
8 1,653
120 8,004
- 7.0%
0.0 9.9
about 1 year ago 3 days ago
Shell JavaScript
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.

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

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.
  • 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
  • Where Is Noether's Principle in Machine Learning?
    3 projects | news.ycombinator.com | 1 Mar 2024
    Thank you!

    In the beginning, I used kognise'z water.css [1], so most of the smart decisions (background/text color, margins, line spacing I think) probably come from there. Since then it's been some amount of little adjustments. The font is by Jean François Porchez, called Le Monde Livre Classic [2].

    I draft in Obsidian [3] and build the site with a couple python scripts and KaTeX.

    [1] https://watercss.kognise.dev/

    [2] https://typofonderie.com/fr/fonts/le-monde-livre-classic

    [3] https://obsidian.md/

What are some alternatives?

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

neatroff - Neatroff troff clone

Trilium Notes - Build your personal knowledge base with Trilium Notes

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

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

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

vimwiki - Personal Wiki for Vim

dockly - Immersive terminal interface for managing docker containers and services

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

shpotify - A command-line interface to Spotify.

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

wireguird - wireguard gtk gui for linux

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