-
Notifications
You must be signed in to change notification settings - Fork 0
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
integrate into pyvim #34
Comments
Posted 6339cc7 to show possibilities. |
Note some minor UX issues with pyvim:
Opened #46 with above |
Not yet figured out how to add a prompt, but have figured out a hack to display a message to the screen from the io backend plugin:
|
For now password prompt done potentially by caller (e.g. ptig) or before opening files for view/edit in ptpyvim IF a filename that has been passed in requires encryption. ed6385a |
Opened #46 for improvements, closing as initial integration is complete. |
https://github.com/prompt-toolkit/pyvim
Semi related to #22
Editor.io_backends
https://github.com/prompt-toolkit/pyvim/blob/44937c508397486722e2e6d8c044792a818acfe3/pyvim/editor.py#L84Also see alternatives https://github.com/prompt-toolkit/pyvim#alternatives
#35
load from command line seems fine, as does saving.
Prompting for password experiments ONLY work when loading from command line (pre "gui" init?). Get coroutine errors (that are garbled):
The text was updated successfully, but these errors were encountered: