Custom State for Task List

approved

by Okami Wong

Add custom states to task list items.

β˜… 31 stars↓ 5,625 downloadsUpdated 1y agoMIT
View on GitHub

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.

For plugin developers

Search results and similarity scores are powered by semantic analysis of your plugin's README. If your plugin isn't appearing for searches you'd expect, try updating your README to clearly describe your plugin's purpose, features, and use cases.

Custom State for Task List | SimilarPlugins