Closed derantell closed 11 years ago
I'm getting a different error but the same result (preview doesn't work):
desktop/init.py in %appdata%\Sublime Text 3\Installed Packages\Strapdown.js Markdown Preview.sublime-package is not utf-8 encoded, unable to load plugin
Same here, so I corrected the encoding issue with iconv and another error pops up
reloading plugin Strapdown.js Markdown Preview.Strapdown Markdown Preview
Traceback (most recent call last):
File "/Applications/Sublime Text.app/Contents/MacOS/sublime_plugin.py", line 73, in reload_plugin
m = importlib.import_module(modulename)
File "X/importlib/init.py", line 88, in import_module
File "
This should be the same as issue #1. The solution is to rename a package. Btw, I can't reproduce that error on Windows or Linux.
I finally did reproduced an error. I could change the name of the package or I can wait for Package Manager to fix this error (sanitize names).
Package Manager version fails. Gitcloned from here. Preview in browser works. Preview in ST3 doesn't work.
Traceback (most recent call last):
File "C:\Portable\Sublime3\sublime_plugin.py", line 543, in run_
return self.run(edit, **args)
File "C:\Portable\Sublime3\Data\Packages\sublime-strapdown-preview\Strapdown Markdown Preview.py", line 106, in run
new_edit = new_view.begin_edit()
TypeError: begin_edit() missing 2 required positional arguments: 'edit_token' and 'cmd'
Preview in ST3 works now. Fixed in https://github.com/michfield/sublime-strapdown-preview/commit/3b84a1d0ac1cea3277126a194d3f7b63ef7d66db
Running the command
Strapdown.js Markdown: Preview in Sublime Text
in ST3 build 3021 fails with the following error: