Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add "Pretty print" option for all output formats #12

Open
meinsiedler opened this issue Sep 25, 2015 · 0 comments
Open

Add "Pretty print" option for all output formats #12

meinsiedler opened this issue Sep 25, 2015 · 0 comments
Labels
Milestone

Comments

@meinsiedler
Copy link
Owner

meinsiedler commented Sep 25, 2015

Add an extended feature option "Pretty print" for LaTeX, Jira and Markdown output which aligns the columns so, that all column separators will be aligned one below the other.

For Jira output for example, instead of

| 1 | 22 | 333 |
| 4444 | 55 | 6666 |

with "Pretty print" enabled, the output is

| 1    | 22 | 333  |
| 4444 | 55 | 6666 |

Note that there are basically three options how the content should be aligned:

  1. Let the user manually set the alignment of the content (left, right, center) for all cells.
  2. Set alignment based on content type (e.g. right align numbers, left align text).
  3. Set alignment based on the cell alignment in Excel.

❗️ Also note that column separators can have different length. For example, the Jira header column separator is || while the normal column separator is |.

@meinsiedler meinsiedler added this to the v0.11.0 milestone Sep 25, 2015
@meinsiedler meinsiedler modified the milestones: v1.2.0, v1.1.0 Jan 2, 2016
@meinsiedler meinsiedler changed the title Add "Pretty print" option for LaTeX and Jira output Add "Pretty print" option for all output formats Dec 27, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant