SoftwareBrothers / better-docs

Beautiful toolbox for jsdoc generated documentation - with 'typescript', `category` and `component` plugins
MIT License
858 stars 127 forks source link

Support for editing code on mobile. (Use react-live!) #18

Open trusktr opened 5 years ago

trusktr commented 5 years ago

Hello! If you're using React, you should totally use react-live's editor component. It works on mobile, because it uses contenteditable for its editing abilities.

At the moment, I have trouble with the current editor in your docs on my phone (editors like Monaco, CodeMirror, and Ace, don't work on mobile).

wojtek-krysiak commented 4 years ago

good idea, definitely worth doing this, but this is not an easy task so I cannot give you any deadlines for that