/obsidian-custom-state-for-task-list

A plugin for Obsidian to define your own states for task items.

Primary LanguageTypeScriptMIT LicenseMIT

Custom state for task list in Obsidian

Obsidian Downloads

A plugin for Obsidian to help you define your own states for task list!

How to install

Please refer to Community plugins - Obsidian Help

How to use

  • Simply put the name of your custom state inbetween the square brackets of a task item.

    • For example, if you want to mark the following task as doing
      • - [ ] Some task
    • Just put doing inside the square brackets like
      • - [doing] Some task
    • In the reading view of Obsidian, this task will be rendered as
      • 🚧 Some task
  • The default states are ({stateName} âž¡ {readingView})

    • committed âž¡ 📌
      • You have decide to do this task some day
    • doing âž¡ 🚧
      • You are currently working on this task
    • deferred âž¡ 😴
      • The completion of this task is postponed
    • removed âž¡ 🗑
      • The task is removed
  • You can edit the default states and add more states in the settings.