# notepad--plugin.svg-preview **Repository Path**: zinface/notepad--plugin.svg-preview ## Basic Information - **Project Name**: notepad--plugin.svg-preview - **Description**: Notepad-- SVG 预览 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 1 - **Created**: 2023-02-09 - **Last Updated**: 2024-09-24 ## Categories & Tags **Categories**: Uncategorized **Tags**: notepad--插件, ndd插件, notepad--, svg ## README # Notepad-- SVG 预览插件 - 在线构建支持 ```cmake # 1. 查找 NotepadPlugin 模块 find_package(NotepadPlugin REQUIRED) # 2. 基于 git 仓库在线构建 svg-preview 插件(online-svg-preview) add_notepad_plugin_with_git(online-svg-preview https://gitee.com/zinface/notepad--plugin.svg-preview svg-preview) # 3. 依赖 Qt5Svg find_package(Qt5Svg) target_link_libraries(online-svg-preview Qt5::Svg) ``` - 效果图 ![](images/20230209234342.png)