edit-text icon indicating copy to clipboard operation
edit-text copied to clipboard

Cannot create links yet

Open tcr opened this issue 7 years ago • 0 comments

This should be simple to support, because Bold and Italic are already partially supported on the client. The difference here:

  1. The client needs to detect that the Link button was pressed, and intercede by showing a modal dialog asking for a URL.
  2. That modal dialog needs to be designed and implemented.
  3. Then the result needs to be sent to the server (the button pressed by client command can possibly be extended with a string "data" argument) and used as the value for the Style::Link style.

tcr avatar Jul 17 '18 05:07 tcr