Skip to content

Text Field Suggestions #1

@athyfr

Description

@athyfr

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions