Skip to content

[Feature]: specifiable output format #153

@CodyCBakerPhD

Description

@CodyCBakerPhD

What would you like to see added to the NWBInspector?

Right now you can save the report file with any suffix, but what is truly written is a .txt format with .rst sectioning. It would be nice to allow multiple formats to be saved such as .md, .doc, etc.

.md would be easy as the main difference is simply the section heading of #/##/### instead of =/-/~

For .doc, it is proposed to use https://pypi.org/project/rstdoc/ ; I've tried it a bit earlier today but didn't have any luck getting it to work through the CLI. It seems to use https://pypi.org/project/pandoc/ on the backend so maybe just tapping into that library would be the way to go

Do you have any interest in helping implement the feature?

Yes.

Code of Conduct

Metadata

Metadata

Assignees

No one assigned

    Labels

    category: enhancementimprovements of code or code behaviorpriority: lowalternative solution already working and/or relevant to only specific user(s)

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions