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

Convert old table to tableedit format #2

Open
vias79 opened this issue Feb 25, 2014 · 1 comment
Open

Convert old table to tableedit format #2

vias79 opened this issue Feb 25, 2014 · 1 comment

Comments

@vias79
Copy link

vias79 commented Feb 25, 2014

Please consider adding functionality for tableedit to import old mediawiki table structures.

For example

{| class="wikitable" |- ! Heading1 !! Heading2 !! Heading3 |- | Celltext || Celltext || Celltext |- | Celltext || Celltext || Celltext |- | Celltext || Celltext || Celltext |}

Would create a tableedit table with the same structure.

@vias79
Copy link
Author

vias79 commented Feb 25, 2014

Code got messed up, trying again, removed the bigger than/lesser than:
newTableEdit
{| class="wikitable"
|-
! Överskriftstext !! Överskriftstext !! Överskriftstext
|-
| Celltext || Celltext || Celltext
|-
| Celltext || Celltext || Celltext
|-
| Celltext || Celltext || Celltext
|}
/newTableEdit

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

1 participant