Skip to content

question: how to get data like html or svg #41

@loudoweb

Description

@loudoweb

Hi,
I would like to get the html text and not the raw text. How I can dot that? I also would like to get data from graphic software (like photoshop) which I suppose is svg (but I'm not sure).

I tried to register with the following mime type without success (is_convertible returns false):

clip::format html_format = clip::register_format("text/html");
clip::format rich_format = clip::register_format("text/richtext");
clip::format svg_format = clip::register_format("image/svg+xml");

Is there a way to get these formats?

Also, is it possible to get the list of the current formats in the clipboard?

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions