AlignTab
AlignTab copied to clipboard
Unalign
I would like to add unalign feature to remove AlignTab spaces without losing my changes made in table mode. This also can be useful for copying result in excel or saving it in csv / tsv format. I can code the feature myself. What do you think about the idea? Waiting for your reply.
I think it is a bit beyond the scope of this package. Feel free to implement your own package for that purpose.
Thanks for quick response. Maybe this feature a little bit odd, but it can be easily implemented within this package. Just add unalign argument to align_tab command and condition check before self.fill_spaces(content). It would be much harder and a lot of double code to implement another package for only this purpose. Finally, I don't think the feature is too beyond the scope of this package. Thanks again for your reply.
Oic. Perhaps we could add an alignment flag for adding no spaces.
Any progress? Can I somehow help?