-
Notifications
You must be signed in to change notification settings - Fork 2
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
Use Monaco widget for text editors #24
Comments
Deployed to http://test.lobid.org/playground/ |
This looks good in my opinion. ctrl+enter works too. One minor thing the editor has a preview could this be deleted since it is not necessary in my opinion. |
This adds some nice features.
As a general remark, testing would be easier and the results probably better, if we had more diverse examples. We have #25 for this, which is assigned to @fsteeg . |
There only are line numbers when there is content. I think that cannot be changed only with a trick like having content which contains multiple line breaks, but I don't like that idea. Maybe it's a better way to start with an example instead of empty editors?
That's possible. It would be nice to have some examples for that. Maybe we can implement resizing of the data-editor at the same time we offer more examples?
The so called mini-map comes as default with the monaco editor, but can be disabled. I think the mini-map will be useful when there are bigger files and when we have fix and flux language support, because you can identify really fast problems or violations via the mini-map and jump to this point. I will disable it for now, but think we should enable it again later.
I did the lighthouse checks but it seems that they cannot analyze the editors. We already have low contrast ratio for all buttons. Last time we discussed that it's no a great problem. |
I was afraid it is like that and I don't like the trick as well.
I am not sure about this. Please leave it empty for now.
Good
+1
+1
Ok, then let's discuss this when the basic functionality is there. |
Deployed again to http://test.lobid.org/playground/ |
+1 |
Not really. This comes with the Monaco Editor. The line is the border for the scroll bar. It seems that the scrollbar is put over the selected line border instead being beside the selected line, when the minimap is disabled. Since I found no hot-fix for this, can we move this task to be part of #29 @TobiasNx ? |
+1 |
For the Date, Flux, Fix text areas
The text was updated successfully, but these errors were encountered: