Skip to content

Output isn't markdown task formatted #39

@hittjwX

Description

@hittjwX

For markdown-tasks-tree.py, the output is right-justified with [ ] rather than - [ ] text. If it's going to use markdown format, it might as well have no spaces before the first └── so it lines up with the tick.

Because tasks are unique at the top level, but can be dependent in duplicate, it may be better to format like the following:

Stripping the - [ ] altogether prevents duplicate tasks when exporting these relationships. The export wouldn't be good because it creates duplicate tasks.

Whatever method chosen prepares for Precedence Diagramming Method (PDM) graphics. I want a user to be able to extract tasks from markdown and generate an image for a presentation.

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or requestquestionFurther information is requested

    Type

    No type
    No fields configured for issues without a type.

    Projects

    Status

    No status

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions