
You can click the link and go straight to the annotation in the HTML.
Version 0.3.0
- Add annotation jump table for the HTML. Show table with "alt+double_click"
Let me know if you find any bugs.

SeanWcom wrote:Very cool!
Any plans on making this available in package manager? I think you mentioned once that you would if folks wanted that... +1 from me, if you're taking requests.
self.font_size = settings.get('font_size', 10)
self.font_face = settings.get('font_face', 'Consolas')
self.font_size = sublime.load_settings(PACKAGE_SETTINGS).get("font_size", settings.get('font_size', 10))
self.font_face = sublime.load_settings(PACKAGE_SETTINGS).get("font_face", settings.get('font_face', 'Consolas'))
// By default, ExportHtml uses your current font_face and font_size.
// You can change this setting to always use this value. By default,
// the setting is a literal false, but you can change it to an actual
// font_face to enable this setting.
"alternate_font_face": false,
// By default, ExportHtml uses your current font_face and font_size.
// You can change this setting to always use this value. By default,
// the setting is a literal false, but you can change it to an actual
// font_size to enable this setting.
"alternate_font_size": false,
facelessuser wrote:Yes, I think I heard that code runs better if it is prettier.
Grant wrote:For a moment I thought that the active color schemes were being applied, but now that I've changed color schemes, it doesn't seem to be taking effect. Was it ever observing the active color scheme or does it play by its own rules?
For example, I have tried exporting the ExportHtml.sublime-settings file using this Tango theme and what I see in the browser is not what is displayed in Sublime Text 2.
BTW, I do have "alternate_scheme" set to false, as in the default settings.
// Browser view color (selections and multi-selections allowed)
{
"Browser View - Current Color": {
"numbers": true,
"multi_select": true
}
},
facelessuser wrote:Yes, I think I heard that code runs better if it is prettier.
facelessuser wrote:Yes, I think I heard that code runs better if it is prettier.
Return to Plugin Announcements
Users browsing this forum: No registered users and 2 guests