# framework-plugins-by-zinface **Repository Path**: ndd-community/framework-plugins-by-zinface ## Basic Information - **Project Name**: framework-plugins-by-zinface - **Description**: 由 zinface 用户提供的 ndd 插件构建引用集合 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2024-03-24 - **Last Updated**: 2024-03-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Notepad-- 插件 by zinface - 在线构建支持(来自 zinface 用户提供的插件系列) ```cmake # 1. 基于 git 仓库引用 zinface 用户提供的聚合插件 add_framework_plugin_with_git( https://gitee.com/ndd-community/framework-plugins-by-zinface) # 将以上代码复制到 src/plugin/dev.cmake 中即可引用该用户所有插件 ``` - 本仓库下的的 plugin.cmake 内容预览 ```markdown # 1. 基于 git 仓库在线构建 helloworld 插件 add_framework_plugin_with_git( https://gitee.com/zinface/notepad--plugin.helloworld --branch=cmake-plugins-dev) # 2. 基于 git 仓库在线构建 plantuml 插件 add_framework_plugin_with_git( https://gitee.com/zinface/notepad--plugin.plantuml-preview --branch=cmake-plugins-dev) # 3. 基于 git 仓库在线构建 svg-preview 插件 add_framework_plugin_with_git( https://gitee.com/zinface/notepad--plugin.svg-preview --branch=cmake-plugins-dev) # 4. 基于 git 仓库在线构建 plantuml-examples 插件 add_framework_plugin_with_git( https://gitee.com/zinface/notepad--plugin.plantuml-examples --branch=cmake-plugins-dev) # 5. 基于 git 仓库在线构建 image-view 插件 add_framework_plugin_with_git( https://gitee.com/zinface/notepad--plugin.image-view) ```