# vtextedit **Repository Path**: MusicScore/vtextedit ## Basic Information - **Project Name**: vtextedit - **Description**: No description available - **Primary Language**: Unknown - **License**: LGPL-3.0 - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2021-11-29 - **Last Updated**: 2021-11-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # vtextedit This project contains the key editor components for [VNote](https://github.com/vnotex/vnote), including: * `VTextEdit`: the basic edit widget derived from `QTextEdit`. * `VTextEditor`: a fully-functional editor for plain text, with Vi and syntax highlight supports. * `VMarkdownEditor`: a fully-functional editor for Markdown derived from `VTextEditor`, with in-place preview support. Check the `demo` project and VNote for details. ![Main Interface](pics/main.png) ## License This project is licensed under [GNU LGPLv3](https://opensource.org/licenses/LGPL-3.0).