AutoWrap
AutoWrap copied to clipboard
Auto (Hard) Wrap for Sublime Text 2/3
If I have an inline markdown link such as `[link text](https://github.com)`, and it's near the end of a line, I can end up with: ``` [link text] (https://github.com) ``` This...
I wondering if there is a way for me to configure AutoWrap to wrap not just the current line, but the entire paragraph? Just like `set fo+=a" would do in...
Great tool! Sorry, I'm not a dev, but I would suggest better readability for markdown on the future releases, if possible... For example, emphasis break with broken line. This will...
### 1. Summary If AutoWrap enable for me, symbols wrap to new Python SublimeREPL lines. I need manually delete symbols. It would be nice, if AutoWrap will not wrap words...
Pasting in a long string of text does not automatically wrap it to the next line. Is it possible to support this?
### 1. Summary AutoWrap don't work for me, if I enable [**Python PEP8 Autoformat**](https://packagecontrol.io/packages/Python%20PEP8%20Autoformat) package. ### 2. Expected behavior  ### 3. Actual behavior Words don't wrap to new line...
Hey, when I edit a file and use multiple cursors this plugin doesn't do what it should do. 
When typing a comment like this: ``` # Make sure the HTTP response code is always 200. Codes should be sent by ``` And typing outside the wrap column, the...