ogom / sublimetext-markdown-slideshow

Sublime Text 2/3 plugin for markdown slideshow
http://ogom.github.com/sublimetext-markdown-slideshow
93 stars 18 forks source link

theme io2012 fails to open in browser #8

Closed nicobo closed 9 years ago

nicobo commented 9 years ago

In MarkdownSlideshow.py,

webbrowser.open_new_tab(url)

fails in case slide.options['theme'] == 'io2012'

Tested with Firefox 33.0 on Ubuntu :

Error showing url: Error when getting information for file '/tmp/tmpOFZEEm/slide.html?presentme=true': No such file or directory

=> because of the "?presentme..." part, which is not accepted as part of a file:// URL.

ogom commented 9 years ago

Set the output file in the options. http://ogom.github.io/sublimetext-markdown-slideshow/