2016-03-04 46 views
7

(英語が母国語ではない)OmniMarkupPreviewer 404

こんにちは、私はOmniMarkupPreviewerを設立しました。私はMediawikiのマークアップで私のページを開き、私はCtrl + Alt + oを私のブラウザで見るためにそれを押します。しかし、間違いが開か:

Error: 404 Not Found 

Sorry, the requested URL 'http://127.0.0.1:51004/view/31' caused an error: 

'buffer_id(31) 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. 

を私は変更しようとした«設定 - ユーザー»hereを助言として:

{ 
    "server_host": "0.0.0.0", 
    "server_port": 9998 
} 

しかし、新しいミスが判明:

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. 

私がするために必要なものOmniMarkupPreviewerの正しい作業をするには?

+1

Xiongmin LINの答えが私のために働くようです。問題が解決した場合は、正しいものとしてマークしてください –

答えて

14

@scumlによってhereに2つのソリューションがありますが、私は最初のソリューションによってこの問題を解決:ここ

を[取り消し拡張子を削除]の答えです:

崇高テキスト]> [設定]> [パッケージの設定]> [OmniMarkupPreviewer>設定 - ユーザー

次のファイルを削除して削除パッケージを削除します。

{ 
    "renderer_options-MarkdownRenderer": { 
     "extensions": ["tables", "fenced_code", "codehilite"] 
    } 
}