Mlem icon indicating copy to clipboard operation
Mlem copied to clipboard

Improve post and comment composition TextField

Open buresdv opened this issue 1 year ago • 0 comments

Give users the ability to insert Markdown snippets to insert pictures, styling, etc.

For this to work:

  • The Textfield needs to keep track of its cursor postition so we can manipulate it when adding the Markdown markup
  • The Textfield needs to be able to manipulate the cursor position
  • The Textfield needs to have identical styling to the current one
  • The Textfield contents need to be bound to the .toolbar above the keyboard, which will include buttons for adding the various Markdown markup

buresdv avatar Jun 11 '23 12:06 buresdv