Add ability to read all task formats, not just the current one #1891
Labels
priority: high
A high priority/important request
scope: parsing markdown
See also 'scope: global filter'
type: enhancement
New feature or request
🔖 Feature description
In the upcoming Tasks 3.3.0 it will be possible to select:
In the dataview's own parsing, it reads both Tasks and dataview formats.
However, in order to simplify the first release of dataview reading, I opted to live with the limitation that the code only reads the user's chosen format.
This feature request is adjust the task-reading code so that it parses all supported formats instead.
✔️ Solution
Adjust the Tasks serialiser code so that it iterates over all formats.
Probably #1505 should be fixed first, as it will make the implementation of this a lot easier.
❓ Alternatives
Use dataview, or use a text editor to convert all your tasks to dataview format.
📝 Additional Context
No response
The text was updated successfully, but these errors were encountered: