Live Preview for Markdown file, using WebView.
To build this project in Windows, you have to set up MinGW-w64.
- This project,
markdown-live-previewdepends onwebview_go. webview_gorequires CGO when compiling.- CGO is not compatible with MSVC. Setting up GCC is required.
I recommend using WinLibs
- GCC 15.1.0 with MCF threads, without LLVM/Clang/LLD/LLDB
If you make .syso file, go build will apply it automatically.
To make .syso file, install go-winres.
go install github.com/tc-hib/go-winres@latest
go-winres simply --icon resource/windows/icon.png --manifest gui --product-name "Markdown Live Preview"