Skip to content
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

Multiple buffers #11

Open
davibe opened this issue Sep 29, 2016 · 0 comments
Open

Multiple buffers #11

davibe opened this issue Sep 29, 2016 · 0 comments

Comments

@davibe
Copy link

davibe commented Sep 29, 2016

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 ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant