Attribute: Difference between revisions

From FreeMind
Jump to navigationJump to search
No edit summary
(+links to forums)
Line 12: Line 12:
</node>
</node>
</pre>
</pre>
==Forums==
* [http://sourceforge.net/forum/message.php?msg_id=4181835 Attributes in 0.9.0], 2007-02-27
* [http://sourceforge.net/forum/message.php?msg_id=3114502 Freemind with attributes], 2005-04-23


==See also==
==See also==

Revision as of 10:08, 23 February 2009

FreeMind 0.9.0 features the option to assign user attributes to nodes.

Implementation

Storage in XML, an example:

<node TEXT="Hello">
<attribute VALUE="Node 1" NAME="name"/>
<attribute VALUE="100" NAME="width"/>
</node>

Forums

See also