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

Table alignment in the editor #16

Open
muellermichel opened this issue May 29, 2015 · 1 comment
Open

Table alignment in the editor #16

muellermichel opened this issue May 29, 2015 · 1 comment

Comments

@muellermichel
Copy link

You show this example in the editor

|-------+--------+------------|
|       | Symbol | Author     |
|-------+--------+------------|
| Emacs | ~M-x~  | _RMS_      |
|-------+--------+------------|
| Vi    | ~:~    | _Bill Joy_ |
|-------+--------+------------|

Is there a feature to realign the table in the editor when you add some characters in the longest cell?

e.g.

|-------+--------+------------|
|       | Symbol | Author     |
|-------+--------+------------|
| Emacs | ~M-x~  | _RMS_ asdfasdf     |
|-------+--------+------------|
| Vi    | ~:~    | _Bill Joy_ |
|-------+--------+------------|
@mooz
Copy link
Owner

mooz commented Jun 1, 2015

For now, org-js is just a parser and org-to-html converter, and doesn't provide any editing features). Of course, patches are welcome.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants