GoMind Viewer for VS Code
Preview structured files as clear, navigable mind maps without leaving VS Code.
GoMind Viewer supports Markdown, YAML, XMind workbooks, and GoMind files. Open a file from the editor or Explorer, choose the matching Preview ... with GoMind command, and the viewer opens beside your document.
English ·
简体中文 ·
日本語
English
Features
- Preview
.md, .markdown, .yaml, .yml, .xmind, and .gomind files as mind maps.
- Open a preview from the editor context menu, Explorer context menu, or Command Palette.
- Refresh the preview automatically when the source file is saved.
- Keep the preview beside your source document for an efficient read-and-edit workflow.
- Serve the currently viewed file through a local loopback server; this extension does not upload your files to a remote service.
Quick start
- Install GoMind Viewer.
- Open a supported file in VS Code.
- Right-click the file and choose the matching Preview ... with GoMind command, or run it from the Command Palette (
Cmd/Ctrl+Shift+P).
- Edit and save the file. The preview refreshes automatically by default.
| File type |
Extensions |
Open command |
| Markdown |
.md, .markdown |
Preview Markdown with GoMind |
| YAML |
.yaml, .yml |
Preview YAML with GoMind |
| XMind |
.xmind |
Preview XMind with GoMind |
| GoMind |
.gomind |
Preview GoMind with GoMind |
Settings
gomind.viewer.enableAutoRefresh — Refresh the preview when the source file is saved. Default: true.
gomind.viewer.serverHost — Local server bind host. Default: 127.0.0.1.
Privacy and security
The extension runs a temporary HTTP server on 127.0.0.1 and gives the viewer a short-lived, random access token for the file currently being previewed. It does not intentionally send your document to GoMind or another remote server.
Requirements
Feedback
If a file does not render as expected, please include the file format, VS Code version, extension version, and a reproducible example when opening an issue. Do not attach confidential documents.
简体中文
功能
- 将
.md、.markdown、.yaml、.yml、.xmind 和 .gomind 文件预览为思维导图。
- 支持编辑器右键菜单、资源管理器右键菜单和命令面板。
- 源文件保存后自动刷新预览。
- 预览窗口可显示在源文件旁边,方便边读边改。
- 当前预览文件通过本机回环地址提供;扩展不会把文件上传到远程服务。
快速开始
- 安装 GoMind Viewer。
- 在 VS Code 中打开支持的文件。
- 右键文件,选择对应的 Preview ... with GoMind 命令;也可以打开命令面板(
Cmd/Ctrl+Shift+P)执行。
- 编辑并保存文件。默认情况下,预览会自动刷新。
支持的格式
| 文件类型 |
扩展名 |
打开命令 |
| Markdown |
.md、.markdown |
Preview Markdown with GoMind |
| YAML |
.yaml、.yml |
Preview YAML with GoMind |
| XMind |
.xmind |
Preview XMind with GoMind |
| GoMind |
.gomind |
Preview GoMind with GoMind |
设置
gomind.viewer.enableAutoRefresh:保存源文件时刷新预览。默认值:true。
gomind.viewer.serverHost:本地服务器绑定地址。默认值:127.0.0.1。
隐私与安全
扩展会在 127.0.0.1 上启动临时 HTTP 服务,并为当前预览文件生成短期、随机的访问令牌。扩展不会主动将文档发送给 GoMind 或其他远程服务器。
环境要求
反馈
如果文件显示异常,请在 issue 中提供文件格式、VS Code 版本、扩展版本和可复现示例。请不要上传包含敏感信息的文件。
日本語
主な機能
.md、.markdown、.yaml、.yml、.xmind、.gomind ファイルをマインドマップとしてプレビューできます。
- エディターのコンテキストメニュー、エクスプローラーのコンテキストメニュー、コマンドパレットから開けます。
- ソースファイルを保存すると、プレビューを自動的に更新できます。
- ソースファイルの横にプレビューを表示し、読みながら編集できます。
- 表示中のファイルはローカルのループバックアドレス経由で提供されます。拡張機能がファイルをリモートサービスへアップロードすることはありません。
使い方
- GoMind Viewer をインストールします。
- VS Code で対応ファイルを開きます。
- ファイルを右クリックして対応する Preview ... with GoMind を選択します。コマンドパレット(
Cmd/Ctrl+Shift+P)からも実行できます。
- ファイルを編集して保存します。既定ではプレビューが自動更新されます。
対応形式
| ファイル形式 |
拡張子 |
コマンド |
| Markdown |
.md、.markdown |
Preview Markdown with GoMind |
| YAML |
.yaml、.yml |
Preview YAML with GoMind |
| XMind |
.xmind |
Preview XMind with GoMind |
| GoMind |
.gomind |
Preview GoMind with GoMind |
設定
gomind.viewer.enableAutoRefresh:ソースファイルの保存時にプレビューを更新します。既定値:true。
gomind.viewer.serverHost:ローカルサーバーのバインド先です。既定値:127.0.0.1。
プライバシーとセキュリティ
拡張機能は 127.0.0.1 上で一時的な HTTP サーバーを起動し、表示中のファイルに対して短時間だけ有効なランダムトークンを発行します。GoMind やその他のリモートサーバーへドキュメントを意図的に送信することはありません。
必要条件
フィードバック
表示に問題がある場合は、issue にファイル形式、VS Code のバージョン、拡張機能のバージョン、再現可能な例を記載してください。機密情報を含むファイルは添付しないでください。
License
Licensed under the POSH SOFTWARES license. See the LICENSE file included with this extension.