From 63c70246b1cc56cde0d65920d91a17f3fdb6677f Mon Sep 17 00:00:00 2001 From: Tanay Neotia <50850142+tneotia@users.noreply.github.com> Date: Sat, 22 May 2021 15:45:28 -0400 Subject: [PATCH] Update FAQ --- README.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/README.md b/README.md index a3a9729a..98f4e0d9 100644 --- a/README.md +++ b/README.md @@ -1007,6 +1007,20 @@ If you do find any issues, please report them in the Issues tab and I will see i * Clicking on the editor makes the cursor appear on the second line relative with the hint. Is there a workaround? - https://github.com/tneotia/html-editor-enhanced/issues/24 * How can I give the editor box a custom background color? - https://github.com/tneotia/html-editor-enhanced/issues/27 + +* I see a file upload button in the top left of my application on Web. How can I remove it? - https://github.com/tneotia/html-editor-enhanced/issues/28 + +* I can't tap drawer items above the text editor on Web. How can I fix this? - https://github.com/tneotia/html-editor-enhanced/issues/30 + +* How can I remove the "dragbar" at the bottom of the editor? - https://github.com/tneotia/html-editor-enhanced/issues/42 + +* How can I detect if an image has been deleted from the editor? - https://github.com/tneotia/html-editor-enhanced/issues/43 + +* How can I handle editor focus? - https://github.com/tneotia/html-editor-enhanced/issues/47 + +* How can I set the default text direction for the editor content? - https://github.com/tneotia/html-editor-enhanced/issues/49 + +* How can I handle relative URLs for images in my initial text? - https://github.com/tneotia/html-editor-enhanced/issues/50