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

URL property at graph level is not saved/loaded

+1 vote
On a fresh yEd graph, on the porperties view (with nothing selcted), URL and Description are shown by default.

The Description text is saved properly (as graphml) but not the URL value.

Also, after adding a URL data entry by editing the graphml manually (with a key definition for 'url'), the value is not loaded when opening the graph
in Help by
recategorized by

2 Answers

0 votes

There is no default URL property on the graph level:

If you want to have an URL property on the graph level, you can create one using "Edit" -> "Manage Custom Properties". If you do that, the value of said property will be properly stored in GraphML.

----------

Update:

Turns out that yEd does not handle graph properties correctly if the names "description" or "url" (without the quotes) are used. This problem only occurs if the names are all lower-case.

We will fix this error for the next version of yEd.

In the meantime, you can workaround this problem by restarting yEd. I.e. if you have created a "url" property in another document that erroneously transferred over to the current document and now you need an "url" property for the current document as well, first save all your documents, quit yEd, start yEd again, open the document in question, use "Edit" -> "Manage Custom Properties" to add an "url" graph property, enter a value for the new "url" property, and finally save the document again.

by [yWorks] (160k points)
edited by
0 votes
This error has been fixed as of yEd 3.20.
by [yWorks] (160k points)
Legal Disclosure | Privacy Policy
...