Quote:
Originally Posted by phossler
It'd be nice if Sigil had a 'Table Wizard' to use as a starting point where you could specify the number of rows and columns, then enter the text into a Sigil grid. Let Sigil do the hard work of making the tags and the basic structure for us to customize and polish
Paul
|
If you use the "Mark Selected Text" (from Search menu) to highlight the data in each table, then you can use search and replace to quickly format your table with the proper <td><tr> stuff...your reg-fu might be stretched a little, but it is certainly doable and just might be less work than transferring to an online table generator. (I'm not sure - never used online generator).
some possible s/r:
search:<p>
replace:<tr><td>
search:</p>
replace:</td></tr>
Cheers!
[edit]
You can use a clip (clip editor) to put your table tags around the higlighted lines:
Table: <table>\1</table>
then do the search all in one:
search:</p>\s*<p>
replace:</td></tr>\n<tr><td>