Open mikest opened 6 years ago
Sublime3 v3.1.1, Build 3176
Did you have any text selected? It only looks in a selection if you have one. Otherwise, it would help to see the file you’re rendering...
I'm having the same issue.
Got the same error using the following file. Tried selecting nothing, selecting everything, and selecting only the contents between the uml tags.
@startuml
Alice -> Bob: Authentication Request
Bob --> Alice: Authentication Response
Alice -> Bob: Another authentication Request
Alice <-- Bob: Another authentication Response
@enduml
I've seen this happen if GRAPHVIZ_DOT environment variable is not set.
If you restart Sublime Text and this is the case, there will be an error about it in the console.
I get the following error when using the render selection feature. I have a user config like so:
Default config remains unchanged. (As an aside, the default config uses a windows path...)