How to Edit text/html ? #2856
Unanswered
pawelkontek
asked this question in
Q&A
Replies: 1 comment
|
You can use the command below which creates a menu entry (shortcut) to edit an HTML format if the current item has it (here is how to add the command to CopyQ): [Command]
Command="
copyq:
editItem(currentItem(), mimeHtml)"
Icon=
InMenu=true
Input=text/html
Name=Edit HTML
Shortcut=ctrl+shift+f2 |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
How to Edit
text/html?When I click on "Edit" I am only presented with the

text/plainlayer.I really need to edit the `text/html
All reactions