-
-
Notifications
You must be signed in to change notification settings - Fork 14
Open
Labels
Description
Feature Category
Neural Prediction (AI models, accuracy, speed)
Feature Description
Only do Smart Punctuation within a configured time threshold interval.
Problem This Solves
- Precise formatting is sometimes needed.
- Sometimes applications pop up emoji selectors based on " :" (space colon) but not when attached to a word, for example.
Proposed Solution
For example if the interval is set via a sliding bar to 250ms:
- Punctuation within 250ms is attached to end of words.
- Punctuation outside of 250ms is not.
Alternative Solutions
No response
Priority Level
High (would significantly improve my workflow)
Implementation Considerations
- This might require neural model changes
- This might need new UI components
- This could impact performance
- This might affect privacy/security
- This could require system-level permissions
- This might need hardware acceleration
- I'm willing to help implement this
Neural/AI Considerations (if applicable)
No response
Privacy Considerations
No response
Additional Context
No response