Closed mbreese closed 4 years ago
Traceback (most recent call last):
File "/home/gelldur/.config/sublime-text-3/Installed Packages/MarkdownLivePreview.sublime-package/MarkdownLivePreview.py", line 74, in <lambda>
File "/home/gelldur/.config/sublime-text-3/Installed Packages/MarkdownLivePreview.sublime-package/MarkdownLivePreview.py", line 64, in update
File "/home/gelldur/.config/sublime-text-3/Installed Packages/MarkdownLivePreview.sublime-package/MLPApi.py", line 76, in show_html
File "/home/gelldur/.config/sublime-text-3/Installed Packages/MarkdownLivePreview.sublime-package/MLPApi.py", line 40, in markdown2html
File "/home/gelldur/.config/sublime-text-3/Installed Packages/MarkdownLivePreview.sublime-package/functions.py", line 131, in get_style
File "/home/gelldur/.config/sublime-text-3/Installed Packages/MarkdownLivePreview.sublime-package/functions.py", line 139, in get_resource
File "/opt/sublime_text_3/sublime.py", line 192, in load_resource
raise IOError("resource not found")
OSError: resource not found```
Same here after fresh install
I have the same issue. Once I had a color_scheme in my user settings, it worked.
This issue is no longer relevant to the new version, so I'm going to close this issue.
If there is no color scheme already selected in Sublime, the plugin doesn't work. In the console, the below error is thrown.
Once a color scheme is selected, things work as expected.
I'm assuming that a default should be used if the user hasn't selected a color scheme, but I don't know where it should be set.