-
Notifications
You must be signed in to change notification settings - Fork 8
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
Features 12-2023 #70
Comments
I was also thinking about My current workaroundI currently use a keyboard shortcut to collapse the long series of prefixes in a cell: CTRL+K+[ to define the collapsible region. The only problem is that if another line is to be added to the region and that falls outside the predefined region, then the collapsible region needs to be redefined, and the collapsible regions don't copy/paste. Idea 1: Context managementIt would be great to implement a mechanism to delegate
This could also be combined with the host definition via comment, like so:
Using Users could create cells to define contexts and upon execution they would be stored globally. Recall of contexts in other cell:
The downside to this approach is that the recall of a context is opaque. We can't readily inspect what's in it at the time of recall. A collapsible view could be added to the cell's output section, that is collapsed by default but expanded on request to inspect the actual query as it was submitted to the endpoint. This view could feature a copy button so that the full query could be extracted. Idea 2: Collapsible prefixesAlternatively, (auto) collapse/expand feature could be implemented in the editor for the Downside to this approach is that the Could lend a hand with the implementation if specifications can be defined. |
Things to think of:
The text was updated successfully, but these errors were encountered: