shrinishant / Extension-Whatsapp-Enriched

A Chrome Extension Which Scans through all the unsaved contacts in the chat list and exports them into downloadable excel sheet and sends customised messages including images and videos to the contacts
Mozilla Public License 2.0
4 stars 1 forks source link

There has been no formatting to the messages entered in the input file #7

Closed shrinishant closed 2 years ago

shrinishant commented 2 years ago

I think because of the input field being used for accepting the message to be sent from the user, the messages are not getting formatted with enter and spaces.

shrinishant commented 2 years ago

I think I should be using textarea field for accepting the message from the user in the popup.html to allow the support for formatting of the messages.