Edit Orgmode files.
Implement orgzly search to display orgmode headings in markdown files.
For example this block
```orgmode-tasks
filepath: Orgmode/Orgmode file.org
query: .i.canceled # everything not canceled
```
Will read the file Orgmode/Orgmode file.org
and display every heading that don't have the keyword CANCELED
(the query will fail if you don't have CANCELED
in your keywords from the plugin settings).
Other queries include
query: it.todo
every tasks with a todo keywordquery: s.today
tasks with a scheduled date lesser than or equal to todayquery:
leaving blank means every headingsSee https://www.orgzly.com/docs#search for the syntax, currently only s, d, c, i, it are implemented.