-
-
Notifications
You must be signed in to change notification settings - Fork 763
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
Storable contexts as the missing link halfway between bookmarks and sessions? #837
Comments
@rhogez it doesn't look like anyone has free time to pick this up. I don't see any use case where I will need this feature. Please check the APIs |
I'd love to have this. Don't know if my knowledge of C is sufficient but as it appears to be mostly a stripped-down version of the session functionality I guess I have a chance. Thanks for the pointer. |
All the best! I am adding this as a line item in the ToDo and closing this defect. Note that you'll have to load the current session data and then update the dta for the specific context. |
Would it be within scope to enable doing it the other way around as well? In other words, the request here is to allow saving contexts individually, and I would be curious if setting a context as "non-savable" despite Context: The It works great but opens |
I do not want any further complexity, unnecessary prompts and roundabout workflows in this perfectly working feature. The scope is to update just the current context. Period. |
I suspected it but it was worth asking what you thought about it. Maybe I'll be able to achieve what I want by saving contexts individually when this todo item is added, and leaving one unsaved for my mail client. Atworst I'll edit the nmail-nnn launch script to create non-random names for the temporary directory. |
I don't think this is something that we need to add as a feature. You can always open a session, modify the one context you want to update and same the session. There would be no additional flexibility in this regard. |
So the feature request is basically to allow saving individual contexts in a way that is very similar to sessions. When a saved context is set it should replace only the current context but not all contexts. There is a plugin based on the idea of using symlinks as bookmarks. That already comes close. It would, however, be great to be able also to save other features of a context like “show hidden files”, sort criteria, etc. Plus: contexts are already a part of n3. Just making them individually storable would not bloat the basic design of n3 and could probably make re-use of code and concepts already tested for sessions?
The text was updated successfully, but these errors were encountered: