vimwiki-backup / vimwiki

Automatically exported from code.google.com/p/vimwiki
1 stars 1 forks source link

Table witdth, Column width #161

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Is there a way to tell VimWiki to set the width of a column to 500px.
In html it is easily achieved by <hr width="500">. 
This could help to get a nicer formated html wiki.

Thanks,
Jakob

Original issue reported on code.google.com by jakob.ga...@gmail.com on 21 Dec 2010 at 12:31

GoogleCodeExporter commented 9 years ago
No there isn't.

How it should look like?

Original comment by habamax on 21 Dec 2010 at 1:38

GoogleCodeExporter commented 9 years ago
Well, if the conceal feature of the new Vim works fine, the aesthetics in vim 
are not so important :) but in the meantime, maybe something like:

| Title1 | Title2 | <500,500>
|--------+--------|
|        |        |
or
| Title1 | Title2 | 
|-500----+-500----|
|        |        |
both are somehow disturbing but, it is hard not to destroy the nice formated 
tables currently in vimwiki. Maybe some sort of workaround with spaces (spaces 
are unfortunately ignored in html) to extend a column entry could be used?
Tricky thing! :)

Of course, if nothing is specified, the current solution should be taken.

Jakob

Original comment by jakob.ga...@gmail.com on 21 Dec 2010 at 2:10