buttons VS obsidian-tasks

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

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
buttons obsidian-tasks
17 62
435 2,106
- 7.0%
7.3 10.0
2 months ago 6 days ago
TypeScript TypeScript
The Unlicense 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.

buttons

Posts with mentions or reviews of buttons. We have used some of these posts to build our list of alternatives and similar projects. The last one was on 2023-01-29.
  • Is there a way to run code/Call a function only after you've clicked some type of link on a page?
    1 project | /r/ObsidianMD | 11 Dec 2023
    The Buttons plugin might work for you (except for maybe the running-code-on-startup thing): https://github.com/shabegom/buttons
  • Can I use buttons to switch between pages?
    1 project | /r/ObsidianMD | 31 May 2023
    Here is the link to the plugin: GitHub - shabegom/buttons: Buttons in Obsidian
  • MetaData, Tags, Database and Templater
    1 project | /r/ObsidianMD | 13 May 2023
    You will need Templater plugin (I think) and Buttons plugin (https://github.com/shabegom/buttons)
  • Using Obsidian as a task manager and a personal knowledge database
    3 projects | dev.to | 29 Jan 2023
    button (mobile)
  • Journal Question Template - Clickable Content
    1 project | /r/ObsidianMD | 19 Dec 2022
    While there is a plugin to make buttons, but I couldn't get it to work how I wanted. They have a replace line function, but it's not relative, and I'm unsure if the section you want to modify moves around from writing above it. This means that it's quite hard for me to give you a good solution for clickable items so instead I've got a different solution. It also might scale better for you if you ever consider using Dataview tables to show your journal entries.
  • I love Obsidian, the best document manager and more i've ever tried, but i can't underline a text!
    3 projects | /r/ObsidianMD | 17 Dec 2022
  • Dashboard
    5 projects | /r/ObsidianMD | 15 Dec 2022
    Well, I will do my best and try to describe as much as possible. - At the top of the sidebar is an iframe widget for listening to internet radio. I pasted its code into a new note and dragged the note there. - Below that is the file navigation panel and I used this CSS snippet, created by Lithou to colour my folders and I adjusted this later to suit my needs. - At the top left of my dashboard is a CSS ribbon with the text "Home" on it. - Next to the ribbon are custom buttons, created thanks to the Buttons plugin. I have moved them up there in CSS, using the "position: absolute;" declaration and adjusting the position by trial and error, using the "top" and "right" properties. Among them are three buttons called "Flash". These are shortcuts to my notes, where I create a list of words to study, and I repeat them later using the Spaced Repetition plugin. - Below the ribbon is a "ᗐ Footer" link that scrolls the dashboard to the bottom. I also have one at the bottom that scrolls it to the "ᗑ Top". - Below that is a list of my tasks for today, managed by the Tasks plugin. - Next to it is an iframe widget with a digital clock. - And below is a link to a list of my weekly meals, generated by the Dataview plugin.
  • Changing the style of a button (buttons plugin) with CSS
    1 project | /r/ObsidianMD | 15 Nov 2022
    Are there any CSS wizards out there able to help me with this? I'm fairly good with coding/scripting and whatnot, but I've never done CSS before. I'm using the buttons plugin (https://github.com/shabegom/buttons), and I'd like to apply this glassmorphism CSS snippet to my buttons (generated from https://hype4.academy/tools/glassmorphism-generator) background: rgba( 157, 60, 234, 0.4 ); box-shadow: 0 8px 32px 0 rgba( 31, 38, 135, 0.37 ); backdrop-filter: blur( 15.5px ); -webkit-backdrop-filter: blur( 15.5px ); border-radius: 10px;
  • making pretty notes faster?
    8 projects | /r/ObsidianMD | 21 Aug 2022
    In terms of making elements which look good quickly getting great plugins and learning them in and out is the move. For me advanced tables is a must have. I can create table about as quickly as I can filling out excel sheets. Data view is another great one as well as banners and buttons. There is also a notions like tables which is amazing in its functionality but still pretty early in development.
  • Dynamically/Programmatically editing frontmatter, and creating folders?
    2 projects | /r/ObsidianMD | 4 Aug 2022
    I'm able to create buttons using the "buttons" plugin, and I can use that to call a template. So far, so good.

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

What are some alternatives?

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

obsidian-commander - Commander - Obsidian Plugin | Add Commands to every part of Obsidian's user interface

obsidian-dataview - A data index and query language over Markdown files, for https://obsidian.md/.

admonitions - Adds admonition block-styled content to Obsidian.md

obsidian-checklist-plugin

obsidian-note-from-template - Simple plugin to create Notes from a template, and fill in fields defined there

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

obsidian-css-snippets - Most common appearance solutions for Obsidian now in a single place. Initially collected by Klaas: https://forum.obsidian.md/t/how-to-achieve-css-code-snippets/8474

tq-obsidian - Yet another Obsidian task manager

Obsidian-Theme-Mado-Miniflow - A beautiful minimalism theme for Obsidian.

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

obsidian-banners - An Obsidian plugin that adds banners to your notes

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