You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
While testing the freetext entry inputs on mobile I found inputting some markdown/identifier sequences a pain e.g. \(. As I am old, I also had to Google to find the curly brackets page of the keyboard. 馃槂 I've experimented with helper buttons when the screen is narrow:
Mobile.freetext.mp4
Posting here for comment. I'm also not sure on my insertion method. They're added by input.js in a similar fashion to validation rather than during the input render. I can't quite decide which is a better fit. (Some work needs to be done by input.js whatever.)
While testing the freetext entry inputs on mobile I found inputting some markdown/identifier sequences a pain e.g.
\(. As I am old, I also had to Google to find the curly brackets page of the keyboard. 馃槂 I've experimented with helper buttons when the screen is narrow:Mobile.freetext.mp4
Posting here for comment. I'm also not sure on my insertion method. They're added by input.js in a similar fashion to validation rather than during the input render. I can't quite decide which is a better fit. (Some work needs to be done by input.js whatever.)
dev...freetext-mobile