Skip to content

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

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Open
3 tasks done
reddraconi opened this issue Mar 14, 2025 · 1 comment
Open
3 tasks done
Labels
Type: Enhancement New feature or request Type: QoL A quality of life (QoL) enhancement or suggestion Type: UI/UX User interface and/or user experience

Comments

@reddraconi
Copy link

Checklist

  • I am using an up-to-date version.
  • I have read the documentation.
  • 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 reddraconi added the Type: Enhancement New feature or request label Mar 14, 2025
@reddraconi reddraconi changed the title [Feature Request]: Update Notes Field to use WSYIWYG version of QTextEdit Class? [Feature Request]: Update Notes Field to use WYSIWYG version of QTextEdit Class? Mar 14, 2025
@CyanVoxel CyanVoxel added Type: QoL A quality of life (QoL) enhancement or suggestion Type: UI/UX User interface and/or user experience labels Mar 14, 2025
@Computerdores
Copy link
Collaborator

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

@CyanVoxel CyanVoxel moved this to 🍀 Backlog in TagStudio Development Mar 15, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Type: Enhancement New feature or request Type: QoL A quality of life (QoL) enhancement or suggestion Type: UI/UX User interface and/or user experience
Projects
Status: 🍀 Backlog
Development

No branches or pull requests

3 participants