How to disable CodeMirror plugin on mobile #7373
Answered
by
pmario
saccarosium
asked this question in
Q&A
-
I've installed the CodeMirror editor because I wand to use vim keybinding in TW, but when I use my wiki on my phone, most normal phone editing functions don't work, for example selecting text and copying it on IOS. I've serached already open or closed issues and I found this one, where it seems that the issue is fixed. But as a TW noob I don't really know were I need to put the code to make it work. Any help? |
Beta Was this translation helpful? Give feedback.
Answered by
pmario
Mar 24, 2023
Replies: 1 comment 3 replies
-
Backup first
That should do it. |
Beta Was this translation helpful? Give feedback.
3 replies
Answer selected by
saccarosium
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Backup first
(function(){
$:/core/modules/macros/hackeditorstring.js
application/javascript
module-type
and set the value to:startup
That should do it.