When a user inserts a link via the Smart Picker inside a Collabora Online document, the resulting hyperlink is labelled with the raw URL instead of the picked resource's name. Collabora Online now accepts an optional text field on Action_InsertLink (CollaboraOnline/online#15561.
| Action |
Parameters______ |
Description |
Action_InsertLink |
xml
url: <String>
text: <String>
|
Insert a link into the document. This is usually the response to a successful UI_PickLink.
Added in version 26.04
The optional text argument, if supplied, is used as the hyperlink label when the user has no text selected in the document. If a selection exists it takes precedence. When neither is available, the URL is used as the label. |
When a user inserts a link via the Smart Picker inside a Collabora Online document, the resulting hyperlink is labelled with the raw URL instead of the picked resource's name. Collabora Online now accepts an optional
textfield onAction_InsertLink(CollaboraOnline/online#15561.Action_InsertLinkxmlurl: <String>text: <String>Added in version 26.04
The optional
textargument, if supplied, is used as the hyperlink label when the user has no text selected in the document. If a selection exists it takes precedence. When neither is available, the URL is used as the label.