TagStudio icon indicating copy to clipboard operation
TagStudio copied to clipboard

[Feature Request]: Update Notes Field to use WYSIWYG version of QTextEdit Class?

Open reddraconi opened this issue 9 months ago • 1 comments

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

reddraconi avatar Mar 14 '25 15:03 reddraconi

(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.

Computerdores avatar Mar 14 '25 21:03 Computerdores