-
Notifications
You must be signed in to change notification settings - Fork 362
Stopped working on SublimeText 2 Windows #307
Comments
Are you seeing errors in the console? |
Please also provide as much detail as you can, system etc. |
Also, did you restart after the update? A big update like the one pushed out will likely not reload well via Package Control and will require a Sublime restart. |
I did test this before the release, and I just verified again that it is working for me in both OSX and Windows ST2, so you will need to provide more details. For further investigation. |
Ok. More details. 0. System
1. Package Control Remove - console output
2. Restarted sublime3. Package Control Install - console output
Let me know what else you need. |
I think that is all I need. It can't find unicodedata. I need to revisit why some systems can't find this on ST2. I think some of Markdown Previews internal dependencies had some hacks for this, but when we removed the internal dependencies for package control managed dependencies, we lost the advantage of those ST2 specific hacks. I need to put those back in. I will add the fix later, but I will need you to test them locally for verification as I am not experiencing this problem. |
Sure thing. |
i suffer the same problem.hope the fix. |
Found the hack: b631e1d. Will probably need to put this at the top level in |
Looks like my problem, thanks for looking into it |
If someone with unicodedata trouble can try out #308 pull request and let me know if it solves your problems, I will be able to push out a new bug fix release. |
my sublime2 in windows 8 also can not show markdown preview .and the console show "Reloading plugin extension C:\Users\myPC\AppData\Roaming\Sublime Text 2\Packages\Markdown Preview\markdown\extensions\headeranchor.py |
"me too" isn't going to get this fixed, I need someone to confirm that #308 fixes the issue. |
i fix my problem by the method of commit " b631e1d":
logger = logging.getLogger('MARKDOWN') @facelessuser you modify the file of headerid.py,but there is also a same problem in the file of markdown\extensions\toc.py |
It is possible we need to place it here as well https://github.com/revolunet/sublimetext-markdown-preview/blob/master/markdown_wrapper.py. |
It actually appears that we should drop this in helper.py as Sublime seems to load them alphabetically. |
#308 has been updated with unicodedata loading in helper.py |
Looks like #308 is working. I just copied the modified files and placed them where they need to be. The console now looks clean of errors and the "Markdown Preview" menu items are back. |
Thanks, I will go ahead and push it out. |
Thanks for the quick fix. |
I no longer have the "Preview Markdown" option in the menu.
Uninstall and reinstall did not help.
It worked several days ago.
The text was updated successfully, but these errors were encountered: