SublimeTableEditor
SublimeTableEditor copied to clipboard
Custom font for table region?
I typically like to edit markdown in a variable width font, though this doesn't work for tables. Would it be possible that one could specify a preferred mono-space font for the table region?
I did not worked with themes in sublime and don't know exactly. But I think potentially yes.
If table to be part of syntax, markdown for example, we can set font style for scope=table.
What need to do for try this assumption are
- modify markdown syntax definition for detect begin and end of a table and assign scope to 'table'
- modify any theme , Monokai for example , assign some font to scope=table
In the absence of this FontCycle might be of use.