-
Notifications
You must be signed in to change notification settings - Fork 31
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
Image placing and cropping tool #147
Comments
That sounds nice if a bit beyond what the current extension does. I can't see myself doing this, but if you make a PR I'd be happy to take a look 😃. For tutorials/etc the best bet if probably https://code.visualstudio.com/api/references/vscode-api + examples you can find online. |
I will see how time consuming that is. I think it is a bit of a challenge, but thats what I am looking for ;) |
Hi Max, just thought I'd update you on the state of this extension. I'm afraid that due to me moving to another editor I'm no longer maintaining this extension 🙁 (sorry to disappoint), but don't let that from stop you from making this happen 🙂. I'd happily answer questions on the internals of this extension, and I'd be thrilled to accept a PR on this. I'm just no longer actively developing this, not completely abandoning it :) |
Hey, no worries, you did a great job on this project. Because I am using vscode, latex and the plugins also for my study, my upcoming master thesis and my PhD next year, I will for sure make this feature happen. It is only a matter of time. Btw, I don't really know how you and all the other developers here at github have so much time, Best |
Feature Request
Is your feature request related to a problem? Please describe.
For my scientific work I often use .png images or at least some included .pdf files with graphic
elements in it. To place that items correctly in my document I often have to crop them (within \includegraphics environment). My workflow is that I change the crop distances, build it, look at
the result and do the same thing again. Especially with multiple images next to each other it is
very time consuming.
Describe the solution you'd like
I would appreciate it to have at least some preview (like tikz-preview) or some tool where you can
adjust the crop settings with the mouse.
Describe alternatives you've considered
The only alternative is to crop the images with tools like Gimp or Photoshop. But that doesn't work
for .pdf-files.
Additional comment
I don't know how strict you are with pull-requests. I program for a few years also with Javascript and one of my new projects use react, nodejs etc. - maybe I can implement it by my own. Do you have a nice tutorial to get in touch with the VS-Code plugin environment?
The text was updated successfully, but these errors were encountered: