-
Notifications
You must be signed in to change notification settings - Fork 6
Open
Description
InsertProject is is related to InsertTask, but outputs the tasks with vimwiki headings.
As an example, If I were to issue the command ":InsertProject foo", and within the "Foo Project" if there are several sub-projects implied by the proj:name.sub.sub convention, the output is grouped in corresponding sub-headers. As an example, with proj:foo, proj:foo,baz, proj:foo.bar and proj:foo.biz.buz, resulting listing might look like
= foo =
* [ ] task
* [ ] task
== bar ==
* [ ] task
* [ ] task
== baz ==
* [ ] task
== biz ==
* [ ] task
=== buz ===
* [ ] task
* [ ] taskInsertProject with no attributes might output all tasks to a vimwiki file, sorted into project headings, one of which might be "none".
Metadata
Metadata
Assignees
Labels
No labels