Sublime Forum

Package for partial word wrap?

#1

Hello,

Does anyone know of a package that allows for some lines to be word_wrapped and other not?

I like taking notes and writing in markdown with wordwrap on.
but whenever I make a table it’s unreadable…

It would be nice to select the table and allow that portion of the file scroll horizontally.
But then all the rest of the file would wrap lines at some ruler or something.

Best,
yippy

0 Likes

#2

AFAIK, you cannot control the automatic word wrapping like that.

One option is to disable the automatic wrapping and manually wrap the lines you want (alt-q/⌘-alt-q). This will insert newlines in the text, which may or may not be what you want. I make a plugin that enhances the word wrapping logic to better work with things like Markdown (packagecontrol.io/packages/Wrap%20Plus).

0 Likes