Skip to content

new command InsertProject #18

@linuxcaffe

Description

@linuxcaffe

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
* [ ] task

InsertProject with no attributes might output all tasks to a vimwiki file, sorted into project headings, one of which might be "none".

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions