Hello. It is convenient to edit Wikipedia and other sites with wiki markup using the Mediawiker plugin using the Sublime Text 3 editor. The problem is the lack of preview edits. I found the OmniMarkupPreviewer plugin that seems to solve the problem, but I can't start it. When I press Ctrl + Alt + O , a page with the following error opens in the browser:
Made changes to Preferences → Package Settings → OmniMarkupPreviewer → Settings → User → Settings - User , as indicated here :
{ "server_host": "0.0.0.0", "server_port": 9998 }
Yes, but instead of the old error, a new one appeared:
Error: 404 Not Found Sorry, the requested URL 'http://127.0.0.1:9998/view/52' caused an error: 'buffer_id(52) is not valid (closed or unsupported file format)' **NOTE:** If you run multiple instances of Sublime Text, you may want to adjust the `server_port` option in order to get this plugin work again.
The console ( Ctrl + ` ) displays:
OmniMarkupPreviewer: [INFO] Launching web browser for http://127.0.0.1:51004/view/96 OmniMarkupPreviewer: [ERROR] Exception occured while rendering using MediaWikiRenderer Traceback (most recent call last): File "./subprocess.py", line 1112, in _execute_child FileNotFoundError: [WinError 2] Не удается найти указанный файл During handling of the above exception, another exception occurred: Traceback (most recent call last): File "C:\Documents and Settings\Admin.USER-AC59577756\Application Data\Sublime Text 3\Packages\OmniMarkupPreviewer\OmniMarkupLib\RendererManager.py", line 266, in render_text rendered_text = renderer.render(text, filename=filename) File "C:\Documents and Settings\Admin.USER-AC59577756\Application Data\Sublime Text 3\Packages\OmniMarkupPreviewer\OmniMarkupLib\Renderers\base_renderer.py", line 77, in render text = self.executable_check(text, kwargs['filename']) File "C:\Documents and Settings\Admin.USER-AC59577756\Application Data\Sublime Text 3\Packages\OmniMarkupPreviewer\OmniMarkupLib\Renderers\base_renderer.py", line 106, in executable_check startupinfo=self.get_startupinfo()) File "./subprocess.py", line 824, in __init__ File "./subprocess.py", line 1118, in _execute_child FileNotFoundError: [WinError 2] Не удается найти указанный файл
Although using the same plug-in, you can directly preview Markdown texts without reloading and saving the page and extensions to auto-refresh the page - like Reload Every - in the browser.
What should I do to preview the changes I made without saving the edits on the wiki every time? Thank.