-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
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.
What do you think ? @gillyb ?
Metadata
Metadata
Assignees
Labels
No labels