-
Notifications
You must be signed in to change notification settings - Fork 8.3k
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
Improved input editor for Timelion #8881
Comments
For historical purposes, there is some relevant discussion on an old Timelion issue: elastic/timelion#31 |
Excellent someone brought this back! JS syntax highlighting matches fairly well Timelion expressions. |
maybe this: https://microsoft.github.io/monaco-editor/ ? |
@rcrezende it does not work on mobile |
@cjcenizal Curious if this is still something on your radar? If not, maybe we can chat about something more tactical we can do here. |
I haven't spent any more time on this beyond the initial UX exploration (https://codepen.io/cjcenizal/pen/vgGXzZ). If someone wants to dedicate time to building this I think it would be great! |
Timelion is still screaming for help to improve it's input! |
Blocked on #10961 |
Allowing multi-line and indentation would dramatically increase readability in Timelion expressions.
The way I'd love to see is the following:
Also, when editing a timeline visualization in Kibana, the left panel is too small and I'm forced to edit the expression in another editor and paste there. Maybe allowing the user to resize the split Editor/Visualization is ideal.
Syntax highlighting would also be very welcome
The text was updated successfully, but these errors were encountered: