# kate **Repository Path**: add358/kate ## Basic Information - **Project Name**: kate - **Description**: Kate是一个功能丰富的现代文本编辑器。 Kate有很多功能,可以让你更容易查看和编辑文本文件。并且通过选项卡和拆分视图可以同时编辑和查看多个文件。 另外可添加各种插件,如终端插件(可以在Kate中使用控制台命令),搜索、替换插件,预览插件(可预览MarkDown、HTML甚至SVG等文件) - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2023-07-05 - **Last Updated**: 2024-11-22 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Join Us! So you want to participate in developing Kate? Great! The project is always in need of helping hands. If you need pointers, please visit the following pages: * Central hub for information around Kate development: Just head to our website [kate-editor.org](https://kate-editor.org/). * How to compile Kate on your machine? Read our [Build it!](https://kate-editor.org/build-it/) tutorial. * How to help out with the project? See our [Join Us!](https://kate-editor.org/join-us/) page. ## Licensing Contributions to kate.git shall be licensed under [LGPLv2+](LICENSES/LGPL-2.0-or-later.txt) or [MIT](LICENSES/MIT.txt). All files shall contain a proper "SPDX-License-Identifier: LGPL-2.0-or-later" or "SPDX-License-Identifier: MIT" identifier inside a header like: ```cpp /* SPDX-FileCopyrightText: 2021 Christoph Cullmann SPDX-License-Identifier: LGPL-2.0-or-later */ ``` ```cpp /* SPDX-FileCopyrightText: 2021 Christoph Cullmann SPDX-License-Identifier: MIT */ ``` # kate.git content ## apps The apps folder contains both the Kate and KWrite applications itself and their shared implementation. ### apps/lib The **apps/lib** directory contains the shared sources of the Kate and KWrite applications. Close to everything beside the main functions of the two applications is implemented there. This is installed a shared library kateprivate that can be used by addons, too. The library isn't BC over releases, no headers to use it are installed to the system. ### apps/kate The **apps/kate** directory contains the Kate application sources. Kate is using KUserFeedback for telemetry starting with release 20.04. For details of the opt-in send information, see https://community.kde.org/Telemetry_Use ### apps/kwrite The **apps/kwrite** directory contains the KWrite application sources. KWrite is using KUserFeedback for telemetry starting with release 22.08. For details of the opt-in send information, see https://community.kde.org/Telemetry_Use ## addons The **addons** directory contains in sub-directories the sources of all bundled plugins. These plugins are not only used by Kate itself but other KTextEditor compatible applications, like KDevelop. ## doc The **doc** directory contains the Kate, KWrite & KatePart manuals. ## LICENSES The **LICENSES** directory contains the license files as referenced in the individual source files. For any used **SPDX-License-Identifier** the matching license should be located there. ## Kate's Mascot: Kate the Cyber Woodpecker Kate's mascot, Kate the Cyber Woodpecker, was designed by [Tyson Tan](https://www.tysontan.com/). More details can be found on our [mascot page](https://kate-editor.org/mascot/). ![Picture](https://kate-editor.org/images/mascot/electrichearts_20210103_kate_normal.png)