This project contains the key editor components for VNote, including:
VTextEdit
: the basic edit widget derived fromQTextEdit
.VTextEditor
: a fully-functional editor for plain text, with Vi and syntax highlight supports.VMarkdownEditor
: a fully-functional editor for Markdown derived fromVTextEditor
, with in-place preview support.
Check the demo
project and VNote for details.
This project is licensed under GNU LGPLv3.