SublimeTableEditor icon indicating copy to clipboard operation
SublimeTableEditor copied to clipboard

Custom font for table region?

Open reagle opened this issue 10 years ago • 2 comments

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?

reagle avatar Jun 19 '14 12:06 reagle

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

vkocubinsky avatar Jun 19 '14 12:06 vkocubinsky

In the absence of this FontCycle might be of use.

reagle avatar May 15 '15 13:05 reagle