# PaperPeer **Repository Path**: dandelight/paperpeer ## Basic Information - **Project Name**: PaperPeer - **Description**: PaperPeer是基于Qt/C++自主开发的桌面文献管理程序,基于BiBTeX提供文献信息管理服务 - **Primary Language**: Unknown - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-09-16 - **Last Updated**: 2022-02-15 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ## TODO 1. 功能尚未完善,有待发掘 2. 默认图书馆目录没有更改,不能批量删除,不能显示是否有`pdf`文件,文献名中有特殊字符会导致`pdf`保存错误,只有有`doi`才能打开网页链接。 3. 增加文献软件内预览、文本提取、在线翻译等功能 4. 修复未打开`bib`文件时的空指针错误 5. 美化页面 ## 编译运行 ### 1. `Qt Creator`编译 前往https://www1.qt.io/download-open-source-access/下载`Qt`安装器,安装`Qt 5.15`版本。 双击`paperpeer.pro`文件,打开`Qt Creator`程序 ![image-20210618101920555](image/README/image-20210618101920555.png) 确保至少一个`kit`被勾选,点击`Configure Project`。 ![image-20210618102009986](image/README/image-20210618102009986.png) 点击右下角`运行`进行编译运行。