-
Notifications
You must be signed in to change notification settings - Fork 10
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Line breaks problem in text editors #54
Comments
hmmm yeah, I was thinking about it before, those are separate issues really for cr/lf what I could do is add a dropdown in the editor to force save with different formats for better editor, yes, if a modern browser is used, wfm already detects modern browsers so I could spew out different editor for these - do you have any suggestions? |
I added crlf <> lf conversion in head master, it would be cool if you could test it more |
It works fine with LF, but there is a little bit bug with CRLF: Lines 155 to 156 in 6b193a1
The form itself converts LF to CRLF, so if you convert it again it becomes CRCRLF. |
wow good find |
ok just removed this case |
hey any chance you could confirm that there are no further issues with this? thanks! |
I just tested, it works great now, thank you! |
Due to the use of form, all line breaks become CRLF, which is disastrous.
Perhaps another way to POST text data should be considered.
By the way, is it possible to use other more modern text editors?
I realize that WFM is a simple application, and the current editor is rudimentary, but it seems adequate.
So I'm not sure if introducing a modern editor with syntax highlighting is a good idea.
The text was updated successfully, but these errors were encountered: