atom-rst-preview
atom-rst-preview copied to clipboard
Live preview not working Atom 1.0.11
Hi,
the live preview does not work on atom 1.0.11, on OSX. When pressing control+shift r nothing is happening, no error, just really nothing.
After some investigation, I found the problematic lines of code:
grammars = atom.config.get('rst-preview.grammars') ? []
return unless editor.getGrammar().scopeName in grammars
in my case, scopeName is "text.restructuredtext source.gfm.restructuredtext". When commenting out these two lines of code, the live preview works.
+1
@lionelvillard +1, commenting out these two lines of code, the live preview works.
my atom version is 1.0.19
Same issue & same solution worked for me on Atom 1.0.11.
@lionelvillard Thanks for your answer ... I have the same problem ... Would you please provide more details here? Thanks