Skip to content
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

Auto wrap for long lines #4

Closed
octref opened this issue Feb 16, 2018 · 4 comments
Closed

Auto wrap for long lines #4

octref opened this issue Feb 16, 2018 · 4 comments
Labels
feature New feature or request

Comments

@octref
Copy link
Owner

octref commented Feb 16, 2018

  • Add option to specify image width (and wrap on that width)
  • Read editor.wordWrapColumn and wrap on it
@octref octref added the feature New feature or request label Feb 16, 2018
@alexsasharegan
Copy link

Could this possibly be read from a default vscode setting? That way we don't have to hunt down another extension config? Maybe this:

{ "editor.wordWrapColumn": 80 }

@octref octref changed the title Word wrapping on px / column Auto wrap for long lines Feb 18, 2018
@octref
Copy link
Owner Author

octref commented Feb 18, 2018

Exact px/column wrap is too much complexity. Decided to just wrap on each token (words).

@octref
Copy link
Owner Author

octref commented Feb 18, 2018

code

@octref octref closed this as completed in 87a92dd Feb 18, 2018
@alexsasharegan
Copy link

That works!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants