Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/vkbo/collett
Collett is an open source rich text editor for writing novels, built on Qt 6.2+. It is currently under initial development and not ready for use.
https://github.com/vkbo/collett
editor linux open-source qt6 qt6-widgets rich-text
Last synced: 2 months ago
JSON representation
Collett is an open source rich text editor for writing novels, built on Qt 6.2+. It is currently under initial development and not ready for use.
- Host: GitHub
- URL: https://github.com/vkbo/collett
- Owner: vkbo
- License: gpl-3.0
- Created: 2021-11-14T13:18:34.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2022-09-14T10:35:08.000Z (over 2 years ago)
- Last Synced: 2023-04-03T11:16:55.249Z (over 1 year ago)
- Topics: editor, linux, open-source, qt6, qt6-widgets, rich-text
- Language: C++
- Homepage:
- Size: 150 KB
- Stars: 1
- Watchers: 1
- Forks: 1
- Open Issues: 14
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Collett
A rich text editor for novels based on [novelWriter](https://github.com/vkbo/novelWriter) and
written with C++ and Qt6.2.Currently, the project just exists to test how much work it would be to do this in C++ rather than
in Python like the other project. I have not yet decided whether to complete it or not. It is
currently not in a usable state.## Qt6 Libraries
Either build Qt6 from source, or download the source packages from the
[Qt Open Source](https://www.qt.io/download-open-source) page.For the Collett build to find the Qt6 libraries, either specify the path via `-DCMAKE_PREFIX_PATH`
to the `cmake` command, or make a symlink from the binary folder to `lib/qt6` inside the source.