Skip to content

Accept HTML in update messages and render them in an HTML sheet #1467

@FichteFoll

Description

@FichteFoll

By using an HTML sheet, PC could allow plugin authors to display more rich messages after updating with clickable links and inline images, for example.
They could also run commands from links that allow configuring their package.
For compatibility, messages that are not markdown could just be html-escaped and embedded as-is.

Problems

  1. Sheets are a new feature, as are command links. For backwards compatibility, a phantom could be used for rendering, but commands would just not work for older versions.
  2. Most current change messages are formatted in Markdown and don't use HTML. While we have the python-markdown dependency available, I wouldn't know how to feel about PC depending on the dependencies it makes available in the first place.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions