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

Request: Option to display preview in sidebar during typing #61

Open
arenaq opened this issue Feb 26, 2018 · 5 comments
Open

Request: Option to display preview in sidebar during typing #61

arenaq opened this issue Feb 26, 2018 · 5 comments

Comments

@arenaq
Copy link

arenaq commented Feb 26, 2018

Would it be possible to do something like that? Or at least update a file automatically so that user can put it on 2nd monitor.

IntelliJ has a plugin that can do this and I have to say it is quite useful.

@evandrocoan
Copy link

evandrocoan commented Feb 26, 2018

Like this (https://github.com/qjebbs/vscode-plantuml#preview-and-export-demos)?

@arenaq
Copy link
Author

arenaq commented Feb 26, 2018

Yes, exactly like that. Shouldn't be hard to implement, right?

@evandrocoan
Copy link

@arenaq, I just implemented this on my fork. You need to run the command

  1. PlantUmlDiagrams: Continually Generate Diagram

This will continually generate the diagram, but it will not set the 2 column automatically, you need to create 2 panels and drag the opened image to the other panel manually:

image

@arenaq
Copy link
Author

arenaq commented Mar 8, 2018

@evandrocoan so it is just viewing of file and re-generating the file on every change? that does not seem to be very nice to a HDD, would be nice to do this in memory only

@evandrocoan
Copy link

I do not have problems with that. As it is, it just works. I am not sure whether you can open an image with Sublime Text using in memory only image.

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

No branches or pull requests

2 participants