I did a search on this thread for the term wiki and found nothing.
Has anyone considered adding wiki style editing possiblities to the posts here? I think it could be quite useful.
For example if I wanted to make a table and I'm using wiki format I could simply enter the following:
|| symbol || Price || Volume || || XX || $23.21 || 1000 || || YYYY || $5.03 || 1000000 ||
It would come out as a border framed and row/colum framed table with the first row showing the column headers in this case, followed with each row of data.
Internally in your code you could convert this to <table border=1> <tr><td>symbol</td><td>Price</td><td>Volume</td></tr> ... You get the idea i'm sure. </table>
I don't see an obvious way to get a table to show up using the features I have available currently on SI
FWIW, when you screw up a wiki format, it sort of treats the mistake as text so you don't necessarily end up with having to support the bad syntax cases. |