MrTarantula / WIPrint

Print work items from nearly anywhere you can see them in TFS and VSTS.
https://marketplace.visualstudio.com/items?itemName=mrtarantula.wiprint
MIT License
11 stars 12 forks source link

Generate a Word report with formatting and headings #33

Open AltarBeastiful opened 5 years ago

AltarBeastiful commented 5 years ago

I'm using this extension to generate a static doc of our backlog and I would like to convert the report to a word document or any modifyable document with formatting. One workaround I found was to copy the HTML rendered before printing and pasting in word. This gives me a formatted document.

What I would like is to keep the HTML heading, which could be enriched to show hierarchy as proposed in #32 .

This requires to remove the link in the title. Could this be an option of the print configuration ?

MrTarantula commented 5 years ago

I can make it configurable, but I don't know when I will get to it. Hopefully soon.

nschonni commented 5 years ago

There are already extensions like https://marketplace.visualstudio.com/items?itemName=mskold.mskold-enhanced-export that do this. It's probably better not to expand the scope from being a print extension

MrTarantula commented 5 years ago

@nschonni is right. I don't want to get too carried away from the original scope of the extension.

I'll make the link configurable but any new non-print-related changes will not be considered.