You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[Describe how you envision the feature working and its expected benefits.]
Use Cases
I'm looking for a fast Python editor (ideally with directory/project browsing with spell check) to bolt in my encryption library. Trying to determine if the projects would be compatible with each other.
I would recommend NOT going down the PEP 272 route as this doesn't handle crypto containers. It certainly makes sense to use that if you are handling contain/file-format API yourself.
Additional Context
[Add any other context or information that might be relevant to this feature request.]
Your GitHub Username
[Please provide your GitHub username if you'd like to be credited for this feature request or if you'd like to be notified about updates.]
Labels
[Choose appropriate labels to categorize the feature request, such as "enhancement", "new feature", etc.]
The text was updated successfully, but these errors were encountered:
Yeh, we are planning to add a feature for encryption and decryption for text files while saving a file, opening a encrypted text file although any encryption algorithm in not decided at the moment, as this feature will be implemented when the editor does basic functionality's (which it does not at the moment). I'll look into the PEP 272 & Puren Tonbo as you had mentioned them 👀. Hence, any documentation is not available for the project at the moment
Nyx Text Feature Request
Description
nyxtext/README.md
Line 146 in 3cfb7d7
Any docs on plans/ideas/goals for this?
Problem Statement
See above, clarification on goal
Proposed Solution
[Describe how you envision the feature working and its expected benefits.]
Use Cases
I'm looking for a fast Python editor (ideally with directory/project browsing with spell check) to bolt in my encryption library. Trying to determine if the projects would be compatible with each other.
Implementation Ideas
Alternatives Considered
I would recommend NOT going down the PEP 272 route as this doesn't handle crypto containers. It certainly makes sense to use that if you are handling contain/file-format API yourself.
Additional Context
[Add any other context or information that might be relevant to this feature request.]
Your GitHub Username
[Please provide your GitHub username if you'd like to be credited for this feature request or if you'd like to be notified about updates.]
Labels
[Choose appropriate labels to categorize the feature request, such as "enhancement", "new feature", etc.]
The text was updated successfully, but these errors were encountered: