obsidian-tasks VS obsidian-dataview

Compare obsidian-tasks vs obsidian-dataview and see what are their differences.

obsidian-dataview

A data index and query language over Markdown files, for https://obsidian.md/. (by blacksmithgu)
Our great sponsors
  • SurveyJS - Open-Source JSON Form Builder to Create Dynamic Forms Right in Your App
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
obsidian-tasks obsidian-dataview
62 110
2,106 6,227
6.2% -
10.0 8.5
about 20 hours ago 9 days ago
TypeScript TypeScript
MIT 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.

obsidian-tasks

Posts with mentions or reviews of obsidian-tasks. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-03-11.
  • Setting Up Obsidian for Content Planning and Project Management
    3 projects | dev.to | 11 Mar 2024
    Obsidian has a large collection of community-contributed plugins to serve various user needs. For this guide, we'll install Templater and Tasks, two plugins that can be really powerful when combined to create notes and task lists.
  • A structured note-taking app for personal use
    20 projects | news.ycombinator.com | 21 Dec 2023
    > Not really. Obsidian has its shares of problems too, and most of them originate from using Markdown.

    Aha. Which problems do you mean?

    > Markdown is a freeform text-format, and works very well for writing text, but it really sucks for data and structured content.

    Joplin is using md to. And if Joplin does a good job on "data" and "structured content" (whatever you mean by that) by separating that in their DB, it's a big NO for me since it's a closed silo.

    This: https://github.com/blacksmithgu/obsidian-dataview works so wonderful for me, and it never breaks anything in my simple md files.

    > Most plugins and features in that area are very brittle and overspecialized, working only well enough in their specific use case.

    Aha. I don't think so. Which authority says that? And even if It's like that, my markdown files would survive everything, since they are a) in git. https://github.com/denolehov/obsidian-git and b) easy to fix since it's a text file. Gosh!

    > And gosh, Obsidian has really a huge amount of plugins for data-handling.

    And gosh, this is a good thing!

    > At some point, it was so bad that there were multiple competing task-plugins which broke each other just because they had different formatting for dates.

    Installing multiple task plugins shows that something is "broke" on the user side. It's not the fault of Markdown or Obsidian.

    Just have a look on: https://github.com/ivan-lednev/obsidian-day-planner but you dont need a fancy task plugin like this, if you know your way around https://github.com/blacksmithgu/obsidian-dataview or https://github.com/obsidian-tasks-group/obsidian-tasks

    Since the Ecosystem around Obsidian and pure Markdown, most of the time I stay in my browser https://github.com/deathau/markdownload and nvim https://github.com/epwalsh/obsidian.nvim

  • A view of all tasks in Obsidian
    1 project | /r/ObsidianMD | 28 Jul 2023
    Here’s the plugin’s Github page and here’s the documentation
  • Looking for a good project management software (for a very long time)
    1 project | /r/productivity | 11 Jun 2023
  • .txt FTW
    3 projects | /r/linuxmemes | 9 Jun 2023
    It’s simply called tasks
  • Collecting Todo Links or Tags Through Out Vault and Adding to Todo List
    2 projects | /r/ObsidianMD | 29 May 2023
    I suggest you have a look at the Tasks Plugin.
  • My plugin for notifications through your Telegram bot
    2 projects | /r/ObsidianMD | 16 May 2023
    Would you be so kind as to make the date and time format compatible with https://github.com/obsidian-tasks-group/obsidian-tasks ?
  • Recent Tasks Plugin Releases - 2.0.0 to 3.5.0
    4 projects | /r/ObsidianMD | 8 May 2023
  • Tasks due/scheduled dates workflows
    2 projects | /r/ObsidianMD | 10 Apr 2023
    Tasks plugin - https://github.com/obsidian-tasks-group/obsidian-tasks
  • Tasks 3.0.0 - with Themeability!
    2 projects | /r/ObsidianMD | 3 Apr 2023

obsidian-dataview

Posts with mentions or reviews of obsidian-dataview. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2024-03-29.
  • 📊 Obsidian: Nutrition
    2 projects | dev.to | 29 Mar 2024
    At the end of the day, I use Dataview, a plugin for Obsidian, which allows me to make queries to my notes similar to SQL to visualize the collected information:
  • Apache Superset
    14 projects | news.ycombinator.com | 26 Feb 2024
    https://github.com/blacksmithgu/obsidian-dataview

    This whole ideas to have data, visualisations and knowledge base in one private offline place is very appealing

  • My productivity app is a never-ending .txt file
    20 projects | news.ycombinator.com | 19 Feb 2024
    Since at least 2012 I've also been using a text file format from http://todotxt.org/ and more recently I wrote a program that takes a crontab-like list to pre-generate entries on a daily, by-day-name (every Sunday for example), and I also pull in a list of holidays from gov.uk, so they are also populated.

    [^1]: (https://github.com/blacksmithgu/obsidian-dataview)

  • 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.

  • I'm completely stressed out trying to fix this so I hope one of you would be able to help me. I'm trying to create a home page of sorts so I can navigate my files without using the folders. (SEE COMMENTS)
    3 projects | /r/ObsidianMD | 5 Dec 2023
    Refer: Obsidian Search, How I Use Embedded Queries, Dataview, Excalibrain
  • Dataview Snippet for inline-field-key
    1 project | /r/ObsidianMD | 30 Jul 2023
    Ref: https://github.com/blacksmithgu/obsidian-dataview/issues/544 (Bearbeitet)
  • How to automatically fill different notes from a single note ?
    1 project | /r/ObsidianMD | 12 Jul 2023
    For using it, having SQL or JavaScript knowledge is useful, but you can probably figure it out without that knowledge. The Github page has a lot of examples that you can cannabalize for simple things without really getting too deep into it.
  • Best way to easily record small thoughts and ideas.
    1 project | /r/ObsidianMD | 27 Jun 2023
    Check it here.
  • Dataview - List of tasks
    1 project | /r/ObsidianMD | 18 Jun 2023
    I think this could be helpful https://github.com/blacksmithgu/obsidian-dataview/issues/1086
  • Show HN: I made an open-source Notion-style WYSYWIG editor
    10 projects | news.ycombinator.com | 16 Jun 2023
    Have you heard of Obsidian? It's a note-taking app build on locally stored markdown files with bidirectional linking and a great ecosystem of third party plugins. One of the most popular plugins is https://github.com/blacksmithgu/obsidian-dataview which lets you treat your notes as databases and query them to form tables. The creator has been working on its successor, Datacore https://github.com/blacksmithgu/datacore for a while - Datacore might come close to what you're looking for, its goals include WYSIWYG views and live editing inside tables.

What are some alternatives?

When comparing obsidian-tasks and obsidian-dataview you can also consider the following projects:

obsidian-checklist-plugin

obsidian-tasks - Task management for the Obsidian knowledge base. [Moved to: https://github.com/obsidian-tasks-group/obsidian-tasks]

obsidian-tracker - A plugin tracks occurrences and numbers in your notes

logseq - A local-first, non-linear, outliner notebook for organizing and sharing your personal knowledge base. Use it to organize your todo list, to write your journals, or to record your unique life.

tq-obsidian - Yet another Obsidian task manager

advanced-tables-obsidian - Improved table navigation, formatting, and manipulation in Obsidian.md

obsidian-day-planner - An Obsidian plugin for day planning with a clean UI and a simple task format

vscode-tabtext - An extension to handle text files formatted with deep tabs

obsidian-rollover-daily-todos - An obsidian plugin that rolls over todo items from the previous daily note

breadcrumbs - Add structured hierarchies to your Obsidian vault

obsidian-task-collector - Plugin for https://obsidian.md/ that assists with managing tasks within a document.

Templater - A template plugin for obsidian