Welcome to yEd Q&A!
Here you can ask questions and receive answers from other members of the community and yEd developers. And you can tell us your most wanted feature requests.

Categories

Add hooks to open unsupported formats through third party converters

0 votes

It would be nice to have some hooks exposed to add support for other formats through externals converters.

For example, I've written a VSD to SVG converter and it would be nice if I could integrat it with yED and add support for VSD to yED with something like a little xml:

<external_open>

<format>.vsd</format>

<command>vsd2svg</command>

<args>

<arg>-i</arg>

<arg>$INPUT_FILE</arg>

</args>

</external_open>

This example is of course too simple, but it gives the general idea.

 

For reference inkscape does that with its script extensions

in Feature Requests by (120 points)

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:
To avoid this verification in future, please log in or register.
Legal Disclosure | Privacy Policy
...