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

Auto format table #13

Closed
codito opened this issue Oct 29, 2018 · 3 comments
Closed

Auto format table #13

codito opened this issue Oct 29, 2018 · 3 comments

Comments

@codito
Copy link

codito commented Oct 29, 2018

Currently the text editor in QOwnNotes understands and marks the tables as code. This is an enhancement request to also auto format the table when user inputs a separator |.

Example:

  1. Assume given text as below
| header 1 | header 2 |
| content abc 
  1. User inputs | after abc
  2. Expected output - note how the | after header 1 auto indented itself
| header 1    | header 2 |
| content abc |

This makes the content more readable.

@pbek
Copy link
Owner

pbek commented Oct 29, 2018

Thank you for your suggestion.

@pbek
Copy link
Owner

pbek commented Oct 29, 2018

Currently the text editor in QOwnNotes understands and marks the tables as code

technically it has it's own "table" style ;)

Btw. could you please open a feature request at https://github.com/pbek/QOwnNotes/issues/ too.

@codito
Copy link
Author

codito commented Oct 30, 2018

sure, created pbek/QOwnNotes#1052

@pbek pbek closed this as completed Nov 1, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants