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
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