You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have many queries in sensitive. My buffer is now 2k lines long. It would be nice to be able to group them somehow so that they are easy to lookup by category without scrolling for hours. Maybe an accordion-like widget would make sense ?
or maybe multiple sensitive tabs (persistent) would be easier ?
Am I the only one who feel like this is needed ?
Thinking more about it .. since we want to keep code as close as possible to kibana we could do this. Add application menu entries with:
Save buffer as.. -> opens a window where you type a name i.e. "buffer 2"
[ -- separator -- ]
buffer 1 -> restores buffer 1 in current workspace (asking confirmation)
buffer 2 -> restores buffer 2 in current workspace (asking confirmation)
...
[ -- separator -- ]
Save current (buffer 1)
The code handling these would be injiected without touching kibanas. We just have to get a handle of the <textarea/> buffer i think.
I have many queries in sensitive. My buffer is now 2k lines long. It would be nice to be able to group them somehow so that they are easy to lookup by category without scrolling for hours. Maybe an accordion-like widget would make sense ?
or maybe multiple sensitive tabs (persistent) would be easier ?
Am I the only one who feel like this is needed ?
Thinking more about it .. since we want to keep code as close as possible to kibana we could do this. Add application menu entries with:
The code handling these would be injiected without touching kibanas. We just have to get a handle of the
<textarea/>
buffer i think.What do you think ? @gillyb ?
The text was updated successfully, but these errors were encountered: