-
Notifications
You must be signed in to change notification settings - Fork 0
Text Field Suggestions #1
Copy link
Copy link
Open
Description
In your TODO, you mention that you have yet to find a "text area with proper (that is, interactive) markdown rendering".
Though I'm not experienced with Qt/KDE programming (yet), I've found a potential solution.
Solutions to the problems may be simpler to implement than you think:
- For italic, bold, sizing, etc. you can look here for a reference implementation. In short, you'd use the syntax-highlighting functionality that's already in there, and just write you're own highlighter.
Alternatively, I'm sure there's one for Markdown rendering already written somewhere.
That won't cover everything, though. For more advanced functionality (WYSIWYG, clickable links, etc.) you may need to look further. Maybe this?
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels