obsidian-tasks icon indicating copy to clipboard operation
obsidian-tasks copied to clipboard

Task management for the Obsidian knowledge base.

Results 271 obsidian-tasks issues
Sort by recently updated
recently updated
newest added

# Description Documentation - New page `docs/queries/regular-expressions.md` - Document regex searches for `path`, `description` and `heading` - Quick Reference page updated Sample vault: - Tasks plugin in sample vault updated...

scope: documentation

# Description As proposed in [this comment](https://github.com/obsidian-tasks-group/obsidian-tasks/issues/982#issuecomment-1207286916), this change removes all regexes from files in `src/Commands/` which are hard to test because of reliance on the Obsidian API. Relevant regexes...

type: internal
scope: parsing markdown - and global filter

### Expected Behavior I have a task that is displayed on a page in a query statement. I mark the task as DONE, The task disappears. I should be able...

type: bug
obsidian
type: third-party change needed

These are the current options: ![image](https://user-images.githubusercontent.com/4840096/173207019-80fb7a90-f1f4-4fe4-b3e5-45267ca20b9d.png) More will be coming soon, as some older pull requests are merged. Suggest it goes next to wherever #754 docs get added.

scope: documentation

These are the current commands: ![image](https://user-images.githubusercontent.com/4840096/173207065-1c3fb471-7aa2-454b-9ac7-3069847c93c7.png) Suggest they get documented close to where #754 docs go.

scope: documentation
type: enhancement
scope: commands

### Expected Behavior When creating or editing a task in a note (not through the modal) and use on of the drop down quick adds (like "scheduled date" -> "today")...

type: bug
scope: auto-suggest

# Description Adds in the feature framework so it can be used to manage new features for user testing but not impact all users by default by having a new...

Bumps [esbuild](https://github.com/evanw/esbuild) from 0.14.54 to 0.15.1. Release notes Sourced from esbuild's releases. v0.15.1 Update esbuild's Yarn Plug'n'Play implementation to match the latest specification changes (#2452, #2453) This release updates esbuild's...

dependencies
javascript
needs-smoke-test

Reviewing #953, I see 4 regular expressions needed to be changed in order to add support for callouts and block quotes: ![image](https://user-images.githubusercontent.com/4840096/183080050-3737035e-f23f-44f6-b96a-8d84fefec47e.png) This is an unnecessary duplication of core logic,...

type: internal

## Description The code that displayed group headings was treating them as plain text, meaning that any markdown inside them was also drawn as plain text. This instead passes the...

type: bug
scope: rendering of tasks