ExportHtml icon indicating copy to clipboard operation
ExportHtml copied to clipboard

Sublime Text - Export code to HTML for copying/printing/saving.

Results 4 ExportHtml issues
Sort by recently updated
recently updated
newest added

Also add new color blind filters Resolves #94

S: needs-review
C: infrastructure
C: source
C: docs
C: scheme-handling

The `verbose` argument of `namedtuble` function has been removed in python 3.7 The explicit use of it therefore causes the plugin to fail loading on ST's python 3.8 plugin host....

S: triage

I use https://github.com/seanliang/HighlightWords to highlight words (regions). It would be possible to export these highlights? ![image](https://user-images.githubusercontent.com/5332158/155712434-9f456a11-55cf-4cfc-b0c8-8798fc54e747.png) They are basically this: ```python view.add_regions('regionname', [locations], 'entity.name.class') ``` It would be possible to...

S: triage

## Description Sublime text defines some variables which contain information about file and directory paths of the opened file: https://www.sublimetext.com/docs/3/build_systems.html#variables For example, `$file_path` is the path to the file in...

T: feature
P: low