TagStudio
TagStudio copied to clipboard
[Feature Request]: Update Notes Field to use WYSIWYG version of QTextEdit Class?
Checklist
- [x] I am using an up-to-date version.
- [x] I have read the documentation.
- [x] I have searched existing issues.
Description
I would be nice to have the WYSIWYG version of the QTextEdit class for Notes fields. (I'm not sure how well that would play with the SQLite database, though.)
Ideally it would use the markdown property set to MarkdownDialectGitHub.
Solution
No response
Alternatives
No response
(I'm not sure how well that would play with the SQLite database, though.)
There shouldn't be any problems with that, as far as I can tell the text can simply be read from the QTextEdit and then stored in the DB and vice versa.
Solid suggestion btw, this should be easy to implement and provide a nice feature as well.