<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>https://freemind.sourceforge.io/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=MikeS</id>
	<title>FreeMind - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="https://freemind.sourceforge.io/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=MikeS"/>
	<link rel="alternate" type="text/html" href="https://freemind.sourceforge.io/wiki/index.php/Special:Contributions/MikeS"/>
	<updated>2026-04-29T13:16:01Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.38.7</generator>
	<entry>
		<id>https://freemind.sourceforge.io/wiki/index.php?title=FreeMind_0.9.0:_The_New_Features&amp;diff=8396</id>
		<title>FreeMind 0.9.0: The New Features</title>
		<link rel="alternate" type="text/html" href="https://freemind.sourceforge.io/wiki/index.php?title=FreeMind_0.9.0:_The_New_Features&amp;diff=8396"/>
		<updated>2009-11-05T10:38:51Z</updated>

		<summary type="html">&lt;p&gt;MikeS: /* Find And Replace */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A great release is to come. We have many exciting new features: WYSIWYG-Editing for nodes and notes, scripting, filter, attributes and many more. &lt;br /&gt;
 &lt;br /&gt;
But all these new features still need a lot of testing and documentation. To start this, please have a look at the newest version [http://sourceforge.net/project/showfiles.php?group_id=7118&amp;amp;package_id=188772 here] and [http://sourceforge.net/forum/forum.php?thread_id=1592095&amp;amp;forum_id=22101 tell us your opinions].&lt;br /&gt;
&lt;br /&gt;
Use this wiki page for documenting the new features.&lt;br /&gt;
&lt;br /&gt;
But: Don&#039;t use this version for productive maps. It is not stable enough!&lt;br /&gt;
* Further warning: If you create a map with Attributes, it will open as a &amp;quot;New Map&amp;quot; with no data in version 0.8. Your data is not lost, just not readable by 0.8.&lt;br /&gt;
* You can try to convert the 0.9.0 - saved map back to 0.8.0 by following steps&lt;br /&gt;
&lt;br /&gt;
# Make the backup copy of the map &lt;br /&gt;
# Open it with the 0.9.0 again&lt;br /&gt;
# Select all nodes &lt;br /&gt;
# Format-&amp;gt; use plain text &lt;br /&gt;
# Save&lt;br /&gt;
# Open the mind map file in text editor &lt;br /&gt;
# Remove all lines starting with &amp;lt;attribute_registry&amp;gt; and ending with &amp;lt;attribute_registry/&amp;gt; &lt;br /&gt;
# Save the file and try to open it in 0.8.0 &lt;br /&gt;
 &lt;br /&gt;
If it does not help you should use the 0.9.0. &lt;br /&gt;
&lt;br /&gt;
= Attributes =&lt;br /&gt;
&#039;&#039;FIXME: An introduction should be given here explaining what attributes are and what they are good for. Why should the user learn how to fiddle around with attributes if he does not know what they are?&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Attributes provide different perspectives for ordering/viewing your MindMap. Attributes are tuple name/value pairs that are globally available i.e. can be tagged to any node and assigned specific values.  For example, you can create shopping lists, add notional weightings, performance metrics, etc.  The real power of attribute comes from writing Groovy scripts that can operate on attribute value or change the behavior of a node.  For example,  you can summarize the info contained within several nodes for a total cost.  Attributes are complemented by Filters.&lt;br /&gt;
&lt;br /&gt;
Real world example:  I use Attributes and Filters after taking staff meeting notes.  Immediately after a meeting, I assign attributes to nodes as applicable:  Attribute 1 is &amp;quot;Name&amp;quot;, values are the names of my staff;  Attribute 2 is &amp;quot;Priority&amp;quot;, values are numbers 1-5.  The &amp;quot;Assign Attributes...&amp;quot; dialogue allows me to select all comments from a certain staff member and then assign their name to those nodes at once.  If there is an action required, I might assign a priority.  Filters allow me to quickly see only nodes from a certain staff member, or specific priority levels, or any combination.  --[[User:Dnbarg|Dnbarg]] 20:21, 22 Oct 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
== Quick Attribute creation ==&lt;br /&gt;
* Select node.&lt;br /&gt;
* Edit Attribute: Alt-F9 or, Rt-click&amp;gt;Edit attributes.&lt;br /&gt;
* Type in an Attribute name.&lt;br /&gt;
* Then add a value if desired.&lt;br /&gt;
* Edit with the Attribute Manager later if necessary.&lt;br /&gt;
== Using Attribute Manager ==&lt;br /&gt;
* Open the attribute manager with attribute icon on toolbar or, Tools&amp;gt;Attribute Manager.&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
=== Working with Attributes ===&lt;br /&gt;
*     Click the &amp;quot;Edit&amp;quot; button in the &amp;quot;All Attributes&amp;quot; row&lt;br /&gt;
*     Select attribute names from existing names to Rename/Delete in popup dialog&lt;br /&gt;
*     Enter new attribute name to Add in popup dialog&lt;br /&gt;
*     Press &amp;quot;Close&amp;quot; to close the dialog after all changes are done&lt;br /&gt;
&lt;br /&gt;
==== Create Attribute ====&lt;br /&gt;
*     Type in your Attribute name, then press add&lt;br /&gt;
*     Repeat to add multiple attributes&lt;br /&gt;
==== Create Attribute values==== &lt;br /&gt;
*         type the value, then press &amp;quot;Add&amp;quot;&lt;br /&gt;
*         It&#039;s a good idea to add a blank value to the list. It helps when assigning attributes later&lt;br /&gt;
Every Attribute can have multiple values&lt;br /&gt;
*         eg. I use an Attribute called &amp;quot;Staff&amp;quot; and the values are the staff person&#039;s name&lt;br /&gt;
*         eg. I use an Attribute called &amp;quot;Priority&amp;quot; and the values are #&#039;s 1 to 5&lt;br /&gt;
&lt;br /&gt;
==== Delete Attribute ====&lt;br /&gt;
* Select the menu option Tools/Attribute Manager, to open the panel Attribute Manager. &lt;br /&gt;
* In the line &amp;quot;All Attributes&amp;quot; of this panel, click on the icon in the last column (Edit). This opens a new panel &amp;quot;All Attributes&amp;quot;.&lt;br /&gt;
* In this panel, select the attribute name, then press &amp;quot;Delete&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
==== Delete Attribute values ==== &lt;br /&gt;
*     Select the value, then press &amp;quot;Delete&amp;quot;&lt;br /&gt;
*     All attributes with the deleted value are removed from the whole map&lt;br /&gt;
&lt;br /&gt;
    All attributes with the deleted name and/or value are removed from the whole map&lt;br /&gt;
&lt;br /&gt;
==== Rename Attribute ==== &lt;br /&gt;
*     Select the attribute name to be renamed, type the new name, then press &amp;quot;Rename&amp;quot;&lt;br /&gt;
*     All attributes with the renamed value are adjusted&lt;br /&gt;
&lt;br /&gt;
==== Rename Attribute values ==== &lt;br /&gt;
*     Select the value to be renamed, type the new value, then press &amp;quot;Rename&amp;quot;&lt;br /&gt;
*     All attributes with the renamed value are adjusted&lt;br /&gt;
&lt;br /&gt;
=== Working with Attribute values (in Attribute Mgr) ===&lt;br /&gt;
*     After adding Attributes, you should see them listed under the &amp;quot;Attributes&amp;quot; column heading&lt;br /&gt;
*     Click on the &amp;quot;Edit&amp;quot; button in the row of your new Attribute and add the values&lt;br /&gt;
*     Edit attribute values in popup dialog&lt;br /&gt;
*     Press &amp;quot;Close&amp;quot; to close the dialog after all changes are done&lt;br /&gt;
&lt;br /&gt;
== Assign Attributes to nodes ==&lt;br /&gt;
assigning only a few nodes&lt;br /&gt;
*     Choose the node, press Alt-F9 or, Rt-Click the node and choose &amp;quot;Edit Attributes&amp;quot;&lt;br /&gt;
*     To add more attribute per node, use TAB key (if View&amp;gt;Attributes&amp;gt;Show all attributes is selected), or use the following.&lt;br /&gt;
*     got to:  Tools&amp;gt;&amp;quot;Assign attributes...&amp;quot;&lt;br /&gt;
*     choose &amp;quot;Selected Nodes&amp;quot; or &amp;quot;Visible Nodes&amp;quot;&lt;br /&gt;
*     from the drop down list, choose the Attribute you want to assign. (Here it helps when there&#039;s a blank value. You can assign an Attribute to all nodes needing it, and then set the value later, on a node by node basis)&lt;br /&gt;
*     press the &amp;quot;Add&amp;quot; button to assign the Attribute to the node/s&lt;br /&gt;
*     add more than one attribute to a node if necessary&lt;br /&gt;
*     delete attributes from multiple nodes with this dialog&lt;br /&gt;
&lt;br /&gt;
== Viewing/Hiding Attributes ==&lt;br /&gt;
to see an icon on nodes with attributes&lt;br /&gt;
*     Tools&amp;gt;Preferences&amp;gt;Appearance&amp;gt;Show icon for attributes&lt;br /&gt;
show all attributes&lt;br /&gt;
*     Alt-s or, View&amp;gt;Attributes&amp;gt;Show all attributes&lt;br /&gt;
show no attributes&lt;br /&gt;
*     Alt-h or, View&amp;gt;Attributes&amp;gt;Show no attributes&lt;br /&gt;
show selected attributes&lt;br /&gt;
*     in the Attribute Manager, select desired Attributes in the &amp;quot;Selected Visible&amp;quot; column&lt;br /&gt;
*     then, View&amp;gt;Attributes&amp;gt;Show selected Attributes&lt;br /&gt;
optimize the width of the Attribute/value table&lt;br /&gt;
*     Rt-click on the Attribute and choose optimal width&lt;br /&gt;
&lt;br /&gt;
== User feedback ==&lt;br /&gt;
=== Bugs concerning attributes ===&lt;br /&gt;
* Better sorting of the options: Add Attribute &amp;gt; Delete this Attribute &amp;gt; Delete all Attributes. Numerous times I accidentally clicked on the middle button which is now (beta20) &amp;quot;Alle Werte löschen&amp;quot; when I intended to only &amp;quot;Diesen Wert löschen&amp;quot;, because it is on the same line where I specify the criteria, which attribute value pair I try to delete [[User:JR|JR]] 13:16, 8 Oct 2008 (UTC)&lt;br /&gt;
*     The key bindings alt-s and alt-h do not work as expected for showing or hiding attributes.--[[User:Yubrshen|yushen]] 02:23, 25 Nov 2006 (PST)&lt;br /&gt;
* When Attributes are visible, scrolling with mouse wheel stops when cursor is over the attribute of a node. --[[User:Terkor|Terkor]] 20:11, 27 Aug 2007 (PDT)&lt;br /&gt;
* If I set attributes, I can&#039;t export the map in PDF. It&#039;s ok in flash, png, xhtml, jpeg. Beta 17 on Ubuntu 8.04 - Sun Java -- freemind@smci.ch 2008-05-23&lt;br /&gt;
* If I add a blank character such as space after an attribute name, it is not considered as the same attribute (no trim) --[[User:Patco|Patco]] 19:27, 19 Jun 2008 (PDT)&lt;br /&gt;
* If you create attributes for the first time, but not assign them to a node, they won&#039;t be saved in your document --[[User:kvantomme|kvantomme]] 17:15, 3 Dec 2008 (GMT+1)&lt;br /&gt;
* Selecting an attribute with the arrow keys (from the dropdown) and then pressing tab makes the attributes box disappear.--[[User:Kartunes|kar]] 18:19, 12 Mar 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
=== Bugs or features? (questions about attributes to the developers) ===&lt;br /&gt;
&lt;br /&gt;
* The context menu key on the keyboard doesn&#039;t open the context-menu. --[[User:Jan|Jan]] 01:07, 4 Jul 2008 (PDT)&lt;br /&gt;
&lt;br /&gt;
* When changing the font-size of a node by keyboard-shortcut (ctrl+&amp;quot;+&amp;quot; / crtl+&amp;quot;-&amp;quot;) the fontsize-combobox of the toolbar isn&#039;t refreshing. --[[User:Jan|Jan]] 01:00, 4 Jul 2008 (PDT)&lt;br /&gt;
 &lt;br /&gt;
* When adding an attribute to a node which already has the attribute, the attribute will be shown as many times as added. However, when deleting the attribute from node, all instances of the attribute would be deleted.--[[User:Yubrshen|yushen]] 02:23, 25 Nov 2006 (PST) &lt;br /&gt;
:* In version 0.9.0b13, the bug is corrected (i.e. deleting one attribute does not delete all other attributes with the same name). So, the possibility to have several attributes with the same name but different values ought probably to be considered as a feature, not a bug ? For example the attribute &amp;quot;child&amp;quot; could have the values &amp;quot;Peter&amp;quot; and &amp;quot;Mary&amp;quot; attached to a given node &amp;quot;Paul and Jane&amp;quot; to include in the map the information that  Paul and Jane have at least 2 children named Peter and Mary (if I understood correctly the notion and usefulness of attributes)? --[[User:Miclav|Miclav]] 01:56, 9 Sep 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
* It is not possible to delete an attribute from the List of attributes. If one is created, it lives forever .... It seems that using tool/assign attribute by selecting the attribute in question, and select delete all values, it&#039;s possible to remove an attribute of a node. --[[User:Yubrshen|yushen]] 21:19, 15 Jan 2007 (PST)&lt;br /&gt;
&lt;br /&gt;
:* You can remove or even rename some attributes and attribute values from the map using the attribute manager. Use Tools-&amp;gt;Attribute Manager-&amp;gt;All Attributes-&amp;gt;[edit]-&amp;gt;[click on attribute]-&amp;gt;[Delete] --[[User:DimitriPolivaev|DimitriPolivaev]] 05:12, 9 Sep 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
* It is not intuitive to go to Tools-&amp;gt;Assign Attributes to set attributes on several nodes.  I expected to be able to select several nodes (or all) and use Edit-&amp;gt;Attributes.  It didn&#039;t occur to me to look on the Tools menu for Editing. -- [[User:JimK|JimK]]&lt;br /&gt;
* The workflow in the Assign Attributes dialog is backwards: actions should be from left to right, top to bottom. I suggest moving the buttons to the right side. It&#039;s also strange why Add &amp;amp; Delete have one section and Replace has another. From user viewpoint they&#039;re all the same.  Just need one name/value input box? -- [[User:JimK|JimK]]&lt;br /&gt;
* The title of the Assign Attributes dialog box has an extra character in &amp;quot;Assign&amp;quot; that should be removed. -- [[User:JimK|JimK]]&lt;br /&gt;
* Attributes are a great idea, but the whole dialog thing is very slow to work with.  And it sucks to have a dialog over your workspace.  I suggest making attributes work pretty much like a dynamic list of icons in terms of user interface:&lt;br /&gt;
** Make a toolbar dedicated to adding attribute values to nodes.  Put the toolbar on the right side of the screen, make a button for every value, so that it can be assigned with one click.&lt;br /&gt;
*** This is so that, rather than choosing &amp;quot;apply to selected&amp;quot; or &amp;quot;apply to visible&amp;quot;, you can use the standard built in selecting mechanisms, and apply attributes the same way that you apply icons.&lt;br /&gt;
**** You also have the added bonus of standardizing the interface somewhat.&lt;br /&gt;
** Put a selector box, or in the case of a low number of attribute value pairs, section them off, so you never need more than one or two clicks to assign an attribute.&lt;br /&gt;
** Have an empty box in the toolbar for new attribute or value definitions.&lt;br /&gt;
** Remove the attribute assignment dialog.  &lt;br /&gt;
** Here&#039;s a visual sample.  I found it was easier just to illustrate it:  [[Media:FreeMindAttributeToolbar.png]] --[[User:RazielJaTier|RazielJaTier]] 22:50, 20 May 2008 (PDT)&lt;br /&gt;
* There is a bug in the browser applet of 0.9.0-Beta19 related to notes attached on nodes: if you switch between nodes the text of the note in the bottom window don&#039;t get updated, unless you select a node without a note and go back to one with a note. I guess the method onSelectHook(NodeView pNode) in NodeNoteViewer.java isn&#039;t called when switch between nodes with notes. --[[User:Jens|Jens]] 14:20, 11 Aug 2008 (PDT)&lt;br /&gt;
&lt;br /&gt;
=== Wishes concerning attributes ===&lt;br /&gt;
* I love the attribute &amp;amp; filter feature &amp;amp; see great potential ahead.  Being able to name &amp;amp; save searches would also be extremely useful.--[[User:Felipe|Felipe]] 07:34, 26 Apr 2007 (PDT)&lt;br /&gt;
*     Really wish for a feature to only selectively show the attribute of the node in focus. The current options of &amp;quot;show all attributes&amp;quot;, &amp;quot;show the selected attributes&amp;quot; all apply to all the nodes visible. With all nodes showing attributes, it occupy too much space. I wish that it only shows all the attributes for the current node being selected, i.e. in focus. This would be often enough for normal use.--[[User:Yubrshen|yushen]] 20:36, 1 Dec 2006 (PST)&lt;br /&gt;
* Default attributes of new node: I need to add some attributes to all new nodes. Therefore, I wish that there is mechanism to automatically stuff some default attributes to all the new nodes created after the functionality is enabled. This function may be configured to enable/disable. --[[User:Yubrshen|yushen]] 21:19, 15 Jan 2007 (PST)&lt;br /&gt;
* Or there is functionality to add a group of selected attributes to a group of selected nodes through one operation. --[[User:Yubrshen|yushen]] 21:19, 15 Jan 2007 (PST)&lt;br /&gt;
&lt;br /&gt;
*You explained how to create attribute etc... but after spending &amp;quot;only&amp;quot; 30 minutes on it, what is the real interest in practice of such feature ? What is the use of attributes ? not clear what it can  be used for ....--[[User:Djerr|Djerr]] 17:49, 20 Jan 2007&lt;br /&gt;
&lt;br /&gt;
*Roll-up: It&#039;d be really nice (and quite natural) to be able to roll-up (summarize or otherwise) the values of certain attributes (eg. money, time, resource requirements, etc) from children to parent nodes. --[[User:azimmer|azimmer]] 16:58, 14 Feb 2007&lt;br /&gt;
&lt;br /&gt;
* See also the [[Talk:FreeMind_0.9.0:_The_New_Features|discussion page]]&lt;br /&gt;
&lt;br /&gt;
* Adding &amp;quot;Attribute&amp;quot; is a great idea (for me ;-) !). There&#039;s a long time that I&#039;m thinking of using freemind in an Artificial Intelligence way. Using Attribute, simultaneously with groovy, may help me for creating rules. Thanks ! --[[User:PLANTING|PLANTING]] 12 Aug 2007&lt;br /&gt;
* A way to copy and paste all the attributes assigned to a node or one of these attributes would be nice. Perhaps a &amp;quot;Copy Attribute&amp;quot; and &amp;quot;Copy All Attributes&amp;quot; in popup menu when you right-click on the attributes of a node. --[[User:Terkor|Terkor]] 10:06, 30 Aug 2007 (PDT)&lt;br /&gt;
** Seconded --[[User:Sando|Sando]] 22:26, 21 Oct 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
* A way to assign different types of data to attributes: AKA Boolean, Integer, Date, Text, etc.&lt;br /&gt;
*Refactor/sort nodes by attribute: Dunno if anybody knows the dashboard plugin for mindmanager, but this idea is similar (except better cause it uses custom attributes). basically, any given attribute/group of attributes would be a parent node.  And the values of the attribute would be the children.  The nodes with those values would branch off from that. Would allow for awesome fluid mindmaps that could show all sorts of relationships between nodes without ruining the linear structure of the map, allowing for scheduling, budgeting, etc.  I&#039;m creating some example mindmaps which show how this feature would be incredibly usefull for something like scheduling.&lt;br /&gt;
* Sorting function would be great, but I propose it on the node (alphabetical). Having it on the attribute means for me having to update individually each node&#039;s attribute, which would take more time than sorting them by hand. I imagine a function sorting alphabetically all subnodes 1st level of the selected node. Franck --[[User:Fb5|Fb5]] 03:55, 6 Dec 2007 (PST)&lt;br /&gt;
** I&#039;d agree with &#039;sort nodes by attribute&#039; above. I&#039;m a mindmanager user and being able to easily and interactively prioritise tasks on a node is very useful.  In mm I just use the pre-defined priority icons, and sort accordingly.  This is useful, but freemind with multi-attributes could offer  more powerful sorts.&lt;br /&gt;
&lt;br /&gt;
* A way to add new attributes using just the keyboard.  I use keyboard shortcuts quite often with FreeMind and not having the ability to quickly add/change/delete attributes with the keyboard makes them much less useful.  --[[User:Verifex|Verifex]] 15:57, 8 Dec 2007 (PST)&lt;br /&gt;
** What about Alt+F9 for selecting the attribute table and F2 for editing, TAB for adding? [[User:DimitriPolivaev|DimitriPolivaev]]&lt;br /&gt;
* Some attributes should be single-valued. Right now they all seem to be multi-valued.  For example, I want only want attribute named Priority per node. -- [[User:JimK|JimK]]&lt;br /&gt;
* Hopefully you&#039;re going to add Help to dialog boxes? When I&#039;m in Attribute Manager I don&#039;t understand all the choices. I should be able to view help about them from within the app rather than going to a Website/wiki. -- [[User:JimK|JimK]]&lt;br /&gt;
* Clicking on the &amp;quot;Icon for Attributes&amp;quot; could show/hide the attributes.&lt;br /&gt;
** Seconded --[[User:Sando|Sando]] 22:26, 21 Oct 2009 (UTC)&lt;br /&gt;
* Ability to have &amp;quot;Optimal Width&amp;quot; applied on all nodes by default.&lt;br /&gt;
** Seconded. A preference for the default width would help as well. --[[User:Icekiss|Icekiss]] 08:08, 19 Apr 2008 (PDT)&lt;br /&gt;
*** This function would be a valuable addition --[[User:Sando|Sando]] 22:26, 21 Oct 2009 (UTC)&lt;br /&gt;
* It would be great to have the possibillity to group attributes and give these groups names. These names may be treated as node types. One may assign a node type to a node meaning the node gets automatically all the attributes of this type. With this it would be possible to define for instance a node type like &#039;&#039;activity&#039;&#039; with attribute like &#039;&#039;who&#039;&#039;, &#039;&#039;start date&#039;&#039;, &#039;&#039;percent complete&#039;&#039; and so on. An easy way to assign node types to nodes, for instance something like &#039;&#039;default type for new nodes depending on parent node&#039;&#039; would be the cherry on top.&lt;br /&gt;
* I&#039;ve been using beta 15 seriously for a project.  Filtering is wonderful, and what I really need is sub-node sorting by attribute and/or icon priority. (Please!) - johnn&lt;br /&gt;
&lt;br /&gt;
* Don&#039;t know if it should be here or not. But actually, it would be nice if we could apply the same kind of filter to the icons:&lt;br /&gt;
** it would be faster &lt;br /&gt;
** it would be simpler, as some kind of default attribute+values&lt;br /&gt;
** it allows also multiple values (i can have multiple icons for one same branch)&lt;br /&gt;
* This would probably require to expand the list of icons to have more of the different types of notions that can be represented in a tool as FreeMind:&lt;br /&gt;
** relative to decision making: delay (e.g. hourglass), optionality, assumption/hypothesis, problem/inconsistency (e.g. lighting), advantage (&amp;quot;thumb up&amp;quot;, &amp;quot;+/-&amp;quot;), inconvenient (&amp;quot;thumb down&amp;quot;,&amp;quot;+/-&amp;quot;),cause, consequence, risk,&lt;br /&gt;
** relative to life in general: user (people), group, time (clock), time interval, machine, etc.--[[User:Patco|Patco]] 19:48, 19 Jun 2008 (PDT)&lt;br /&gt;
* Keyboard assigning of attributes is a bit clumsy.  Ideally, instead of using the arrow keys to select, the appropriate attribute would be suggested just by typing its first few letters.  Then tab could be pressed to select and go to the next attribute.--[[User:Kartunes|kar]] 17:45, 12 Mar 2009 (UTC)&lt;br /&gt;
* the attribute icon has not the same meaning than the others. For example, with an ordered list (with icons &amp;quot;1&amp;quot;, &amp;quot;2&amp;quot;, &amp;quot;3&amp;quot; ...), having a node with attributes will disorganize the position of the icons! -- [[User:Patco|Patco]]&lt;br /&gt;
&lt;br /&gt;
= Filter =&lt;br /&gt;
== Create filters to view and print the data more effectively ==&lt;br /&gt;
Clicking on the little funnel to the left of the zoom size toggles on and off the Filter Toolbar.&lt;br /&gt;
By default (i.e. in absence of any personal filter defined, see below) the values that can be selected in the List box of the Filter Toolbar are:&lt;br /&gt;
*    No Filtering&lt;br /&gt;
*    Currently Selected Nodes&lt;br /&gt;
To create a filter for one Attribute:&lt;br /&gt;
* to the right of the filter status, click &amp;quot;Edit&amp;quot;&lt;br /&gt;
* in the drop down menu at the top left, select your attribute&lt;br /&gt;
* the expression drop changes to &amp;quot;Exists&amp;quot;&lt;br /&gt;
* press &amp;quot;Add&amp;quot;, then &amp;quot;OK&amp;quot; at the bottom&lt;br /&gt;
* all nodes with the selected Attribute will be shown, and the branches that don&#039;t contain these nodes will be hidden.&lt;br /&gt;
* To display, on the contrary, all branches that do not contain nodes with the given attribute, click on Edit, then, in panel Filter Composer, click on buttons &amp;quot;Not&amp;quot; then &amp;quot;Apply&amp;quot;. This adds, in the List box of the Filter Toolbar, the two additional filters &amp;quot;attribute_XXX Exists&amp;quot; and &amp;quot;Not attribute_XXX Exists&amp;quot; (where attribute_XXX stands for the current attribute).&lt;br /&gt;
&lt;br /&gt;
To create a filter for an Attribute and one of its values:&lt;br /&gt;
* after step two above select the second drop down where &amp;quot;exists&amp;quot; is showing&lt;br /&gt;
* choose &amp;quot;Is equal to&amp;quot;. Your values should now be available in the third drop down&lt;br /&gt;
* press &amp;quot;Add&amp;quot;, then OK&lt;br /&gt;
&lt;br /&gt;
== use multiple filters at once ==&lt;br /&gt;
create two filter sets by the method above&lt;br /&gt;
select the filter sets you want&lt;br /&gt;
*     Shift-click for multiple, continuous sets&lt;br /&gt;
*     Ctrl-click for non-contiguous selection&lt;br /&gt;
press the &amp;quot;and&amp;quot; button on the right =&amp;gt; a new set is created which combines your selected sets&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;User feedback&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Another feature which can be useful: name for the filter. If you combine simple filters, it can be difficult to read what is it doing:&lt;br /&gt;
For example:&lt;br /&gt;
(Responsable is equal to Erwan and Type is equal to &amp;quot;draw&amp;quot;) can be renamed as &amp;quot;Erwan Drawing&amp;quot;, and could be more simple to manage.&lt;br /&gt;
&lt;br /&gt;
Another thing: It could be useful to see/mask attributes when clicking on the attribute icon.&lt;br /&gt;
&lt;br /&gt;
== filter on an icon ==&lt;br /&gt;
* add an icon to a node by highlighting the node, click on the icon on the left or Rt-click&amp;gt;Icons&lt;br /&gt;
* in the filtering &amp;quot;edit&amp;quot; dialog, choose &amp;quot;Icon&amp;quot; in the drop-down list at the top left, the second drop-down grays out, and the third contains the list of currently used icons&lt;br /&gt;
* click &amp;quot;Add&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;User Feedback&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;This is a great feature!&#039;&#039;&#039;  Honestly, I think in a lot of ways, filtering by icons is a lot more intuitive than filtering by attributes.  While the attributes give you a great deal of flexibility, they muck up the display at bit, and they&#039;re a lot more keystrokes to add.  I really can&#039;t think of any examples of an attribute that I wouldn&#039;t rather just create an icon for.  The icon is a much more succinct way of displaying an attribute about a node and it can be done inline.&lt;br /&gt;
** Having said that, I would like to see a little more love put into icons.  I already customized my icon library (Thank you!), but it becomes unwieldy when there are more than a small handful of additional items.  You can&#039;t replace the original icons either.&lt;br /&gt;
* I think it would be a good idea to filter icon clock and only those icons with active warning time scheduler&lt;br /&gt;
&lt;br /&gt;
== Persistent Map Filters ==&lt;br /&gt;
In Beta 13 persistent filters are added.&lt;br /&gt;
And filters can now be saved. --[[User:Terkor|Terkor]] 18:02, 2 Sep 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== user feedback ==&lt;br /&gt;
&lt;br /&gt;
* Would like to add some plain and simple text to graphical links. It could be inserted into the middle of the arrow or with an option to move it along the line. Thanks!&lt;br /&gt;
&lt;br /&gt;
* For using semantic strings in addition to numeric and logical ones it would be useful a) to have filters for &amp;quot;contains&amp;quot; (for substrings of text) as in normal content – like &amp;quot;contain&amp;quot; finds attributes with the values &amp;quot;container&amp;quot;, &amp;quot;contains&amp;quot;, &amp;quot;containment&amp;quot;, etc. b) be able to search a string-value across different attributes&lt;br /&gt;
&lt;br /&gt;
* Filtering is great to compact maps for printing, but no usable PDF was created from a filtered map (beta 17) --[[User:JR|JR]] 04:48, 23 May 2008 (PDT) &lt;br /&gt;
&lt;br /&gt;
* When I use filter extensively with very large map of thousands of nodes, I realize that the layout of the filtered map need some improvement. The resulted map&#039;s layout should be much compacted for the filtered nodes to be closer to the root node in order to be visible in the freemind window. For such large map, the reason to do filer is to focus so that I can see them easier. Without the improvement, it seems that the layout still follow that without the filter. The map becomes a tree with sparse nodes but stretched apart. It defeats the purpose of the filter somehow. If you need, I can provide a screen capture to show what I meant. Please tell me how. --[[User:Yubrshen|yushen]] 16:16, 5 Apr 2008 (PDT)&lt;br /&gt;
&lt;br /&gt;
* I find that it freezes up a lot when using folding and unfolding while applying filters. It is, however, a really powerful feature. To complete its power would it be possible to have a way to copy only selected or filtered nodes? Sometimes you want to select these nodes and put them in another application, but when I filter, select all and then copy-paste, I get lots of other nodes included.&lt;br /&gt;
&lt;br /&gt;
* Worked well for me. Especially like the filter on icon - no muss, no fuss.&lt;br /&gt;
&lt;br /&gt;
* Great feature. Filtering on an icon: For example if you have &amp;quot;OK&amp;quot; icons on some nodes and want to see all other nodes (= not OK) use filter &amp;quot;contains icon OK&amp;quot; and define filter &amp;quot;Not contains icon OK&amp;quot; using button &amp;quot;Not&amp;quot;&lt;br /&gt;
&lt;br /&gt;
* This great new feature has a little BUG. Situation: I have two maps opened and use the filter &amp;quot;Currently Selected Nodes&amp;quot; on one of them and switch between the maps. When I switch back to the filtered map I don&#039;t get the view that I had before I switched away. Instead I get the node filtered that was selected when I switched. (Terkor)&lt;br /&gt;
&lt;br /&gt;
* Filtering and Reminders are a very nice combination. Filtering on icons allows to distinguish between nodes that have a Reminder &amp;quot;whose time has not jet come&amp;quot; and nodes that have a Reminder &amp;quot;whose time has come&amp;quot;. But: in the filter composer these two different states are represented with the same icon (a clock). You always have to guess which icon represents which Reminder state. --[[User:Terkor|Terkor]] 19:40, 30 Jul 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
* It would be helpful to be able to give the composed filters names. --[[User:Terkor|Terkor]] 19:45, 30 Jul 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
* When filtering is activated there is a drop-down menu left to the &amp;quot;Edit&amp;quot; button. There you can find all the filters that were used that FreeMind session. It would be very effective if I could not only chose one of those filters but chose more than one. And then being able to chose in what order they are applied (for example by moving the filters up and down). Of course I can also get the desired filtering by using the Filter Composer. But with the described option I would be more flexible in quickly combining the filters. And being able to apply some &amp;quot;simple&amp;quot; filters in an order would make things more clear in some situations. --[[User:Terkor|Terkor]] 06:50, 31 Jul 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
* A refresh view button would be nice. Or even better: auto refresh (maybe as an option) when a node is changed. Explanation: When I mark a node (representing a task) as done and I use a filter that shows me all the undone tasks and hides the done tasks, the node is not filtered as long as I switch filter off and on again. Could be more handy. --[[User:Terkor|Terkor]] 06:09, 3 Dec 2007 (PST)&lt;br /&gt;
** I second this notion.  Nodes that meet the filter conditions after the filter is set don&#039;t get filtered out.  So for instance, I want to create a filter to show not checked off items.  Once I check them I want them to disappear automagically. --[[User:RazielJaTier|RazielJaTier]] 16:26, 20 May 2008 (PDT)&lt;br /&gt;
&lt;br /&gt;
* If I filter &amp;quot;Currently Selected Nodes&amp;quot;, in all the now empty space of the map there appear the ovals of the hidden nodes that allow to move them around, when you move your mouse to that places where they are when filter is not applied. --[[User:Terkor|Terkor]] 06:42, 15 Dec 2007 (PST)&lt;br /&gt;
&lt;br /&gt;
* If &amp;quot;Selection Bubble&amp;quot; is &amp;quot;on&amp;quot; and a filter is applied, also hidden nodes can be &amp;quot;selected&amp;quot; when you for example move the focus using the arrow-keys. --[[User:Terkor|Terkor]] 06:42, 15 Dec 2007 (PST)&lt;br /&gt;
&lt;br /&gt;
* Is there a way to assign attributes when you assign an icon to a node? For example I have lists of phone calls / emails that I have to send. I usually assign a phone or envelope icon to that node. I would like to assign an attribute or ActionType so that I can sort by them later (i.e. see a list of phone calls or emails that I have to make).&lt;br /&gt;
&lt;br /&gt;
* It would be very helpful to have an option to filter out entries without children.  This would be very valuable e.g. in situations where in a big map, several nodes have a &amp;quot;Tasks&amp;quot; subnode, and one wants to look at all tasks currently pending.&lt;br /&gt;
&lt;br /&gt;
* Would it be possible to be able to add free text to the map to allow for titles and possibly a Key?&lt;br /&gt;
&lt;br /&gt;
* Filter toolbar should be a standard toolbar. Should be able to show/hide filter toolbar from the View menu. (I am not displaying the main toolbar, but may need the Filter toolbar from time to time)&lt;br /&gt;
&lt;br /&gt;
* Attributes have great potential. However I find editing a bit inconvenient. Would it be possible to add a small handle to existing attribute table (say immediately left of the cells, similar to the handles that are already on top of the table), so that a single attribute could be selected to be copied, cut, or even dragged and dropped to copy/move it to other nodes? Keyboard modifier keys (shift or ctrl) could be used to specify moving/copying in a drag and drop operation. arg0.&lt;br /&gt;
&lt;br /&gt;
* Am loving the attributes. Using beta 20. Am doing a massive project on the muscular system. muscles directly effect eachother. For each muscle there is are muscles directly affecting it, muscles that it directly affects it, and muscles with a mutual two way relation. Each muscle also has a common problem associated with it. Each muscle group is an attribute and each muscle is a value. Filters will be used for self diagnosis, and finding the appropriate stretches. For example hands and shoulders due to using the computer a lot.&lt;br /&gt;
**Would be great if graphical links can be attributed, so that they can be filtered. + have the option of making them visible or not. &lt;br /&gt;
**Better sorting of attributes would be good. Like an attribute mind map, for sorting and the depth of the filter that is undertaken.&lt;br /&gt;
** To have Attributes and Filters integrated on the mind map. Anyone know how to write scripts to run a filter function.&lt;br /&gt;
** To filter core structure of mind maps: this would be good for summarising the link to other mind maps.&lt;br /&gt;
Thanks for your time. alf&lt;br /&gt;
* to encourage the use of attributes and filtering, it would be good to have the search/filter box always visible by default (I have a large screen, and the font/font size take all the extra space on the right, that could be used by this search/filter box (also, there should be a specific menu &amp;quot;search&amp;quot; or &amp;quot;filter&amp;quot; --[[User:Patco|Patco]]&lt;br /&gt;
&lt;br /&gt;
= WYSIWYG-Editing for nodes and notes =&lt;br /&gt;
&lt;br /&gt;
Yet to be documented&lt;br /&gt;
&lt;br /&gt;
I like the WYSIWYG and how it&#039;s available when needed.  On piece I find lacking is the ability to easily add link &amp;amp;lt;a href=.... and the ability to click on it to pull it up.  That feature would be very useful -- [[User:Matthias|Matthias]] 21:57, 18 Feb 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
== HTML paste tip ==&lt;br /&gt;
&lt;br /&gt;
Paste of HTML content creates one node. Use Edit -&amp;gt; Split to split it in many nodes.&lt;br /&gt;
&lt;br /&gt;
Tools-&amp;gt;Split Node is more efficent. --[[User:Phil31753|Phil31753]] 10:06, 9 Apr 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
==== User Feedback ====&lt;br /&gt;
Version beta 0.9.16&lt;br /&gt;
I personally hate the WYSIWYG mode but I understand that others might find this feature helpful. &lt;br /&gt;
My problem is that I copy and paste very often into and out of mindmaps. Due to the WYSIWYG mode I can not pasten normally into thunderbird. Copying into mindmaps is terrible. &lt;br /&gt;
Suggestion: having the possibility to select between plain text modus or html modus or mixed modus. Helpful would be also a shortcut to &amp;quot;paste as plain text and split&amp;quot; and copy as plain text. &lt;br /&gt;
--[[User:bebach|bebach]] 2008-04-05&lt;br /&gt;
&lt;br /&gt;
Love this feature, especially the way that the notes export to javascript enabled html.  Couple of observations.&lt;br /&gt;
&lt;br /&gt;
* The popup notes in the Javascript export don&#039;t seem to work in IE (care factor 0?).&lt;br /&gt;
&lt;br /&gt;
* It would be good to be able to view the note in the main mindmap window, maybe as a popup.&lt;br /&gt;
&lt;br /&gt;
* It would also be helpful if there was some sort of visual indicator of the existence of a popup note in the exported html - at present the note just magically appears as a rollover. &lt;br /&gt;
&lt;br /&gt;
* Don&#039;t know if it is due to this feature, but &amp;quot;edit long node&amp;quot; now introduced an extra line feed if the enter key is used (confirm on enter turned off).&lt;br /&gt;
&lt;br /&gt;
--[[User:RichardForster|RichardForster]] 18:04, 19 Sep 2006 (PDT)&lt;br /&gt;
&lt;br /&gt;
I&#039;d like to have the option to collapse the WYSIWYG editing area to free up more screen real-estate.&lt;br /&gt;
&lt;br /&gt;
--[[User:Marko|Marko]] 21:45, 23 Sep 2006 (PDT)&lt;br /&gt;
&lt;br /&gt;
* The WYSIWYG screen estate seems a good place to do all &#039;richer&#039; content editing: e.g. if freemind would let me edit the multiline text nodes there, and, manage the attributes, i&#039;d find that very usefull. &lt;br /&gt;
&lt;br /&gt;
--[[User:Neanderlander|Neanderlander]] 22:01, 24 Sep 2006 (PDT)&lt;br /&gt;
&lt;br /&gt;
* Some way to change the width of nodes would be great, so free form text can be flowed into thinner columns. Also a way to insert &amp;amp;lt;br&amp;amp;gt; easily without resorting to the html view.&lt;br /&gt;
&lt;br /&gt;
--[[User:pedron|pedron]] 1:02pm, 10 October 2006 (EST)&lt;br /&gt;
* In version 0.8 the note attached to a node was very discrete in the sense that it would only show when the mouse is on that node.  This new version has many editing features but it&#039;s &amp;quot;in your face&amp;quot; (so to speak) until you physically minimize it.  I wish there was a way to configure it so that it would act like the previous version while keeping it&#039;s editing extras.  Or at least have the option of toggling editing toolbar...&lt;br /&gt;
&lt;br /&gt;
--[[User:Cichutki75|Cichutki75]] 8:09pm, 19 October 2006 (GMT)&lt;br /&gt;
* In version 0.9 max node width function does not work properly. At least not all nodes for the map created in version 0.8 keep the set width. I did not discover the rule. Some keep some don&#039;t.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
--[[User:CautiousChaos|CautiousChaos]] 02:22, 12 Nov 2006 (EST)&lt;br /&gt;
* The editing panel is intrusive when it is not needed.  A hotkey to open/close it would be helpful.  Clicking on the note icon resulting in the panel appearing could also be very helpful.&lt;br /&gt;
* It seems that word-wrapping does not work in plain-text mode for nodes, making  the node to be of single line extending far too long. I had to change the mode of each node to make it word-wrapping. Only using rich-text mode, the wrapping would work. I wish that word-wrapping would still work as in 0.80. --[[User:Yubrshen|yushen]] 15:03, 5 Dec 2006 (PST)&lt;br /&gt;
* It seems that in editing long node, the splitting function would only work with word on different line, while in 0.80, the function works even for words on the same line. --[[User:Yubrshen|yushen]] 15:03, 5 Dec 2006 (PST)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
--[[User:Djerr|Djerr]] 17:42, 20 Jan 2007&lt;br /&gt;
&lt;br /&gt;
* Using a 0.8 map with notes in 0.9 beta version show all notes as pop up but they can not be modified with the format tool or even edited in the layout page. I have to delete the note and create a new one under the 0.9 version.&lt;br /&gt;
&lt;br /&gt;
I usually write short nodes but very long notes in order to have a &amp;quot;clear&amp;quot; map.  2 special comments on notes : &lt;br /&gt;
* For long notes, the time the pop up is shown is too short. Would it be possible to define a time on how long you want this pop up to be shown ? Or even better: to show them as long as the cursor is pointing on the node (or perhaps the note icon).&lt;br /&gt;
*  I could find very useful (especially for my long notes) to be able in the format menu to change not only italic or bold or font size etc.. but also COLORS, to be able to see very fast the most important points&lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
* I don&#039;t understand the purpose of freemind&#039;s notes feature.  It seems to be an incomplete feature.  On the one hand, it could be used as popup notes for a node on the freemind map.  On the other hand, it could be used to provide the details for a topic expressed by the node.  I think both should be possibilities, but currently only the first really seems possible.&lt;br /&gt;
* I want to use freemind to develop an outline into a full-blown paper.  To do that, I would start using freemind to create an outline of the paper.  Each node in the mindmap would be an entry in the outline with the node level equating to the outline level.  Then, when I start fleshing out the paper, I would use the notes feature to fill-in paragraphs of information for each node.  The problem is that there is no good way of outputting the paper -- the notes become popups rather than entries in the paper.&lt;br /&gt;
* Is there a way to export a mindmap from freemind in such a way that it could later be imported?&lt;br /&gt;
&lt;br /&gt;
--[[User:DavidMasterson|DavidMasterson]] 22:00, 23 May 2007&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* I don&#039;t like this feature in the current implementation. This is because i use this tool to connect IDEAS and usually i use formatting things only in the end. A paragraph, a sentence, a list, a word list this are things that i want to have in a hierarchical structure, not as a rich text. In 0.8.0 the copy/paste feature converted a paragraph/list to an hierarchical tree of nodes. That was a better aproach then to get a simple html node. The split feature doesn&#039;t replace this functionality better. I hope and trust that you will find a way to add rich text nodes without so much interference with the old style of working. Maybe a paste option with paste as nodes, paste as html will resolve this issue?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
--[[User:Terkor|Terkor]] 16:25, 21 June 2007&lt;br /&gt;
* Great Feature, but it could be more handy if the (by far) most often used formating-features like Bold and Italic could be used without opening the editor. Just mark the words or characters you want bold (or italic), click the Bold (or Italic) icon (or use Ctrl-B /Ctrl-I) - and that&#039;s it.&lt;br /&gt;
* It is not &amp;quot;logical&amp;quot; that you open the editor with &amp;quot;Alt-Enter&amp;quot; and close it with &amp;quot;Ctrl-Enter&amp;quot;. It should both be the same.&lt;br /&gt;
* &amp;quot;Split&amp;quot; should have a shortcut. Suggestion: Alt-Enter or Ctrl-Enter. (See previous paragraph.)&lt;br /&gt;
* When I open the editor whilst I am editing a node, the editor should know the actual position of the cursor and if some text is already marked.&lt;br /&gt;
* Double clicking the note icon should open / close the note editor. (Generally icons should be more clickable like the link icon. (Double) clicking on the clock icon of notes with a Reminder should open the calendar. And right-clicking an icon should open the &amp;quot;Select Icon&amp;quot; box.)&lt;br /&gt;
* The popups displaying the note content don&#039;t match size if a note is very short. Does not look nice. (The same for popups that show  the &amp;quot;Created&amp;quot;, &amp;quot;Modified&amp;quot;, and &amp;quot;Reminder&amp;quot; times - too wide.&lt;br /&gt;
* Choosing colors should definitely have an icon in the tool bar of the editors. So it takes six (!) clicks to change the color of a word. (Opening the editor not counted.)&lt;br /&gt;
* The editor for notes and the one for nodes behave differently, when it comes to use the Enter-key. The node-editor just enters a new line (as one would expect) when I press Enter. The note editor enters a new line and a blank line. Here I have to use Shift-Enter to get just a new line. Why the difference?&lt;br /&gt;
* The note editor by default adds a blank line before the text and after text. I see no reason for that. (The node editor does not do that either.) Just takes away precious space.&lt;br /&gt;
* In order to save space, please place the toolbar of the note editor next to the menu of the editor. As it is now, there is much unused space. The editor should look more slim.&lt;br /&gt;
* Like the note-editor of FreeMind 0.8, the note-editor of version 0.9 should automatically close when not needed. (Or at least there should be an option to pick this behavior.)&lt;br /&gt;
* The little arrows on the splitting line that allow to hide/show the note editor should be wider (not higher), they are very hard to click quickly. Perhaps put each of them in a clickable wider boxlike area.&lt;br /&gt;
* &amp;quot;Note&amp;quot; in the menu &amp;quot;Insert&amp;quot; is gone. Should be there, that&#039;s where people look for it, and it seams a logical place for it (also for a &amp;quot;Remove Note&amp;quot;-function). And &amp;quot;Add Note&amp;quot; / &amp;quot;Remove Note&amp;quot; should be in the context-menu, when I right-click a node.&lt;br /&gt;
* How about a function that turns a node into a note and vice versa?&lt;br /&gt;
* The popups of long notes should be scrollable.&lt;br /&gt;
&lt;br /&gt;
--[[User:Pascal|Pascal]] 11:33, 20 Nov 2007&lt;br /&gt;
* It would be great to have spell checking in notes editor&lt;br /&gt;
* In version 0.9.0 beta 14, bold, italic and underline buttons have no icons (if you click where they should be, it does the job, but you don&#039;t see the buttons).&lt;br /&gt;
&lt;br /&gt;
--[[User:puckja|puckja]] 13:51, 3 Jan. 2008&lt;br /&gt;
* Great feature! Now I can add formated text/graphics in the note panel (SimpleHTML). Cut &amp;amp; Paste from webpage and even MS Word 2003 with figures and math equations works great.&lt;br /&gt;
* More user friendly functions such as FONT property in toolbar or shortcut, HIGHLIGHTING capability, insert HYBERLINK (it can be added with direct HTML coding), configurable property for the inserted graphic(size/alignment, etc.) would be great. (It is already very good! Thanks!)&lt;br /&gt;
&lt;br /&gt;
--[[User:puckja|puckja]] 16:09, 3 Jan. 2008&lt;br /&gt;
* It seems that all the figures inserted in the note are not &amp;quot;locally saved.&amp;quot;  It may a a &#039;&#039;&#039;SERIOUS BUG!&#039;&#039;&#039; If the figures are cut &amp;amp; paste from Internet, then they will not be available if machine is offline.  If the figures are C &amp;amp; P from local file (such as MS Word), then the source files are still at your personal Win TEMP directory, which means that they will be deleted some time in the future while you think it is saved.  Other software such as PersonalBrain will save the file and change the HTML src location after you saved the &amp;quot;brain&amp;quot;, but Freemind seems to leave it unattended.  :(&lt;br /&gt;
&lt;br /&gt;
* HTML Editor won&#039;t let you put a table in a node.  Well, that&#039;s not quite true.  The &amp;quot;table&amp;quot; item n the menu bar has all its items disabled, but you can edit the HTML to make the node have a table.  Why is the menu bar operation turned of for nodes?&lt;br /&gt;
--[[User:Anton|Anton]] 18:16, 20 Jul 2008 (PDT)&lt;br /&gt;
a&lt;br /&gt;
* The HTML Editor seems to have a &#039;template&#039; which is the same for all nodes.  It would be nice to have&lt;br /&gt;
## User-definable style sheet, that could set font, size, colour, box width ...&lt;br /&gt;
## ... for each level&lt;br /&gt;
--[[User:Anton|Anton]] 18:25, 22 Jul 2008 (PDT)&lt;br /&gt;
&lt;br /&gt;
Filter macros on the mind map itself would be good. They could be adjustable. And/or/not etc, could be done by clicking the different parts of the map corresponding to the attributes/icons under question. This would be nice because it would be more natural to drill down the search in this way. Filter by cliking on a node, filter again on what is left within that filter etc.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*The WYSIWYG is a big + for my workflow. However, I often use this program w/ widescreen setups and it would be a great if I could reposition the WYSIWYG window to the left, right of the Map window. &lt;br /&gt;
*It would be v.nice if the editor could interpret latex formating for math/equations.&lt;br /&gt;
--[[User:Lessfield|Lessfield]] 18:01, 19 Feb 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
I agree with Lessfield - I want to create extensive notes, instructions etc. and I&#039;d like to be able to move the note editing pane to the right side.  To go with this, I&#039;d like to be able to control the node layout so it&#039;s a tree expanding from top to bottom or left to right (like Visual Mind&#039;s Standard, left-to_right and right-to-left views).&lt;br /&gt;
&lt;br /&gt;
Possible bug:- frequently when I&#039;m typing in the notes pane, the insertion cursor zips back to the beginning of the line and text insertion continues there. I don&#039;t think I&#039;m accidentally hitting any hot keys ;-)&lt;br /&gt;
--[[User:MikeS|MikeS]] 12:09, 19 Jun 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
= Scripting via Groovy =&lt;br /&gt;
[http://en.wikipedia.org/wiki/Groovy_programming_language Groovy] scripts may be attached to individual nodes in the map.  When &amp;quot;evaluate&amp;quot; is selected via the menu or keypress (Alt-F8), all nodes in the map are searched (depth-first) for one or more attributes named &amp;quot;script&amp;quot;.  If such an attribute is found, the value of the attached attribute is passed to the Groovy engine to execute.&lt;br /&gt;
&lt;br /&gt;
Only nodes are evaluated, which attribute keys start with &amp;quot;script&amp;quot;.  However, there is nothing preventing a script on one node from acting on other nodes via normal operations (e.g. node.getChildren or similar) as far as I can tell from the code.&lt;br /&gt;
&lt;br /&gt;
=== Assignment vs. Operation ===&lt;br /&gt;
&lt;br /&gt;
If the value of the script attribute starts with the equals sign (&amp;quot;=&amp;quot;), then the node text will be replaced by the RESULT of the script evaluation.  Be careful not to overwrite your nodes!  See the example for using the &amp;quot;node.getText()&amp;quot; in an assignment script.&lt;br /&gt;
&lt;br /&gt;
If the value of the script attribute does not begin with the equals sign, then the script will run and may affect the map, but the expression result is not assigned to the node text.&lt;br /&gt;
&lt;br /&gt;
=== Available Operations ===&lt;br /&gt;
&lt;br /&gt;
When the Groovy binding is created, two variables are set:&lt;br /&gt;
&lt;br /&gt;
* &amp;quot;c&amp;quot; is set to the MindMapController&lt;br /&gt;
* &amp;quot;node&amp;quot; is set to the MindMapNode being evaluated&lt;br /&gt;
&lt;br /&gt;
You will have to examine the FreeMind source code for operations on the interfaces.  See the examples for a few operations such as setting the node text, node color and background color.&lt;br /&gt;
&lt;br /&gt;
=== Examples ===&lt;br /&gt;
I have only played with the engine for five minutes, and spent about the same amount of time on the Groovy home page.  The following examples work for me:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Prepend the node text with an integer representing the node depth.&#039;&#039;&#039;  Note that the script starts with &#039;=&#039; so the result is assigned back to the node text.&lt;br /&gt;
&amp;lt;groovy&amp;gt;=node.getNodeLevel() + &amp;quot; &amp;quot; + node.getText()&amp;lt;/groovy&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Set the text color of a node:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;groovy&amp;gt;node.setColor(java.awt.Color.RED)&amp;lt;/groovy&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Set the background color of a node:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;groovy&amp;gt;node.setBackgroundColor(java.awt.Color.BLUE)&amp;lt;/groovy&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Project Manager: Don&#039;t do this; use methods of the controller c instead.&#039;&#039;&#039; If you manipulate the node model directly, you&#039;ll miss the undo and flow control capabilities of FreeMind. Please, consult methods from the interface MindMapActions only.&lt;br /&gt;
&lt;br /&gt;
=== Advanced Examples===&lt;br /&gt;
&lt;br /&gt;
All advanced examples have been moved to the [[Example scripts]]&lt;br /&gt;
&lt;br /&gt;
== About Groovy ==&lt;br /&gt;
For people unfamiliar with Groovy scripting, it&#039;s [http://groovy.codehaus.org home page], an [http://www.onjava.com/pub/a/onjava/2004/09/29/groovy.html introduction], a review on [http://ask.slashdot.org/article.pl?sid=06/04/18/2223237 slashdot].&lt;br /&gt;
&lt;br /&gt;
== How to get started ==&lt;br /&gt;
&lt;br /&gt;
# Create an attribute for a node.  The attribute must be named &amp;quot;script&amp;quot;&lt;br /&gt;
# Create the Groovy script and set as the value of the attribute&lt;br /&gt;
# Press Alt-F8 or select &amp;quot;Evaluate&amp;quot; from the Tools menu.&lt;br /&gt;
&lt;br /&gt;
== Wish for Groovy script editing ==&lt;br /&gt;
* Need good editor for writing such script for the attribute. The current attribute manager is not suitable to write long script. --[[User:Yubrshen|yushen]] 15:41, 15 Jan 2007 (PST)&lt;br /&gt;
* I know I could dig through the source code and figure it out, but even a rudimentary object reference would be great. --[[User:RazielJaTier|RazielJaTier]] 15:01, 21 May 2008 (PDT)&lt;br /&gt;
** Created a page called [[FreeMindGroovyObjects|FreeMind / Groovy Object Reference]] to start compiling known information into a reference page.  If you&#039;re familiar with any of the objects and navigation, lets start documenting it here. &lt;br /&gt;
* Debug Console while you&#039;re running scripts from the map.  If you have a typo, the script simply does nothing.  It would be nice to get an error or some sort of feedback. --[[User:RazielJaTier|RazielJaTier]] 15:01, 21 May 2008 (PDT)&lt;br /&gt;
&lt;br /&gt;
== Scripting the application, not the documents ==&lt;br /&gt;
&lt;br /&gt;
When I first read about Groovy in Freemind, I was irritated by the fact that the Groovy scripts are part of the Map (as script attribute) and not the application.&lt;br /&gt;
&lt;br /&gt;
To my opinion it would make more sense to allow Groovy scripts to be plugged into the application and work on either Map.&lt;br /&gt;
&lt;br /&gt;
An example of how this could work can be found here: [http://groovy.codehaus.org/Integrating+Groovy+in+an+application+-+a+success+story]&lt;br /&gt;
&lt;br /&gt;
In a similar way each script could be bound to a menu item in a user menu or a button, and be provided with the current &#039;context&#039;, maybe containing a model of an open Map when activated.&lt;br /&gt;
This way it would be possible to create complete maps on-the-fly without having to create the Map and the root node with a script attribute first(!).&lt;br /&gt;
&lt;br /&gt;
This is from user&#039;s point of view more like scripted plug-ins and filters in Gimp or Steinberg-like music software, and not so much like the VBA thing stored inside office documents.&lt;br /&gt;
&lt;br /&gt;
--[[User:Det|Det]] 07:28, 16 Mar 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
== Tips of editing script ==&lt;br /&gt;
# Before there is good editor for script, I use a template node to define long script then use copy and paste to duplicate the script. &lt;br /&gt;
&lt;br /&gt;
--[[User:Yubrshen|yushen]] 15:41, 15 Jan 2007 (PST)&lt;br /&gt;
&lt;br /&gt;
= TaskJuggler Integration =&lt;br /&gt;
&lt;br /&gt;
[http://taskjuggler.org/ TaskJuggler] is a opensource project management tool for linux. It covers the complete spectrum of project management tasks from the first idea to the completion of the project. It assists you during project scoping, resource assignment, cost and revenue planing, risk and communication management. &lt;br /&gt;
&lt;br /&gt;
=== Idea ===&lt;br /&gt;
The idea is to have special task, resource, and account nodes on the mindmap. &lt;br /&gt;
&lt;br /&gt;
====Usage summary====&lt;br /&gt;
 - Tasks are defined as subnodes of TASKS node.&lt;br /&gt;
 - Resources are defined as subnodes of RESOURCES node. &lt;br /&gt;
 - Accounts as subnodes of ACCOUNTS node. (not yet implemented in 0.9.0 beta 18)&lt;br /&gt;
 - Taskjuggler task/resource/account info contained as node attributes. &amp;lt;br&amp;gt;     You can find more info about these attribs in [http://taskjuggler.org/manual-2.3.0/c1376.html TaskJuggler documentation]&lt;br /&gt;
 - After entering all task/resource/account info in freemind, use File--&amp;gt;Export to &amp;lt;br&amp;gt;    export the task/resource/account info that is currently VISIBLE &amp;lt;br&amp;gt;     (your freemind filters can be used to limit the info being exported to TaskJuggler).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:Taskjuggler_example.png]]&lt;br /&gt;
&lt;br /&gt;
=== Project file (TJP) ===&lt;br /&gt;
We generate only includes with FreeMind, so we must write simple TaskJuggler main project file: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;project simple &amp;quot;Simple Project&amp;quot; &amp;quot;1.0&amp;quot; 2005-06-06 - 2005-06-26&lt;br /&gt;
&lt;br /&gt;
include &amp;quot;example.accounts.tji&amp;quot;&lt;br /&gt;
include &amp;quot;example.resources.tji&amp;quot;&lt;br /&gt;
include &amp;quot;example.tasks.tji&amp;quot;&lt;br /&gt;
&lt;br /&gt;
taskreport &amp;quot;Gantt Chart&amp;quot; {&lt;br /&gt;
  headline &amp;quot;Project Gantt Chart&amp;quot;&lt;br /&gt;
  columns hierarchindex, name, start, end, effort, duration, cost, revenue, chart&lt;br /&gt;
  timeformat &amp;quot;%a %Y-%m-%d&amp;quot;&lt;br /&gt;
  loadunit days&lt;br /&gt;
  hideresource 1&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
htmlaccountreport &amp;quot;accountsreport.html&amp;quot;{&lt;br /&gt;
  timeformat &amp;quot;%d-%M-%y&amp;quot;&lt;br /&gt;
  accumulate&lt;br /&gt;
  columns index, name, weekly&lt;br /&gt;
}&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Include Files (TJI) ===&lt;br /&gt;
Mindmap with defined TASKS, RESOURCES and ACCOUNTS nodes can look like this:&lt;br /&gt;
{| cellpadding=&amp;quot;20&amp;quot; cellspacing=&amp;quot;0&amp;quot; border=&amp;quot;0&amp;quot;&lt;br /&gt;
|[http://pliki.rodos.com.pl/freemind/tji_example/example_freemind2.png http://pliki.rodos.com.pl/freemind/tji_example/example_freemind2_maly.png]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
We can export include files which we have defined in our project file directly from FreeMind mindmap:&amp;lt;br&amp;gt;&lt;br /&gt;
- example.resources.tji - from RESOURCES node (File-&amp;gt;Export-&amp;gt;Resources from RESOURCES node to TJI file..)&amp;lt;br&amp;gt;&lt;br /&gt;
- example.tasks.tji - from TASKS node (File-&amp;gt;Export-&amp;gt;Task from TASKS node to TJI file..)&amp;lt;br&amp;gt;&lt;br /&gt;
- example.accounts.tji - from ACCOUNTS node (File-&amp;gt;Export-&amp;gt;Accounts from ACCOUNTS node to TJI file..)&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In TaskJuggler our project will look like this:&lt;br /&gt;
{| cellpadding=&amp;quot;20&amp;quot; cellspacing=&amp;quot;0&amp;quot; border=&amp;quot;0&amp;quot;&lt;br /&gt;
|[http://pliki.rodos.com.pl/freemind/tji_example/example_taskjuggler.png http://pliki.rodos.com.pl/freemind/tji_example/example_taskjuggler_maly.png] &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Download ===&lt;br /&gt;
[http://pliki.rodos.com.pl/freemind/tji_example/example.zip Here] you can download full example without accounts feature and [http://pliki.rodos.com.pl/freemind/account/accountexample.zip here] with accounts.&lt;br /&gt;
&lt;br /&gt;
=== Account support ===&lt;br /&gt;
Becouse accounts functionality isn&#039;t in CVS yet. You need use [http://pliki.rodos.com.pl/freemind/account/Freemind_0_9_0_beta15_koprin_b2.zip this] binary or &lt;br /&gt;
get Freemind from CVS (CVS tag: fm_060405_integration) and aply [http://pliki.rodos.com.pl/freemind/account/diff.zip this] patch.&lt;br /&gt;
&lt;br /&gt;
= The rest of the new features =&lt;br /&gt;
&lt;br /&gt;
==Icons==&lt;br /&gt;
=== User icons ===&lt;br /&gt;
&lt;br /&gt;
User icons can be added. PNG files of the icons have to be added to the folder &#039;&#039;&#039;&amp;lt;user_home&amp;gt;&#039;&#039;&#039;/.freemind/icons. All *.png files in &#039;&#039;&#039;&amp;lt;user_home&amp;gt;&#039;&#039;&#039;/.freemind/icons are handled as user icons. Size is &#039;&#039;not&#039;&#039; limited to 16 px x 16 px.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;User feedback:&#039;&#039;&#039;&lt;br /&gt;
* FreeMind adds &amp;quot;icon_&amp;quot; to the user-given name of a user icon. The name should just be the user given name - without &amp;quot;.png&amp;quot; of course.&lt;br /&gt;
* When adding user icons, they appear in a random order within the side bar and mixed with the Freemind built-in icons. Is there a way to control this order ?&lt;br /&gt;
* My new icons appeared at the end of the standard ones and appeared to be in alphabetical order by filename. GREAT feature. I was able to take screen captures of the icons for Access objects and some of the Office program icons and use them in a mind map documenting a project my computer literacy students do at the end of the semester. This is far superior to having to use a limited set of standard icons which aren&#039;t particularly meaningful.&lt;br /&gt;
* Q: what is the procedure for adding user icons in Mac OS? Which is the correct destination folder?&lt;br /&gt;
&lt;br /&gt;
* User icons are not included in exported mindmaps (flash at least).&lt;br /&gt;
* Including icons does not appear to work (WinXP - Freemind 0.9.0 Beta 19). Have assumed that placing .png files in C:\Program Files\Freemind\Icons should ensure that they are included but have nt been able to get this feature to work. Is this the correct placement for the icons folder in Windows?&lt;br /&gt;
::You put the icons in the wrong folder. Look again above. --[[User:Terkor|Terkor]] 03:23, 21 Oct 2008 (UTC)&lt;br /&gt;
* I think I put the files in the correct place. I put them here: c:/Documents%20and%20Settings/fklein23/.freemind/icons/*.png&lt;br /&gt;
and they did NOT appear in the icons menu nor on the left hand border -- User:fklein23&lt;br /&gt;
* I also note that the menu runs down past the bottom of the screen and though my mouse cursor is actually selecting hidden icons, I can&#039;t see them until I click the right mouse button, at which time the &amp;quot;mystery icon&amp;quot; appears! -- User:fklein23&lt;br /&gt;
&lt;br /&gt;
===Selecting, Substituting and Deleting Icons===&lt;br /&gt;
* Using Shift+Click on icon bar substitutes the current icons by the new one.&lt;br /&gt;
* Icon bar Icon Selection Dialog: click on icon with control key hold: removes the first matching icon, with alt key removes the last one. Icon Selection Dialog: Shift+Enter or Alt+Enter can be used as well.&lt;br /&gt;
* Icon hot keys available in Select Icon Dialog. They can be set in Preferences &amp;gt; Keystrokes. --[[User:Terkor|Terkor]] 13:26, 3 Sep 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;User feedback:&#039;&#039;&#039;&lt;br /&gt;
* Substituting icons with Shift+Enter in the Icon Selection Dialog (as announced in the changes for Beta 9) does not work. Just inserts the selected icon.&lt;br /&gt;
* Can I suggest you add a couple of icons as standard namely &#039;$&#039; and &#039;$$&#039; too?  Thanks.&lt;br /&gt;
&lt;br /&gt;
==Latex Plugin==&lt;br /&gt;
With the new Latex Plugin (Insert &amp;gt; Latex) you can now add mathematical formulas to your nodes.&lt;br /&gt;
Select a node and chose Insert &amp;gt; Latex. Under the node a default text in a box is added. When you click on that box a simple editor opens to enter the Latex code. Close the editor and your formula is displayed underneath the node.&lt;br /&gt;
&lt;br /&gt;
Erase the formula by clicking Latex again when the node is selected. --[[User:Terkor|Terkor]] 06:31, 3 Sep 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;User feedback:&#039;&#039;&#039;&lt;br /&gt;
* I like this one, but there may be an easier way for access of this functionality (a shortcut or s.th.).&lt;br /&gt;
* Great, adds a whole new field of use to FreeMind!&lt;br /&gt;
* Tip: Can also be used to just add a text to node instead of a mathematical formula. If you just add text without any commands, you get italic text in the box. Everything put between \mbox{ and } appears as normal text. (The code is contained in the default formula that is added every time you add a new Latex box to a node.)&lt;br /&gt;
* Exporting the formulas does not work for at least for some filters (Flash at least).&lt;br /&gt;
* LaTeX formulas do not scale with the rest of the map but have always the same size. Please make them scalable if possible.--[[User:Christofb|Christofb]] 12:19, 30 Oct 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
* Nice feature. It would be nice if the graphical representation of the formula could appear with the higher quality associated with LaTeX. Is it possible to improve via anti aliasing or exporting/printing via postscript?&lt;br /&gt;
&lt;br /&gt;
==Linking to nodes in another mm-file==&lt;br /&gt;
&lt;br /&gt;
You may create a link to a node in another map by appending #node_name to the map path&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;User feedback:&#039;&#039;&#039;&lt;br /&gt;
*Bug?:  This feature does not seem to work for file urls ex: file:\\dfs\folder\file.mm##Freemind_Link_335867258.  It also does not seem to work through the website applet.&lt;br /&gt;
** The URL is wrong. Must be file:///dfs\folder\file.mm##Freemind_Link_335867258&lt;br /&gt;
&lt;br /&gt;
* Bug: This very useful feature seems to work for the current instance of the target map only. Once the target map is closed and reopened the link points to the root node in the target map, even though the link text is still correct. Closing the source map and reopening it works fine. - Tested based on FM 0.8.0 maps with the Windows version of FM.--[[User:Uli|Uli]] 02:51, 13 Feb 2007 (PST)&lt;br /&gt;
&lt;br /&gt;
(•) Solution:&lt;br /&gt;
&lt;br /&gt;
• create a (temporary) local link to the intended target node from any other node within the target MindMap (MM) (ALT+L)&lt;br /&gt;
  =&amp;gt; i.e. the target-node must be the &#039;referred&#039; node in this case meaning that it must be the second of the two nodes composing said (temporary) local link.&lt;br /&gt;
    -&amp;gt; Digression: A local link is created by first left clicking on the source node and, while holding down the CTRL-button, then &lt;br /&gt;
       left clicking on the target node, then press Alt-L. The link is created in the source node (a green arrow appears).&lt;br /&gt;
• Now highlight the &#039;referring&#039;/source node, i.e. the other of the two nodes in this (temporary) local link (the one with the green arrow) and press CTRL+k (edit link)&lt;br /&gt;
  =&amp;gt; the freemind node name of the &#039;referred&#039; node (i.e. our desired target node) appears (eg. #Freemind_Link_676133257)&lt;br /&gt;
• Copy (or better still, cut) this node name [ctrl+c/ctrl+x].&lt;br /&gt;
&lt;br /&gt;
• In the Source MM create an external link to the target MM (eg. c:\mindmaps\TASKS.mm),&lt;br /&gt;
  =&amp;gt; Digression: An external link is created thus: CTRL+k (manually enter path) or SHIFT+CTRL+k (choose path). A red arrow appears.&lt;br /&gt;
• highlight the node with the newly created external link and append the copied/cut freemind node name to it using CTRL+k (edit link).&lt;br /&gt;
  =&amp;gt; The result could look like this: c:\mindmaps\TASKS#Freemind_Link_676133257&lt;br /&gt;
&lt;br /&gt;
• Finally, delete the local link if you may so wish (this step is only relevant, if you&#039;d only copied and not cut the node name above).&lt;br /&gt;
&lt;br /&gt;
• Being able to link to a specific link should not only possible within freemind but also from other tools. This could be established via adding a command line parameter giving the node ID to select right after startup.&lt;br /&gt;
&lt;br /&gt;
== Edit Styles, Patterns, Automatic Layout Patterns ==&lt;br /&gt;
&lt;br /&gt;
=== Change Format Dialog ===&lt;br /&gt;
&lt;br /&gt;
New &amp;quot;Change Format&amp;quot; dialog box that lets you edit node and edge attributes at once. (Format &amp;gt; Change format...)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;User feedback:&#039;&#039;&#039;&lt;br /&gt;
* The very powerful and useful dialog box needs a shortcut, and an entry in the context menu when you right-click on a node.&lt;br /&gt;
* A preview-area would be helpful.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Manage Patterns ===&lt;br /&gt;
&lt;br /&gt;
There is now a manager for the physical styles. (Format &amp;gt; Physical Styles &amp;gt; Manage Patterns..)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== User feedback: ====&lt;br /&gt;
&lt;br /&gt;
* It is so helpfull!!!!!&lt;br /&gt;
* Would it be possible to also show (and even change) the shortcuts of the patterns in the pattern manager?&lt;br /&gt;
* Styles should be renamed Format Macro. They are a great feature.&lt;br /&gt;
* Feature Request&lt;br /&gt;
** A real Style formating feature with style_registry, where the formating is defined, would be great.&lt;br /&gt;
* Bugs&lt;br /&gt;
** Style names are not proper UTF-8 encoded e.g. ü in become FC in patterns.xml and not &amp;amp;#xfc;&lt;br /&gt;
** beta 18 couldn&#039;t generate new Style from current node. Pressing Save&amp;amp;Exit didn&#039;t save and a Notice pop up without any message.&lt;br /&gt;
* All version including RC1 - F11 window does not allow to choose a font size which is not in the list (11 for example) this is not consistent with the tool bar of the main window. I&#039;m using style with 11 pt font size !&lt;br /&gt;
* Im experimenting with TONY BUZAN&#039;s mind mapping and memroy techniques. Eventaully i wnat to make a mind map of his book&#039;s and share, however copywright questions arise?? anyone know about it. Regardless of this question it brings to my attention the powers of formatting and memory enhancement. &lt;br /&gt;
**Is there a way of patterning the width/thikness of the links?&lt;br /&gt;
**Would be great to have a plugin that does a network analysis of the mind map and formatts acordingly. Hubs/number of links to a node = format value. Format value&#039;s to stimmulate as many sensory modalites as possible (NLP/ memory techniqes) &lt;br /&gt;
***These formats can then have an icon/ memory hook to filter by.&lt;br /&gt;
&lt;br /&gt;
=== Edit Automatic Layout Patterns ===&lt;br /&gt;
It is now possible to edit Automatic Layout Patterns. (Tools &amp;gt; Preferences ... &amp;gt; Automatic layout pat...) Click there on a pattern and the new &amp;quot;Change Format&amp;quot; box appears (here called &amp;quot;Change Pattern&amp;quot;).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;User feedback:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* I also really like this feature, BUT I also would badly need to automaticaly layout for more then 4 levels (even if I could not change it by myself)! This is one of the most important things missing yet in this great application. Thanks anyway!&lt;br /&gt;
&lt;br /&gt;
* Great! Could you please make the area &amp;quot;Automatic Layout Styles&amp;quot; a bit wider. There is no reason to keep it so tiny.&lt;br /&gt;
&lt;br /&gt;
* I find the automatic layout a bit limited; after four levels, the layout remains the same, but I oftentimes use five, six or seven levels. Only feature I&#039;d like to see added to the program is to set an auto format for a larger (custom-defined?) amount of levels.&lt;br /&gt;
&lt;br /&gt;
* I love automatic layout, I use it pretty much exclusively.  The only thing that sucks is that it completely disables the ability to apply localized formats to nodes with it enabled.  Can you put in some sort of cascading functionality.  The default would be automatic, but you could override the formats at any time.  Also put something like the &amp;quot;reset position&amp;quot;  like  &amp;quot;remove custom formatting&amp;quot;.  --[[User:RazielJaTier|RazielJaTier]] 15:27, 20 May 2008 (PDT)&lt;br /&gt;
&lt;br /&gt;
* I second Raziel&#039;s motion. I&#039;d love to be able to store code snippets in a map, but automatic layout disrupts my custom formatting. --[[User:Neontapir|Neontapir]] 09:47, 23 Jun 2008 (PDT)&lt;br /&gt;
&lt;br /&gt;
* Wonderfull. Would it be possible choose (at least) color to be applied per branch instead of per level. This is more in tune with Dr. Buzan&#039;s suggestions.&lt;br /&gt;
&lt;br /&gt;
== Find And Replace ==&lt;br /&gt;
FreeMind has now a Find &amp;amp; Replace dialog. It combines the old &amp;quot;Show Map History...&amp;quot; (which is not there any more) with a classical Find &amp;amp; Replace dialog.&lt;br /&gt;
&lt;br /&gt;
Found nodes can be sorted by Date, Text, Icons, Created, Modified, and Notes.&lt;br /&gt;
&lt;br /&gt;
You can choose: Export Selected Nodes, Replace All, Replace Selected, Goto, and Select.&lt;br /&gt;
&lt;br /&gt;
When no search text is entered all nodes of the map are shown in a sorted list.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;User Feedback&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Characters like äöü&amp;quot; are not displayed correctly (the HTML-versions are displayed).&lt;br /&gt;
* Could it be possible to hide columns that I don&#039;t need to see?&lt;br /&gt;
* Thank You for the &amp;quot;replace&amp;quot; addition. How difficult would it be to have a &amp;quot;find&amp;quot; on all opened maps ?&lt;br /&gt;
* Is it possible to extend the &amp;quot;find&amp;quot; in all opened maps ?  When searching for a text pattern, it will save to open individually each maps and execute a find. --[[User:Fb5|Fb5]] 02:16, 15 Nov 2007 (PST)&lt;br /&gt;
** I second this - extremely needed (at least for me :) ) to be able to search across several maps!! --[[User:Spacevulture|Spacevulture]] 11:59, 21 Jun 2008 (PDT)&lt;br /&gt;
* Would very helpful if nodes themselves could not only be sorted alphabetically, but also by Icons. And maybe by Date, Created, Modified, and Notes.&lt;br /&gt;
* A drop-down menu with recent search/replace terms would be helpful, to avoid retyping when repeating searches. --[[User:Arg0|arg0]] 08:38, 25 Feb 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
--[[User:MikeS|MikeS]] 10:38, 5 Nov 2009 (UTC) I need to be able to search for patterns in note text, across &#039;&#039;all&#039;&#039; notes at one time.  This could be incorporated as the default or an option in the Edit&amp;gt;Find command.  Alternatively, a separate &#039;Find in Notes&#039; command could be added.  Thanks&lt;br /&gt;
&lt;br /&gt;
== Display Selection as Bubble==&lt;br /&gt;
In the menu View there is now the option to display the selected nodes inside a bubble: &amp;quot;Display Selection as Rectangle on/off&amp;quot;. You can also pick this new option in Preferences &amp;gt; Defaults, where you can also choose the color of the bubble. &amp;quot;Display Selection as Rectangle on/off&amp;quot; is now (Beta 13) by default &amp;quot;on&amp;quot;. --[[User:DimitriPolivaev|DimitriPolivaev]] 14:50, 9 Sep 2007 (PDT) --[[User:Terkor|Terkor]] 16:57, 9 Sep 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;User Feedback&#039;&#039;&#039;&lt;br /&gt;
* Like it very much.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Tabs==&lt;br /&gt;
There are now Tabs (like in Firefox) representing the opened maps. Properties &amp;gt; Appearance &amp;gt; Look And Feel &amp;gt; Use Tabs lets you choose if you want to use tabs.  --[[User:Terkor|Terkor]] 10:36, 26 Aug 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;User Feedback&#039;&#039;&#039;&lt;br /&gt;
* Could it be possible that the tabs only appear (option) when more than one map is opened?&lt;br /&gt;
** I&#039;d like this too.  Screen space can be important.  --[[User:Kenrob|Kenrob]] 04:14, 5 Oct 2007 (PDT)&lt;br /&gt;
* Could it be possible to show and hide tabs &#039;&#039;in View&#039;&#039;?&lt;br /&gt;
* Could it be possible to rearrange the order of the tabs (by dragging and dropping them)?&lt;br /&gt;
** drag&amp;amp;drop, automatic hide when only one, close one/all via context menu etc. would be very usefull (i.e. like it is possible in firefox) --[[User:flusi100|flusi100]] 08:00, 24 Feb 2008&lt;br /&gt;
* Would be nice to close the maps by using their tabs (context menu with &amp;quot;Close&amp;quot; when right-clicking on tab, or middle-click on tab).&lt;br /&gt;
** Agreed - this would be useful.  --[[User:Kenrob|Kenrob]] 04:14, 5 Oct 2007 (PDT)&lt;br /&gt;
** ++ to that. Seemed unnatural not to have a context menu on the tabs.--[[User:Doubi|Doubi]] 23:08, 18 Apr 2009 (UTC)&lt;br /&gt;
* Now with tabs and Save All it would just be the next logical step that (as an option) all the tabs would open when FreeMind starts, that were open when FreeMind was closed.&lt;br /&gt;
*Switching tabs takes 15-20 seconds. Especially slow after FreeMind has been minimized and computer has been suspended/hibernated. Version 0.9.0 Beta 18. --[[User:Emkeyen|Emkeyen]]&lt;br /&gt;
* A cross (X) on the tab similar to Google Chrome would be welcome. I also agree with the above comments on the use of a right click context menu and the dragging and dropping of tabs to reorder them.&lt;br /&gt;
&lt;br /&gt;
==Move Back and Move Forward==&lt;br /&gt;
There are now Move Back and Move Forward buttons in the Toolbar (also available in the Navigate menu and by using Alt-Left and Alt-Right). FreeMind stores a chronology of the selected nodes. Using Back and Forward you can navigate back and forth to those nodes - even if they are in an other opened map. --[[User:Terkor|Terkor]] 19:31, 26 Aug 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;User Feedback&#039;&#039;&#039;&lt;br /&gt;
* Very Helpful!&lt;br /&gt;
* Could there be a way to get back to the latest selection by one click.&lt;br /&gt;
* How about a popup list of the previous and next selected nodes (like in IE or FF)?&lt;br /&gt;
* Useful when navigating in large maps--[[User:Fb5|Fb5]] 02:13, 15 Nov 2007 (PST)&lt;br /&gt;
&lt;br /&gt;
==Export Filters==&lt;br /&gt;
Open Office Export now for the ODT format.&lt;br /&gt;
&lt;br /&gt;
Besides the two export filters for TaskJuggler there are three new filters for exporting:&lt;br /&gt;
&lt;br /&gt;
* As Java Appelt&lt;br /&gt;
* As Flash&lt;br /&gt;
* As TWiki --[[User:Terkor|Terkor]] 19:06, 27 Aug 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== User feedback ===&lt;br /&gt;
* Embedded links on images and then exported to flash do not work.&lt;br /&gt;
** [http://video.google.com/videoplay?docid=-781058038619276488&amp;amp;q=freemind+dennis Video of Bug]&lt;br /&gt;
* HTML links and then exported to flash do not work either. Please see: &lt;br /&gt;
** http://www.efectokiwano.net/mm/&lt;br /&gt;
--[[User:VincentD|VincentD]] 02:30, 9 Nov 2006 (PST)&lt;br /&gt;
* Export to Flash does not support Rich Formatted nodes.&lt;br /&gt;
* When a map that contains a hyperlink is exported to HTML there is obviously an error in that exported hyperlink. --[[User:Terkor|Terkor]] 20:34, 2 Sep 2007 (PDT)&lt;br /&gt;
* In exporting to Flash, I have to enter URLs as &amp;lt;nowiki&amp;gt;http:www.yahoo.com&amp;lt;/nowiki&amp;gt;, instead of &amp;lt;nowiki&amp;gt;http://www.yahoo.com&amp;lt;/nowiki&amp;gt;, for the link to work.&lt;br /&gt;
* I&#039;m using 0.9.0 beta 19, when exporting to flash, http links fail. I&#039;ve watched the video and visited efectokiwano, still not working. Does the exported html require a special server build to serve the content?&lt;br /&gt;
&lt;br /&gt;
--[[User:Berti|Berti]] 12:04, 13 Feb 2008 (PST)&lt;br /&gt;
* I tried an export to txt tab separated this worked in 0.8 fine if  I rename the .mm to xml and try to view it I get an error it seems the html tags are going to break it. I also tested the xsl form this side Tabulator separated text ? FreeMind&lt;br /&gt;
http://freemind.sourceforge.net/wiki/index.php/Import_and_export_to_other_applications&lt;br /&gt;
&lt;br /&gt;
=== Wishes concerning Export Filters ===&lt;br /&gt;
--[[User:AlexandreDC|AlexandreDC]] 08:47, 13 Mar 2008 (CET)&lt;br /&gt;
* It would be useful to indicate some XSLT templates to produce HTML exports: we could thus choose whether and how to display attributes for example.&lt;br /&gt;
&lt;br /&gt;
--[[User:DRBusch]]&lt;br /&gt;
* To me, the most useful application of freemind is organizing complex documents (e.g. a thesis or book).  To this end, I&#039;ve modified the [http://sites.google.com/site/freemind2beamer/ freemind2beamer] script into [http://student.physics.upenn.edu/~drbusch/mm2thesis.xsl mm2thesis].  Unfortunately, I can&#039;t seem to figure out how to parse in the xsl document such that I can (for example) put a hard line break into the text of a node and use the second line as a label.  For example, node=abcd\\labelabcd would be translated into \section{abcd}\label{sec:labelabcd}.  Any thoughts?  I haven&#039;t dug into the java mm to beamer conversion yet.&lt;br /&gt;
&lt;br /&gt;
=General Bugs=&lt;br /&gt;
* Generating Output for a printer is almost impossible. On Ubuntu 7.10 printing does not work (nothing happens), PDF export does not work (Error popup with no content), SVG export does not work (Error popup with no content), PNG export  does not work (nothing happens), JPG export  does not work (nothing happens), (Jave and Flash export thus is working, but it&#039;s not printable in a browser). So I am limited to screenshots which are unreadable in larger mind maps. Preview is ok, by the way, but I would need a feature to resize the whole map to paper size.&lt;br /&gt;
* If I close the calendar not with &amp;quot;cancel&amp;quot; but by just closing the calendar window, I can&#039;t reopen the calendar. I have to restart FM to be able to open the Time Management dialog again. --[[User:Terkor|Terkor]] 06:27, 15 Dec 2007 (PST)&lt;br /&gt;
* I updated to java runtime enviroment 1.6 and was not able to save any mindmap any longer. Message was &amp;quot;Map ist write protected&amp;quot; --[[User:bebach|bebach]] 13 Nov 2007&lt;br /&gt;
* Sometimes I use freemind just as a simple extended clipbord. In openoffce 2.0 writer I get the message, the clipbord format does not exist. In thunderbird I always have to paste without format to see anything. It is painful. It seems to me that I was not able to switch freemind to the plain text option. I am looking again the documentation. --[[User:bebach|bebach]] 8 Nov 2007&lt;br /&gt;
* Using the PDF export feature results in an error message &amp;quot;null compatible with Global antialiasing enable key&amp;quot;. That was no problem in Version 0.8&lt;br /&gt;
* I can&#039;t save a new mind map under MS Vista. Modify and save of an existing mind map works.&lt;br /&gt;
* After pasting a node at a new position, keystrokes get stuck. The moviment is possible only changing the focus with mouse. After changing the focus, keystrokes (up,down,left,right) works normally.--[[User:Leslie|Leslie]] 05:16, 17 Apr 2007 (PDT)&lt;br /&gt;
* Ok, the new version is very nice... but there is still the Problem with printing. Sometimes the print is to small or to great or a part is cut off. Its difficult to configure the printer for good mindmap printings--[[User:Bkmzde|Bkmzde]] 00:31, 16 Feb 2007 (PST)&lt;br /&gt;
* Bug ? : MindManager Import doesn&#039;t include &amp;quot;Html Notes&amp;quot; hooked to the nodes. In 0.8, the note is &amp;quot;translate&amp;quot; in a text note.&lt;br /&gt;
* The context-menu that appears when you right-click while editing a node does not work. (It only contains &amp;quot;Copy&amp;quot; - which does not work.) Perhaps adding &amp;quot;Cut&amp;quot;, &amp;quot;Paste&amp;quot;, &amp;quot;Split&amp;quot; (at cursor-position), &amp;quot;Edit Long Node...&amp;quot; (with the editor remembering the cursor position and if some text is already marked). And perhaps some formating: &amp;quot;Bold&amp;quot;, &amp;quot;Italic&amp;quot;, &amp;quot;Font...&amp;quot;, &amp;quot;Paragraph...&amp;quot;&lt;br /&gt;
* Display error: Zoom is now (Beta 14) working perfectly, as far as I can see. Good work! --[[User:Terkor|Terkor]] 14:41, 21 Oct 2007 (PDT)&lt;br /&gt;
** OK, there is a little bug: use Format &amp;gt; Bubble. You will see that on most zoom levels text in the bubble is not centered correctly. On both sides of the map text is placed too much on the left side. --[[User:Terkor|Terkor]] 11:33, 22 Nov 2007 (PST)&lt;br /&gt;
* Display error: Edges don&#039;t connect properly to the root. With widths 4 or 8 the effect is very obvious, and if &amp;quot;Bezier&amp;quot; is chosen). --[[User:Terkor|Terkor]] 07:51, 11 May 2008 (PDT)&lt;br /&gt;
[[Image:Root.jpg]]&lt;br /&gt;
*     File Locking appears buggy: When you open a file with File Locking enabled in Preferences, the first open generates the error that &#039;file locking&#039; failed. Subsequently, all attempts to open a file result in &#039;File is already being edited by (Username). Opening as Read-Only.&#039; FreeMind does not appear to be willing to release this lock, except by turning off Experimental File Locking and turning it back on, so the entire feature appears to be broken. Specs: Windows XP SP2 machine, .mm file is on local drive which is also shared.--[[User:Perholm|Perholm]] 22:43, 13 Sep 2007 (PDT)&lt;br /&gt;
* Auto-Save Confirmed Buggy: &#039;&#039;&#039;I WOULD SUGGEST THAT THIS BUG IS AN EMERGENCY, AS DATA-LOSS CAN/WILL HAPPEN IF THE FEATURE IS RELIED UPON&#039;&#039;&#039;. Auto-Save at present does not work properly and should not be relied upon. Bug analysis: It appears that the timer used to control auto-save is only activated once at program launch, and when the auto-save interval has passed the timer does not reset for another auto-save interval, but instead NEVER generates an event again. Test: Set auto-save to 20000 milliseconds. Open an existing MindMap, and make a change within 20 seconds. If you check the .freemind directory, a single auto-save will be generated after 20 seconds, and no further auto-saves will EVER happen. If you again open a MindMap, and DO NOT make a change within 20 seconds, no auto-save will ever happen of any changes including the initial change. I would therefore conclude that the timer used for the auto-save interval is being programmed incorrectly, and does not launch another auto-save interval.--[[User:Perholm|Perholm]] 22:56, 13 Sep 2007 (PDT)&lt;br /&gt;
* The JRE 1.6 update 2 bug from javaw.exe on using the function of Open/Save File, it will waitting more than 30 sec per times, The JRE 1.5 update 11 will be better. --[[User:Josepchangtw|Josepchangtw]] 16:55, 15 Nov 2007 (PDT)&lt;br /&gt;
* Certain actions, foremost among them the &#039;&#039;paste&#039;&#039; action, cause FreeMind (or perhaps just the editing area) to lose focus somehow, so that no further keyboard input has any effect, until you click in the editing area to restore the focus. This severely detracts from the keyboard-only usability of FreeMind.&lt;br /&gt;
** Please describe how to reproduce and see this behavior [[User:DimitriPolivaev|DimitriPolivaev]] 14:40, 18 Oct 2007 (PDT)&lt;br /&gt;
** After pasting &#039;&#039;a node&#039;&#039; that has been copied from Freemind, the keyboard has absolutely no effect (really! I even tried mashing it randomly) until you click the mouse in the window, or switch to another window and then back, or do something else that focuses the Freemind window. Pasting text or anything else works just fine; only pasting a copied node (or nodes) causes the problem -- to put it as clearly as possible, the problem only occurs when pasting &#039;&#039;from Freemind to Freemind itself&#039;&#039;. Also, I should mention that this is not a problem in 0.8, only in 0.9.&lt;br /&gt;
** I have a very similar problem, under Ubuntu 7.10. It happens that: 1. whenever I paste something, I lose the ability to use the keyboard (all shortcuts), editing, entering text. 2. I can get keyboard back by switching to another window or virtual desktop, but after I repeat this (paste something) the third time, I lose keyboard for good until I close and re-open Freemind; 3. mouse works and I can save my map. Please note that for me it happens both with 0.8 and 0.9 branches, when running 0.9.x both with jre 5 and 6. [[User:Zecg|Zecg]]&lt;br /&gt;
** Same here on openSuSE 10.3, x86_64. It&#039;s hard to reproduce when it happens but I also suddenly use the ability to use keyboard. I&#039;ve found no way to get keyboard back except closing and re-opening Freemind. Mouse input still works. Appears to be introduced in the 0.9.x branch regardless whether I use jre 5 or 6. It&#039;s a show stopper. Is there a way to record all keyboard/mouse input to help to track this down ? --[[User:Steve|Steve]]&lt;br /&gt;
** The March 3 build seems to have fixed this bug. If others can confirm this, you can probably delete this thread.&lt;br /&gt;
** Not confirmed. The problem is still in Beta 16, just re-tested. A few times it happened after pressing INS, type in something, CR, CR, type in something, CR and cut the nodes again with CTRL-X, CTRL-X or a similar sequence. --[[User:Steve|Steve]]&lt;br /&gt;
* Node dragging problem: &amp;lt;br&amp;gt; When dragging the small circle in front of a node and moving the node vertically to raise the distance to the upper or lower node, this behavior in FreeMind seems to have changed. &amp;lt;br&amp;gt;In previous versions, the node could only be dragged to the right, up or down, but not more to the left towards the parent node. There was kind of an invisible vertical border. You could not drag the node beyond this border towards the parent node. This border was excellent to keep all child nodes aligned while changing the nodes&#039; distance. &amp;lt;br&amp;gt;Now this doesn&#039;t work any more. In the current version, this border seems to be gone unfortunately. When I change the vertical distance of one node to another node, I cannot keep the moved node in it&#039;s horizontal position any more. &amp;lt;br&amp;gt; (By the way, pressing &amp;lt;CTRL&amp;gt;-left-mouse-button on a node&#039;s drag-handle also changes the distance between nodes, but this functionality is not compareable, because it changes the distance of &amp;lt;u&amp;gt;all&amp;lt;/u&amp;gt; child nodes in this column, not only of the selected one.)&lt;br /&gt;
** Solution could be double-click on the small circle: it appears to work very well.--[[User:Luciodp|Luciodp]] 05:32, 7 May 2008 (PDT)&lt;br /&gt;
* Node dragging problem 2: &amp;lt;br&amp;gt; FM 0.9 B15. I created a map with FM 0.8, then switched to 0.9. If I copy the contents of a MSWord table into a node, MM gets it formatted with HTML and displays the table perfectly. The problem arises when I move the node to another branch of the tree. The html content gets converted to ascii (e.g. &amp;amp;lt;html&amp;amp;gt; becomes &amp;amp;amp;lt;html&amp;amp;amp;gt;) and thus all the formatting is lost. --[[User:ScavType|ScavType]] 14:09, 04 Jan 2008 (PDT)&lt;br /&gt;
* Print Preview shows wrong view after selecting Fit to one page. Steps: create map that&#039;s more than one page wide with default page setup options. Edit page options to fit to one page. Choose Print Preview. Expect it to show one page. Instead, it showed the first page of two pages as if ignoring the &amp;quot;fit to one page&amp;quot; option. After clicking next page button, print preview then realized it should zoom to fit to one page. --[[User:JimK|JimK]]&lt;br /&gt;
* Hover text for Print icon on toolbar says &amp;quot;Print...&amp;quot; implying that a dialog box will open but instead it just starts a print job.  Text should say &amp;quot;Print&amp;quot; or it should open dialog box. --[[User:JimK|JimK]]&lt;br /&gt;
* Opened a mind map created in 0.8.7. Looks good except that beta 17 put a cloud around the entire map---i.e., main node---that I can&#039;t remove, and all the child nodes on the right of the main node have been moved down far enough to be offscreen when view is centered on the main node. (One branch on the left side is fully expanded to four levels, so maybe that had something to do with it, but folding it back up makes no difference.) Tried to toggle off the cloud using the Insert main menu, the Insert shortcut menu, and with shift+ctl+b combo... no luck. This is my first try with 0.9 b17; and already I can&#039;t use it for existing maps. --[[User:foxcole|foxcole]] 13 May 2008    UPDATE:  Ah... in beta 17 I can&#039;t add a cloud to the main node either, so that seems to be a property that&#039;s not natively available at the main level. I&#039;ve no idea what&#039;s putting it there in the first place but now understand why I can&#039;t remove it.&lt;br /&gt;
* Open a mind map that saved on a network share with windows version of freemind, doesn&#039;t work. I got the following failure: An error occoured on opening the file: MindMap:\\mondsee\homes\ko\Eigene Dateien\Brainstorming\FTM\WLT-Event.mm. It&#039;s only while opening a file on a network-share - at my local desktop it works! --[[User:Osthoffinnovations|Osthoffinnovations]] 09:12, 30 May 2008 (PDT) &lt;br /&gt;
** The space in the path name &amp;quot;..\Eigene Dateien\..&amp;quot; plus double back slash &amp;quot;\\&amp;quot; causes this bug.&lt;br /&gt;
 As a quick fix add to FreeMind.java on line 517 (after “// bug fix by Dan:”) &lt;br /&gt;
   if (System.getProperty(&amp;quot;os.name&amp;quot;).startsWith(&amp;quot;Windows XP&amp;quot;) &amp;amp;&amp;amp; url.toString().startsWith(&amp;quot;file:////&amp;quot;))&lt;br /&gt;
     command = &amp;quot;rundll32 shell32.dll,ShellExec_RunDLL \&amp;quot;&amp;quot; + url.toString().replaceAll(&amp;quot;%20&amp;quot;,&amp;quot; &amp;quot;).replaceAll(&amp;quot;%25&amp;quot;,&amp;quot;%&amp;quot;)+&amp;quot;\&amp;quot;&amp;quot;;&lt;br /&gt;
* If I put a graphics in a node and use the HTML editor to try to scale it down .... &amp;quot;size=50%&amp;quot; or &amp;quot;width=120px&amp;quot; ... that has no effect.  [[User:Anton|Anton]]&lt;br /&gt;
* Freemind uses .mm as its file extension, but on Ubuntu (and probably other Linux distributions), this is the same as &amp;quot;Troff MM input document,&amp;quot; so the file manager misidentifies all Freemind maps as Troff documents. Perhaps use .mim (MInd Map) or .fmm (FreeMindMap) or something else as the extension?&lt;br /&gt;
* On 0.9.0 beta 20: If you select &amp;quot;save&amp;quot; for an unsaved document, but you cancel the action, a message box appears saying &amp;quot;Saving Failed&amp;quot;, but it&#039;s just a cancel. [[User:snookiex|snookiex]] 11:35, 27 Oct 2008 (GMT-5)&lt;br /&gt;
* 0.9.0 beta 20: Create child node using keyboard shortcut (eg. Insert) then press same kb shortcut (or if you have a second keystroke generated thru keystroke bounce) the second child-child node is created as closed node, ie not ready for keystroke entry. Basically pressing the &amp;quot;create child node&amp;quot; should not create a new node if the same keystroke is seen before the node has been &amp;quot;closed&amp;quot;. (0.9.0 beta 15 did not display this behaviour - not tested intermediate versions yet)&lt;br /&gt;
* 0.9.0 beta 20: Note icon sometimes disappears and hint fails to display. Moving node causes note icon to display and hint to become active again.&lt;br /&gt;
&lt;br /&gt;
=General Comments=&lt;br /&gt;
* Feature disable request:  Would be great to disable scroll with touch pad as on my MacBook Pro if I accidentally touch the touch pad it starts scrolling very slowely and freezes all functions until it has stopped.&lt;br /&gt;
* Feature request: Would be nice to have a Latex export for the mindmap. This especially helps structuring a bigger report without having to type everything in latex again. Nice would be if you could say till which level you want to have headlines (after that just  enumerations / lists).&lt;br /&gt;
* Feature request: I&#039;m thinking to add a &amp;quot;Rotate&amp;quot; node function. When a node is selected followed by a &amp;quot;Rotate&amp;quot; feature, the selected node and its child nodes will be rotated by 90 degree. This will form a flow chart. Thus, we can used FreeMind to build flow chart easily using its friendly interface.&lt;br /&gt;
* Feature request: Add a number &amp;quot;0&amp;quot; icon. The addition of numbers &amp;quot;8&amp;quot; and &amp;quot;9&amp;quot; in .9.0 Beta 18 are great, but &amp;quot;0&amp;quot; is all that&#039;s left to complete the set. This will allow users to use these icons in many ways other than just setting priority. For example, when using Freemind to take notes, if you have more than 9 items which would benefit from a graphical numerical identification, double (or more) digits could be used with great benefit. I may even suggest that a black icon with white text be used—black being a conceptually appropriate color for the number &amp;quot;0&amp;quot;.&lt;br /&gt;
* Feature request: Add the possibility to add a description to a graphical link, or even attributes (would be perfect). I use Freemind to create Moore and Mealy state machines in XML. So adding a text or attributes to a graphical link would be a milestone to reduce the complexity of the drawings.&lt;br /&gt;
* Feature request: When you move mouse over a node text is displayed in popup cloud, but it dissapears after few seconds. I would like for it to stay. Also, It would be great to be able to focus that popup and edit (ok that&#039;s a hard one, but at least copy) the contest there right away. --[[User:Kova|Kova]] 06:49, 19 Jan 2008 (PST)&lt;br /&gt;
* Feature request: I would like an option for text view (bottom) and tree view (top) to show (expand) when you move mouse over them. Right now I have tree view maximized when I&#039;m editing the tree, but when I want to write something in the nodes or have a look what is written I have to go down, resize the text view, write text / view the text and resize again. It would be great if it resizes to half for example if I just move my mouse down to bottom where text area is. In short, I need quickly switch between node edit (text) and tree edit (graphics). --[[User:Kova|Kova]] 06:49, 19 Jan 2008 (PST)&lt;br /&gt;
* How about a forum for this stuff? Wiki is great for a single document, but not for discussion or suggestions like this. --[[User:Kova|Kova]] 06:49, 19 Jan 2008 (PST) &lt;br /&gt;
* In the German translation the use of capitals is just a mess. (Sorry!) For example &amp;quot;Speichern Unter...&amp;quot; Why a capital &amp;quot;U&amp;quot;? --[[User:Terkor|Terkor]] 06:58, 15 Dec 2007 (PST)&lt;br /&gt;
* Since some changes in the properties of FM need a restart of the program in order to be seen, there should be a restart option after you changed settings or in the file-menu. --[[User:Terkor|Terkor]] 02:18, 19 Nov 2007 (PST)&lt;br /&gt;
* any idea how I can print or give out a mindmap WITH the notes I made to the nodes? I think I tried all export possibilities but could not find a way.  --[[User:bebach|bebach]] 17 Nov 2007&lt;br /&gt;
* Since I communicate with others using html exports or java/ flash exports, I uploaded to the web, it would be wounderful to have an internal ftp client in freemind and have an export option  &amp;quot;upload by FTP&amp;quot;. --[[User:bebach|bebach]] 8 Nov 2007&lt;br /&gt;
* Missing Export feature: I love the XHTML-Export with includes Image of the mindmap. For many reasons it would be much more comfortable to have just the images with an imagemap, for example a link collection. It will save user one very painful klick an the looking for the right section in the html export. HTML-Export as an image map would be much better for some users since the are not used to the also very nice flash or java  web exports. They are very good for experienced users. --[[User:bebach|bebach]] 8 Nov 2007&lt;br /&gt;
* Moving a branch from one side of the root to the other - the text and child branches should &amp;quot;flip&amp;quot; to enable this&lt;br /&gt;
** Um, they do!  Drag the node onto the root node and drop when you can see the gradient appear - then you&#039;ll mirror the structure.  Otherwise you&#039;re just repositioning the node.  --[[User:Kenrob|Kenrob]] 04:34, 5 Oct 2007 (PDT)&lt;br /&gt;
* I believe the Calendar / Scheduler feature can offer great benefits if improved.  I suggest a pop up will should come up when the reminder time arrives.  Similar to MS Outlook, you should have options of  delaying the reminder or canceling it.  --[[User:Felipe|Felipe]] 13:33, 1 May 2007 (PDT)&lt;br /&gt;
* I love freemind and work with it a lot some hours a day! I am looking forward to the new version and I start testing from v0.9 beta 12 --[[User:bebach|bebach]] 24 Aug 2007&lt;br /&gt;
* Feature Request: Database views are a powerful feature. I wish something like this for freemind. The idea is to store all the data in some ordinary mindmaps whithout redundancy, and on the other side work on them with the help of several &#039;&#039;&#039;virtual mindmaps&#039;&#039;&#039;, like views in database systems. The intention is to benefit from all the advantages of database views in freemind with a similar feature. To build the freemind views could xquery be used.--[[User:maxreeb|maxreeb]] 6 Sep 2007&lt;br /&gt;
* Feature Request: Lose Nodes. While FreeMind works great for information that is already relatively structured in your mind, it is VERY difficult to use when your information is very disorganised, like any kind of stream-of-consciousness type note-taking. In that scenario, the fact that FreeMind forces you with an iron hand to structure information before you&#039;re allowed to move on to the next idea, forces you to completely stop the creative process maybe 10 times a minute, which is why I tend to AVOID FreeMind and favor even just WordPad any time I&#039;m creative, because FreeMind works against me by forcing me to be so structure right off the bat that it grinds the creative process to a halt. I truly feel that you need the ability to have what I would term &#039;Lose Nodes&#039;, which is notes that are simply floating on the page and detached from the tree. Of course the goal is to get them attached to the tree in an orderly fashion, but for the sake of picking your own brain, you actually need the ability to simply drop them on the page, and then drag-drop organize them later by binding them together into a tree. You would do the exact same on a physical desktop -- you would cut out little pieces of paper, which would initially just be floating around on the table, until they slowly become organized into a tree. The fact that people have done this for hundreds years, I think proves that this is a natural and intuitive workflow, one that FreeMind easily both could and should support. By the same token, if you realize that a tree is poorly structured, you would want to take it apart and re-assemble it in a new way. As part of that process, maybe 20 or 40 nodes would be temporarily lose, and a &#039;Lose Nodes&#039; feature would allow you to simply drag the nodes lose from the tree, drop them in the white space, and then later attach them somewhere else. I think this would be extremely intuitive. And very lastly, in this mindset of being able to do in FreeMind what you are thinking, I think you need to support more than one root. Although the GOAL is of course a neatly structured tree with a single root, you again don&#039;t necessarily arrive there through clean path -- no, the path is messy and disorganized, and then order forms slowly. I feel I would be able to structure large and experimental concepts much more easily if you supported Lose Nodes and multiple roots. With multiple roots, you would be able to detach section of the tree into a new tree, work on them concurrently, until you realize that they&#039;re part of the same concept, and glue the trees back together. These two features together are what is preventing me from being truly productive with FreeMind from a discovery perspective. I have no doubt that FreeMind works like a charm for information that is already relatively organized, but for discovering new and original concepts, FreeMind forces a structure on the information that is not mature for. Rather, FreeMind helps your produce a graph of the end result, but doesn&#039;t fully help you get there. --[[User:Perholm|Perholm]] 16:23, 12 Sep 2007 (PDT)&lt;br /&gt;
** &amp;quot;Lose Nodes&amp;quot; or &amp;quot;Unattached Nodes&amp;quot; or &amp;quot;Additional Roots&amp;quot; are available in [http://www.mindjet.com/ MindJet&#039;s] Mindmap.  They are a class of &amp;quot;floating&amp;quot; objects that include labels and graphics.  I recall the implementation of this came in on of the service packs for X5.  [http://www.mindjet.com/resources/tutorials/mindmanagerx5/default.aspx X5] also added things like callouts, markers, map parts, and storing the map as XML.  Once again I would recommend looking at Mindjet&#039;s MindMap and if you are a Windows users trying the 30-day evaluation to get a feel for what is possible in both capabilities and interface.  --[[User:Anton|Anton]] 18:05, 20 Jul 2008 (PDT) &lt;br /&gt;
&lt;br /&gt;
** Understood the issue. What I do is setting &amp;quot;disable key type&amp;quot; off, and &amp;quot;key type adds new&amp;quot; on. So each time I am hitting &amp;quot;return&amp;quot; key and starting to type again, it is a new node automatically created. In fact it works then like &amp;quot;wordPad&amp;quot;, a node being equivalent to a line. To keep my map &amp;quot;clean&amp;quot; all those new nodes are created under a node &amp;quot;to be cleaned&amp;quot; or even a new map. Then I do the assembling by moving nodes with the mouse, and this is all the power of freemind. Faster to reorganise information than any other tool I have ever tried. I like your expression &amp;quot;kind of stream-of-consciousness type note-taking&amp;quot;. This is exactly my use (several hours/day for years) of Freemind which is my main/only data entry software, and it is the best tool I know for this. --[[User:Fb5|Fb5]] 03:57, 23 Oct 2007 (PDT)&lt;br /&gt;
** About the  multi root discussion. The same result could be attained easily now with the tabbed windows. For large maps already difficult to see, multiroots would make them really messy. An improvement for your concern could be to have an option to view tabbed windows &amp;quot;side by side&amp;quot; (&amp;quot;arrange all&amp;quot; in Word from Windows).--[[User:Fb5|Fb5]] 04:15, 23 Oct 2007 (PDT)&lt;br /&gt;
* Feature Request: Rearranging Nodes. I&#039;m wondering why, when you&#039;re rearranging the order of nodes on the same hierarchical level, why you&#039;re only allowed to move a node *before* another node by dropping things in the top half of the destination node. All the time, I need to move a node so it comes *after* another node, but you can&#039;t simply drop the node in the bottom half of the destination node to move it to come *after*. And by the same token, there&#039;s NO way to move a node to be the last one without dropping it in the right-side of the *parent* node. This is frustrating, really frustrating, and there&#039;s no real logic to it... who made the decision that you can only move nodes *before* other nodes, but not *after*? Why did you decide to make it like this and not the other way around. And why is the only way you can get a node to the bottom of a list, to drag and drop onto the right side of the *parent* node. I run into this probably 20 or 30 times an hour, and the current design seems arbitrarily selected. You should be able to move nodes both *before* and *after* each other by dragging and dropping them into the top or bottom half of the destination node. I feel that nothing else is consistent and makes sense. Sorry for my rant, I just feel that there are some things that don&#039;t follow GUI 101. --[[User:Perholm|Perholm]] 14:00, 13 Sep 2007 (PDT)&lt;br /&gt;
** A simple workaround is to drag to the &#039;&#039;second-last&#039;&#039; position, i.e. the top ½ of the lowest node.  When you have everything else repositioned, drag the lowest node to it rightful place.  --[[User:Kenrob|Kenrob]] 04:25, 5 Oct 2007 (PDT)&lt;br /&gt;
*** I think this is unacceptable as a solution. Workaround, yes. Solution, no. --[[User:Perholm|Perholm]] 14:12, 10 Oct 2007 (PDT)&lt;br /&gt;
* Feature Request: Copy/Paste Paragraphs. I&#039;m an author trying to use FreeMind to structure a large literary project, and it would be incredibly helpful if FreeMind had the following functionality: If you grab some text from Word (which might consist of for example 10 paragraphs), it would be incredibly helpful to get each of these paragraphs as individual child-nodes. The reason is that we&#039;re using FreeMind to organize a book-type project, of which some has already been written, and we need to get each paragraph of a chapter into a separate child-node in FreeMind so we can rearrange the blocks the FreeMind way, which by the way works fantastically. But at the moment, we can&#039;t find any other way than to copy/paste each single (friggin) paragraph individually. And the same goes for when you&#039;re trying to get something back into Word; it would be great to be able to simply select a branch, and get it copy/pasted into word as a simple top-to-bottom text copy where each child-node is an individual paragraph. That way you can use FreeMind to organize a literary project, knowing that the project ultimately has to end up in Word, but FreeMind is far superior for organizing and structuring the information. Perhaps consider a &#039;Paste Menu&#039; like Word has, which asks you how exactly you want to paste, i.e. &#039;Keep Formatting&#039; or &#039;Text Only&#039; -- a similar menu in FreeMind could ask if you want to turn individual paragraphs into nodes, or if you want to paste the whole text as a single node. This would be REALLY helpful to organize literary projects. This would also allow you to much more easily use FreeMind to edit something that is initially written as stream-of-consciousness, i.e. any brainstorm. Such a brainstorm would likely simply consist of lines upon lines (or paragraphs upon paragraphs) of disorganized ideas written into Word or a text-editor. When you bring this into FreeMind, you ought to be able to turn each &#039;idea&#039; (i.e. Paragraph) into a separate node. Right now, I can find no other way than to copy/paste each line individually, which is enormously labor-intensive. UPDATE: OK, FreeMind already has this feature, but it doesn&#039;t always work, because if you&#039;re pasting from Word, the text coming in is interpreted as Rich Text, and put into a single child node. If you want the behavior I describe, you have to first copy the text in Word, paste the text into Notepad (not Wordpad), copy it from Notepad, and paste it into FreeMind. I think there should be the ability to interpret text coming from Word as &#039;text-only&#039; and not automatically bring in the formatting. In the case of a literary project, the formatting is only interesting in Word... in FreeMind you only want to edit the text, the formatting is irrelevant in a FreeMind context.--[[User:Perholm|Perholm]] 23:11, 13 Sep 2007 (PDT)&lt;br /&gt;
** &#039;&#039;&#039;You can use Edit-&amp;gt;Split Node after inserting a formatted paragraph into the node. It splits the node in single paragraphs.&#039;&#039;&#039; [[User:DimitriPolivaev|DimitriPolivaev]] 14:19, 17 Sep 2007 (PDT)&lt;br /&gt;
** Using the Edit-&amp;gt;Split Node is very time consuming for a large number of branches.  &amp;lt;s&amp;gt;Why can&#039;t we retain the behaviour of Freemind 0.8.0?  It seems that a tool to organise thoughts should work at the lowest level of granularity not create huge &amp;quot;blobs&amp;quot; of text.  When I reorganise my ideas by pasting paragraphs from a document in 0.8.0, each paragraph in the document beocomes a separate branch.  I can then drag and drop branches to reorganise my ideas.  This issue is so important to me that it will be a show-stopper for 0.9.0 as far as I am concerned!&amp;lt;/s&amp;gt; --[[User:Phil31753|Phil31753]] 07:35, 9 Apr 2009 (UTC) Tool-&amp;gt;Split Node achieves what I (and others in this section) require.--[[User:Phil31753|Phil31753]] 10:05, 9 Apr 2009 (UTC)&lt;br /&gt;
** That&#039;s interesting discussion. When I copy from word to freemind, each paragraph is copied as an individual node and that is what I expect and what You would like. Maybe your freemind settings are different than mine ?--[[User:Fb5|Fb5]] 04:05, 23 Oct 2007 (PDT)&lt;br /&gt;
** It is now I met the issue You described Perholm. This is when copying form WEB BROWSER to FREEMIND. The copy keeps the html formating and keeps it in one node. This is a real annoyance for me too and that would stop me to move from 0.8 Version. Is it possible to have a &amp;quot;Paste Special&amp;quot; or &#039;&#039;&#039;&amp;quot;Paste as text&amp;quot;&#039;&#039;&#039; menu which also split paragraph as nodes, please Dimitri ?  One advantage of the html copy would be for tables, which doesn&#039;t work in 0.8. Thank You. Franck --[[User:Fb5|Fb5]] 03:46, 6 Dec 2007 (PST) &lt;br /&gt;
* SIMPLICITY , SPEED and RELIABILITY : Those must be the main strengths of Freemind. I am  using Freemind as my main computer interface for data entry for three years, ending with large maps (several 10s of thousands nodes). I have  tried many other softwares and my conclusion, there is simply no equivalence on the market. It would be a shame to slow the program or the user-interface because adding new features. So, my expectation is to have user-options for enabling or not those features (attributes and Wysiwig). Thank You so much for the great work. Franck --[[User:Fb5|Fb5]] 20:03, 2 Oct 2007 (PDT)&lt;br /&gt;
** I want to second that: my maps are not nearly as big as Franck&#039;s but for me simplicity and reliability (as already provided by 0.8.0) are most important, too. Please try to keep focus on the simple things instead of adding too many features.--[[User:Christofb|Christofb]] 12:27, 30 Oct 2007 (PDT)&lt;br /&gt;
** Absolutely right. It is wonderful that new features are being added, but it is ESSENTIAL that Freemind is able to run QUICKLY on any computer, or it won&#039;t be useful. --[[User:Loydog|Loydog]] 2:44, 8 Nov 2007 (PDT)&lt;br /&gt;
** I absolutely agree to that. I&#039;m a freemind user for years now and though I&#039;m looking forward to see new features in freemind I always loved the fast and easy way to create maps on every occasion. So maybe if there are resource consuming new features they could be inserted as plugins or sth. like that so users are able to decide wether they will activate a feature or not--lpdubel 02:06, 14 Nov 2007 (PST)&lt;br /&gt;
* Attachments (Multiple): It is necessary to be able to add multiple attachments to a single node. For example, one node may have an attached pdf doc, word doc, excel sheet, and other mindmap. [[User:kberardinelli|kberardinelli]] 09:17, 26 Oct 2007 (EDT)&lt;br /&gt;
** What I do is to create subnodes (even without any text) and assign an attachement to each of them. --[[User:Fb5|Fb5]] 02:26, 15 Nov 2007 (PST)&lt;br /&gt;
* Attachments (Deletion): Currently, there seems to be no way to delete an attachment. This needs to be very easy to do (perhaps by right-clicking and selecting &#039;Delete Attachment&#039;. [[User:kberardinelli|kberardinelli]] 09:17, 26 Oct 2007 (EDT)&lt;br /&gt;
* Feature Request: Especially when using freemind on a beamer I would like to have a fullscreen mode ie without window decorations etc. Just the canvas, even without menu bar or status bar. -- [[User:barney|barney]] 13:52, 29 Oct 2007 (MEZ)&lt;br /&gt;
** I would love to see that too. Think about using it in a classroom for a brainstorming on the  beamer. --[[User:Christofb|Christofb]] 12:27, 30 Oct 2007 (PDT)&lt;br /&gt;
** Agree, for uncluttering and focusing on one task. -- [[User:Vibrog|Vibrog]] 10:43, 17 Nov 2008 (UTC)&lt;br /&gt;
** Agree with you at all! I would like to use freemind for presentation on technical presentation. --[[User:Dinny|dinny]]&lt;br /&gt;
* Feedback: In Beta 13 (the one before 14), I could remove the note area from the view and use ctrl-&amp;lt; to activate the note area, make it visible again, and type ahead. This still works in Beta 14. When done, I could use ctrl-&amp;lt; again to focus the mind map node again and the note area vanishes again. In Beta 14 the note area stays visible and I need to ctrl-&amp;lt;, ctrl-&amp;gt; to move out and hide the area. The behaviour in Beta 13 was much easier to work with. -- [[User:barney|barney]] 13:52, 29 Oct 2007 (MEZ)&lt;br /&gt;
* Feature request: IMO it would be very useful to be able to add some metadata to a freemind map as a whole like titel, description, author, keywords --lpdubel 02:06, 14 Nov 2007 (PST)&lt;br /&gt;
&lt;br /&gt;
* Feature request: I would like very much to have a better method for transclusion. Compendium allows reuse of nodes across multiple views (whether maps or lists) and automatically handles updates from any instance to all appearances across a range of maps. Compendium even places a subscript counting the number of transclusions for a node! Can one hack this up through per node addressing in FreeMind? Would that handle automatic updates? I suspect a database back-end for nodes makes more sense. I want to construct constructing Maps through addition across a collection of nodes (again, like Compendium) instead of filtering maps by subtraction across a single map&#039;s nodes. As a first approximation to this, I&#039;d like to save Filters independently of maps. --[[User:Jay Dugger|Jay_Dugger]], 2217 Sunday, 2 December 2007&lt;br /&gt;
&lt;br /&gt;
*Feature request: Ship it! (sorry, but it would be nice to have a released version that works with the lattest java version), and well, it&#039;s been 2 and a half years... [[User:Tomh|Tomh]] 05:09, 10 Jan 2008 (PST)&lt;br /&gt;
&lt;br /&gt;
*Feature request: I really miss a strike-through along bold and italic, with a keyboard shortcut. Cheers.&lt;br /&gt;
&lt;br /&gt;
* Feature request: Nothing big, I just wanted to ask weather its possible to bind the structure to too points again (left right) from the rootnode like it was it 0.8 and that change this when you want. Because its much esear to start a structured mindmap using only the keys... Also I liked to have two sides to divide the thoughts when speaking about pro and contra. It Would be Great if it was possible to ad this as an Option to the root-point. (Inculding the move navigation with strg that could move one node all around the root) Thank you! --[[User:X-Site|X-Site]] 16:29, 9 Mar 2008 (PDT)&lt;br /&gt;
&lt;br /&gt;
* Feature lost? In 8.0 version when you copy nodes and paste in MSWord you immediately create a &amp;quot;structure&amp;quot;, that is a hyerarchic level: very useful if you want to adjust titles or paragraphs in preliminary notes, or import them in Power Point slides etc. I&#039;m a teacher and use Freemind with students for brainstorming, organize ideas and create texts or presentations from preliminary notes. Now in 9.0 version this feature seems to be lost. Why? Do tou know any solution? Many thanks for your work.--[[User:Luciodp|Luciodp]] 05:24, 7 May 2008 (PDT)&lt;br /&gt;
&lt;br /&gt;
* Try Tools-&amp;gt;Split Node --[[User:Phil31753|Phil31753]] 10:05, 9 Apr 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
*Feature request: I would like to be able to apply a cloud to a parent node but not necessarily its children; or maybe to only some selected children... similar to how a network or gateway is depicted in a flowchart. [[User:foxcole|foxcole]] 13 May 2008  UPDATE: Perhaps a more accurate request is to be able to choose from a limited set basic shapes to apply to a node or set of siblings but not children.&lt;br /&gt;
&lt;br /&gt;
* When I export my map to a text based format (i. e. HTML), FM starts with the right side and then continues the left side. For me it is not intuitive I start my maps on the left side - as I would read a newspaper or magazine. I guess it is not difficult to allow the user to choose if FM should start with the left or the right side. --[[User:Terkor|Terkor]] 16:28, 13 May 2008 (PDT)&lt;br /&gt;
&lt;br /&gt;
* Feedback:  Thanks for all your hard work, absolutely amazing product. --[[User:RazielJaTier|RazielJaTier]] 15:23, 20 May 2008 (PDT)&lt;br /&gt;
&lt;br /&gt;
* Changed Functionality:  In 0.8 I could hover over a node to select it, hold down ctrl, which would effectively prevent other nodes from being selected. Then move my mouse all the way across the map (again without worry about another node being selected), then click on an icon *with the ctrl key held down*.  The icon would be assigned.  In 0.9 you have to release ctrl before you click the icon, otherwise it will simply ignore it.  This is a simple little detail, and I&#039;m sure I&#039;ll get used to it, but if it&#039;s not difficult, and you don&#039;t have other plans for ctrl clicking icons, I&#039;d love the 0.8 behavior back. --[[User:RazielJaTier|RazielJaTier]] 15:23, 20 May 2008 (PDT)&lt;br /&gt;
&lt;br /&gt;
* Suggestion:  Create localized version of linked data.  When you use alt+L to create a link to another part of the map, it would be nice if you had an option to actually create &amp;quot;ghost&amp;quot; versions of that data instead of having to click in the link.  If you edited the ghost version, or the original, they would stay in sync. --[[User:RazielJaTier|RazielJaTier]] 15:23, 20 May 2008 (PDT)&lt;br /&gt;
&lt;br /&gt;
* Suggestion:  It would be neat to be able to with single click generate the framework of a thinking tool.  When I say thinking tool I am thinking mostly of the thinking tools created by Edward de Bono such as his Six Hats, CoRT and many others.  See http://www.edwdebono.com/ and http://www.edwarddebono.com/ for more info.  An example would be right clinking on &amp;quot;Six Hats&amp;quot; and from your current node it would create six child nodes: White Hat, Red Hat, Yellow Hat, Black Hat, Green Hat and Blue Hat.  For each of these child nodes an empty blank node would be created as well.  Lastly your cursor would move to the blank node under White Hat and then you can start typing.  Such functionality might be created with Groovy script but most would not want the difficulty of programming Groovy script.  It is also possible to cut and paste a section of a mind map but that is more cumbersome than a single click.  --[[User:Mars729|Mars729]] 17:59, 31 May 2008 (EDT)&lt;br /&gt;
** A library of templates would be a great contribution.  --[[User:Anton|Anton]] 17:52, 20 Jul 2008 (PDT)&lt;br /&gt;
&lt;br /&gt;
* Suggestion:  When working with images it would be nice to be able to paste or drop an image to a node. --[[User:trinxie|trinxie]]&lt;br /&gt;
&lt;br /&gt;
* Suggestion:  When adding an image link, if it is a file, should it be possible to store the relative path? Would be great if the whole model is distributed to someone else. Maybe this possibility already exists.  --[[User:trinxie|trinxie]]&lt;br /&gt;
&lt;br /&gt;
* If I install Freemind using aptitude in Ubuntu 8.10, I have the /usr/share/pixmaps/FreeMindWindowIcon.xpm to use in my panel, but as the available version in Ubuntu is 0.7.1 and I have some MMs created with later versions, I decided to try the 0.9 RC1, and downloaded it (freemind-bin-max-0.9.0_RC_1.zip). For my surprise, there is no icon to use in this zip. Please include one, or maybe more than one (see http://www.menyhart.net/blog/software/freemind-icon/). --[[User:Itamar|Itamar]] 12:33, 9 Feb 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;&#039;&#039;Observation:&#039;&#039;&#039;&#039;&#039; Many of these suggestions and feature requests are or are similar to ones that exist in [http://www.mindjet.com/ Mindjet&#039;s] MindMap.  It used to be that this leader had a great advantage in that it supported scripts.  Now that FreeMind has Groovy it is catching up.  All we need is the library of neat applications that use the scripting language&#039;&#039;!&#039;&#039;  I was a keen user of MM2002 and looked forward to MM-X5 and its shift to XML, but the real shift was for the benefit of people ho were programmers, not the baseline users.  Unless you were a EmbeddedVisualBasic programmer the change was a setback.  The library of  HTML export templates was lost - Mindjet&#039;s response was &amp;quot;its all XML so you can write your own XSLT.  Well some of us can&#039;t or don&#039;t have the time.  The other killer for me was that Mindjet tied in too closely with Microsoft Office.  It couldn&#039;t export to anything else.   So in reality one had to spend hundred of dollars more for each upgrade of MindMap since it always needed the latest version of Office.  &#039;&#039;However&#039;&#039; I would recommend looking at Mindjet&#039;s MindMap and if you are a Windows users trying the 30-day evaluation to get a feel for what is possible in both capabilities and interface.   --[[User:Anton|Anton]] 17:52, 20 Jul 2008 (PDT)&lt;br /&gt;
&lt;br /&gt;
* When you enter note-data for quite a number of nodes the map is so full with the note-icon. I would appreciate an option in the preferences as for the attribute icon, that disables showing an icon. (Tools&amp;gt;Preferences&amp;gt;Appearance&amp;gt;Show icon for attributes) --[[User:Kai|Kai]] 21:59, 20 Mar 2009 (CET)&lt;br /&gt;
&lt;br /&gt;
* Feature request: automatically calculating the print zoom factor according to a user-defined number of mosaiced printed pages. E.g., user should be able to specify he wants the map printed on N x M pages (M pages across and N pages high) and the print zoom factor should be calculated automatically. That would reduce the need to compute the best print zoom factor by trial-and-error. --[[User:Arg0|arg0]] 09:29, 24 Apr 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
* Feature request: settings for customising arrow links (e.g., ability to specify that links start from the root part of a node rather than from the leaf part). Moreover, it can be really tricky to rearrange the shape of an arrow link, especially short ones, since all parameters (starting point, tangency) are changed simultaneously when dragging a link point. Fine editing should be implemented. --[[User:Arg0|arg0]] 09:29, 24 Apr 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
* GENERAL OPEN SOURCE FEEDBACK LOOPS WITH FREEMIND, would it not be helpful if feedback loops were integrated into the beta versions, so that one can write requests for enhancements as one is using Freemind or other open source proejcts. For example, for each function there could be a questionnaire and comment box next to it. This info could then be uploaded to a wiki. It may help organize the locations of info and spur more user involvement in the feedback process. Could it also be possible that the uses of the porgramme are logged and statistically analyzed by the developers?&lt;br /&gt;
&lt;br /&gt;
* Feature request: I&#039;d like a feature &amp;quot;View/Zoom onto Subtree&amp;quot; corresponding to the standard &amp;quot;View/Zoom to Fit to Page&amp;quot;, doing exactly this: set zoom level and viewport so as to to make the subtree with the currently selected node as root fit the screen. The subtree root should be aligned at the left side of the screen for a subtree with branches pointing right and vice versa. --[[User:PhilShvarcz|PhilShvarcz]] 16:07, 30 Sep 2009 (CET)&lt;br /&gt;
&lt;br /&gt;
[[Category:Main]]&lt;/div&gt;</summary>
		<author><name>MikeS</name></author>
	</entry>
	<entry>
		<id>https://freemind.sourceforge.io/wiki/index.php?title=Requests_for_enhancements&amp;diff=8220</id>
		<title>Requests for enhancements</title>
		<link rel="alternate" type="text/html" href="https://freemind.sourceforge.io/wiki/index.php?title=Requests_for_enhancements&amp;diff=8220"/>
		<updated>2009-09-04T10:56:30Z</updated>

		<summary type="html">&lt;p&gt;MikeS: /* Maps */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[http://aleastr.amigasa.jp/page330.html free e-cards] [http://merundoi.org.gy/blog/wp-content/uploads/podpress_temp/img/trocbob.htm nj driver license test] [http://a1club.net/award/mailform/data/files/article571.html bel ami] [http://krifoundation.org/gallery/data/thumbnails/24/pics/topic-2368.htm movie with meg ryan and nicholas cage] [http://doakoxa.suppa.jp/article761.html prom hair dos] [http://divertigenio.es/bk_subscription/files/news-329-20090802.html noel divine highlight video] [http://inkoorle.0lx.net/page-20.html misty dawn] [http://exelib.com/webmasters/files/news-986-20090808.html artist inspiration] [http://nfveasdoo.tonosama.jp/article-449.html funny picture] [http://www.seniorlendersreversemortgage.com/script/files/topic1142.htm medical bracelets] [http://merundoi.org.gy/blog/wp-content/uploads/podpress_temp/img/mexactaca.htm new adult movie] [http://rsdmilitaria.com/images/icons/index.html http] [http://xacnrfum.michikusa.jp/article855.html replica sunglasses] [http://freshwaterpearlspuppetry.com/holidayblog/media/2/topic-2182.htm ademco] [http://e-miroku.jp/attach/files/sitemap.htm index] [http://fafafaric.biroudo.jp/page-202.html nick jr] [http://kwhw.com/cms3/images/pics/article697.html braless teachers] [http://fur.bz/0left/zed02/dat/cgi/article-692.htm titanic tits] [http://janreel.namekuji.jp/873.html disney characters] [http://fevcaraad.aikotoba.jp/2zvuyzgt6.html list of traditional gifts for wedding anniversary] [http://fevcaraad.aikotoba.jp/qux37j5fe.html muscle pain] [http://zonvone.ojaru.jp/543.html tyra bank] [http://miyako-wakamaru.com/main/archives/2009/05/img/racacel1543.htm slipnot music videos] [http://folkvlvog.ashigaru.jp/article717.html email search] [http://plelefvda.amigasa.jp/article-584.html hyundai dealerships] [http://takasui.net/pta/data/2010.3/files/news-1356-2009-08-04.html promod drug] [http://even.com.au/archives/images/text1665.htm job search canada] [http://e-miroku.jp/attach/files/new445.htm free ringtones razor v3] [http://kwhw.com/cms3/images/pics/article2181.html us postal service shipping rates] [http://hiv.gov.gy/tmp/files/article686.html antidepressant drugs that aggravate an enlarged prostate] [http://politonomist.com/wp-content/uploads/2007/page-1134.html real american] [http://a1club.net/award/mailform/data/files/article1156.html races videos] [http://bugboloh.0lx.net/index.html sitemap] [http://doakoxa.suppa.jp/article763.html college girl] [http://roowiraas.zouri.jp/207.html online dictionary] [http://takasui.net/pta/data/2010.3/files/news-680-2009-08-05.html lederhosen lucil video] [http://janreel.namekuji.jp/483.html sport authority] [http://servpro.ca/complogos/thumbs/topic-890.html medical drug facts] [http://northerndaylily.com/wpThumbnails/pics/comment-625.html felt family] [http://zonvone.ojaru.jp/705.html shayla laveaux] [http://e-miroku.jp/attach/files/new994.htm play music video code] [http://janreel.namekuji.jp/737.html david allen coe] [http://nfveasdoo.tonosama.jp/article-164.html patio cover] [http://fafafaric.biroudo.jp/page-563.html christian music lyrics] [http://fevtroct.wakatono.jp/page419.html tanning bed bulb] [http://wyarfvfol.client.jp/179.html belladonna] [http://audi-s.net/kprof/data/915/img/news-1332.html men in high heels] [http://peakdocs.com/ac/images/pics/article2262.html movie review unfaithful] [http://triexcellence.com/qapro/registration/files/article2316.html movie north shore theater] [http://exelib.com/webmasters/files/news-664-20090807.html used car blue book price]  &lt;br /&gt;
&amp;lt;table&amp;gt;&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td valign=top&amp;gt;&lt;br /&gt;
{{Navigation_bar}}&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;amp;nbsp;&lt;br /&gt;
&amp;lt;td width=600&amp;gt;&lt;br /&gt;
&lt;br /&gt;
We prefer that you send your requests for enhancements here. Please look first if a similar request for enhancement already exists, using Ctrl + F. Also, there is a section of [http://sourceforge.net/tracker/?group_id=7118&amp;amp;atid=357118 requests for enhancements] at FreeMind&#039;s project page at SourceForge.&lt;br /&gt;
&lt;br /&gt;
== Features in development ==&lt;br /&gt;
&lt;br /&gt;
2006-07-16. The development team of FreeMind is currently working on the following features. (We cannot guarantee that the features will actually make it into the next release; most of them should.)&lt;br /&gt;
&lt;br /&gt;
* Attributes on nodes&lt;br /&gt;
* Filtering which nodes are shown by icons and contained string&lt;br /&gt;
* Rich text nodes&lt;br /&gt;
* Save All function&lt;br /&gt;
&lt;br /&gt;
=== Purge this list ===&lt;br /&gt;
Could this enhancement request be purged when features are implemented? --[[User:Mvalle|Mvalle]] 6:49, 2 Dec 2008&lt;br /&gt;
&lt;br /&gt;
== Project management ==&lt;br /&gt;
&lt;br /&gt;
=== Firefox Integration ===&lt;br /&gt;
&lt;br /&gt;
My suggestion is to integrate FreeMind with Firefox so you can classify anything you download and extract useful knowledge. In case of being a html page also would be great some clipboard features to add selected text to FM notes in a particular node or as a new child etc.. My html notes consist on a short text I write about the webpage, below link to webpage and below selected text of this webpage, then I save the webpage in a directory for later use. Currently I am using FM to organize some info from my html notes and recent html pages (several hundreds) I have downloaded and I would find this feature fantastic. First you download a file/html page with selected/typed/default text as filename and assign selected or typed text to their FM node, then you organize downloads in a new tab in which FreeMind is running.. Wonderful!! (Also persistent notes instead of temporal ones or at least the ability to choose their behaviour would be great too)&lt;br /&gt;
&lt;br /&gt;
To make FreeMind a productive tool with Firefox, at the very least, when you drag the URL icon from the URL toolbar on the top of Firefox to a node in FreeMind, FreeMind should create a single child node with the correct label and link in it.  Currently, it creates multiple child nodes with messed-up labels, which require tedious manual cleanup after the drag-n-drop.&lt;br /&gt;
&lt;br /&gt;
=== Ganttproject/Freemind integration ===&lt;br /&gt;
&lt;br /&gt;
It would be very interresting to integrate Ganttproject, for a better&lt;br /&gt;
project management. This solution would be very close from JCVGantt pro + mindmanager (http://www.gantt.fr/#).&lt;br /&gt;
Both (Freemind and Ganttproject) are GPL, and java coded.&lt;br /&gt;
- actually there is already a data converter for this: [http://johanneskutsam.spaces.live.com/blog/cns!1961B7AE7280AAFD!264.entry &#039;&#039;&#039;Freemind2gantt converter &#039;&#039;&#039;] It now needs a tighter integration and some more intelligent overlap of contents, so that 1:1 conversion is possible (in both directions) --[[User:BoP|BoP]] 05:31, 22 Jul 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
=== Time management and dependencies ===&lt;br /&gt;
Integrate date attributes and a timing view&lt;br /&gt;
Allow to set other attributes (people, groups, objects, locations)&lt;br /&gt;
Build on top of that a half-hierarchical structure with dependencies&lt;br /&gt;
&lt;br /&gt;
* For some of the software packages leading this field look at: [http://www.matchware.com/en/products/openmind/default.htm &amp;quot;OpenMind 2&amp;quot;] or [http://www.conceptdraw.com &amp;quot;ConceptDraw&amp;quot;]&lt;br /&gt;
--[[User:BoP|BoP]] 05:31, 22 Jul 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
There should be the option for recurring Reminders (e.g. every week, every month, etc.). --[[User:Terkor|Terkor]] 07:29, 19 Aug 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
== Nodes ==&lt;br /&gt;
===Allow nodes to be moved up or down within heirarchial structure===&lt;br /&gt;
&lt;br /&gt;
Allow nodes to be moved up or down within heirarchial structure, where you can allready physically change the distance between nodes it would be great if you move a node too high or too low it shifts it up or down accordingly with the structural fromat of the mind map&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Allow picture-nodes to be Pasted ===&lt;br /&gt;
I&#039;ve been using FreeMind as a note taker during lectures for a while, and its great. Of course, every once in a while you need to add a picture quickly.  I wish FreeMind would allow for me to draw a picture in Paint or whatever and simply Paste it into a node.&lt;br /&gt;
-RogerF&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;KeepNote&#039;&#039; has a build in &#039;&#039;Insert Screenshot&#039;&#039; function, which is very easy to use. That would enhance note taker jobs enormous. In addition a creation of a journal note with default date and time would be nice.&lt;br /&gt;
-JSp&lt;br /&gt;
&lt;br /&gt;
=== Sketch-nodes ===&lt;br /&gt;
As a note taker during lectures, FreeMind is great.  Of cource every once in a while the lecturer will draw a more complex picture on the board, and suddenly you&#039;re out of ways to &#039;capture&#039; an important part of the lecture.  I would like to be able to add a &#039;Sketch&#039; node, that would bring up a popup Window and a simple SVG editor.  It doesnt have to be advanced, but being able to draw circles, ellipses, straight lines, a few colors an line widths etc. would come a long way with respect to FreeMind as a note-taker during lectures!&lt;br /&gt;
-RogerF&lt;br /&gt;
&lt;br /&gt;
=== Improved Table editor ===&lt;br /&gt;
IMHO, the table feature of FreeMind is great to have, but a little inflexible. I would like to see features such as:&lt;br /&gt;
- drag to indicate number of cells  (similar to Word)&lt;br /&gt;
- insert row, column etc. should be avaiable from the right-click menu&lt;br /&gt;
- change background colors&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
and generally I would encourage that tables are formatted as compact as possible by default.&lt;br /&gt;
&lt;br /&gt;
=== Add Fonts, Especially Strikethrough ===&lt;br /&gt;
- I use Freemind for, amongst other things, task management.  I&#039;d like the ability to format node text with strikethrough so the placeholder is kept but it&#039;s clear on a quick scan that the task has been handled.  I find this much easier than, say, using an icon to identify a completed task&lt;br /&gt;
&lt;br /&gt;
=== Automatically selecting a specific node on startup ===&lt;br /&gt;
&lt;br /&gt;
html allows you to access specifically marked sections immediately using the anchor syntax, which is incorporated into the url.  But in freemind, all nodes already have unique id&#039;s.  It would be very convenient if you could refer to a specific node id right after specifying the filename so that freemind could jump to that particular node immediately.  For example:&lt;br /&gt;
&lt;br /&gt;
freemind foo.mm -&amp;gt; opens foo.mm and selects the center of the map&lt;br /&gt;
&lt;br /&gt;
freemind foo.mm bar -&amp;gt; opens foo.mm and goes to the node ID&#039;d bar.&lt;br /&gt;
&lt;br /&gt;
This kind of syntax will make it very convenient for a user of freemind to make a network of mindmaps, and to jump in between networks using the hyperlink input.  Of course, for this to be useful, there must also be a shortcut to display the current node&#039;s unique ID, and a mechanism for freemind to recognize other hyperlinks that are also mindmaps.&lt;br /&gt;
&lt;br /&gt;
-Markd&lt;br /&gt;
&lt;br /&gt;
=== Automatic Numbering of Nodes ===&lt;br /&gt;
&lt;br /&gt;
A key feature of MindJet and Simtech mindmaps is the ability to toggle a numbers on or numbers off view.   This makes a large mindmap more workable, because everyone can quickly reference specific nodes by the node number(s).   This is especially useful after converting a map to Open Office or Word, so you have a numbered outline.   The numbers would be the logical parent-child relationship seen in outlining or data modeling.  The number should be displayed above the node text with a dashed line or shading to distinguish it from the node text.  The user should also have the option to display numbers with dots, or without dots (to reduce the length).   When a node is moved, deleted, etc. - the maps numbers are auto-recalculated to show the new relationships.  This enhancement (along with spell check) would make FreeMind a more useable business tool.&lt;br /&gt;
&lt;br /&gt;
GregA&lt;br /&gt;
&lt;br /&gt;
FullACK. The feature should allow to have all/selected nodes [http://en.wikipedia.org/wiki/ISO_2145 ISO2145]-numbered (in map-view or at least on export). I believe this would not be too difficult to implement. (Probably in 0.9.0 this can be done more or less easily by Groovy-scripting, but maybe it would just turn into a standard-feature for everybody, if it was included into one of the standard-menus.)&lt;br /&gt;
&lt;br /&gt;
Thanks, Golgol&lt;br /&gt;
&lt;br /&gt;
Numbering can be easily achieved by having an external plugin, which is a program that analyses the data (node) it receives, and just adds a &amp;quot;number&amp;quot; attribute.&lt;br /&gt;
&lt;br /&gt;
lkcl.&lt;br /&gt;
&lt;br /&gt;
=== Automatic word wrap in Nodetext ===&lt;br /&gt;
&lt;br /&gt;
I&#039;d like to see this feature. I want for example set a default max node width. So the text will wrap when this width is reached. This would make mindmaps more readable and easier to edit.&lt;br /&gt;
&lt;br /&gt;
Edit: I just noticed, that it is possible by giving &amp;quot;width=&amp;quot; to the body tag in html mode (or rich formatting) but it would be nice having this in plain text mode, too.&lt;br /&gt;
&lt;br /&gt;
Edit2: If you set a &amp;quot;width=&amp;quot; in the body TAG the Node will be this wide. The Node should get smaller if the given width is not needed.&lt;br /&gt;
&lt;br /&gt;
nautsch&lt;br /&gt;
&lt;br /&gt;
=== Automatic transition to Edit Long Node ===&lt;br /&gt;
&lt;br /&gt;
When the user starts typing a node, she/he may not know in advance if the text will fit on one line or require multiple lines (Long Node). It would be advisable that pressing ALT-ENTER at the end of a single line node, switches to the Long Node editing window as it does now, but with the cursor already on the second line of the editing window, so that the user can keep typing right away from there. Currently it&#039;s necessary to press END and then ENTER to obtain this behavior. The proposed modification would avoid pressing this two extra keys.&lt;br /&gt;
&lt;br /&gt;
Marco&lt;br /&gt;
&lt;br /&gt;
=== Add to alert to a node ===&lt;br /&gt;
&lt;br /&gt;
I do use Freemind to keep track of my current tasks. MindMaps are IMO a very good way to organize to chaos in them (if you know a better tool, please mail hoffi@muskelshirt.de). But since some tasks do contain da deadline, the possibility to add an alert would be very handy (e.g. like Outlook-alerts).&lt;br /&gt;
&lt;br /&gt;
* Tools -&amp;gt; Show Calendar... -&amp;gt; Remind Me At This Date; also see: Tools -&amp;gt; Show Time Sceduler List... --[[User:Terkor|Terkor]] 19:32, 11 Feb 2008 (PST)&lt;br /&gt;
&lt;br /&gt;
=== Sorting nodes ===&lt;br /&gt;
&lt;br /&gt;
It will be very useful to SORT SELECTED NODES at the same hierarchical level like a list. The simplest and fastest sorting rule would be the alphabetical order. It will improve the visibility of a map. It could be added as plugin or function at the same level as the function &amp;quot;join nodes&amp;quot;. It would have to work even if the nodes have subnodes. Thanks. Franck --[[User:Fb5|Fb5]] 02:50, 15 Nov 2007 (PST)&lt;br /&gt;
&lt;br /&gt;
=== Synchronised nodes / mirror nodes / relational nodes ===&lt;br /&gt;
&lt;br /&gt;
Some times you might want a node in two locations. What you can do today is to add a link and/or a graphical link. What I would like to is to have mirrored / synchronised nodes. Say that I have node A, and that I want the same node in another location as well. Simply I should be able to Ã¢ÂÂInsert mirror nodeÃ¢ÂÂ, and wupti node A is shown here as well. No matter whether I now edit the node at the new or original location the nodes is changed in both locations (but of course only stores once). If a plugin for this exists then please mail me at freemind@skinny.dk.&lt;br /&gt;
&lt;br /&gt;
Martin&lt;br /&gt;
&lt;br /&gt;
Another more data centric way to look at this is as relational nodes.  Instead of restricting the data model to a simple tree you could store the data in a relational format.  This would give users the ability to store nodes with many parents.  &lt;br /&gt;
&lt;br /&gt;
This would produce the effect described about but would also open up the possibilities of the app for more human like brain dumping.  I am almost certain that the human brain does not relate 1 single piece of information to 1 other piece, it is more natural for us to relate it to as many other pieces of info as possible as this helps us to remember.&lt;br /&gt;
&lt;br /&gt;
So... new data model!!  Many to many relationships!  :-)&lt;br /&gt;
&lt;br /&gt;
A simple way of storing this type of data would be a flat list of nodes with IDs and then another list of relationships with a focus on Parent relationships.  There is only a need to store which Parent(s) a node belongs to.  This could be none or more than one.&lt;br /&gt;
&lt;br /&gt;
Some other considerations include rendering the data.  For e.g. if a user highlights a node which appears in more than one location in the map (i.e. has more than one parent) do you explode both end points, just the one or maybe provide the option to do either.&lt;br /&gt;
&lt;br /&gt;
PH4wks&lt;br /&gt;
=== Free-standing nodes ===&lt;br /&gt;
&lt;br /&gt;
The main feature missing from freemind is free standing nodes, not initially connected to anything, which you later organise, making them parents or children or simply just linked to other nodes.  This is how our brains work - it&#039;s important not to be restricted to an hierarchical model as currrently.&lt;br /&gt;
PBL&lt;br /&gt;
&lt;br /&gt;
Yes i definantly agree free standing nodes is essential. Furthermore from this, a more network orientated view of nodes and links would be a lot freeer and natural. So Linking the nodes with links, and then being able to view them in different ways, Selecting different root nodes or groups of nodes, or the main topic as the root node as it is now.&lt;br /&gt;
&lt;br /&gt;
I completely agree.  I have long felt that this is the single biggest thing missing from freemind (and most mind-mapping tools).  Being limited to a hierarchy under a single node is a very severe limitation.  It completely artificially constrains my natural organizational habits and it leads to &amp;quot;uncomfortable&amp;quot; mapping layouts.  For example, I prefer to have my parent nodes on the left and my child nodes on the right, but I quickly run out of visual real-estate when working with mindmaps in my lop-sided way.  If I could detach nodes and arrange them freely I could see and work with so much more on a single screen.  Also, by having free nodes, I could use a single mindmap for a lot more (possibly my whole life) - and I could avoid having to manage or maintain several maps to manage several separate projects.  My mind is not &amp;quot;free&amp;quot; without free nodes. :-)&lt;br /&gt;
&lt;br /&gt;
=== Other node print layout for very big maps ===&lt;br /&gt;
&lt;br /&gt;
While working with a map having 4000 nodes - well structured - it is useful to have a plotter to print it on one sheet. On the other hand there are no walls 5 meters high in this office. So I&#039;d like to request an alternative print mode with a 90 degree rotated layout. This would also enable collaboration of 2 and more people in front of this wallpaper. [[User:Noiv|Noiv]]&lt;br /&gt;
&lt;br /&gt;
=== Inheritance of Node Characteristics ===&lt;br /&gt;
&lt;br /&gt;
If the font size/type, colour and background colour of a node have been set then any child nodes that are created (as opposed to moved into place) should inherit those characteristics.   --[[User:Anton|Anton]] 12:20, 25 Jul 2008 (PDT)&lt;br /&gt;
&lt;br /&gt;
I wouldn&#039;t use the above suggestion much, actually. Instead, I&#039;d want nodes to inherit font size/type, edge styles etc. from their &#039;&#039;siblings&#039;&#039;. This makes sense to me as nodes on a particular level would tend to be section headings, which I&#039;d want e.g. in a larger font than the nodes that come below them.&lt;br /&gt;
&lt;br /&gt;
Perhaps there could be the option for both these types of inheritance. For any &#039;leg&#039; of a map, the user could right click and get a menu listing the various elements which could be formatted (font [+size, +colour], edge [+style, +width, +colour], etc.), and could indicate whether that element is to inherit from Parent, Sibling or No inheritance.&lt;br /&gt;
&lt;br /&gt;
It sounds a little complicated, but I&#039;d like to have that level of control. It&#039;d save a lot of time for large, complex projects.&lt;br /&gt;
-- [[User:Doubi|Doubi]] 20:13, 6 Dec 2008 (UTC)&lt;br /&gt;
&lt;br /&gt;
=== ALT/ENTER to close Long Node editing window ===&lt;br /&gt;
&lt;br /&gt;
As you can use ALT+ENTER to open long node editing window, it woult be logical to use the same keys to close this window.&lt;br /&gt;
&lt;br /&gt;
Kast&lt;br /&gt;
&lt;br /&gt;
=== Merge several nodes back into one branch ===&lt;br /&gt;
&lt;br /&gt;
This feature could work as follows: &lt;br /&gt;
ctrl-select several nodes. hit &amp;quot;insert&amp;quot;. all selected nodes are now connected to the newly created node&lt;br /&gt;
&lt;br /&gt;
Joshua&lt;br /&gt;
&lt;br /&gt;
== Export and Import ==&lt;br /&gt;
&lt;br /&gt;
=== Import from an &amp;quot;interpreter&amp;quot;, Export via &amp;quot;programs&amp;quot; ===&lt;br /&gt;
&lt;br /&gt;
Possibly the most important feature to have for FreeMind is to have an &amp;quot;interpreter&amp;quot; plugin, of scripts - external programs - which can &amp;quot;suck in&amp;quot; content that is defined in a SIMPLE (and by simple i don&#039;t mean XML) format.&lt;br /&gt;
&lt;br /&gt;
FreeMind should therefore, ultimately and effectively, be a &amp;quot;cacheing&amp;quot; and &amp;quot;display&amp;quot; and &amp;quot;edit&amp;quot; mechanism.&lt;br /&gt;
&lt;br /&gt;
Likewise, for exporting of information, it should be possible to feed internal data to a predefined program (where the program to be used should be an attribute, where the attribute itself can be the result of a decision made from running an external script!!)&lt;br /&gt;
&lt;br /&gt;
Ultimately, therefore, it should be absolutely trivial to do all of the import and export capabilities, listed below, in terms of well-defined and very simple external programs.&lt;br /&gt;
&lt;br /&gt;
(side-note: the external programs can be non-java programs, of course - even shell scripts.  java is a really stupid programming language to do this kind of work in: as a statically typed object-orientated language, it&#039;s simply not up to the job.  it&#039;s great for display purposes, and it&#039;s great for platform-independence, but that&#039;s about all that it&#039;s good for)&lt;br /&gt;
&lt;br /&gt;
[http://sourceforge.net/tracker/index.php?func=detail&amp;amp;aid=1687292&amp;amp;group_id=7118&amp;amp;atid=357118 RFE 1687292]&lt;br /&gt;
&lt;br /&gt;
=== Import and Export from HTML and different Wiki formats ===&lt;br /&gt;
&lt;br /&gt;
Simple import/export scripts can be written which have &amp;quot;rules&amp;quot; on understanding the different types of web pages, for example Wikis, and, also, the current &amp;quot;wiki exporter&amp;quot; should be the first plugin created as an &amp;quot;exporter&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
It would be trivial for people to then use lynx or wget for example and a few lines of awk or perl to write an HTML &amp;quot;import&amp;quot; plugin.  Instead of having to wade through tens of thousands of lines of stupid java (which is only really suitable for display purposes and platform-independence).&lt;br /&gt;
&lt;br /&gt;
Include an option to state whether the notes file should be in a pop-up window, or a link to a separate file in a scrollable window (in the last version I used notes text came up in non-scrollable temporary pop-ups).&lt;br /&gt;
&lt;br /&gt;
===== Export to HTML =====&lt;br /&gt;
Exporting to HTML the various labels are styled with a &amp;lt;nowiki&amp;gt;&amp;lt;span&amp;gt;&amp;lt;/nowiki&amp;gt; that has a long style=&amp;quot;&amp;quot; entry. It is better to create a set of CSS classes, one for each distinct style, and reference them in the various &amp;lt;nowiki&amp;gt;&amp;lt;span&amp;gt;&amp;lt;/nowiki&amp;gt; blocks. This simplifies also the import into MS Word.&lt;br /&gt;
--[[User:Mvalle|Mvalle]] 08:43, 20 Dec 2008 (UTC)&lt;br /&gt;
&lt;br /&gt;
Thinking about cheap export to MS Word a new export to HTML option could be added with every level of the map producing a different &amp;lt;nowiki&amp;gt;&amp;lt;hx&amp;gt;&amp;lt;/hx&amp;gt;&amp;lt;/nowiki&amp;gt; title. The central node becomes &amp;lt;nowiki&amp;gt;&amp;lt;h1&amp;gt;&amp;lt;/h1&amp;gt;&amp;lt;/nowiki&amp;gt;, the first branch &amp;lt;nowiki&amp;gt;&amp;lt;h2&amp;gt;&amp;lt;/h2&amp;gt;&amp;lt;/nowiki&amp;gt; and so on. The node notes could become the text below this level heading. Or the map leaves could become the contained text.&lt;br /&gt;
--[[User:Mvalle|Mvalle]] 08:43, 20 Dec 2008 (UTC)&lt;br /&gt;
&lt;br /&gt;
==== Import and Export from Bugtrackers ====&lt;br /&gt;
&lt;br /&gt;
It would be really nice to have import/export plugin scripts which understand the different bugtrackers.  FreeMind is already an extremely good project management tool: why isn&#039;t it also helping to be the Uber-Project Project?&lt;br /&gt;
&lt;br /&gt;
=== Import and Export databases ===&lt;br /&gt;
Any database connectivity would be nice to have, &lt;br /&gt;
especially import, be it either via ODBC or MySQL.&lt;br /&gt;
Thanks, UndiFineD&lt;br /&gt;
&lt;br /&gt;
Corresponding requests for enhancement.&lt;br /&gt;
&lt;br /&gt;
* [http://sourceforge.net/tracker/index.php?func=detail&amp;amp;aid=1100921&amp;amp;group_id=7118&amp;amp;atid=357118 1100921 : Export JPEG]&lt;br /&gt;
&lt;br /&gt;
=== Filesystem Integration complimenting Import/Export ===&lt;br /&gt;
Definitely powerful would be the use of a node to view/edit the contents of a local file instead of an in-program node.  This could effectively replace a lot of import/export functions, as a mindmap could be stored as a folder instead of as a single file, so that clients could extract wanted nodes without having to bring their freemind executable.  Secondly, while native viewers do not yet exist, it could help users access their data nodes in extraneous formats.  Some ideas.&lt;br /&gt;
&lt;br /&gt;
==== Loading viewers for certain data nodes ====&lt;br /&gt;
Now that nodes can be given attributes, it isn&#039;t too that farfetched to create different kinds of viewers/editors for different kinds of nodes - or to load viewers for those nodes specifically.&lt;br /&gt;
&lt;br /&gt;
==== Completely virtual nodes ====&lt;br /&gt;
Likewise, nodes whose content relies entirely on an external text (or other) file could be created which could be parsed back as text to freemind when viewed.&lt;br /&gt;
&lt;br /&gt;
==== Directory operations ====&lt;br /&gt;
Freemind&#039;s hierarchical structure of node viewing makes it an interesting way to organize directories.&lt;br /&gt;
&lt;br /&gt;
==== Exporting from command line ====&lt;br /&gt;
A feature I would really like would be to be able to do export programatically from cmdline.. something like:&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;code&amp;gt;freemind-export --flash mymindmap.mm -o mymindmap.html&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You not need to export mindmaps, if you want to browse it with flash browser (visorFreemind).&lt;br /&gt;
Just use one ÃÂ«smartÃÂ» HTML/Javasript file which takes mindmap name from parameters, like this:&lt;br /&gt;
[http://discopal.ispras.ru/mindmaps/mindmaps.html?intro-and-samples.mm], [http://discopal.ispras.ru/mindmaps/mindmaps.html?algorithms-definitions.mm], [http://discopal.ispras.ru/mindmaps/mindmaps.html?algorithms-dtime-dspace.mm].&lt;br /&gt;
But this  feature (export from command line) will be very useful to export SVG ([http://sourceforge.net/tracker/index.php?func=detail&amp;amp;aid=1865152&amp;amp;group_id=7118&amp;amp;atid=357118 corresponding ticket]). --[[User:StasFomin|StasFomin]] 19:48, 2 Mar 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
=== Exporting Legend of used Icons ===&lt;br /&gt;
It would be nice when a legend would be attached to the exported graphs, explaining the meaning of the icons used in the map. Would support usability for everyone who doesn&#039;t know what the freeMind icons should mean; even if they should be intuitive.&lt;br /&gt;
&lt;br /&gt;
comment on the above:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Yes, I agree too.  It would be great also if a TITLE and SUB-TITLES can be placed (and movable) anywhere in the MindMap, so when it is printed out, people know what this mind map is for.&lt;br /&gt;
&lt;br /&gt;
Also, since we can color our own ARROW LINKS, having their descriptions customizable alongside with those colored arrow links inside the legend would be a great enhancement!&amp;quot;&lt;br /&gt;
&lt;br /&gt;
=== Export to OpenOffice ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
: FreeMind-0.8.0 can export mindmaps to OpenOffice Writer files. However, the fonts, colors, and formatting are not exported. A method that works well is to export as HTML, open the exported document in Konqueror (or some other web browse), and copy-and-paste the entire document into OpenOffice Writer.&lt;br /&gt;
&lt;br /&gt;
Unfortunately there seems to be some problem though with opening the files in version 2 of OpenOffice. I haven&#039;t had a chance to go and check against the 1.x versions.&lt;br /&gt;
&lt;br /&gt;
: I have the same problem with OOo 1.9.104 (package from Knoppix). I can provide maps where this happens. Regards, [[User:Zapyon|Zapyon]] 14:02, 16 Nov 2006 (PST)&lt;br /&gt;
&lt;br /&gt;
: Freemind .9beta9 exports to OOo 2.2x though it&#039;s not pretty.&lt;br /&gt;
&lt;br /&gt;
==== Export to OpenOffice Impress ====&lt;br /&gt;
&lt;br /&gt;
I wonder how difficult it would be to export into Impress presentation. The Nodes cen be Slide Headers, Subnodes can be Outlines and so on.  Then Notes can be exported into Slide Notes. One can do a presentation off the screen, give away handouts with full notes to keep.&lt;br /&gt;
--[[User:Koaster|Koaster]] 08:48, 7 Aug 2006 (PDT)&lt;br /&gt;
&lt;br /&gt;
* It&#039;s not that difficult, at least for simple cases and when ignoring styles/patterns. I just implemented a small xslt-stylesheet which does the job for me. I may set up a project for that (or give it to the contributions). Meanwhile please contact me -- [[User:htgoebel|htgoebel]] 2008-01-08&lt;br /&gt;
&lt;br /&gt;
==== Export Options to Open Document Format .odt ====&lt;br /&gt;
&lt;br /&gt;
Allow user to set options such as:&lt;br /&gt;
&lt;br /&gt;
* number of levels which translate to heading levels&lt;br /&gt;
** thereafter use bulleted list levels.&lt;br /&gt;
&lt;br /&gt;
=== Export to Scalable Vector Graphics format (SVG) ===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Available in FreeMind 0.8.0 RC2.&#039;&#039; Yes!  I&#039;d love to see something done with scalable vector graphics, or some such...  I really wish Freemind could export to SVG, or maybe even flash... -- Bruce&lt;br /&gt;
And happily, developers are thinking the same thing: --   Here&#039;s Dimitri on that very possibility in&lt;br /&gt;
[http://sourceforge.net/forum/forum.php?thread_id=1031174&amp;amp;forum_id=22101 forum thread].&lt;br /&gt;
&lt;br /&gt;
=== Export to Portable Network Graphics format (PNG) (enhanced) ===&lt;br /&gt;
&lt;br /&gt;
It is already possible to export mindmaps to PNG. But the export function can be enhanced. E.g. the possibility to export PNG pictures with a &#039;&#039;&#039;transparent background&#039;&#039;&#039; instead of a white background (respectively the color thats used in the presets) would be very handy. Also possibilities to adjust the resolution and PPI (pixels per inch) are very useful when it comes to printing documents with embedded mindmaps in the PNG format. --[[User:UrsusExplorans|UrsusExplorans]] 10:04, 1 Aug 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
=== Export to Flash or teach Flash to view mm ===&lt;br /&gt;
&lt;br /&gt;
SVG, however, is still not widely supported - not even in desktop browsers, so it is mostly a way to exchange drawings and print. Exporting to Flash or having a Flash viewer that displayed .mm files (after all, ActionScript can now load XML data easily) would enable quick and effortless integration with current Web browsers without requiring them to install the Sun JVM (which can be a major issue in some environments).&amp;lt;br&amp;gt;&lt;br /&gt;
Edit: Good news: I was looking for the same and came accross this: http://nobi.com/appleexpo/index-f.html View source to see how it is made, it simply loads the .mm as parameter in a javacript, and I suppose the graphics and rules from freemind is programmed into the .swf. Should be able to take it appart, if noone has the sourcecode for something similar already. [[User:Mskogly|Mskogly]] 15:54, 20 Sep 2005 (PDT)&lt;br /&gt;
:This appears done in .9 beta 9. Please test --[[User:Ddaniels|Ddaniels]] 20:40, 22 Mar 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
=== Support for Embedded Freemind Maps in Pages.Google ===&lt;br /&gt;
Embedded maps on free hosts like pages.google would be very cool. Here is a video of my efforts to get Freemind flash maps to work in pages.google. &lt;br /&gt;
http://video.google.com/videoplay?docid=4967726587301956565&amp;amp;q=freemind+dennis --[[User:Ddaniels|Ddaniels]] 20:40, 22 Mar 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
=== Export to LaTeX ===&lt;br /&gt;
&lt;br /&gt;
Feb 10,2005. MindMapping concept is perfect when organizing the structure of a document. I&lt;br /&gt;
believe that it would be a great feature if freemind could directly export a&lt;br /&gt;
mindmap as a LaTeX file (using the text of the main node for the title,&lt;br /&gt;
the text of the main branches for \section and so on).&lt;br /&gt;
&lt;br /&gt;
In the mean time (and since I know nothing about java) I wrote &lt;br /&gt;
[http://control.cicese.mx/twiki/pub/Main/FreeMindToLaTeX/mm2tex this perl script]&lt;br /&gt;
to translate mm-&amp;gt;tex.  Any improvements are welcome. I will mantain this utility&lt;br /&gt;
[http://control.cicese.mx/twiki/bin/view/Main/FreeMindToLaTeX here], but I hope&lt;br /&gt;
this feature will be included in freemind one day.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;June 19, 2007&#039;&#039;&#039;  The above links to the perl script are broken.  Does anyone have it or something similar?&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;17 mei, 2008&#039;&#039;&#039;  I export the mindmap to OpenOffice and uses OpenOffice to export it to Latex. I use OpenOffice 3.0, not sure if that option is already available in 2.0.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;9 Feb, 2009&#039;&#039;&#039;   This is probably the most important feature I&#039;d like to see in freemind; the openoffice conversion trick doesn&#039;t work for my needs.  The link to the perl script is still broken and the link to Freemindtolatex appears down now too.&lt;br /&gt;
&lt;br /&gt;
=== Export and import to Ganttproject ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This link takes you directly to the download and instructions for the export / import xslt files &lt;br /&gt;
[http://wwwl.kutsam.at/home/johannes/index.php?option=com_content&amp;amp;task=view&amp;amp;id=15&amp;amp;Itemid=4 : export / import to ganttproject via xslt ]&lt;br /&gt;
&lt;br /&gt;
in Freemind 0.8 you can use &amp;quot;File-&amp;gt;Export-&amp;gt;Using XSLT&amp;quot; to export a &amp;quot;.gan&amp;quot; file using the xslt file from the link above&lt;br /&gt;
&lt;br /&gt;
=== Export to favorites or bookmarks ===&lt;br /&gt;
&lt;br /&gt;
Requests for enhancements:&lt;br /&gt;
&lt;br /&gt;
* [http://sourceforge.net/tracker/index.php?func=detail&amp;amp;aid=916260&amp;amp;group_id=7118&amp;amp;atid=357118 916260 : Export to Favourites / Bookmarks]&lt;br /&gt;
&lt;br /&gt;
=== Export to ontology formats (OWL, DAML) ===&lt;br /&gt;
&lt;br /&gt;
Requests for enhancements:&lt;br /&gt;
&lt;br /&gt;
* [http://sourceforge.net/tracker/index.php?func=detail&amp;amp;aid=1096791&amp;amp;group_id=7118&amp;amp;atid=357118 1096791 : Export to ontology formats (OWL, DAML)]&lt;br /&gt;
&lt;br /&gt;
=== Export and import to OPML ===&lt;br /&gt;
&lt;br /&gt;
Requests for enhancements:&lt;br /&gt;
&lt;br /&gt;
* [http://sourceforge.net/tracker/index.php?func=detail&amp;amp;aid=940616&amp;amp;group_id=7118&amp;amp;atid=357118 940616 : OPML import / export support]&lt;br /&gt;
&lt;br /&gt;
See also [http://www.opml.org/ OPML]. OPML - Outline Processor Markup Language.&lt;br /&gt;
&lt;br /&gt;
=== Export branch as folder tree ===&lt;br /&gt;
&lt;br /&gt;
A function like &amp;quot;export folder structure&amp;quot; would be useful for the use cases of bookmark manager, and of project preparation. I use [http://sourceforge.net/projects/bkm Bookmark Manager] from SourceForge, a very nice project. I found that importing bookmarks into FreeMind is a great option, if there only was a plugin to export them, Freemind would work as a perfect bookmark manager. Plus, Freemind would work as a nice &#039;project manager&#039; for creating directory-trees for large projects, at least I see I could find it very usable in my projects which require managing a lot of project files. Creating such structure in Freemind and then exporting it would be very usable. Date: Fri, 16 Apr 2004 18:10:33 +0200&lt;br /&gt;
&lt;br /&gt;
=== Import through any XSLT filter===&lt;br /&gt;
The File-&amp;gt;Import Menu should have an item &amp;quot;using xslt&amp;quot;  (just as File-&amp;gt;Export has &amp;quot;using xslt&amp;quot;) This would ease the integration of costum transformations (e.g. ganttchart &amp;lt;-&amp;gt; freemind)&lt;br /&gt;
&lt;br /&gt;
lkcl: not recommended.  xslt is so bad at doing &amp;quot;programming&amp;quot; that you will have an absolutely _awful_ time.  however, if there&#039;s a plugin mechanism, and you want to shoot yourself in the head by  having an xslt import/export plugin - then great!  if the plugin architecture idea is ever taken up, and comes about, i will watch with fascinated horror at your efforts to add an XSLT import plugin...&lt;br /&gt;
&lt;br /&gt;
=== Export and import to GraphViz ===&lt;br /&gt;
&lt;br /&gt;
=== Export to eps ===&lt;br /&gt;
&lt;br /&gt;
=== Integrate with Microsoft Outlook ===&lt;br /&gt;
&lt;br /&gt;
support for adding specially labeled nodes to Outlook&#039;s calendar and Outlook&#039;s todo list.&lt;br /&gt;
&lt;br /&gt;
Is there a way to integrate the calendar dates for start and completion of events into Outlook.&lt;br /&gt;
&lt;br /&gt;
The export formats allowed in Freemind and the import requirements of Outlook appear to be different.&lt;br /&gt;
Is there a format that is acceptable to both of them or a process such as converting to notepad and then into Outlook.&lt;br /&gt;
&lt;br /&gt;
Austin.  austin@elanay.net&lt;br /&gt;
&lt;br /&gt;
=== Integrate with Microsoft Office ===&lt;br /&gt;
&lt;br /&gt;
Enable export in EMF (enhanced metafile format). It will help to integrate FreeMind&#039;s Mind Maps with Word, Excel or Powerpoint.&lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
I&#039;m a new user, and a very computer-illiterate one, but if possible would love to see more integration with Windows Word. At the moment I can copy-paste from FreeMind into Word to get an indented list representing my mindmaps, but could see myself better able to use FM for putting together documents if it had more functionality:&lt;br /&gt;
&lt;br /&gt;
(1) Dynamic integration between Word and FM with nodes mapping to (formatted) Word headings.&lt;br /&gt;
&lt;br /&gt;
(2) Text placed in a node&#039;s Note appearing under the corresponding heading in Word as body text.&lt;br /&gt;
&lt;br /&gt;
(3) Changes made either through Word or FM being reflected in both the document and the corresponding mindmap (including rearrangements, additions, changes to text etc).&lt;br /&gt;
&lt;br /&gt;
No doubt a tall order, but it can&#039;t hurt to ask :)&lt;br /&gt;
&lt;br /&gt;
-KCM&lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
=== Import/Export in various Calendar formats ===&lt;br /&gt;
&lt;br /&gt;
The idea being that I can import can a list of meetings, or tasks into Freemind.  They would be imported into a sub-node and then i can redistribute them in my mindmap as I want. -- Thanx AP&lt;br /&gt;
&lt;br /&gt;
=== Import via XSLT ===&lt;br /&gt;
&lt;br /&gt;
Would be nice to hase the same dialog for importing as the xslt dialog for exporting. That means the user can import any XML with a proper XSL (sure that needs to generate valid .mm, otherwise the importer will throw an error).&lt;br /&gt;
&lt;br /&gt;
=== Export to Executable JAR File ===&lt;br /&gt;
&lt;br /&gt;
Export to an executable JAR file that can be sent to anyone who has Java installed so they can run the mind map in read only mode. The JAR file would contain the Freemind (browser?) JAR and anything else it needs to run, as well as the mind map file I created. This would be extremely useful because it would allow me to send people mind maps who don&#039;t have Freemind installed. I just send them the exported JAR, they double click it and they can view my mind map. This is better than PDF or image exporting because people could actually expand and collapse nodes and it&#039;s better than HTML export because it would look and work much better, like the applet does. Hopefully it would only include the necessary stuff for read only/browse mode to keep the JAR as small as possible.&lt;br /&gt;
&lt;br /&gt;
=== Integrate Editor of choice ===&lt;br /&gt;
&lt;br /&gt;
I&#039;d like to have the opportunity to integrate my editor of choice (well there are only vim and Emacs, right? *g*). Being able to invoke an &amp;quot;edit with ...&amp;quot; using a keyboard shortcut (Ctrl-e perhaps if I&#039;m able to redefine the existing &amp;quot;Export to HTML&amp;quot;-shortcut) enables me to edit e.g. notes of nodes in my editor.&lt;br /&gt;
&lt;br /&gt;
In my editor, I do have *a lot of possibilities* FreeMind is not likely going to implement at all or at least that fast: spell check with my existing personalized dictionary, my already defined macros, vertical/column edit mode, various syntax highlighting, enhanced navigation possibilities, completion, folding, search/replace also with regular expressions, undo/redo, ...  &lt;br /&gt;
&lt;br /&gt;
-- novoid 2009-05-14&lt;br /&gt;
&lt;br /&gt;
:: This would be nice.  Would love to do long node editing in gedit on Ubuntu.  Firefox has a plugin called &amp;quot;It&#039;s All Text&amp;quot; that lets you edit a web page text box in a configurable text editor.  It handles things pretty well with opening up in gedit (for me), and then you save and close it and the web page text box is updated.  Something similar would be super here, although I&#039;d recommend just jumping straight to the external editor for long node editing, if you&#039;ve defined one. [[User:Scarpent|Scarpent]] 19:07, 20 Aug 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Searching ==&lt;br /&gt;
&lt;br /&gt;
Requests for enhancements:&lt;br /&gt;
&lt;br /&gt;
* [http://sourceforge.net/tracker/index.php?func=detail&amp;amp;aid=1084091&amp;amp;group_id=7118&amp;amp;atid=357118 1084091 : Boolean Searches]&lt;br /&gt;
&lt;br /&gt;
Further searching requests.&lt;br /&gt;
* regular expression search&lt;br /&gt;
* incremental search. No popup; with every letter typed, a node containing the string typed so far is found. Can be modelled on Emacs.&lt;br /&gt;
* standard global search and replace functionality of text expressions within nodes&lt;br /&gt;
* search accross all the maps that happen to be open at the time&lt;br /&gt;
&lt;br /&gt;
Actually, I&#039;d wish that we have search across all maps opened or not. Just like &lt;br /&gt;
&lt;br /&gt;
&#039;find . -name &amp;quot;*.mm&amp;quot; -exec grep -H &amp;quot;long term&amp;quot; {} \; &amp;gt; /tmp/scratch, &lt;br /&gt;
&lt;br /&gt;
but much more user friendly. Ideally, there should be a Google Desktop search plug-in for FreeMind. I wish I knew how to do it. &lt;br /&gt;
--[[User:Yubrshen|yushen]] 00:17, 28 Feb 2007 (PST)&lt;br /&gt;
&lt;br /&gt;
=== Plugin architecture for &amp;quot;actions&amp;quot; ===&lt;br /&gt;
&lt;br /&gt;
Searches is a specific category of the general category of &amp;quot;actions&amp;quot;, which should themselves simply be external plugins of actions, with an input capability, output capability and an &amp;quot;iterator&amp;quot; capability.&lt;br /&gt;
&lt;br /&gt;
essentially, what is needed is this:&lt;br /&gt;
&lt;br /&gt;
 * Internally, the &amp;quot;search&amp;quot; terms that you&#039;re performing are stored in a FreeMind database.&lt;br /&gt;
   so, the text (as it&#039;s being typed!) is entered into a list of &amp;quot;Searches&amp;quot;.&lt;br /&gt;
 * The &amp;quot;context&amp;quot; is the location where the search is to be performed.&lt;br /&gt;
 * Then, an external script is run called &amp;quot;search&amp;quot; which is passed the two nodes:&lt;br /&gt;
   the search terms as they&#039;re being typed, and the &amp;quot;context&amp;quot; i.e. the data to be searched.&lt;br /&gt;
&lt;br /&gt;
Essentially, you&#039;re applying subject-predicate-object to the issue.&lt;br /&gt;
&lt;br /&gt;
Then, you could _have_ your &amp;quot;google desktop&amp;quot; search plug-in, because if the data is stored in flat files (instead of XML) and the search term is turned into a flat file, your plugin can return search results by parsing the HTML that comes back from the Google Desktop search and returning new &amp;quot;nodes&amp;quot; or &amp;quot;attributes&amp;quot; in the simple &amp;quot;import&amp;quot; format that was recommended to be added.&lt;br /&gt;
&lt;br /&gt;
== Notes attached to Nodes ==&lt;br /&gt;
&lt;br /&gt;
=== Note enhancements in 0.9 beta 7 ... ===&lt;br /&gt;
&lt;br /&gt;
* As already mentioned in some postings it would be cool if it would be possible to place the note window optionally on each side of the application. &lt;br /&gt;
&lt;br /&gt;
* Further it would be cool if it could be detached from the main-window so that it becomes a kind of tool-window.&lt;br /&gt;
&lt;br /&gt;
* The graphical version of the note window is cool. But it consumes a lot of space ... Is it possible to avoid the nested tabs and put the tabs for &amp;quot;Layout view/HTML Code view&amp;quot; instead as a toggle button on the toolbar? Would save a lot of space and is more useable! Also maybe we could hide the &amp;quot;&amp;lt;END&amp;gt;&amp;quot; Tag in the graphical editor.&lt;br /&gt;
&lt;br /&gt;
* A possibility to set a &amp;lt;nowiki&amp;gt;&amp;lt;br&amp;gt;&amp;lt;/nowiki&amp;gt; instead a &amp;lt;nowiki&amp;gt;&amp;lt;p&amp;gt;&amp;lt;/p&amp;gt;&amp;lt;/nowiki&amp;gt; in notes would be great. In other programms it&#039;s often shift+return. This would lead to less used space in notes.&lt;br /&gt;
&lt;br /&gt;
=== Word wrap for notes ===&lt;br /&gt;
The notes are very important and I tend to write a lot of things in them! So it would be helpful to have for the notes the word wrap option already available for nodes.&lt;br /&gt;
&lt;br /&gt;
=== Shortcut for adding a note to a node ===&lt;br /&gt;
It would be nice if there was a shortcut for adding a note to a node&lt;br /&gt;
&lt;br /&gt;
In mousing from the selected node to the menu in order to reach the Insert-&amp;gt;Note menu item, I often overfly another node: the selection changes, which is a useability feature I like very much - but then the note drops on the newly-selected node, which is not where I wanted it.&lt;br /&gt;
*ditto, a shortcut for adding notes would be of great use. --[[User:Goncalopp|Goncalopp]] 08:03, 27 Sep 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
=== Link to Nodes from Notes===&lt;br /&gt;
I wish to have the ability to create links to various nodes on words within the notes pane. This would be a great feature.&lt;br /&gt;
&lt;br /&gt;
I agree.&lt;br /&gt;
&lt;br /&gt;
=== Mechanism to delete a note from a node ===&lt;br /&gt;
I have not found a way to delete a note from a node.&lt;br /&gt;
&lt;br /&gt;
:Just delete the text from the note.&lt;br /&gt;
&lt;br /&gt;
In my case this doesn&#039;t work - the note icon remains at the node and the notes window keeps appearing if I mouse over such a node. Deleting jsut the text doesn&#039;t help. (Version 0.8.1) - Florian&lt;br /&gt;
&lt;br /&gt;
I can confirm the problem isn&#039;t just for you.  Although it isn&#039;t too hard to open the saved file and remove the Note lines. (Version 0.8.1) - vanstrien&lt;br /&gt;
&lt;br /&gt;
=== Option to keep Notes window open ===&lt;br /&gt;
Many but not all of the nodes in a map have notes. As I mouse around the map, the Notes window pops into and out of existence. This is distracting: I would like an option to keep the Notes window open, and see its text update if the selected node has a note.&lt;br /&gt;
&lt;br /&gt;
Include with this an option to stick with the current note - and be able to move around the map from node to node without changing the note and still be able to edit it.&lt;br /&gt;
&lt;br /&gt;
=== Option to position Notes window at right ===&lt;br /&gt;
I would like the Notes window to be at the right; others may prefer it at the bottom.&lt;br /&gt;
Or to undoc the notes node - movable separate window.&lt;br /&gt;
&lt;br /&gt;
=== Attach note to a node ===&lt;br /&gt;
&lt;br /&gt;
Requests for enhancements:&lt;br /&gt;
&lt;br /&gt;
* [http://sourceforge.net/tracker/index.php?func=detail&amp;amp;aid=1043427&amp;amp;group_id=7118&amp;amp;atid=357118 1043427 : Glorified Endnoting]&lt;br /&gt;
* [http://sourceforge.net/tracker/?group_id=7118&amp;amp;atid=357118&amp;amp;func=detail&amp;amp;aid=974920 974920 : Add notes/comments to node]&lt;br /&gt;
* [http://sourceforge.net/tracker/?group_id=7118&amp;amp;atid=357118&amp;amp;func=detail&amp;amp;aid=671074 671074 : Additional text for a node, displayed in separate text area]&lt;br /&gt;
* [http://sourceforge.net/tracker/?group_id=7118&amp;amp;atid=357118&amp;amp;func=detail&amp;amp;aid=521406 521406 : Separate note for a node, displayed upon request only]&lt;br /&gt;
&lt;br /&gt;
Many people want to have a note attached to a node. Some mind mapping programs have this feature. In my view, such a feature creates a basis for splitting of uses. I would expect long nodes to contain paragraphs or even small articles; I have such nodes, both plain and HTML. I also have long nodes containing nicely set HTML tables. An XSLT transforming script can either assume that paragraphs are in the long nodes or that they are in the notes; not both. Different uses would then require different XSLT scripts. Searching would need to be extended to also search through notes. Notes of different nodes, unlike nodes themselves, cannot be made visible on the canvas at the same time. Without note, every piece of the text in the mind map is a node and therefore first class citizen; it is allowed for it to have children, and whatever feature is offered to other nodes (like icons, time reminders, changing of the default color and the like) is offered to it as well.&lt;br /&gt;
&lt;br /&gt;
Screenshots showing how long nodes can be used follow.&lt;br /&gt;
&lt;br /&gt;
[[Image:FreeMindLongNodes.png]]&lt;br /&gt;
[[Image:FreeMindLongNodes2.png]]&lt;br /&gt;
[[Image:FreeMindLongNodes3.png]]&lt;br /&gt;
&lt;br /&gt;
As this is such a requested feature, I&#039;d like to invite you to discuss pros and cons here. --[[User:Danielpolansky|Danielpolansky]] 11:47, 15 Feb 2005 (PST)&lt;br /&gt;
&lt;br /&gt;
:  The main reasons for enabling node text are as follows:   a).   to speed the process of map construction &amp;amp; brainstorming.   many times note text can be added &amp;quot;after&amp;quot; the primary brainstorming of a topic is complete, as the dimension of information is different - usually it is more detailed.  b).  the second reason is just or even more important, and that is, to enhance &amp;quot;readability&amp;quot; of the map itself.   At our company, we teach that a good mindmap should not contain full sentences, but instead, it should have short phrases - even just one or two words.   That is, studies have found out people can understand the main point of any topic by &amp;quot;seeing&amp;quot; just a few words.   Maps should be &amp;quot;seen&amp;quot; and not &amp;quot;read&amp;quot;.   Then, when more detail is needed, you just open the specific node, or view it by a mouse-over type operation.   So to summarize, SPEED and READABILITY are critical to the maps actual development and use for most people.   --[[ User:GregArndt|GregArndt]] 14:15, 15 Feb 2005 (CST-US)&lt;br /&gt;
&lt;br /&gt;
:: I don&#039;t get the point of a). Current solution does not prevent anynode from adding long nodes after the first brainstorming phase. In fact, without separate note, you can always add something afterwards as there is no limit to the depth. What concerns b), long nodes can be folded. This prevents map from being cluttered.&lt;br /&gt;
&lt;br /&gt;
:: Admittedly, &#039;&#039;mouse over&#039;&#039; operation is not sufficient to show the long nodes folded behind a short one. Having a quick look at many long nodes, one at the time, is currently not that easy; it requires a lot of single clicks. --[[User:Danielpolansky|Danielpolansky]] 12:42, 19 Feb 2005 (PST)&lt;br /&gt;
&lt;br /&gt;
: Ok, here&#039;s my &#039;&#039;go ahead&#039;&#039;. So many people want this feature, and so many mind mapping programs have it. As I am not a mind mapper but rather knowledge manager, I can&#039;t judge on this issue properly. Let&#039;s get surprised. --[[User:Danielpolansky|Danielpolansky]] 12:48, 19 Feb 2005 (PST)&lt;br /&gt;
&lt;br /&gt;
::: Great news.  This will be a real positive addition.   And for users that like long notes on the map, they can still always do that.   Thank you in advance, this is an excellent application that will continue to improve.  ==[[ User:GregArndt|GregArndt]] 23:12,, 19 Feb 2005 (USA-CST)&lt;br /&gt;
&lt;br /&gt;
: To me, HTML long nodes impair Readability of large mindmaps. On the other hand, I get the point that notes don&#039;t exactly fit into the concept. Why not go for a compromise: Long nodes would consist of (1) a first line of text, which is always visible/editable and (2) a formated long text, which is only visible/editable in a drop-down window. I would also appreciate a simpler way of editing formated long text than HTML tags. Why not using a RTF editor add-in? [[User:RainerFaller|RainerFaller]] 30 Dec 2005&lt;br /&gt;
&lt;br /&gt;
:: I am all for this.  I think that if there was some kind of collapsability the long text problem would be solved.  It may be because I am used to programming, but to be able to collapse a bit of text is superb.  This would mean that a long node would be collapsed into a single line, say the first line.  You can still tell what the node is saying with the first line, but the bulk is concealed.  Also, I think that if the nodes are resizable it could be resizable, that would solve the problem. Say a really large node is constructed containing an article, you could resize it to create a scrollable text box.  You would only be viewing part of the article at a time, but i think that is manageable when the structure of the mindmap on the whole is preserved.--[[User:Peterw|Peterw]] 12:00, 5 Oct 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
Maybe it could help to add something like a &#039;keep-folded&#039; property to a node.&lt;br /&gt;
Idea behind it: &lt;br /&gt;
A node with &#039;keep-folded&#039; set is not shown, when the parent of it is unfolded. You would need extra handling for setting the property or showing those &#039;moved to the background&#039; nodes though. But that way a note could just be a node with that property set. I think a property like that could be helpful in other contexts, too. If you use the Mind Map as a todo-list, you could keep done ((sub-)sub-)...)subtasks folded for example. &lt;br /&gt;
Hilmar&lt;br /&gt;
&lt;br /&gt;
: &#039;&#039;&#039;Notes are essential:&#039;&#039;&#039; While you can write really large nodes, a large node will obscure the mindmap. Lets describe it this way: I do want to perform some medical laboratory tests. This is my &#039;&#039;&#039;primary node&#039;&#039;&#039;. I want to add &#039;&#039;&#039;notes&#039;&#039;&#039; on the various aspects how tests should be ordered. The &#039;&#039;&#039;child nodes&#039;&#039;&#039; describe various symptoms and the attached &#039;&#039;&#039;notes&#039;&#039;&#039; add epidemiological information and detail. The next &#039;&#039;&#039;child nodes&#039;&#039;&#039; describe these tests based on the parent symptom nodes. Again, &#039;&#039;&#039;notes&#039;&#039;&#039; offer further details. The problem with notes-as-nodes is, that the huge text size will obscure the siblings (and even the children of those siblings), thus rendering the map ugly and difficult to comprehend. IF the notes would be only on the last hierarchical level, this wouldn&#039;t be such a great problem, BUT IF the notes are written on parent nodes, than the nodes-only approach is a mindblocker, not really a FreeMind.&lt;br /&gt;
&lt;br /&gt;
=== Copy/Export note(s) of node(s) ===&lt;br /&gt;
&lt;br /&gt;
WYSIWYG &amp;amp; note editor ... are very inviting for extensive usage of notes.&lt;br /&gt;
* at the moment it is not simple to export or copy them alltogether (with relevant nodes). Option for exporting the notes (also when clipboard-copying-pasting) would be very welcome - something like &amp;quot;Copy With Notes&amp;quot;, &amp;quot;Export With Notes&amp;quot; or &amp;quot;Print with notes&amp;quot;: &lt;br /&gt;
** e.g. for Export/OpenOfficeWriter notes are not exported (they were in 0.8) - I understand that xslt-s have to be adapted to the new xml format of mm (&amp;lt;richcontent ... type=note...&amp;gt; instead of &amp;lt;hook ...&amp;gt;)&lt;br /&gt;
* Q: can we consider the freeMind mm.xml format as fixed (at least for 0_9_0)?&lt;br /&gt;
&lt;br /&gt;
AlesPoredos &lt;br /&gt;
&lt;br /&gt;
--[[User:ap|ap]] 07:26, 28 Sep 2006 (PDT)&lt;br /&gt;
&lt;br /&gt;
=== Tooltips ===&lt;br /&gt;
&lt;br /&gt;
Having created a map, it might be more natural to enable us to either show the notes as tooltips, or alternatively to add tooltips as seperate children to notes.&lt;br /&gt;
&lt;br /&gt;
--[[User:Slowlearner|Slowlearner]] 12:08, 12 Aug 2009 (GMT)&lt;br /&gt;
&lt;br /&gt;
== Misc ==&lt;br /&gt;
&lt;br /&gt;
=== Please make freemind more colorful ===&lt;br /&gt;
Just like Tony Buzan said, mindmap needs to be very colorful to make your brain exciting.&lt;br /&gt;
Freemind is just too &amp;quot;grey&amp;quot; right now.&lt;br /&gt;
&lt;br /&gt;
=== Screen clipping ===&lt;br /&gt;
If you used Microsoft OneNote, you will notice a very good feature, Screen clipping.&lt;br /&gt;
It allows you anytime, switch to your screen, select an area, got a snapshot and paste the picture in your notes by just few clicks.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This is extremly useful if when taking notes for an online document or electrinic book, no matter what you are reading, pdf, html or ppt, just click and drag, you got the picture in your notes.&amp;lt;br&amp;gt;&lt;br /&gt;
If freemind will support similar feature, that would be great.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Multiple Maps at Startup ===&lt;br /&gt;
When I start FreeMind it loads the last map I worked on, which is very good. I can have multiple maps open, which I juse a lot, so I can work on multiple projects at the same time. However when I close FreeMind and open it again, it only loads the last active map. It would be very usefull if it loaded all the maps that was open when FreeMind was closed, so I quickly can continue to work on my ongoing projects.&lt;br /&gt;
&lt;br /&gt;
: Yes, I want this &#039;&#039;&#039;very&#039;&#039;&#039; much! --[[User:Ase|Ase]] 10:29, 9 Jul 2008 (PDT)&lt;br /&gt;
: So do I. Leos&lt;br /&gt;
: Me as well. --[[User:Terkor|Terkor]] 02:32, 4 Nov 2008 (UTC)&lt;br /&gt;
&lt;br /&gt;
=== Single Copy Multiple ===&lt;br /&gt;
The Single Copy command is used to grab stuff to duplicate without also copying all child nodes. For example I have numbered items that I keep in an &amp;quot;Unresearched&amp;quot; node, and the same numbered items in a &amp;quot;Researched&amp;quot; Node. Instead of entering the node #&#039;s of 1 - 20 several times, I would like to be able to use the Copy Single command while selecting multiple items. Obviously it would have to be renamed &amp;quot;Copy Without Children&amp;quot; or something similar. Just keeping the command the same but adding support for multiple selection would help me a lot. Then I could copy items 1 - 20 and paste them somewhere else in one shot.&lt;br /&gt;
&lt;br /&gt;
: This is definitely a good request. The action for copying without children would have to be renamed from &amp;quot;Single Copy&amp;quot; to &amp;quot;Shallow Copy&amp;quot; or &amp;quot;Copy without Children&amp;quot; as you suggested. --[[User:Danielpolansky|Danielpolansky]] 10:13, 2 Jun 2006 (PDT)&lt;br /&gt;
&lt;br /&gt;
: I would also need something in the same vein. I have a deep tree of actions from which I choose leaves to do today. I would like to keep the classification embodied in the ancestors of any chosen leaf node I copy to the Today FreeMind. If I could click on a node (not just a terminal leaf) and &amp;quot;Copy Ancestors&amp;quot;, then paste I would save a lot of time. The Copy Ancestors would copy all ancestors exclusing the single root node. A variation would be to click a series of consecutively embedded nodes and &amp;quot;Copy Chain&amp;quot; which would copy the nodes themselves only, without any other children, and keep the chain as a unit.&lt;br /&gt;
&lt;br /&gt;
=== Print across pages ===&lt;br /&gt;
Would be great to have a possibility to print spanning over several pages if mind map is huge.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Hint:&#039;&#039;&#039; In 0.8.0 this is possible if you deactivate the &amp;quot;scale to one page&amp;quot; checkbox in the page format dialog and enters a scale factor like &amp;quot;1.0&amp;quot;. But there seems to be a little bug; if I enter just &amp;quot;1&amp;quot; as scale factor the output is still scaled to fit on one page.&lt;br /&gt;
&lt;br /&gt;
=== Print out of notes ===&lt;br /&gt;
I think it is a very good idea to add the possibility to print out the notes together with the map(on a separate page/pages), something like as in the export of HTML sides.&lt;br /&gt;
&lt;br /&gt;
   I agree with this suggestion. It makes a lot of sense to be able to print your notes.&lt;br /&gt;
&lt;br /&gt;
=== Print preview ===&lt;br /&gt;
I would like to have a print preview dialog to see if my manually set scale factor (defined in the page format dialog) is ideal.&lt;br /&gt;
&lt;br /&gt;
=== Auto scale to fit one page wide for printing ===&lt;br /&gt;
I would like to be able to set a map to print &amp;quot;one page wide&amp;quot; rather than just &amp;quot;fit one page&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
=== Auto scale to fit several pages ===&lt;br /&gt;
As RFE 972845 another has already provided code to have FreeMind scale the output to fit several pages. It would be really nice to have this enhancement in the normal code base.&lt;br /&gt;
&lt;br /&gt;
=== Calculations ===&lt;br /&gt;
I think that is good idea to add possibility to associate numeric values with nodes and make top nodes to recursively calculate sum of child nodes&#039; values. This feature will turn FreeMind into &#039;&#039;&#039;easy and visual way to do home accounting or resource planning&#039;&#039;&#039;. Adding, removing or dragging child nodes between parents must cause sum to update.&lt;br /&gt;
&lt;br /&gt;
More complex feature - adding multiplication factors to parent nodes.&lt;br /&gt;
: &#039;&#039;&#039;I vote for this.&#039;&#039;&#039; I think such a feature would open Freemind to a new business public: those who must build work resources planning/estimations WBS (Work Breakdown Stucture). Excel could be favourably replaced by mind maps softwares with such capabilities. &lt;br /&gt;
: From a more technical point of view, I would add that each node should be associated with an &#039;&#039;&#039;aggregation function&#039;&#039;&#039; like sum (default), average, geometric average, or even user defined aggregation function. Nodes would gather value of their children and aggregate it to set their own value.--[[User:OliGator|OliGator]] 08:55, 22 Oct 2006 (PDT)&lt;br /&gt;
&lt;br /&gt;
: For now, I didn&#039;t used the Time plug-in ; my expects would go in two directions (--[[User:JdX|JdX.fr]]  200706222:&lt;br /&gt;
: Go-ing to plan a bussiness, I would like to get some Calculations as said above, that I could get back into a calc-like spreadsheet in another window.&lt;br /&gt;
: May I imagine better than a number and an aggregation function, I would enjoy to improve in triplet-properties, not only a number and a function for each node... You may know high potential in A.I. for that representation for many qualities (I began to work on wikini.net on that matter..)&lt;br /&gt;
&lt;br /&gt;
=== Support for Unicode and RTL languages ===&lt;br /&gt;
&lt;br /&gt;
I think that the inclusion of better support for Unicode and RTL languages such as Hebrew and Arabic would allow a larger number of people to use Freemind as their mind-mapping tool of choice.&lt;br /&gt;
&lt;br /&gt;
: What support of unicode are you missing? FreeMind is unicode-enabled. --[[User:Danielpolansky|Danielpolansky]] 11:56, 27 Jul 2005 (PDT)&lt;br /&gt;
&lt;br /&gt;
:: It doesn&#039;t work with Vietnamese. Try this: HÃÂ  NÃ¡Â»Âi, SÃÂ i GÃÂ²n, ChÃ¡Â»Â£ LÃ¡Â»Ân * a ÃÂ¡ ÃÂ  Ã¡ÂºÂ£ ÃÂ£ Ã¡ÂºÂ¡ ... [[User:DeltaVictorLima|DeltaVictorLima]] 11:24, 18 Jun 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
=== Use UTF-8 in the XML file to store unicode characters ===&lt;br /&gt;
&lt;br /&gt;
: FreeMind 0.8.0&#039;s utf-8 support is limited, I think. When open file, FreeMind simply loads the file contents into buffer without valid and proper encoding, if .mm file version matches current freemind version. And all Chinese characters encoding as &amp;quot;&#039;&#039;&amp;amp;#x...;&#039;&#039;&amp;quot; is meaningless for Chinese. I have a patch for this: [[User:Jiangxin/Better_chinese_characters_support]]. --[[User:Jiangxin|Jiangxin]] 11:53, 6 Apr 2006 (PDT)&lt;br /&gt;
&lt;br /&gt;
:: Indeed, FreeMind does not support UTF-8. Maybe it would be better if it would. That would improve the ease with which the XML files can be read directly in plain text editors. --[[User:Danielpolansky|Danielpolansky]] 10:18, 2 Jun 2006 (PDT)&lt;br /&gt;
&lt;br /&gt;
::: Shouldn&#039;t the .mm-file be changed to a real XML file first? It does not have a XML declaration, like &amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;ISO-8859-1&amp;quot;?&amp;gt;... This gives far better support when opening it in standalone XML editors, and you can also validate your XML. --[[User:pahles|pahles]] 21:16, 3 Jun 2006 (UTC+2)&lt;br /&gt;
&lt;br /&gt;
: Vote for this! It is impossible to compare/merge different mindmaps (also process/edit) with ÃÂ«entities gibberishÃÂ» like ÃÂ«&amp;amp;#1087;&amp;amp;#1086; &amp;amp;#1087;&amp;amp;#1088;&amp;amp;#1086;&amp;amp;#1077;&amp;amp;#1082;&amp;amp;#1090;&amp;amp;#1091; &amp;amp;#171;SAT&amp;amp;#187;ÃÂ»--[[User:StasFomin|StasFomin]] 19:36, 2 Mar 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
=== Support general graphs rather than trees ===&lt;br /&gt;
&lt;br /&gt;
Some users want FreeMind to support general graphs rather than only trees. To an extent, their wish is covered by what we call arrow links, and what is called connectors in Microsoft Powerpoint. FreeMind&#039;s arrow links are not that powerful as connectors, but that can be improved.&lt;br /&gt;
&lt;br /&gt;
Still, FreeMind is not planned to become a general graph editor, or a concept mapper. Some years ago there was a [http://sourceforge.net/forum/forum.php?thread_id=821693&amp;amp;forum_id=22101 discussion] on that in Open Discussion forum, followed by a concluding [http://sourceforge.net/forum/forum.php?thread_id=957873&amp;amp;forum_id=22101  consideration] by me where the final position on the issue is stated together with an explanation. --[[User:Danielpolansky|Danielpolansky]] 11:56, 27 Jul 2005 (PDT)&lt;br /&gt;
&lt;br /&gt;
===Always On===&lt;br /&gt;
&lt;br /&gt;
I would like to minimize to the system tray(for Windows). Or better yet, let&#039;s run FreeMind as a transparent window docked to the desktop. Like my brain, I like to always have FreeMind on in the background. Regardless, thanks!&lt;br /&gt;
&lt;br /&gt;
: You can google for RBTray, which lets you minimise anything to the system tray. -- JettLogic&lt;br /&gt;
&lt;br /&gt;
===Better File Operations, Restore Workspace, New File Extension===&lt;br /&gt;
&lt;br /&gt;
On Mac OS X at least, the file dialog is buggy - it does not show network drives or my iDisk. Also, it would be useful to have FreeMind re-open the last edited file (and restore the workspace as it was when the user last quit). Still, the most annoying thing is the .mm filename extension - that extension is tied to Obj-C code files in Mac OS X, and probably on other platforms as well. Maybe .mind or .mmp? -- RuiCarmo&lt;br /&gt;
&lt;br /&gt;
===File Dialog Improvements===&lt;br /&gt;
&lt;br /&gt;
The file dialogs could use some minor improvements.  I would like the dialog boxes for load and save to remember what directory they were in and start from there the next time the dialog is open. &lt;br /&gt;
&lt;br /&gt;
Also, if you try to open a file from the &amp;quot;recent files&amp;quot; list but the file no longer exists, there is no warning from freemind.  It would be better to have a &amp;quot;file not found&amp;quot; warning, and better still to remove the bad entry from the list when that happens.  --fist_187&lt;br /&gt;
&lt;br /&gt;
It would be better not to &amp;quot;remember what directory they were in&amp;quot;, but add possibility to choose &amp;quot;Default directory&amp;quot; in Preferences, which will be opened automatically whenever you save or load something. --Elwin&lt;br /&gt;
&lt;br /&gt;
Yes the file dialogs could use some improvements. It should be possible these days to simply use the native OS&#039;en File Open dialogs.  IMHO, either that or a full-featured file dialog that a) provides a few shortcuts to frequently used directories,  b) remembers the directory used last time, -or- uses a default directory, and c) allows one to create new directories&lt;br /&gt;
&lt;br /&gt;
=== Crosslinking Nodes ===&lt;br /&gt;
&lt;br /&gt;
The possibility to create cross-references between nodes which are &lt;br /&gt;
already part of the mindmap tree would be a great feature. In many &lt;br /&gt;
real-life mindmaps items could not be categorized in one and only &lt;br /&gt;
one category. The possibility to visualize these dependencies would &lt;br /&gt;
be a great advantage over other mindmap solutions. Something like &lt;br /&gt;
this is already implemented in Freemind by selecting two nodes &lt;br /&gt;
and pressing STRG+L.&lt;br /&gt;
&lt;br /&gt;
For enhancing this feature the following aspects should receive attention:&lt;br /&gt;
* the application should visualize cross-references in a eye-friendly way&lt;br /&gt;
** nodes with cross-references should be directly identifiable (i.e. by color, shape-type, ...)&lt;br /&gt;
** mouse-over effects visualize the dependencies with flashing nodes&lt;br /&gt;
** dashed grey lines sound visualize cross-dependencies&lt;br /&gt;
* cross-references, especially those which reside not current view-context, should be traceable by a hotkey which toggles b+etween the source and the destination node of a link.&lt;br /&gt;
* if a source or destination-node is in hinged position the link should be optionally visualized by propagated a parent nod+e as source or destination-node&lt;br /&gt;
&lt;br /&gt;
Is it possible to add links to specific nodes in other FreeMind map files? Perhaps using Request Parameters in the external hyperlink URL? Identifying the target node while creating the link may be tricky. Here is an idea on how that can be done: &amp;lt;br/&amp;gt;&lt;br /&gt;
When creating the link, a dialog window with two textboxes can be used. One textbox would be for the hyperlink URL and the other would be for the target node name. The target node name textbox would have an auto-complete feature (with dropdown) that uses a list of node names that were obtained from the target map file. There could be a button next to the URL textbox that starts the node name retrieval process from the target map file. Before hitting the button the target node name textbox is disabled, and it is enabled after the node names have been read. --[[User:EdB|EdB]] 10:37, 2 Sep 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
=== Unlimited/Arbitrary Attributes ===&lt;br /&gt;
&lt;br /&gt;
We use a couple of different products (including an internally developed one) to manage requirements. In each case we have the ability to assign arbitrary attributes to requirements at any level in the structure (e.g., Type=Priority Value=High or Type=Source Value=Mike Jones). To support migration between Freemind and these requirements management tools, Freemind should allow X number of attributes per requirement. Though I know this concept would scare the minimalists.&lt;br /&gt;
-- unknown&lt;br /&gt;
&lt;br /&gt;
And a custom plugin might read these values, then calculate and display something on the map, e.g. an indicator or an aggregate.&lt;br /&gt;
-- [[User:abadger|abadger]] 30 May 2006&lt;br /&gt;
(or even just set the colour or insert a tick or cross icon) --[[User:Violetlight|Violetlight]] 15:24, 2 Aug 2006 (PDT)&lt;br /&gt;
&lt;br /&gt;
It would be really nice if as well as text attributes, we could support check or radio buttons (e.g. &amp;quot;done&amp;quot;, or &amp;quot;priority H/M/L&amp;quot;)&amp;lt;br&amp;gt;&lt;br /&gt;
A node action or a function key/pattern (see below) could check the box.&lt;br /&gt;
--[[User:Violetlight|Violetlight]] 15:22, 2 Aug 2006 (PDT)&lt;br /&gt;
&lt;br /&gt;
=== Node-specific actions ===&lt;br /&gt;
&lt;br /&gt;
At the moment, there is one &amp;quot;action&amp;quot; on a node (discounting the usual edit/cut/paste etc) - navigate to the target link.&lt;br /&gt;
&amp;lt;p/&amp;gt;&lt;br /&gt;
I can see a reason to have more than one action on a node, depending on the semantics of the map&#039;s content, and specifically the storage backend or plugin.  For example, a map that was a live visualisation of the tree structure of a website could have an action to navigate to a page, to check it with a W3C validator, to edit the page, to submit it to a search engine etc etc.  These actions would be defined by the plugin supplying the data content, or by other plugins resident - e.g. &amp;quot;schedule this node&amp;quot; for the time scheduling plugin or &amp;quot;bookmark this node&#039;s target&amp;quot; for a (possible future) Google Bookmarking plugin.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
I can see two (possibly co-existing) methods of implementing this:&lt;br /&gt;
# A context-specific node sub-menu cascading off the right button menu called &amp;quot;Actions-&amp;gt;&amp;quot;&lt;br /&gt;
# A control-right-button menu just for actions on the node&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
I&#039;d welcome feedback on whether this is a nutcase idea. --[[User:Violetlight|Violetlight]] 15:16, 2 Aug 2006 (PDT)&lt;br /&gt;
&lt;br /&gt;
===Images in freemind===&lt;br /&gt;
&lt;br /&gt;
I really like the way freemind can use images as nodes.  However, one of the problems with adding a lot of images to a map is that they are all different sizes.  So, I wrote this php script:&lt;br /&gt;
 &amp;lt;?php&lt;br /&gt;
 &lt;br /&gt;
        $tsize = 100; //thumbnail size&lt;br /&gt;
 &lt;br /&gt;
        function noresize($name)&lt;br /&gt;
        {&lt;br /&gt;
                global $argv;&lt;br /&gt;
                $fullpath = $argv[1] . &amp;quot;$name&amp;quot;;&lt;br /&gt;
                echo &amp;quot;&amp;lt;node TEXT=\&amp;quot;&amp;amp;amp;lt;html&amp;amp;amp;gt;&amp;quot;;&lt;br /&gt;
                echo &amp;quot;&amp;amp;amp;lt;img src=&amp;amp;amp;quot;$fullpath&amp;amp;amp;quot;/&amp;amp;amp;gt; \&amp;quot;&amp;quot;;&lt;br /&gt;
                echo &amp;quot; FOLDED=\&amp;quot;true\&amp;quot;&amp;gt;\n&amp;lt;/node&amp;gt;\n&amp;quot;;&lt;br /&gt;
        }&lt;br /&gt;
 &lt;br /&gt;
        function thumbit($name, $w, $h)&lt;br /&gt;
        {&lt;br /&gt;
                global $argv;&lt;br /&gt;
                $fullpath = $argv[1] . &amp;quot;$name&amp;quot;;&lt;br /&gt;
                echo &amp;quot;&amp;lt;node TEXT=\&amp;quot;&amp;amp;amp;lt;html&amp;amp;amp;gt;&amp;amp;amp;lt;img src=&amp;amp;amp;quot;$fullpath&amp;amp;amp;quot;&amp;quot;; &lt;br /&gt;
                echo &amp;quot; width=&amp;amp;amp;quot;$w&amp;amp;amp;quot; height=&amp;amp;amp;quot;$h&amp;amp;amp;quot;\&amp;quot; FOLDED=\&amp;quot;true\&amp;quot;&amp;gt;\n&amp;quot;;&lt;br /&gt;
                echo &amp;quot;&amp;lt;node TEXT=\&amp;quot;&amp;amp;amp;lt;html&amp;amp;amp;gt;&amp;amp;amp;lt;img src=&amp;amp;amp;quot;$fullpath&amp;amp;amp;quot;\&amp;quot;&amp;quot;; &lt;br /&gt;
                echo &amp;quot; FOLDED=\&amp;quot;true\&amp;quot;&amp;gt;\n&amp;lt;/node&amp;gt;\n&amp;quot;;&lt;br /&gt;
                echo &amp;quot;&amp;lt;node LINK=\&amp;quot;$fullpath\&amp;quot; TEXT=\&amp;quot;$name\&amp;quot;&amp;gt;\n&amp;lt;/node&amp;gt;\n&amp;quot;;&lt;br /&gt;
                echo &amp;quot;&amp;lt;/node&amp;gt;\n&amp;quot;;&lt;br /&gt;
        }&lt;br /&gt;
 &lt;br /&gt;
        if ($argc &amp;lt; 3)&lt;br /&gt;
        {&lt;br /&gt;
                die(&amp;quot;usage: &amp;quot; . $argv[0] . &amp;quot; IMAGEPATH IMAGE1 [[IMAGE2] ... ]\n&amp;quot;);&lt;br /&gt;
        }&lt;br /&gt;
 &lt;br /&gt;
        echo &amp;quot;&amp;lt;map version=\&amp;quot;0.7.1\&amp;quot;&amp;gt;\n&amp;lt;node TEXT=\&amp;quot;Ian&#039;s image generator\&amp;quot;&amp;quot;;&lt;br /&gt;
        echo &amp;quot; FOLDED=\&amp;quot;true\&amp;quot;&amp;gt;\n&amp;quot;;&lt;br /&gt;
 &lt;br /&gt;
        for ($i=2; $i&amp;lt;$argc; $i++)&lt;br /&gt;
        {&lt;br /&gt;
                $myimg = $argv[$i];&lt;br /&gt;
                $props = getimagesize($myimg);&lt;br /&gt;
                $w = $props[0];&lt;br /&gt;
                $h = $props[1];&lt;br /&gt;
 &lt;br /&gt;
                if ($w &amp;lt;= $tsize &amp;amp;&amp;amp; $h &amp;lt;= $tsize) //too small&lt;br /&gt;
                {&lt;br /&gt;
                        noresize($myimg);&lt;br /&gt;
                }&lt;br /&gt;
                else if ($w &amp;lt; $h) //resize height to 100, scale width&lt;br /&gt;
                {&lt;br /&gt;
                        $w = intval(($tsize * $w) / $h);&lt;br /&gt;
                        $h = $tsize;&lt;br /&gt;
                        thumbit($myimg, $w, $h);&lt;br /&gt;
                }&lt;br /&gt;
                else //resize width to 100, scale height&lt;br /&gt;
                {&lt;br /&gt;
                        $h = intval(($tsize * $h) / $w);&lt;br /&gt;
                        $w = $tsize;&lt;br /&gt;
                        thumbit($myimg, $w, $h);&lt;br /&gt;
                }&lt;br /&gt;
        }&lt;br /&gt;
 &lt;br /&gt;
        echo &amp;quot;&amp;lt;/node&amp;gt;\n&amp;lt;/map&amp;gt;\n&amp;quot;;&lt;br /&gt;
 ?&amp;gt;&lt;br /&gt;
This is a command line PHP script, so to use it under linux you would type something like:&lt;br /&gt;
 $ php freemindImgGen.php &amp;quot;file:////path/to/prepend/to/images/&amp;quot; image1.jpg [image2.jpg ... ]&lt;br /&gt;
This will output the text for a new mind map (direct it to a file of your choice) with each image thumbnailed in its own node.  The images should all be in the same directory (for some reason, relative paths for images don&#039;t seem to work).  Each thumbnailed image will have 2 child nodes: one node with the full size image and one node with the filename of the image as a freemind link.&lt;br /&gt;
&lt;br /&gt;
Anyway, the reason that I&#039;m posting this here in the request section instead of the user contributions section is that I would like to see this behavior ported into freemind itself.  This would be a better behavior for when you drag-and-drop an image file into freemind, as it does just about everything you would want to do with an image in one shot.   --fist_187&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:[[User:lkcl]] - fist_187: this is a fantastic example of an import/export plugin program that should NOT be added into freemind: it should be possible to RUN this program on-demand from FreeMind from WITHIN freemind as a plugin extension.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
--[[User:Pdf|pdf]] 22:11, 30 Aug 2009 (UTC): A thumbnail image function is a great idea! Some images can be huge, and thumbnails would be an excellent option.  Photographers could make big use of this, but images in general just make an idea map a richer communication tool.  In fact, this capability could re-invent the typical image &amp;quot;gallery&amp;quot; that is often a liner row of images, or an unwieldy table, because images would be represented in a hierarchical context of other references or meaning.  Of course, a link to the original file always lets a viewer see an image in its full glory.&lt;br /&gt;
&lt;br /&gt;
However, for the general non-programmer user I would implement the user interface like this: &lt;br /&gt;
 &lt;br /&gt;
- When an image is inserted, create a thumbnail as a default (or by prompt) to avoid unpleasant surprises of large images taking over the UI and displacing everything else. &lt;br /&gt;
&lt;br /&gt;
- Add an option to convert an image back to normal, or back to thumbnail.&lt;br /&gt;
&lt;br /&gt;
- In preferences, let the user select &amp;quot;thumbnail&amp;quot; as default, or not, and let the user specify the size (as a maximum dimension of either side of the image). Let the user choose whether a prompt appears, or add a check box to the prompt to not ask again.  Another useful preference would be to specify a thumbnail directory (default location inside source image directory)&lt;br /&gt;
&lt;br /&gt;
- As another option (or as a future enhancement) the program would either 1)Create new image files to use as thumbnails, or 2)Generate thumbnails on the fly for display only (or read in thumbnails that may already be appended to some image formats by certain images editors) and maybe cache them. The advantage of reading in on the fly is that the size could also be changed on the fly.  The downside is the time required for the program to generate on-the-fly images in large maps.&lt;br /&gt;
&lt;br /&gt;
- Provide a link to the file so the user can open the full size version in its associated application.&lt;br /&gt;
&lt;br /&gt;
- When importing a folder of files provide an option to import any images.&lt;br /&gt;
&lt;br /&gt;
- After a folder is imported, provide an option to add images to existing links.&lt;br /&gt;
&lt;br /&gt;
=== Node Cloning or Mirroring (aka soft links) ===&lt;br /&gt;
&lt;br /&gt;
Requests for enhancements:&lt;br /&gt;
&lt;br /&gt;
* [http://sourceforge.net/tracker/index.php?func=detail&amp;amp;aid=1021772&amp;amp;group_id=7118&amp;amp;atid=357118 1021772 : One Node object at different places]&lt;br /&gt;
&lt;br /&gt;
One feature request that has attracted a lot of attention from users is what they call &#039;&#039;node cloning or mirorring&#039;&#039;. This amounts to enabling a node to have more than one fathers. That is, such a node appears visually at more places of a map, still, has only one structure and data. Linking a node graphically to more parts of a map is already possible, but users proposing cloning would like to see more visually integrated approach.&lt;br /&gt;
&lt;br /&gt;
Users get encouraged by the fact that the hierarchical application&lt;br /&gt;
[http://leo.sf.net/ LEO] already has such a feature.&lt;br /&gt;
&lt;br /&gt;
This feature has been discussed at forums under threads&lt;br /&gt;
[http://sourceforge.net/forum/forum.php?thread_id=1022954&amp;amp;forum_id=22101 Cloning of nodes] and [http://sourceforge.net/forum/forum.php?thread_id=1051440&amp;amp;forum_id=22101 Node cloning/mirroring].&lt;br /&gt;
&lt;br /&gt;
: I would REALLY like it if FreeMind supported &#039;shortcuts&#039;, &#039;soft/hard links&#039;, or &#039;virtual folders&#039;. You know what I mean? Just some manner of having one node (and its sub-nodes) be able to exist in 2 different places at once. Change one clone, the other is affected, delete one clone, they all go away. (with options to make it a copy instead of a clone, etc...) You&#039;d make my day if you&#039;d add this functionality! --anonymous&lt;br /&gt;
&lt;br /&gt;
: Alright, but &amp;quot;cloning&amp;quot; is not a good term for this as it implies having a physical copy of something. Less misleading could be &amp;quot;linking&amp;quot;, &amp;quot;mirroring&amp;quot;, &amp;quot;redirecting&amp;quot;, &amp;quot;pointing&amp;quot;, &amp;quot;referring&amp;quot;... --anonymous&lt;br /&gt;
&lt;br /&gt;
:: You are right; cloning is not a proper term. This is the way our users expressed their wishes. --[[User:Danielpolansky|Danielpolansky]] 09:26, 20 Dec 2004 (PST)&lt;br /&gt;
&lt;br /&gt;
: I agree too - soft links would be a great feature -- Brad Langhorst&lt;br /&gt;
&lt;br /&gt;
: Seconded - the suggestion on sourceforge of using a local link, but with a &amp;quot;ghost&amp;quot; display at the current location (instead of jumping to the destination of the link) sounds like the way to go.  The side-effect is that you could have a cycle, whereby you are in node A, with child B being a ghost-link to C, expanding C reveals child D which is a ghost-link back to A. -- JettLogic&lt;br /&gt;
&lt;br /&gt;
=== Mindmap-Wikis ===&lt;br /&gt;
&lt;br /&gt;
Creating a mixture of Freemind and a Wiki would be very interesting. It would be shown on the web, and editable by everybody, like a Wiki, but it would not be text-only but a FreeMind&#039;s mind map instead.&lt;br /&gt;
&lt;br /&gt;
That is, provide FreeMind user interface to the underlying wiki technology, handling versioning and other issues. Is there any use of wiki markup in this scenario? (lkcl: yes - see &amp;quot;Notes&amp;quot; section!)&lt;br /&gt;
&lt;br /&gt;
: [[User:lkcl]] - all of these things are possible if you split out a plugin architecture for import / export of data.&lt;br /&gt;
&lt;br /&gt;
Current wiki technology like MediaWiki is already quite attractive in its present state. Either FreeMind interface would be the only one, which would in my view discourage most of the users, or FreeMind interface would be alternative to a web interface, which would require FreeMind to understand wiki markup. This considered, I hold such a project for too expensive compared to the value it brings. Quite another issue is collaborative mind mapping. This issue is similar to wiki, but here the wiki name does not properly apply as neither wiki markup nor wiki&#039;s versioning concept applies. --[[User:Danielpolansky|Danielpolansky]] 13:24, 18 Feb 2005 (PST)&lt;br /&gt;
&lt;br /&gt;
Ok, GraphViz is not really mindmapping, but oddmuse-wiki in colaboration with graphviz is really fascinating, take a look (and don&#039;t forget to follow the &amp;quot;Edit the text of the Page&amp;quot;-link): http://wiki.doomicile.de/LinuxMuleHistory -- HinnerK&lt;br /&gt;
&lt;br /&gt;
: I don&#039;t get your point. What is the relevance to the topic discussed here? --[[User:Danielpolansky|Danielpolansky]] 13:28, 18 Feb 2005 (PST)&lt;br /&gt;
&lt;br /&gt;
:: [[User:lkcl]] he&#039;s illustrating that the text you see on that page is actually created by simply putting &amp;quot;digraph { ..... }&amp;quot; into the text, you get a really cool graph.  in other words, he&#039;s illustrating that it would be easy to replace the FreeMind user interface, written in stupid java, by an oddmuse-wiki using the &amp;quot;digraph ....&amp;quot; concept.&lt;br /&gt;
&lt;br /&gt;
I would suggest starting with a simple [http://www.webdav.org/ save-to-WebDAV] option, and then following it up with a standardized [http://www.xmlrpc.com/ XML-RPC] interface (maybe Atom would be too complex). Having some sort of hooks into node editing operations in the code would be useful, so that people could develop plugins of some sort to perform the actual HTTP transactions live from the applet version -- RuiCarmo&lt;br /&gt;
&lt;br /&gt;
The first thing that came to my mind while opening FreeMind for the very first time was: &amp;quot;Would it be possible to integrate Wiki in FreeMind?&amp;quot;. Currently I am working with a project management software (named Trac) which integrates a Wiki Engine. It is a kind of colaborative project management solution, and it has encouraged all the team to document and activelly contribute to each otherÃÂ´s tasks. &lt;br /&gt;
&lt;br /&gt;
Maybe WikiFreeMind :-) could be something similar. I donÃÂ´t think that FreeMind being the only one interface to be an issue, I think it would be great if we could use wiki formatting inside FreeMind nodes. It would be easy (a gross guess) to allow &#039;&#039;Wiki-links&#039;&#039; between nodes, or wiki/web-pages &#039;&#039;outside&#039;&#039; the map. &lt;br /&gt;
&lt;br /&gt;
It would not be too difficult to do a kind of serialization of the map as a Wiki Database, each node being a wiki page, following the extension mechanics proposed by WikiMedia, you could allow wiki tags that would keep track of the properties of the node as a serialized wiki-page. ItÃÂ´s pretty much brainstorming, but I think it would be possible to use FreeMind as a Wiki Navigator, and the Web Browser + Wiki Engine as a Node Editor. --[[User:loudenvier|loudenvier]] 17:15, 05 Apr 2005 (BRA)&lt;br /&gt;
&lt;br /&gt;
Have a look at the [http://wikkawiki.org/HomePage WikkaWiki software]. My zero programming skills don&#039;t let me to grasp how it works or what it does. But it seems pretty interesting. It allows to insert FreeMind maps into the wiki. [http://wikkawiki.org/MindMapRecentChanges here&#039;s a inline example].&lt;br /&gt;
--[[User:Calamar|Calamar]] 04:31, 20 Dec 2005 (PST)&lt;br /&gt;
&lt;br /&gt;
: This portion hasn&#039;t been edited in a while. With the flash plugin in architecture in place for .9 beta 9 it shouldn&#039;t be too much of a problem to create graphical representations of a wiki to Freemind. The user would have to download the wiki page into the Freemind application and then upload the finished product after editing. It might seem like a long round trip but it would be very useful. &lt;br /&gt;
&lt;br /&gt;
: Furthermore, the Flash application should/could be smart enough to detect a wiki word in the Freemind and auto link it.&lt;br /&gt;
--[[User:Ddaniels|Ddaniels]] 05:17, 24 Mar 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
* There is an development approach for mediawiki and freemind (browser): http://www.wikimindmap.org/ which is available with GNU GPL v3. I managed it to get it run after understanding the config in the getpages.php and the index.php and discommenting something out in getpages.php. But it currently does not show some articles and categories. Perhaps someone is able to bring it to a better version: [[:Image:wwm_zip.mm]]. Just rename file extension to zip. --[[User:Hiverider|Hiverider]] 15:08, 26 Mar 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
===Applet allowing editing mind maps.===&lt;br /&gt;
&lt;br /&gt;
Requests for enhancements:&lt;br /&gt;
&lt;br /&gt;
* [http://sourceforge.net/tracker/index.php?func=detail&amp;amp;aid=1061195&amp;amp;group_id=7118&amp;amp;atid=357118 1061195 : Editor Mode (MindMap Mode) applet]&lt;br /&gt;
&lt;br /&gt;
It would be fine to edit a map via applet and save it to a webserver directory.&lt;br /&gt;
&lt;br /&gt;
: Indeed it would be fine. This is related to integration of mindmaps in wikis. In particular, [http://wikka.jsnx.com/HomePage WikkaWiki] uses freemind applet to show mindmaps in web pages. Unfortunately, mindmap edition is not possible while it is obviously possible for text. Such a capability would allow mindmap to be editable inside a wiki by wiki users. I also think this is more natural and a lot easier to insert mindmap capabilities inside wiki softwares than implement wiki functionnalities inside freemind. Don&#039;t you ? --[[User:OliGator|OliGator]] 09:18, 22 Oct 2006 (PDT)&lt;br /&gt;
&lt;br /&gt;
I wonder why the .mm extension is mandatory on the applet. At this point on the web we use Content-type instead of extensions, isn&#039;t it? Why then don&#039;t use Content-type OR .mm extension to open a map with the applet?&lt;br /&gt;
&lt;br /&gt;
Will be fantastic if the applet could capture drop events. With this enhancement we could use a custom toolbar to add custom snippets or integrate it with our solutions&lt;br /&gt;
&lt;br /&gt;
Leos: Editing capabilities would be great benefit. I use multiple computers and notebooks at the office and at home, so it is nightmare to synchronize their content. If I could just open the map from browser, modify it and click save, I would be very happy. If there are some Java security restrictions, you can implement it via some servlet, I could deploy into my server.&lt;br /&gt;
&lt;br /&gt;
=== Saving maps using WebDAV ===&lt;br /&gt;
&lt;br /&gt;
Let FreeMind read from and save to [http://www.webdav.org WebDAV] server. Repeatedly requested.&lt;br /&gt;
&lt;br /&gt;
According to the WebDAV website,&lt;br /&gt;
&lt;br /&gt;
: WebDAV stands for &amp;quot;Web-based Distributed Authoring and Versioning&amp;quot;. It is a set of extensions to the HTTP protocol which allows users to collaboratively edit and manage files on remote web servers.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
What&#039;s the holdup on integrating WebDav into Freemind?  There&#039;s a patch available already [[http://www.ubik-products.com/ludowiki/FreeMind FreeMind WebDAV Enhancement]].  Is there anything wrong with that patch or have people just not gotten around to integrating it?  This would also address the need of applets and wiki-like functionality.&lt;br /&gt;
&lt;br /&gt;
Working with WebDAV would make for an outstanding creative toolkit. &lt;br /&gt;
There is a keen need for a tool like this in our business (long distances; documents cobbled together from Basecamp and IM logs). One consideration: how would changes be merged? And is there an unobtrusive way to identify authors of specific changes and content?&lt;br /&gt;
&lt;br /&gt;
===Changing attributes by depth level.=== Wouldn&#039;t it be good if nodes could have levels (defined as outward from the centre) so that you could change color, font and other node properties by level. For instace, all nodes of level two would have red bubbles.&lt;br /&gt;
&lt;br /&gt;
OR Allow user to define default level attributes to be applied when a branch is made. The most common one being font size and edge width. Undefined attributes like colour should flow down. This is just the desired default at creation time and may be changed. Branches further out than the deepest defined default all inherit from previous branch.&lt;br /&gt;
&lt;br /&gt;
===Integrated Google web search===&lt;br /&gt;
How about an accessory software that would input FreeMind&#039;s XML and conduct Google and Google News searches on all nodes plus their neighbours? If anything useful is found (and there would be less than x hits), it would *wget* them and add links to the material to the map. Run this as a cronjob and your mind map will always have new ideas when you open FreeMind again.&lt;br /&gt;
&lt;br /&gt;
: Seems like a suggestion for a plugin. For sure it does not belong to the core FreeMind. Such a plugin will call external tools like wget which increases the installation costs. --[[User:Danielpolansky|Danielpolansky]] 09:34, 20 Dec 2004 (PST)&lt;br /&gt;
&lt;br /&gt;
===MIDlet for editing with mobile phones===&lt;br /&gt;
&lt;br /&gt;
MIDlet idea entry front-end is a MUST! I want to be able to do mind mapping with my mobile phone and then upload the changes to the main map on my desktop.&lt;br /&gt;
&lt;br /&gt;
: It is not a &#039;&#039;must&#039;&#039;. When enabled with importing various other formats, FreeMind can take data from mobile applications. Also, it is not clear why MIDlet should be the technology of choice, if FreeMind shall run on mobile phones. --[[User:Danielpolansky|Danielpolansky]] 09:33, 20 Dec 2004 (PST)&lt;br /&gt;
&lt;br /&gt;
===Have floating textbox for titles or comments===&lt;br /&gt;
&lt;br /&gt;
Hi I would like to request a feature, namely a title and/or comment at the beginning/end of page to be able to use it in presentations, where I would have my name on top right.&lt;br /&gt;
I would suggest that there is no link to other nodes just a kind of text box.&lt;br /&gt;
Maybe there are more people thinking about this nice addon?&lt;br /&gt;
&lt;br /&gt;
Request for enhancements:&lt;br /&gt;
* [http://sourceforge.net/tracker/index.php?func=detail&amp;amp;aid=1167418&amp;amp;group_id=7118&amp;amp;atid=357118 1167418]: Legends&lt;br /&gt;
&lt;br /&gt;
=== An editable tree view (like the html export) ===&lt;br /&gt;
&lt;br /&gt;
With such view I can imagine freemind to be useable an smaller devices like an ipaq running familiar (or ppc). Can you run freemind on such devices? --Alex&lt;br /&gt;
&lt;br /&gt;
=== A non graphic tree view mode ===&lt;br /&gt;
Similar request as Alex. &lt;br /&gt;
A &#039;&#039;&#039;non-graphic&#039;&#039;&#039; linear mode would be usefull ! The graphic mode is the best to organise and visualise the information, but a simple linear tree mode is more comfortable for reading and editing large portion of text. It would also allow to access the same databases on a small screen. Freemind has become one of my most important tools on my Pc and I am dreaming to use it on a symbian phone too. Thank you so much. Franck&lt;br /&gt;
&lt;br /&gt;
Il second that, Inspiration also a midn mapping tool used at school does this, translates the mind map into linear. Being able to see the same information in different ways is what computers are amazing at doing. It would be great to see information from different perspectives, Mind map form, linear (for printing essays/or books), Network diagram, etc.&lt;br /&gt;
&lt;br /&gt;
=== Option not to open last opened file upon start ===&lt;br /&gt;
&lt;br /&gt;
Users request that they should get a user option to tell FreeMind not to open the last opened file upon start. Seems like a sensible request to me. --[[User:Danielpolansky|Danielpolansky]] 10:07, 2 Jun 2006 (PDT)&lt;br /&gt;
&lt;br /&gt;
===ToughGraph like dynamic layout===&lt;br /&gt;
&lt;br /&gt;
Requests for enhancements:&lt;br /&gt;
&lt;br /&gt;
* [http://sourceforge.net/tracker/index.php?func=detail&amp;amp;aid=1052556&amp;amp;group_id=7118&amp;amp;atid=357118 1052556 : TouchGraph style dynamic layout]&lt;br /&gt;
* [http://sourceforge.net/tracker/index.php?func=detail&amp;amp;aid=909016&amp;amp;group_id=7118&amp;amp;atid=357118 909016 : TouchGraph display mode]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The [[TouchGraph]] interface has more potential than the existing fixed one. Mind maps are not supposed to necessarily be hierarchical, but organically growing and intertwined a lot. In FreeMind I can add links, but they aren&#039;t really good if compared with something universal like TouchGraph (GoogleBrowser, WikiBrowser). &lt;br /&gt;
 &lt;br /&gt;
I think FreeMind would become much more powerful (not to mention cool looking) if it had a dynamic mode without a root node. It would be great if arbitrary links (not just parent/child) between any nodes were supported, if text size and colors would dynamically adjust according to the distance, relevance and other factors, and if the layout would be dynamic, with the graph rearranging itself on the fly.&lt;br /&gt;
&lt;br /&gt;
More details at the TouchGraph site ([http://www.touchgraph.com/]), and at this page: [http://www.jspwiki.org/PageInfo.jsp?page=TouchGraphWikiBrowser]).&lt;br /&gt;
&lt;br /&gt;
: I disagree with the views presented here. A good news for you is that if you don&#039;t like the way FreeMind presents data, you can choose TouchGraph instead. --[[User:Danielpolansky|Danielpolansky]] 09:32, 20 Dec 2004 (PST)&lt;br /&gt;
&lt;br /&gt;
:* Well, in my opinion the links between nodes certainly offer a starting point for improvements. They are more curved than really necessary. --[[User:TMaschler|TMaschler]] 01:46, 17 Feb 2005 (PST)&lt;br /&gt;
&lt;br /&gt;
:* Further, the idea of formatting nodes in function of their distance from the start node (i.e. by style sheets) would greatly enhance the mind map appearance; although it should be possible to overwrite the node formatting style for each node individually. --[[User:TMaschler|TMaschler]] 01:46, 17 Feb 2005 (PST)&lt;br /&gt;
&lt;br /&gt;
:* What about offering a variety of display modes for the nodes (tree view, the current default view, without hierarchy, ...)?&lt;br /&gt;
&lt;br /&gt;
I agree that alternatives to the hierarchical view are important and the whole advantage of using visual mapping in the first place --[[User:Ryba|Ryba]] 17:16, 27 Oct 2005 (PDT)&lt;br /&gt;
&lt;br /&gt;
===More flexible Resize Options===&lt;br /&gt;
What about the following resize possibilities: --[[User:TMaschler|TMaschler]] 01:46, 17 Feb 2005 (PST)&lt;br /&gt;
* automatically/ dynamically&lt;br /&gt;
* by clicking on magnification glass icons (+ and -)&lt;br /&gt;
&lt;br /&gt;
Resizing should be able to resize a node and the text dynamically wraps and changes the size of the box.  The current approach requires hard returns to resize the text boxes.--[[User:Ryba|Ryba]] 17:06, 27 Oct 2005 (PDT)&lt;br /&gt;
&lt;br /&gt;
===More Flexible Window Resize and Reformat Options===&lt;br /&gt;
Background: We are using Freemind in an internal Wiki to document all the program file paths. Unfortunately, when opened in a browser window, the .mm file shows a couple of hundred pixels of blank area above and to the left of the map, then fails to allow users to scroll all the way to the right so they can see the information.  My apologies if the answer is there, but I have not been able to find any information in the forums or help to either reduce the total window size, or to change the map alignment from CENTER to TOP RIGHT. (Help mentions a user.properties file, not present in 9.0.x).&lt;br /&gt;
&lt;br /&gt;
Requests: &lt;br /&gt;
1. Allow users to resize the window to match the map size, and/or&lt;br /&gt;
2. Either allow users to set map aligment within the window, or change auto-aligment settings to the most efficient space use (generally top left, but not always, which argues for allowing the user to decide).&lt;br /&gt;
&lt;br /&gt;
Thanks for a great application!!&lt;br /&gt;
&lt;br /&gt;
=== Easier to delete nodes ===&lt;br /&gt;
&lt;br /&gt;
A relatively straightforward enhancement: the Node/Remove Node on the popup menu could be moved to the main popup menu, under &#039;Insert Child Node&#039;. It would probably be better server by being called &#039;Delete Child Node&#039;. I think it would also be fantastic if it had a shortcut key - Del probably being the most suitable. I find it a right pain to delete nodes (I notice someone submitted an RFE on sourceforge asking for a delete function, clearly not being aware there already was one - I think this indicates it needs moving!)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;David Perez comment&#039;&#039;: An alternative I use is to cut the node in order to delete it.&lt;br /&gt;
&lt;br /&gt;
: Nodes will be easy to delete in the next version. The reason why they are not easy to delete currently is that there&#039;s no undo available. In the mean time, pressing Ctrl + X should suffice to delete a node. --[[User:Danielpolansky|Danielpolansky]] 09:28, 20 Dec 2004 (PST)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Torsten GrÃÂ¤ÃÂler comment&#039;&#039;:&lt;br /&gt;
: Find the line starting with &amp;quot;#keystroke_remove&amp;quot; in the &amp;lt;user home&amp;gt;/freemind/user.properties file and change it to &amp;quot;keystroke_remove = DELETE&amp;quot;. Now you can delete a node with the DEL key. This works on my WinXP Pro, but should work on other platforms, too. -- 04:27, 23 Mar 2004&lt;br /&gt;
&lt;br /&gt;
Most of the times you delete something and sooner or later you find out that you actually need that thing again. Undo is good, but once you have closed FreeMind it&#039;s lost forever. Wouldn&#039;t it be nice to have a .trash file to accompany every .mm file just to make things easier? --Anonymous.&lt;br /&gt;
&lt;br /&gt;
: This is a known issue by now. Deleting nodes is far too easy in FreeMind 0.8.0, in my view anyway. --[[User:Danielpolansky|Danielpolansky]] 06:51, 13 May 2006 (PDT)&lt;br /&gt;
&lt;br /&gt;
===Statistics===&lt;br /&gt;
&lt;br /&gt;
Requests for features:&lt;br /&gt;
&lt;br /&gt;
* [http://sourceforge.net/tracker/index.php?func=detail&amp;amp;aid=1040097&amp;amp;group_id=7118&amp;amp;atid=357118 1040097 : Total Node Count]&lt;br /&gt;
&lt;br /&gt;
Show the statistics&lt;br /&gt;
&lt;br /&gt;
* number of nodes in a map&lt;br /&gt;
* number of leafs (childless nodes)&lt;br /&gt;
* number of nodes with children&lt;br /&gt;
&lt;br /&gt;
on the &#039;&#039;node&#039;&#039; level or a &#039;&#039;map&#039;&#039; level (once you can do node level, you also can do map level).&lt;br /&gt;
&lt;br /&gt;
===Thousands of new icons===&lt;br /&gt;
&lt;br /&gt;
Enhancing the number and variety of icons to the sufficient amout would definetely increase versatility of FreeMind. Plenty of small pictures it is a must if you want to organize your knowledge (e.g. notes from collage), so that every &#039;key info&#039; could be easily remembered. The more icons that help associating the information the better - I would like to see pictures of man, men, woman, women, tree, chair, table and so on - any thing you can imagine, categorized. I know I can use external pictures, but it&#039;s really inconvenient if I have to look for each picture on the Internet for a few minutes while creating a new map. Built-in icons would be a great help.&lt;br /&gt;
&lt;br /&gt;
: It is clear that a larger icon library would be helpful. --[[User:Danielpolansky|Danielpolansky]] 13:18, 18 Feb 2005 (PST)&lt;br /&gt;
&lt;br /&gt;
it would be great if i would able to add or delete icons in to the toolbar my self. 22.2.05 by erwin&lt;br /&gt;
&lt;br /&gt;
Not sure if the hyperlink arrows count as icons, but it would be good if they could be colour coded; eg blue arrow for a hyperlink to a local file on the local computer, yellow for a file located on the local network, red arrow for a hyperlink to a html site, Green arrow for a local hyperlink&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
: I use famfamfam.com&#039;s general purpose silk icons set in most of my projects, there are over 1000 icons, each one of them is a little gem. There are distributed under the creative common license, I don&#039;t know if they can be included and distributed in a open source project .. probably. Still, the best would be an kind of icon manager to allow us to build our own icons libraries and includes some basics libraries by default.&lt;br /&gt;
&lt;br /&gt;
 --[[User:h3|h3]] 11:00, 27 Jul 2006&lt;br /&gt;
&lt;br /&gt;
I suggested in another place to have groups of icons, so that the access of all icons gets simplified, and the change of an icon gets simplified too. Here are some examples of groups/categories:&lt;br /&gt;
 * To be Completed, important/urgent/both/not important&lt;br /&gt;
 * partial/ complete&lt;br /&gt;
 * mecanism (ex: &amp;quot;rouages&amp;quot;),	GUI, Database,&lt;br /&gt;
 * draft/under review/finalized (different evident progressing levels)&lt;br /&gt;
 * analogy with road signal: &amp;quot;sans issue/cul de sac, speed limit, ...&amp;quot;	&lt;br /&gt;
 * communication mean (phone, e-mail, mail...)&lt;br /&gt;
 * context (work, home, travel)&lt;br /&gt;
 * art (music, painting, sculpture)???&lt;br /&gt;
 * time management (date, time, time duration)&lt;br /&gt;
 * Satisfaction (smiles)&lt;br /&gt;
Thanks :-) --[[User:Patco|Patco]]&lt;br /&gt;
&lt;br /&gt;
===Zooming With Scroll Button===&lt;br /&gt;
&lt;br /&gt;
Being able to pan by holding down the right-hand mouse button and twiddling the scroll wheel is great. What would help navigation a little more would be to zoom in and out by holding down, say, the left-hand mouse button.&lt;br /&gt;
&lt;br /&gt;
===New menu entry &#039;&#039;Save All&#039;&#039; ===&lt;br /&gt;
&lt;br /&gt;
Requests for enhancements:&lt;br /&gt;
&lt;br /&gt;
* [http://sourceforge.net/tracker/index.php?func=detail&amp;amp;aid=932817&amp;amp;group_id=7118&amp;amp;atid=357118 932817 : Easy: &amp;quot;Save all&amp;quot;-menu entry]&lt;br /&gt;
&lt;br /&gt;
* [http://sourceforge.net/tracker/?group_id=7118&amp;amp;atid=357118&amp;amp;func=detail&amp;amp;aid=665584 665584 : Add function &amp;quot;Save all&amp;quot;, to menus and toolbar]&lt;br /&gt;
&lt;br /&gt;
===  User defined icons ===&lt;br /&gt;
&lt;br /&gt;
Requests for enhancements&lt;br /&gt;
&lt;br /&gt;
* [http://sourceforge.net/tracker/index.php?func=detail&amp;amp;aid=966193&amp;amp;group_id=7118&amp;amp;atid=357118 966193 : User defined icons (similar 883498) - a quick implementation]&lt;br /&gt;
&lt;br /&gt;
=== Keep custom/unknown XML tags when saving ===&lt;br /&gt;
&lt;br /&gt;
Requests for enhancements:&lt;br /&gt;
&lt;br /&gt;
* [http://sourceforge.net/tracker/index.php?func=detail&amp;amp;aid=943713&amp;amp;group_id=7118&amp;amp;atid=357118  943713 : Keep custom/unknown XML tags when saving]&lt;br /&gt;
&lt;br /&gt;
=== Collaborative editing of mind maps ===&lt;br /&gt;
&lt;br /&gt;
Requests for enhancements:&lt;br /&gt;
&lt;br /&gt;
* [http://sourceforge.net/tracker/?group_id=7118&amp;amp;atid=357118&amp;amp;func=detail&amp;amp;aid=869746 869746 : Multi-user collaboration on one map, using tracking of changes ]&lt;br /&gt;
* [http://sourceforge.net/tracker/index.php?func=detail&amp;amp;aid=1058763&amp;amp;group_id=7118&amp;amp;atid=357118  1058763 : conference mode / work together online]&lt;br /&gt;
&lt;br /&gt;
Conference-like editing of a shared map. When one user adds a node, other users get display update, and vice versa. Rather demanding request, but also potentially highly useful.&lt;br /&gt;
&lt;br /&gt;
--[[User:Violetlight|Violetlight]] 09:30, 2 Aug 2006 (PDT): Problems to solve in this area:&lt;br /&gt;
* Whether to mesh peer to peer (e.g. Jabber/XMPP) or to use notification via a server&lt;br /&gt;
* How to perform locking (and whether to use optimistic locking)&lt;br /&gt;
* How to resolve conflicts&lt;br /&gt;
* How to bring a new change to a collaborating user&#039;s attention without being intrusive (say a &amp;quot;delta icon&amp;quot; in the node or something like that?)&lt;br /&gt;
&lt;br /&gt;
=== Allow for mathematical formulas using LaTeX or MathML ===&lt;br /&gt;
&lt;br /&gt;
Requests for enhancements:&lt;br /&gt;
&lt;br /&gt;
* [http://sourceforge.net/tracker/index.php?func=detail&amp;amp;aid=977500&amp;amp;group_id=7118&amp;amp;atid=357118 977500 : include formulas / latex support]&lt;br /&gt;
&lt;br /&gt;
People want to type in mathematical formulas in text markup and see something good looking when not edited.&lt;br /&gt;
&lt;br /&gt;
=== User attributes or tags of a node ===&lt;br /&gt;
&lt;br /&gt;
Requests for enhancements:&lt;br /&gt;
* [http://sourceforge.net/tracker/index.php?func=detail&amp;amp;aid=1122973&amp;amp;group_id=7118&amp;amp;atid=357118 1122973 : Allow nodes to &amp;quot;carry&amp;quot; other attributes]&lt;br /&gt;
&lt;br /&gt;
For user editable using a popping up table. File format example:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;node TEXT=&amp;quot;Tagged&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;lt;tag NAME=&amp;quot;cost&amp;quot; VALUE=&amp;quot;500ÃÂ¬&amp;quot;/&amp;gt;&lt;br /&gt;
   &amp;lt;tag NAME=&amp;quot;todo&amp;quot; VALUE=&amp;quot;yes&amp;quot;/&amp;gt;&lt;br /&gt;
 &amp;lt;/node&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Rich text formatting of nodes ===&lt;br /&gt;
&lt;br /&gt;
Requests for enhancements:&lt;br /&gt;
&lt;br /&gt;
* [http://sourceforge.net/tracker/index.php?func=detail&amp;amp;aid=909694&amp;amp;group_id=7118&amp;amp;atid=357118 909694 : Different text attributes within text nodes]&lt;br /&gt;
&lt;br /&gt;
Rich text formatting includes boldface, italics, font colors, tables and the like. It is already possible using HTML in nodes. What&#039;s missing is the GUI support for editing HTML nodes. Another thing missing is pasting of RTF - Rich Text Format directly into FreeMind.&lt;br /&gt;
&lt;br /&gt;
=== Scalable Vector Graphics (SVG) in nodes ===&lt;br /&gt;
&lt;br /&gt;
Nodes could store and view scalable vector graphics (SVG). Currently, nodes certainly can store SVG, but only its source code is displayed. It should be possible that SVG is displayed like graphics. Editing of SVG can be done using external programs like Inkscape, or using an SVG editing component written in Java.&lt;br /&gt;
&lt;br /&gt;
Viewing of SVG could perhaps be achieved using Apache&#039;s Batik framework. How fast, and how much more memory consuming it would be is unclear.&lt;br /&gt;
&lt;br /&gt;
=== Enable spell checking ===&lt;br /&gt;
&lt;br /&gt;
Requests for enhancements:&lt;br /&gt;
&lt;br /&gt;
* [http://sourceforge.net/tracker/index.php?func=detail&amp;amp;aid=1080652&amp;amp;group_id=7118&amp;amp;atid=357118 1080652 : Ability to spell Check Text Fields]&lt;br /&gt;
&lt;br /&gt;
=== Add label to edges ===&lt;br /&gt;
&lt;br /&gt;
Requests for enhancements:&lt;br /&gt;
&lt;br /&gt;
* [http://sourceforge.net/tracker/index.php?func=detail&amp;amp;aid=997862&amp;amp;group_id=7118&amp;amp;atid=357118 997862 : Naming of Edges]&lt;br /&gt;
&lt;br /&gt;
: As I see it, this will make the map difficult to read. I can&#039;t imagine how to implement this in a visually acceptable manner. --[[User:Danielpolansky|Danielpolansky]] 14:02, 5 Mar 2005 (PST)&lt;br /&gt;
&lt;br /&gt;
: On the other hand, edge labels make a lot of sense with freely positioned nodes introduced in FreeMind 0.8.0. --[[User:Danielpolansky|Danielpolansky]] 09:29, 26 Oct 2005 (PDT)&lt;br /&gt;
&lt;br /&gt;
=== Add label to arrow link ===&lt;br /&gt;
&lt;br /&gt;
Requests for enhancements:&lt;br /&gt;
&lt;br /&gt;
* [http://sourceforge.net/tracker/index.php?func=detail&amp;amp;aid=1214199&amp;amp;group_id=7118&amp;amp;atid=357118 1214199 : labels on arrows]&lt;br /&gt;
&lt;br /&gt;
Sometimes it could be very useful to label arrow link. It may help to better express and easily understand the exact sense (meaning) of specific arrow link.&lt;br /&gt;
&lt;br /&gt;
=== Filter nodes by their icons  ===&lt;br /&gt;
&lt;br /&gt;
Requests for enhancements&lt;br /&gt;
&lt;br /&gt;
* [http://sourceforge.net/tracker/index.php?func=detail&amp;amp;aid=1071438&amp;amp;group_id=7118&amp;amp;atid=357118 1071438 : Filter nodes based on icon]&lt;br /&gt;
&lt;br /&gt;
Set filter on a given node, as a list of icon names. When such a filter is set, only those descendands of the filtered node are shown that satisify the filter. A node satisfies the filter, if one of its icons is in the filter&#039;s set of icons, or one of its descendants satisfies the filter.&lt;br /&gt;
&lt;br /&gt;
: Filtering based on icons is not very neat, as it does not decouple the meaning from its presentation. But it may be a good interim solution anyway. --[[User:Danielpolansky|Danielpolansky]] 11:02, 20 Feb 2005 (PST)&lt;br /&gt;
&lt;br /&gt;
* It&#039;s done in FreeMind 0.9 --[[User:Terkor|Terkor]] 04:21, 18 Aug 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
=== Insert Current Date and Hour ===&lt;br /&gt;
&lt;br /&gt;
Feb 25,2005. It would be nice to have a button to insert in a node the current date and/or hour. Thanks!&lt;br /&gt;
&lt;br /&gt;
: Makes sense. Can be found in Window&#039;s Notepad under the key F5. --[[User:Danielpolansky|Danielpolansky]] 10:06, 26 Feb 2005 (PST)&lt;br /&gt;
&lt;br /&gt;
It would be great if a time stamp would be created automaticaly wehn creating a new nod.&lt;br /&gt;
It should only be displayed when a special &amp;quot;Date-Button&amp;quot; is aktive!&lt;br /&gt;
&lt;br /&gt;
: You guys, would you mind stopping shouting at us with your exclamation marks? In English speaking countries, it is not necessary to add an exclamation mark to every second sentence. --[[User:Danielpolansky|Danielpolansky]] 09:31, 26 Oct 2005 (PDT)&lt;br /&gt;
&lt;br /&gt;
==== Simple Trick for KDE Users ====&lt;br /&gt;
&lt;br /&gt;
2005-09-29-11:16:32-PDT&lt;br /&gt;
&lt;br /&gt;
This will be a really nice feature in general. In the mean time, you can use the following method if you are using KDE. Under KDE, you can insert the current date and time (like the one above) into klipper by binding the following command to a key combination (for example, Ctrl-Alt-C):&lt;br /&gt;
&lt;br /&gt;
  dcop klipper klipper setClipboardContents `date +&amp;quot;%Y-%m-%d-%H:%M:%S-%Z&amp;quot;`&lt;br /&gt;
&lt;br /&gt;
After this, Ctrl-Alt-C followed by Ctrl-v should allow you to insert the date, in a format of your choice, into any document (including freemind).&lt;br /&gt;
&lt;br /&gt;
=== Support for callto: protocol ===&lt;br /&gt;
&lt;br /&gt;
As pointed out in a [http://sourceforge.net/forum/forum.php?thread_id=1241290&amp;amp;forum_id=22101 forum posting], support for &#039;&#039;callto:&#039;&#039; protocol would be helpful.&lt;br /&gt;
&lt;br /&gt;
If this was fully integrated, it would allow integrated voice and mind-map collaboration.  For example passing &amp;quot;opinion sections&amp;quot; of a draft map between participants with a voiceover prior to including them into a collated and agreed version.  Another example might be calling between the participants of a (limited) brainstorm as the brainstorm was first diverged and then converged within the mapping tool. --[[User:Violetlight|Violetlight]] 09:17, 2 Aug 2006 (PDT)&lt;br /&gt;
&lt;br /&gt;
=== Support for use as a dashboard ===&lt;br /&gt;
Freemind could be an excellent generic front end as a dashboard for updating information if it supported file polling (refresh) or some other automated update.  For example, database loading scripts could write their progress using Freemind&#039;s XML format.  Any user monitoring processes such as these could see at a glance if a process had failed, add in some context dependent metadata, and could produce a log/report from the XML.&lt;br /&gt;
&lt;br /&gt;
=== Ability for arrows to have text associated, or be full nodes ===&lt;br /&gt;
&lt;br /&gt;
Related To [http://sourceforge.net/tracker/index.php?func=detail&amp;amp;aid=1167198&amp;amp;group_id=7118&amp;amp;atid=357118 1167198 non-tree graph (concept map?)]&lt;br /&gt;
&lt;br /&gt;
I have a need in my current project (uni), to show heirarchies of risks, causes, and parties involved. Associated among these varying levels of heirarchies I have created arrows indicating relationship (affects-this, causes-something-else etc.), the color of the arrows indicating the relationship. It would be helpful to be able to put labels on the arrows. Actually more important than this, arrows should be full nodes, Allowing different objects to be attached as children (including other arrows). Admittedly giving arrows the ability to be full nodes may invite abuse &amp;amp; cause complexity, however informational-relations are themselves complex (solution should be as simple as possible, no simpler). Coding would perhaps be more elegent to allow for more than 1 child node in the code, but have a limit placed by higher-level code? (i.e. no children of children, even though the arrow objects themselves may allow for this)&lt;br /&gt;
&lt;br /&gt;
=== Object Styles ===&lt;br /&gt;
&lt;br /&gt;
It would be nice to have the ability to set styles for an object, and be able to select styles (styles would perhaps be associated per object-type) when creating objects.&lt;br /&gt;
&lt;br /&gt;
Objects include nodes, edges and arrow links.&lt;br /&gt;
&lt;br /&gt;
Using styles, the physical formatting shall no longer be set for a node but rather for a style. An example XML representation may be:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;map&amp;gt;&lt;br /&gt;
   &amp;lt;style ID=&amp;quot;S1&amp;quot; LABEL=&amp;quot;Urgent&amp;quot; OBJECTTYPE=&amp;quot;node&amp;quot;&lt;br /&gt;
          COLOR=&amp;quot;#404040&amp;quot; BACKGROUNDCOLOR=&amp;quot;#FFFFE0&amp;quot;/&amp;gt;&lt;br /&gt;
   &amp;lt;node TEXT=&amp;quot;Root&amp;quot;&amp;gt;&lt;br /&gt;
     &amp;lt;node STYLEID=&amp;quot;S1&amp;quot; TEXT=&amp;quot;Styled node&amp;quot;/&amp;gt;&lt;br /&gt;
   &amp;lt;/node&amp;gt;&lt;br /&gt;
 &amp;lt;/map&amp;gt;&lt;br /&gt;
&lt;br /&gt;
It is not clear if the user may set the ID himself. Then it perhaps should not be ID but rather NAME. XSLT transforming sheets refer either to ID or to NAME rather than to LABEL of style.&lt;br /&gt;
&lt;br /&gt;
=== Hyperlinks to Programs with Arguments ===&lt;br /&gt;
&lt;br /&gt;
In addition to (followable) hyperlinks to web-pages, to local folders, to executable programs, and to executable files (e.g. &amp;quot;datasheet.xls&amp;quot;), it would also be nice to have hyperlinks to programs with arguments and switches such as: &amp;quot;notepad myfile.bat&amp;quot; or &amp;quot;explorer.exe /n,/e,C:\&amp;quot; --[[User:Lhg|Lhg]] 01:11, 18 Apr 2005 (PDT)&lt;br /&gt;
&lt;br /&gt;
Yes...I am using freemind for System Administration:  And it is quite excellent, to have nodes for every computer and user on my system with child&lt;br /&gt;
nodes for services, nfsmounts, etc... but i would like very much to be able to link to the other computers with executables like &lt;br /&gt;
&lt;br /&gt;
           # ssh mynfsserver.mynetwork emacs /etc/exports&lt;br /&gt;
or&lt;br /&gt;
           # ssh mykrb5server.mynetwork emacs /etc/kdc/kdc.conf&lt;br /&gt;
&lt;br /&gt;
=== Show multiple maps in tabs ===&lt;br /&gt;
&lt;br /&gt;
XEmacs shows multiple documents at tabs at the top. Microsoft Excel shows multiple sheets of a document at tabs at the bottom. Although this is not a standard user interface model, seems quite useful for FreeMind. Various users requested this feature. --[[User:Danielpolansky|Danielpolansky]] 11:38, 30 Apr 2005 (PDT)&lt;br /&gt;
&lt;br /&gt;
Could it be possible to have a &amp;quot;restore all tabs&amp;quot; option, as in Firefox? --[[User:Patco|Patco]]&lt;br /&gt;
&lt;br /&gt;
This would definitely be a useful enhancement. Typical use case: I&#039;m managing several projects, I have one &amp;quot;mindmap&amp;quot; for each project, that would allow me to have all the maps open at the same time and accessible with a single click, selecting the one I need to watch at the moment. I might try to code this myself if I ever find the time for that :-P --[[User:Maathieu|Maathieu]] 12:41, 22 Jul 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
=== Show multiple pages of the one map in tabs ===&lt;br /&gt;
&lt;br /&gt;
ConceptDraw MindMap has this feature. Right-click on a node, select &amp;quot;send to new page&amp;quot;, and the node with its children appears in a separate tab in the same document. This avoids the need to spawn extra files when your map becomes unwieldy and you want to chop off a branch. It is hyperlinked to and from its location on the original page.&lt;br /&gt;
&lt;br /&gt;
Why use this instead of exporting to a new file? Because when the &amp;quot;new&amp;quot; map is conceptually part of the original map from which it was extracted, it is tidier and less error-prone to keep it in the same file. It won&#039;t get lost. And with a new page, instead of a new file, the user is saved from having to think of a meaningful file name for the extracted section. Node names do not necessarily make good file names.&lt;br /&gt;
&lt;br /&gt;
=== Allow more maps to be shown side by side ===&lt;br /&gt;
&lt;br /&gt;
In XEmacs, Vim or Microsoft Excel, it is possible to see several documents side by side. It would make sense for FreeMind too. Nevertheless, the added value is questionable. --[[User:Danielpolansky|Danielpolansky]] 11:38, 30 Apr 2005 (PDT)&lt;br /&gt;
&lt;br /&gt;
If a few features are added, seeing two documents side by side would have more meaning.  Automatic creation of a cloned node that is the root node of a new document is one.  Press Ctrl-Enter (for example) would create a new document.  This document would have a root node and filename that is the same name as node from the parent document.  A line would connect these two nodes on the screen.  Note the line is really two lines that connect at the boundary of each window.  This type of line would also show visually the link between any two nodes in any two mm-files.  Alternatively you can have the second window show a piece of the same document.  This piece would include the node the cursor is on in the left pane and all the child nodes.  &lt;br /&gt;
&lt;br /&gt;
Another idea is to show a mind map as a menu.  Menus are useful because they require very little additional screen space.  Click on anything in the menu and it either shows the rest of the tree from the selected node or it evaluates the node which could mean it opens a new mind map, opens a program or does some other action.&lt;br /&gt;
--[[User:Mars729|Mars729]] 17:22, 1 Jun 2008 (EDT)&lt;br /&gt;
&lt;br /&gt;
=== Direct pasting of RTF from clipboard ===&lt;br /&gt;
&lt;br /&gt;
In one of the future versions, direct pasting of HTML into FreeMind will be supported; the code for it already exists and has not been published yet. In addition, direct pasting of [http://www.biblioscape.com/rtf15_spec.htm RTF] as HTML would be helpful. A free algorithm for conversion between RTF and HTML is needed for that.&lt;br /&gt;
&lt;br /&gt;
RTF (rich text format) is used in email messages in Microsoft Outlook, and in hierarchical notebooks [http://www.tranglos.com/free/keynote.html Key Note] and [http://www.tuxcards.de/ TuxCards]. --[[User:Danielpolansky|Danielpolansky]] 03:36, 22 May 2005 (PDT)&lt;br /&gt;
&lt;br /&gt;
=== Lock Contents and Hierarchical Position of a Node ===&lt;br /&gt;
&lt;br /&gt;
It will be really nice to be able to lock the contents of a node so it cannot be edited unless it is explicitly unlocked. Similarly, it might be useful to prevent a node from being moved to another position in the hierarchy of the map.&lt;br /&gt;
&lt;br /&gt;
=== Better Placement of New &amp;quot;Secondary&amp;quot; Nodes Relative to the Root Node ===&lt;br /&gt;
&lt;br /&gt;
When adding nodes to the root node, they appear to be placed Right, Left, Right, Left. If some of these secondary nodes are deleted and another one is added to the root node, the side on which it is added appears to be chosen according to the number of secondary nodes on each side.&lt;br /&gt;
&lt;br /&gt;
This seems fair enough, but if some of the secondary nodes have hundreds of child nodes and others only have a few then you can end up with a map which has far more nodes on the right than the left, but still have new secondary nodes added on the right hand side.&lt;br /&gt;
&lt;br /&gt;
How about using the total number of nodes on each side when working out whether a secondary node should be on the right or left of the root node? Alternatively, allow secondary nodes to be dragged onto the other side of the root node (which doesn&#039;t appear to be possible currently).&lt;br /&gt;
&lt;br /&gt;
: CTRL+[LEFT,RIGHT,UP,DOWN] moves the node and its children accordingly (at least in 0.9.0 Beta 8)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Can we have complete manual control of all secondary nodes originating from the root - so that each secondary node has its own unique point of origin on the root node which can be moved independently of all other secondary nodes.  At the moment all secondary nodes originate left or right.  It would be useful if they could originate like different points of the compass. North, north north west, north west, etc. and even points in between.&lt;br /&gt;
&lt;br /&gt;
=== Using basic vector shapes ===&lt;br /&gt;
&lt;br /&gt;
Using basic shapes like line, rectangle, square, circle etc. would by usefull.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Treat a node as HTML using an attribute ===&lt;br /&gt;
Instead of the cumbersome &amp;quot;&amp;lt;html&amp;gt;&amp;quot; string required at the beginning of the text.  And even worse, having to keep the MaxNodeWidth enforced with something like &amp;lt;body width=&amp;quot;600&amp;quot;&amp;gt;.  Why not take a different approach.  One that seems like it would have little impact on the code, though I have not read it as of yet...&lt;br /&gt;
&lt;br /&gt;
If html was treated as an attribute like bold and italic as in html=&amp;quot;true&amp;quot;, then process the entire node as html same as when the string &amp;quot;&amp;lt;html&amp;gt;&amp;quot; is detected at the beginning of the text.  There would be a default &amp;lt;style&amp;gt;body {width:&amp;lt;MaxNodeWidth&amp;gt;}&amp;lt;/style&amp;gt; in place, though the actual html in the node could override this just the way normal CSS does.&lt;br /&gt;
&lt;br /&gt;
This has &#039;&#039;&#039;MAJOR&#039;&#039;&#039; implications for the use of the xml file.  Though I have not written any XSLT yet for FreeMind yet,  I was appalled at the thought of having to strip out this &amp;quot;&amp;lt;html&amp;gt;&amp;quot; string out of every node that used it.  And positively frustrated at the idea of having to test for tags used to control width, i.e. &amp;lt;body width=&amp;quot;600&amp;quot;&amp;gt;.  I really thought this crude and that it would slow the proceesing of files that use what is really a most beautifully clean concept.&lt;br /&gt;
&lt;br /&gt;
However, an html attribute does away with all of this and seems to me to be a much more elegant and cleanly way to deal with html....&lt;br /&gt;
&lt;br /&gt;
BTW, it would be very straight forward to write an XSLT transform to upgrade existing .MM files.&lt;br /&gt;
&lt;br /&gt;
I just had another thought, why not go all the way and give each node a MIME type, limited to &amp;quot;text/plain&amp;quot; (default) and &amp;quot;text/html&amp;quot; for now.  This leaves the door open to readily process other mime types through plugins, or whatever.  In any case the attribute concept is something worth thinking about. --[[User:Danv|danv]] 10:25, 8 Feb 2006 (PST)&lt;br /&gt;
&lt;br /&gt;
=== Add pictures to notes ===&lt;br /&gt;
Add a picture to a note of a node. It would be cool to export a map to HTML (Clickable Map) and have the picture only in the note. Whis would be the logical implementation for e.g. [http://freemind.sourceforge.net/docs/features/0_8_0/Features%200.8.0.html overview of new features in 0.8.0]. It would not be needed to create extra nodes for pictures only.&lt;br /&gt;
&lt;br /&gt;
=== Code environment ===&lt;br /&gt;
&lt;br /&gt;
Possibility to insert source code e.g. html (pre does not work...)&lt;br /&gt;
&lt;br /&gt;
: I don&#039;t understand what this request is about. You can insert any source code you want into FreeMind&#039;s nodes, just that it cannot start with &amp;lt; html &amp;gt;; HTML code can be inserted by setting space as the first character of a node. --[[User:Danielpolansky|Danielpolansky]] 05:51, 29 Apr 2006 (PDT)&lt;br /&gt;
--[[User:Danielpolansky|Danielpolansky]] 05:57, 29 Apr 2006 (PDT)&lt;br /&gt;
&lt;br /&gt;
=== Alphabetize Nodes ===&lt;br /&gt;
Automatically rearrange a specified node level in alphabetical order.  Today I do this manually in certain circumstances.  It can be very time consuming to preform this manually, and hopefully it would not be too time consuming to automate. --[[User:Slashdotted|Slashdotted]] 18:22, 21 Jul 2006 (PDT)&lt;br /&gt;
&lt;br /&gt;
=== Order of Nodes ===&lt;br /&gt;
According to Buzan Mindmaps should be read clockwise. What every mindmapping tool misses is the fact that nodes on the left side of the center should be added from bottom to top, with the last entered node on the 11 position.&lt;br /&gt;
&lt;br /&gt;
that was the first thing i noticed about freemind also. i have been making mindmaps by hand for years now and they are always clockwise.&lt;br /&gt;
also when exporting eg. to html the nodes should be ordered clockwise. maybe i miss some feature, but when i first exported a mindmap the order was somehow from top to bottom (3 from the right, then 2 from the left, then continue with the right side,...)&lt;br /&gt;
the other thing is that nodes are always left or right, and not orderered in a circle. &lt;br /&gt;
the only way i can work with freemind is to put all nodes on the right side but the map looks more like a list then&lt;br /&gt;
&lt;br /&gt;
=== Selection and Deselection of Icons ===&lt;br /&gt;
It would be great if the icon toolbar on the left would show different styles of an icon (selected / not-selected), so one can easily deselect an icon for a node, rather than go through the contextmenue each time&lt;br /&gt;
&lt;br /&gt;
Besides, it would be great if the context menu could allow remove specific icons, not just the last one.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
As an addendum to this request, it would be really interesting to define a &amp;quot;combo box&amp;quot; type where (to do/project milestone/other actionable state) lists defined in the tree could be updated by clicking the drop down on the combo box instead of having to delete the icon and re-add another one.&lt;br /&gt;
&lt;br /&gt;
=== Reminder nodes - Alerts and possible Outlook / Lotus Notes / etc integration ===&lt;br /&gt;
It would be a great additional feature if it was possible to use FreeMind as a reminder tool too. This idea poped into my mind right now, so it&#039;s not pretty much developed yet, but if it was possible to mark a node as a reminder then I would have no need to use Outlook to remind me of things to be done. I was reading something on GTD (Gets Things Done) and it connection with MindMaps and I thought that it would be useful to attach reminders to MindMaps/Nodes. There&#039;re a couple of approachs to implement it: The first would be to integrate Freemind with Outlook ot Lotus Notes, and then when you tag a node as a reminder it actually creates a reminder inside Outlook or Notes using the node text and context, so that you get reminded by those applications when the reminder alert occurs. The other option is to write an application that is used to alert user of a node reminder. [[User:Loudenvier|Loudenvier]] 11:08, 11 Aug 2006 (PDT)&lt;br /&gt;
It would also be fabulous if one could hyperlink from FreeMind to a Lotus Notes database document. Currently, one gets a &amp;quot;This URL is malformed!&amp;quot; error message. Thanks!&lt;br /&gt;
&lt;br /&gt;
=== Demoting Root ===&lt;br /&gt;
Allow insert of sibling of root which auto creates a new root. The old root and the new sibling are both attached to it --[[User:Patheros|Patheros]] 11:45, 10 Apr 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
=== Open Mindmaps in the same already open Freemind ===&lt;br /&gt;
In Windows I open my mindmaps by double-clicking on the *.mm file. It would be nice if double-clicking would not always open a new FreeMind. Instead, I like to view the mindmap in the already existing open Freemind application. [[User:wasserratte|wasserratte]] 10:01, 3 May 2007 (CET)&lt;br /&gt;
&lt;br /&gt;
=== WBS Mode ===&lt;br /&gt;
I would like to see a WBS Viewing Mode, where the map would be arranged in a top-down hierarchical display. Something like the Organization Chart from Microsoft Office. That would help using FreeMind as a WBS Chart tool.&lt;br /&gt;
&lt;br /&gt;
I would like to see the ability to port a WBS developed with FreeMind into Microsoft Project similar to the plug in for MindMapper. --[[User:Tuneboy|Tuneboy]] 07:58, 27 Nov 2007 (PST)&lt;br /&gt;
&lt;br /&gt;
=== Improve MacOS Binary Package ===&lt;br /&gt;
All files should be contained inside the FreeMind.app package, like most other Mac programs.&lt;br /&gt;
&lt;br /&gt;
== Principles of Unix ==&lt;br /&gt;
&lt;br /&gt;
The principles from Unix are that programs should do one thing, and do it well, and to use well-defined inter-communication between those programs.  The current design of FreeMind completely violates those rules - mostly because it is written in Java, but definitely because it is written _exclusively_ in Java.  However, do not despair!  All Is Not Lost!&lt;br /&gt;
&lt;br /&gt;
By splitting FreeMind along very specific lines, it will very quickly be possible to do things like use a completely different viewing front-end (such as a web interface).  It will be possible to satisfy one of the RFEs listed here for &#039;command line only&#039;.  It will be possible to use FreeMind as a powerful semantic analysis engine tool.&lt;br /&gt;
&lt;br /&gt;
And none of that is possible because the current design is entirely in some stupid programming language called &amp;quot;java&amp;quot;, which should have been put down for its own good, at birth (thank you Sun Microsystems).&lt;br /&gt;
&lt;br /&gt;
For an example of the kind of architecture that you should follow, take a look at http://gnuenterprise.org/. It should be _trivial_ to add in a &amp;quot;database plugin&amp;quot; into gnuenterprise, and to have a gnuenterprise &amp;quot;reports&amp;quot; form viewing the same data and attributes etc. that a FreeMind user is simultaneously looking at.&lt;br /&gt;
&lt;br /&gt;
And it&#039;s _not_ difficult - IF you split along the right lines.&lt;br /&gt;
&lt;br /&gt;
[http://sourceforge.net/tracker/index.php?func=detail&amp;amp;aid=1687293&amp;amp;group_id=7118&amp;amp;atid=357118 RFE 1687293]&lt;br /&gt;
&lt;br /&gt;
== User Interface ==&lt;br /&gt;
&lt;br /&gt;
=== Views ===&lt;br /&gt;
&lt;br /&gt;
==== Hoist/Unhoist ====&lt;br /&gt;
&lt;br /&gt;
It would be awesome if FreeMind could allow the &#039;hoist&#039; of a non-root node. Clicking on the node and choosing &#039;hoist&#039; would redraw the map showing that node as root, its descendents around it, and the ancestors, which are now descendants, too, hidden.&lt;br /&gt;
&lt;br /&gt;
Watch an example XSLT script, which hoist the anchor from the root to the node where a graphical link, originating at the root, points at. Input sample FreeMind map:&lt;br /&gt;
 &lt;br /&gt;
 &amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot;?&amp;gt;&lt;br /&gt;
 &amp;lt;map version=&amp;quot;0.9.0_Beta_8&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;node ID=&amp;quot;Freemind_Link_1870928497&amp;quot; TEXT=&amp;quot;a&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;arrowlink DESTINATION=&amp;quot;Freemind_Link_731312914&amp;quot; ENDARROW=&amp;quot;Default&amp;quot; &lt;br /&gt;
 ENDINCLINATION=&amp;quot;219;0;&amp;quot; ID=&amp;quot;Arrow_ID_1222167311&amp;quot; STARTARROW=&amp;quot;None&amp;quot; &lt;br /&gt;
 STARTINCLINATION=&amp;quot;219;0;&amp;quot;/&amp;gt;&lt;br /&gt;
    &amp;lt;node ID=&amp;quot;Freemind_Link_530368245&amp;quot; POSITION=&amp;quot;right&amp;quot; TEXT=&amp;quot;aa&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;node ID=&amp;quot;Freemind_Link_29760795&amp;quot; TEXT=&amp;quot;aaa&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;node ID=&amp;quot;Freemind_Link_731312914&amp;quot; TEXT=&amp;quot;aab&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;node ID=&amp;quot;ID_1690650363&amp;quot; TEXT=&amp;quot;aaba&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;/node&amp;gt;&lt;br /&gt;
    &amp;lt;/node&amp;gt;&lt;br /&gt;
    &amp;lt;node ID=&amp;quot;Freemind_Link_16275782&amp;quot; POSITION=&amp;quot;right&amp;quot; TEXT=&amp;quot;bb&amp;quot;/&amp;gt;&lt;br /&gt;
  &amp;lt;/node&amp;gt;&lt;br /&gt;
 &amp;lt;/map&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The Hoist XSLT script moving the root along a graphic link:&lt;br /&gt;
 &lt;br /&gt;
 &amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot;?&amp;gt;&lt;br /&gt;
 &amp;lt;xsl:stylesheet xmlns:xsl=&amp;quot;http://www.w3.org/1999/XSL/Transform&amp;quot; version=&amp;quot;1.0&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;xsl:template match=&amp;quot;*|@*&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;xsl:copy&amp;gt;&lt;br /&gt;
      &amp;lt;xsl:copy-of select=&amp;quot;@*&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;xsl:apply-templates/&amp;gt;&lt;br /&gt;
    &amp;lt;/xsl:copy&amp;gt;&lt;br /&gt;
  &amp;lt;/xsl:template&amp;gt;&lt;br /&gt;
  &amp;lt;xsl:template match=&amp;quot;/map&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;xsl:copy&amp;gt;&lt;br /&gt;
      &amp;lt;xsl:copy-of select=&amp;quot;attribute_registry&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;xsl:apply-templates select=&amp;quot;//node[@ID=/map/node/arrowlink/@DESTINATION]&amp;quot;/&amp;gt;&lt;br /&gt;
    &amp;lt;/xsl:copy&amp;gt;&lt;br /&gt;
  &amp;lt;/xsl:template&amp;gt;&lt;br /&gt;
  &amp;lt;xsl:template match=&amp;quot;//node[@ID=/map/node/arrowlink/@DESTINATION]&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;xsl:copy&amp;gt;&lt;br /&gt;
      &amp;lt;xsl:copy-of select=&amp;quot;*|@*&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;xsl:apply-templates select=&amp;quot;.&amp;quot; mode=&amp;quot;aws&amp;quot;/&amp;gt;&lt;br /&gt;
    &amp;lt;/xsl:copy&amp;gt;&lt;br /&gt;
  &amp;lt;/xsl:template&amp;gt;&lt;br /&gt;
  &amp;lt;xsl:template match=&amp;quot;node&amp;quot; mode=&amp;quot;aws&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;xsl:if test=&amp;quot;parent::node&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;xsl:element name=&amp;quot;node&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;xsl:attribute name=&amp;quot;TEXT&amp;quot;&amp;gt;&lt;br /&gt;
          &amp;lt;xsl:value-of select=&amp;quot;../@TEXT&amp;quot;/&amp;gt;&lt;br /&gt;
        &amp;lt;/xsl:attribute&amp;gt;&lt;br /&gt;
        &amp;lt;xsl:apply-templates select=&amp;quot;preceding-sibling::node&amp;quot;/&amp;gt;&lt;br /&gt;
        &amp;lt;xsl:apply-templates select=&amp;quot;following-sibling::node&amp;quot;/&amp;gt;&lt;br /&gt;
        &amp;lt;xsl:apply-templates select=&amp;quot;parent::node&amp;quot; mode=&amp;quot;aws&amp;quot;/&amp;gt;&lt;br /&gt;
        &amp;lt;xsl:apply-templates select=&amp;quot;../attribute&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;/xsl:element&amp;gt;&lt;br /&gt;
    &amp;lt;/xsl:if&amp;gt;&lt;br /&gt;
  &amp;lt;/xsl:template&amp;gt;&lt;br /&gt;
 &amp;lt;/xsl:stylesheet&amp;gt;&lt;br /&gt;
&lt;br /&gt;
It would be nice, if this would be a function inside FreeMind e.g. right click on a node and in this context menu chose New Root.&lt;br /&gt;
[[User:JR|JR]] 06:34, 16 Apr 2008 (PDT)&lt;br /&gt;
&lt;br /&gt;
==== Folding Animation ====&lt;br /&gt;
I believe having a very short animation when folding/unfolding a node would increase readability as it whould make it easier to know where nodes where before and where did they moved to.&lt;br /&gt;
&lt;br /&gt;
==== Left toolbar ====&lt;br /&gt;
I think we have too much icons on the left, most of it isn&#039;t used. I think it could be halved, and only show the user preferred icons, and the rest of the place could be used to dock other tools. --[[User:Zslevi|Zslevi]] 13:03, 1 Nov 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
Leos: it would be nice, if I could remove some icon from the toolbar or rearrange order of the icons (like in MS Office).&lt;br /&gt;
&lt;br /&gt;
to allow an easy access to all the icons on the left bar, one may group icons that follow the same metaphor (ex: numbers, home/office, crosslight red/green/orange ....) and access to the icon of interest by clicking on the group icon. This could serve also to simplify the change: suppose you have an ordered list with the icons 1, 2, 3 ... or with icons representing different states &amp;quot;draft&amp;quot;, &amp;quot;in review&amp;quot;, &amp;quot;published&amp;quot; ... then you could click on the icon on a node, and have a contextual menu with all the other icons of the same group (and delete/delete all). You could much more easily change from &amp;quot;in review&amp;quot; to &amp;quot;publish&amp;quot; state :-) --[[User:Patco|Patco]]&lt;br /&gt;
&lt;br /&gt;
==== Notes ====&lt;br /&gt;
I think it&#039;s a great thing to have notes for nodes, but I would prefer more options on formatting note text. (What about integrating with Open Office Writer?) At least the font size should be set, because the default size is so small and hard to read. --[[User:Zslevi|Zslevi]] 13:03, 1 Nov 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
==== Zoom to fit ====&lt;br /&gt;
It would be nice if on loading a map, the view executes an automatic zoom-to-fit instead of the default 100%. Also the Fit option should be added to the Zoom drop down menu (as Powerpoint does for example). Also a keyboard accelerator should be added for Zoom to Fit (e.g. Ctrl-Shift-Z, they are near each other). Another small thing: if you have a map larger than taller, the current implementation adjust the scale to fit the map horizontally, but leave the map not centered in the vertical direction. Could this also be fixed?&lt;br /&gt;
--[[User:Mvalle|mvalle]] 06:14, 2 Dec 2008&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Or save the zoom level with the map so it opens at the same zoom and the same node as when saved&lt;br /&gt;
--[[User:MikeS|MikeS]] 10:45, 4 Sep 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
=== Windows ===&lt;br /&gt;
It would be especially helpful if we could reorganize the arrangement of freemind&#039;s windows.  For example, nodes with notes appear at the bottom and can&#039;t be moved around.  In other heirarchical editors, a tree view could appear at the left and the text (notes) could be moved to the right, where a large screen and indentation could make most of the text readable as compared to the bottom of the screen.&lt;br /&gt;
&lt;br /&gt;
=== Keyboard ===&lt;br /&gt;
==== F1 is conventionally help ====&lt;br /&gt;
F1 is normally a help key in most apps&lt;br /&gt;
&lt;br /&gt;
* When zooming with the keyboard shortcuts it would be better to have&lt;br /&gt;
  Alt + Up Arrow  to zoom-in and Alt + Down Arrow to zoom-out. This is&lt;br /&gt;
  a more natural way of thinking about zooming.-ZSDM&lt;br /&gt;
&lt;br /&gt;
==== Show a help bar on the bottom of the screen for F keys ====&lt;br /&gt;
Have an optional toolbar that can be shown along bottom of screen with buttons that can be clicked with a mouse and operate as per the function keys and also give a hint as to what key does.&lt;br /&gt;
e.g.&lt;br /&gt;
[F1 help] [F2 hot][F3 green][F4 ]  [F5]&lt;br /&gt;
And format the text of the key as per the pattern it applies&lt;br /&gt;
==== Enforce Default Per-Line Text Width For Long Nodes ====&lt;br /&gt;
&lt;br /&gt;
At least 70% of the nodes are multi-line nodes, and to make all the long nodes look *uniform*, we need to manually insert line breaks for each long node, this can get pretty tedious, and also it&#039;s difficult to get all nodes of uniform width.  A much better way is to have the system enforce a configurable &amp;quot;long node width&amp;quot;, that adds line breaks when necessary.  If no such paramater is set, it can default to the current behavior.&lt;br /&gt;
&lt;br /&gt;
This can happen through a default attribute of the &amp;lt;body&amp;gt;-tag i.e. &amp;lt;body width=&amp;quot;200px&amp;quot;&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
===== Locking Node Focus =====&lt;br /&gt;
&lt;br /&gt;
Currently the node focus is &amp;quot;set&amp;quot; by moving the mouse.  The last node that the mouse flys over is the default focus node, and subsequent operations like &amp;quot;insert an icon&amp;quot; is performed will be performed on that node.  It would be really helpful to be able to *manually* lock the focus on a node, this way it&#039;s easier to set an icon (all the way to the left side of the screen) to the right node.&lt;br /&gt;
&lt;br /&gt;
==== Toggle for Re-centering the Map upon node selection =====&lt;br /&gt;
&lt;br /&gt;
I love FreeMind and yet I still dream of a more and better version.  Under the mouse section, I have suggested a toggle to enable and disable the mouse fly-overs select node mechanism.  It would also be nice if there was some means to recenter the map upon node selection to make that section of the map the graphical focus.  &lt;br /&gt;
&lt;br /&gt;
==== Re-centering the Map with Hypergraph-like navigation tool =====&lt;br /&gt;
&lt;br /&gt;
The most compelling form of refocusing large mind maps are ThinkMap&#039;s Visual Thesaurus, The Brain, The WebBrain.  Of course, being a user and not a programmer, I can only imagine how much work that might take. Perhaps, you might find it useful to forge a collaboration with the SourceForge Hypergraph Project and ask them to build an export to Hypergraph module for you.  One note of caution:  Straightforward implementation of a hypergraphs compress large peripheral nodes into a small and unreadable overlapping space.  This defeats the value of the hypergraph navigation.  Thinkmap has solved that problem by forcing peripheral nodes to be well-spaced for readability.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== &amp;quot;physical style&amp;quot; could be customized ===&lt;br /&gt;
&lt;br /&gt;
I love the flexibility FreeMind provided to make my mindmap pretty. For each node, I can choose the font size, format, color...The choices are so many that making the changes with mouse is a little bit slow because the choices are buried in many sub-menus. The physical style provides a short-cut. But the styles are not attractive. Why not provide a tool so that the user can define a node format (including font size, format, color and icon et al) and associate it to F3~F9 and Ctrl +F1~F9. So after I type in the content, by pushing one key, the node can be customized within a second.&lt;br /&gt;
&lt;br /&gt;
* It&#039;s done exactly this way in FreeMind 0.9 --[[User:Terkor|Terkor]] 19:39, 18 Jul 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
=== Mouse ===&lt;br /&gt;
&lt;br /&gt;
==== Scroll wheel zoom Operation ====&lt;br /&gt;
&lt;br /&gt;
a) It would be nice to be able to zoom using just the scroll wheel rather than pressing CTRL at the same time. How about a user preference/option to control this. This is similar to many other Apps e.g. Excel ie wheel = zoom or pan&lt;br /&gt;
&lt;br /&gt;
b) The way the scroll wheel works seems opposite to many other programs which is confusing&lt;br /&gt;
ie push wheel forward causes a zoom out whereas other apps zoom in&lt;br /&gt;
&lt;br /&gt;
==== Right mouse popup menu text ====&lt;br /&gt;
The words &amp;quot;Node up&amp;quot; and &amp;quot;Node down&amp;quot; could be easier to understand if there was a verb in it&lt;br /&gt;
e.g.&lt;br /&gt;
Move node up&lt;br /&gt;
Move node down&lt;br /&gt;
&lt;br /&gt;
The operation of it is great, but as a novice it is not clear if it does&lt;br /&gt;
move up a node - ie where current cursor is moves&lt;br /&gt;
or&lt;br /&gt;
move the node - ie the node is moved to a different position on the diagram&lt;br /&gt;
&lt;br /&gt;
==== Photoshop/Freehand-like Keyboard/Mouse Document Navigation ====&lt;br /&gt;
Coming from the graphics department, it would be really nice to have the standard mouse/keyboard navigation style (which by the way is great way of handling oversized documents and going from overview to detail view with just a few clicks):&lt;br /&gt;
&lt;br /&gt;
a) Space toggles View Panning&lt;br /&gt;
b) CTRL-Space toggles zoom in (Click to zoom in, zoom centered to position of mouse cursor)&lt;br /&gt;
c) CTRL-ALT-Space toggles zoom out (click to zoom out, zoom centered to position of mouse cursor)&lt;br /&gt;
Tried to map CTRL-Space to zoom in, which worked, but not on mouseclick but on keydown. Additional ALT key for zoom out was not accepted at all in settings-&amp;gt;keys&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Toggle for Mouse fly-over ====&lt;br /&gt;
&lt;br /&gt;
Elsewhere in this RFE, others have noted that although the mouse fly-over selection mode is great for rapid navigation, there are times when one changes the selection as the mouse cursor moves up to the toolbar.  Why not toggle the mouse fly-over by some method.  Perhaps one of the most convenient methods would be a left mouse double click on the node to freeze the selection.&lt;br /&gt;
&lt;br /&gt;
=== TouchPad ===&lt;br /&gt;
&lt;br /&gt;
==== Horizontal scroll ====&lt;br /&gt;
&lt;br /&gt;
Horizontal scrolling does not seem to work.&lt;br /&gt;
&lt;br /&gt;
=== Menu ===&lt;br /&gt;
==== Toggle toolbar on/off via View Menu ====&lt;br /&gt;
Add ability to toggle display of toolbars via the menu&lt;br /&gt;
Suggest put it under View menu&lt;br /&gt;
&lt;br /&gt;
Functionality as per RIGHT mouse key on a blank part of the screen&lt;br /&gt;
&lt;br /&gt;
==== Alter wording of sub menu Mode ====&lt;br /&gt;
As a novice found it hard to understand the difference between Map and Browse&lt;br /&gt;
would have found it easier if it had said&lt;br /&gt;
ALT+1 Edit map&lt;br /&gt;
ALT+2 Browse map&lt;br /&gt;
ALT+3 File&lt;br /&gt;
&lt;br /&gt;
==== Add a save all map icons ====&lt;br /&gt;
If you work with several maps, it is impossible to save all maps in one shot,&lt;br /&gt;
except if you close freemind.&lt;br /&gt;
&lt;br /&gt;
=== Toolbars ===&lt;br /&gt;
&lt;br /&gt;
==== Icon toolbar ====&lt;br /&gt;
&lt;br /&gt;
===== Cross and watebasket look like icons rather than buttons =====&lt;br /&gt;
To a novice the delete (red cross) and delete all (wastebasket) icons look like icons&lt;br /&gt;
ie add a cross to the map rather than perform operations&lt;br /&gt;
especially on the popup &amp;quot;select icon&amp;quot; window.&lt;br /&gt;
&lt;br /&gt;
===== Some icons in left toolbar fall off bottom of toolbar =====&lt;br /&gt;
&lt;br /&gt;
===== Clone icon toolbars on both sides =====&lt;br /&gt;
I want to have same icon toolbar on both sides - left and right.  If I had icon toolbar on both sides, I could choose the shortest way to the icon.&lt;br /&gt;
&lt;br /&gt;
==== Top toolbar ====&lt;br /&gt;
===== Order of icons in top toolbar =====&lt;br /&gt;
Would be nice if these icons were in a more standard order (as per other apps)&lt;br /&gt;
e.g.&lt;br /&gt;
New, Open, save, print, cut,copy, paste with next/previous map buttons more to the right&lt;br /&gt;
&lt;br /&gt;
(Icons in V0.08 RC2 look a lot smarter)&lt;br /&gt;
&lt;br /&gt;
===== Font size pulldown is very wide =====&lt;br /&gt;
Pulldown to select font size is stretching and becoming very wide, which doesn&#039;t look neat.&lt;br /&gt;
&lt;br /&gt;
===== Visual feedback for toolbar buttons =====&lt;br /&gt;
Currently (0.8.1) The buttons in the top toolbar do not show any visual feedback when pushed, so you remain with the doubt to have done anything. -- [[User:Mvalle|Mvalle]] 03-dec-08&lt;br /&gt;
&lt;br /&gt;
===== Customizable top toolbar =====&lt;br /&gt;
A few functions are often used so it&#039;s more efficient to be able to customize the top toolbar to have those buttons, eg. node background color, node font color are both very useful to highlight different nodes for different purpose. Last applied color should be able to use just by clicking the same button. There should be more this kind of depends on individual preference.&lt;br /&gt;
-- [[User:dGuru|dGuru]] 08-Dec-2008&lt;br /&gt;
&lt;br /&gt;
==== New toolbar for format operations ====&lt;br /&gt;
&lt;br /&gt;
===== Move font type and size pulldowns to new format toolbar =====&lt;br /&gt;
ie group all formatting functions as per Format menu options onto a format toolbar&lt;br /&gt;
&lt;br /&gt;
===== Add ability to select a default format for text =====&lt;br /&gt;
e.g. have a split icon&lt;br /&gt;
left part looks like a letter &amp;quot;A&amp;quot; in colour text is currently set to&lt;br /&gt;
right part of icon looks like a black down arrowhead which if clicked pulls up a colour picker&lt;br /&gt;
&lt;br /&gt;
===== Add ability to select a default format for lines =====&lt;br /&gt;
e.g. have a split icon&lt;br /&gt;
left part looks like a line in colour text is currently set to&lt;br /&gt;
right part of icon looks like a black down arrowhead which if clicked pulls up a colour picker&lt;br /&gt;
&lt;br /&gt;
===== Add ability to select a default format for clouds =====&lt;br /&gt;
e.g. have a split icon&lt;br /&gt;
left part looks like a coloured outline of a cloud in colour text is currently set to&lt;br /&gt;
right part of icon looks like a black down arrowhead which if clicked pulls up a colour picker&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===== One-click selection of cloud color =====&lt;br /&gt;
It would be nice not to have to go through the context-menu to change the cloud color. This should be as easy as in v0.7 by just clicking in the toolbar.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Enlarge and reduce the text size ====&lt;br /&gt;
Enlarge and reduce the text size will be very helpful.&lt;br /&gt;
&lt;br /&gt;
=== Map Overview / Navigation Pane ===&lt;br /&gt;
..like seen in MindManager: a small detached window that allows quick overview and repositioning of the visualized map section&lt;br /&gt;
&lt;br /&gt;
===Gestures===&lt;br /&gt;
How about the ability to use gestures (mouse or pen) to do basic manipulation?&lt;br /&gt;
Click and drag right to enter new node.&lt;br /&gt;
Click and drag left to enter new sub-node.&lt;br /&gt;
&lt;br /&gt;
Maybe use middle button click for gestures to avoid conflict with current capabilities.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Remark:&#039;&#039;&#039; This is already possible. Just use the freeware StrokeIt. It very easily adds gestures to any program. --[[User:Terkor|Terkor]] 18:08, 28 May 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
=== Outline View ===&lt;br /&gt;
It would be really nice to have the option of seeing an outline view - which you could also drag and drop with --[[User:Slashdotted|Slashdotted]] 18:26, 21 Jul 2006 (PDT)&lt;br /&gt;
&lt;br /&gt;
Along the lines of using gestures for manipulation and entry I use FreeMind on a tabletpc. I would like to be able to use inking capabilities.&lt;br /&gt;
&lt;br /&gt;
=== Applet ===&lt;br /&gt;
Since you can drag for navigation, why not allow the scrollbars to be disabled&lt;br /&gt;
in order to increase screen real estate?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== MacOS Enhancements ===&lt;br /&gt;
Some keystrokes should be remapped (by default) to conform with the keystrokes used on Mac&#039;s User Interface, like:&lt;br /&gt;
* Delete Child: CMD-BACKSPACE, instead of DELETE (Mac laptops doesn&#039;t have a DELETE key)&lt;br /&gt;
* Zoom Out: ALT-DOWN, instead of ALT-UP&lt;br /&gt;
* Zoom In: ALT-UP, instead of ALT-DOWN (consistent with macos Zoom feature)&lt;br /&gt;
&lt;br /&gt;
Some common keyboard shortcuts should also be implemented:&lt;br /&gt;
* Minimize the window to the Dock: CMD-M&lt;br /&gt;
* Restore window from the Dock: ALT-1&lt;br /&gt;
&lt;br /&gt;
=== Spell Check ===&lt;br /&gt;
I&#039;m a dyslectic - at least am used to type many errors. (Almost) All software I use (to type content) have some form of spell checker supported. And because I also use FreeMind for mindmaps in presentations; they need to contain as less as possible number of writing errors. (Please in any supported language) --[[User:Sent|Sent]] 11:41, 8 Mar 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Maps ==&lt;br /&gt;
&lt;br /&gt;
=== Flowchart for Programming Structure ===&lt;br /&gt;
[[Image:Freemind flowchart.PNG|Flowchart M&lt;br /&gt;
&lt;br /&gt;
=== Ability to add icon legend to map ===&lt;br /&gt;
It would be nice to be able to add a legend to the map, containing all the icons actually used in that map, with text to explain them.&lt;br /&gt;
--[[User:MikeS|MikeS]] 10:56, 4 Sep 2009 (UTC)&lt;/div&gt;</summary>
		<author><name>MikeS</name></author>
	</entry>
	<entry>
		<id>https://freemind.sourceforge.io/wiki/index.php?title=Requests_for_enhancements&amp;diff=8196</id>
		<title>Requests for enhancements</title>
		<link rel="alternate" type="text/html" href="https://freemind.sourceforge.io/wiki/index.php?title=Requests_for_enhancements&amp;diff=8196"/>
		<updated>2009-09-04T10:45:45Z</updated>

		<summary type="html">&lt;p&gt;MikeS: /* Zoom to fit */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[http://aleastr.amigasa.jp/page330.html free e-cards] [http://merundoi.org.gy/blog/wp-content/uploads/podpress_temp/img/trocbob.htm nj driver license test] [http://a1club.net/award/mailform/data/files/article571.html bel ami] [http://krifoundation.org/gallery/data/thumbnails/24/pics/topic-2368.htm movie with meg ryan and nicholas cage] [http://doakoxa.suppa.jp/article761.html prom hair dos] [http://divertigenio.es/bk_subscription/files/news-329-20090802.html noel divine highlight video] [http://inkoorle.0lx.net/page-20.html misty dawn] [http://exelib.com/webmasters/files/news-986-20090808.html artist inspiration] [http://nfveasdoo.tonosama.jp/article-449.html funny picture] [http://www.seniorlendersreversemortgage.com/script/files/topic1142.htm medical bracelets] [http://merundoi.org.gy/blog/wp-content/uploads/podpress_temp/img/mexactaca.htm new adult movie] [http://rsdmilitaria.com/images/icons/index.html http] [http://xacnrfum.michikusa.jp/article855.html replica sunglasses] [http://freshwaterpearlspuppetry.com/holidayblog/media/2/topic-2182.htm ademco] [http://e-miroku.jp/attach/files/sitemap.htm index] [http://fafafaric.biroudo.jp/page-202.html nick jr] [http://kwhw.com/cms3/images/pics/article697.html braless teachers] [http://fur.bz/0left/zed02/dat/cgi/article-692.htm titanic tits] [http://janreel.namekuji.jp/873.html disney characters] [http://fevcaraad.aikotoba.jp/2zvuyzgt6.html list of traditional gifts for wedding anniversary] [http://fevcaraad.aikotoba.jp/qux37j5fe.html muscle pain] [http://zonvone.ojaru.jp/543.html tyra bank] [http://miyako-wakamaru.com/main/archives/2009/05/img/racacel1543.htm slipnot music videos] [http://folkvlvog.ashigaru.jp/article717.html email search] [http://plelefvda.amigasa.jp/article-584.html hyundai dealerships] [http://takasui.net/pta/data/2010.3/files/news-1356-2009-08-04.html promod drug] [http://even.com.au/archives/images/text1665.htm job search canada] [http://e-miroku.jp/attach/files/new445.htm free ringtones razor v3] [http://kwhw.com/cms3/images/pics/article2181.html us postal service shipping rates] [http://hiv.gov.gy/tmp/files/article686.html antidepressant drugs that aggravate an enlarged prostate] [http://politonomist.com/wp-content/uploads/2007/page-1134.html real american] [http://a1club.net/award/mailform/data/files/article1156.html races videos] [http://bugboloh.0lx.net/index.html sitemap] [http://doakoxa.suppa.jp/article763.html college girl] [http://roowiraas.zouri.jp/207.html online dictionary] [http://takasui.net/pta/data/2010.3/files/news-680-2009-08-05.html lederhosen lucil video] [http://janreel.namekuji.jp/483.html sport authority] [http://servpro.ca/complogos/thumbs/topic-890.html medical drug facts] [http://northerndaylily.com/wpThumbnails/pics/comment-625.html felt family] [http://zonvone.ojaru.jp/705.html shayla laveaux] [http://e-miroku.jp/attach/files/new994.htm play music video code] [http://janreel.namekuji.jp/737.html david allen coe] [http://nfveasdoo.tonosama.jp/article-164.html patio cover] [http://fafafaric.biroudo.jp/page-563.html christian music lyrics] [http://fevtroct.wakatono.jp/page419.html tanning bed bulb] [http://wyarfvfol.client.jp/179.html belladonna] [http://audi-s.net/kprof/data/915/img/news-1332.html men in high heels] [http://peakdocs.com/ac/images/pics/article2262.html movie review unfaithful] [http://triexcellence.com/qapro/registration/files/article2316.html movie north shore theater] [http://exelib.com/webmasters/files/news-664-20090807.html used car blue book price]  &lt;br /&gt;
&amp;lt;table&amp;gt;&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td valign=top&amp;gt;&lt;br /&gt;
{{Navigation_bar}}&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;amp;nbsp;&lt;br /&gt;
&amp;lt;td width=600&amp;gt;&lt;br /&gt;
&lt;br /&gt;
We prefer that you send your requests for enhancements here. Please look first if a similar request for enhancement already exists, using Ctrl + F. Also, there is a section of [http://sourceforge.net/tracker/?group_id=7118&amp;amp;atid=357118 requests for enhancements] at FreeMind&#039;s project page at SourceForge.&lt;br /&gt;
&lt;br /&gt;
== Features in development ==&lt;br /&gt;
&lt;br /&gt;
2006-07-16. The development team of FreeMind is currently working on the following features. (We cannot guarantee that the features will actually make it into the next release; most of them should.)&lt;br /&gt;
&lt;br /&gt;
* Attributes on nodes&lt;br /&gt;
* Filtering which nodes are shown by icons and contained string&lt;br /&gt;
* Rich text nodes&lt;br /&gt;
* Save All function&lt;br /&gt;
&lt;br /&gt;
=== Purge this list ===&lt;br /&gt;
Could this enhancement request be purged when features are implemented? --[[User:Mvalle|Mvalle]] 6:49, 2 Dec 2008&lt;br /&gt;
&lt;br /&gt;
== Project management ==&lt;br /&gt;
&lt;br /&gt;
=== Firefox Integration ===&lt;br /&gt;
&lt;br /&gt;
My suggestion is to integrate FreeMind with Firefox so you can classify anything you download and extract useful knowledge. In case of being a html page also would be great some clipboard features to add selected text to FM notes in a particular node or as a new child etc.. My html notes consist on a short text I write about the webpage, below link to webpage and below selected text of this webpage, then I save the webpage in a directory for later use. Currently I am using FM to organize some info from my html notes and recent html pages (several hundreds) I have downloaded and I would find this feature fantastic. First you download a file/html page with selected/typed/default text as filename and assign selected or typed text to their FM node, then you organize downloads in a new tab in which FreeMind is running.. Wonderful!! (Also persistent notes instead of temporal ones or at least the ability to choose their behaviour would be great too)&lt;br /&gt;
&lt;br /&gt;
To make FreeMind a productive tool with Firefox, at the very least, when you drag the URL icon from the URL toolbar on the top of Firefox to a node in FreeMind, FreeMind should create a single child node with the correct label and link in it.  Currently, it creates multiple child nodes with messed-up labels, which require tedious manual cleanup after the drag-n-drop.&lt;br /&gt;
&lt;br /&gt;
=== Ganttproject/Freemind integration ===&lt;br /&gt;
&lt;br /&gt;
It would be very interresting to integrate Ganttproject, for a better&lt;br /&gt;
project management. This solution would be very close from JCVGantt pro + mindmanager (http://www.gantt.fr/#).&lt;br /&gt;
Both (Freemind and Ganttproject) are GPL, and java coded.&lt;br /&gt;
- actually there is already a data converter for this: [http://johanneskutsam.spaces.live.com/blog/cns!1961B7AE7280AAFD!264.entry &#039;&#039;&#039;Freemind2gantt converter &#039;&#039;&#039;] It now needs a tighter integration and some more intelligent overlap of contents, so that 1:1 conversion is possible (in both directions) --[[User:BoP|BoP]] 05:31, 22 Jul 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
=== Time management and dependencies ===&lt;br /&gt;
Integrate date attributes and a timing view&lt;br /&gt;
Allow to set other attributes (people, groups, objects, locations)&lt;br /&gt;
Build on top of that a half-hierarchical structure with dependencies&lt;br /&gt;
&lt;br /&gt;
* For some of the software packages leading this field look at: [http://www.matchware.com/en/products/openmind/default.htm &amp;quot;OpenMind 2&amp;quot;] or [http://www.conceptdraw.com &amp;quot;ConceptDraw&amp;quot;]&lt;br /&gt;
--[[User:BoP|BoP]] 05:31, 22 Jul 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
There should be the option for recurring Reminders (e.g. every week, every month, etc.). --[[User:Terkor|Terkor]] 07:29, 19 Aug 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
== Nodes ==&lt;br /&gt;
===Allow nodes to be moved up or down within heirarchial structure===&lt;br /&gt;
&lt;br /&gt;
Allow nodes to be moved up or down within heirarchial structure, where you can allready physically change the distance between nodes it would be great if you move a node too high or too low it shifts it up or down accordingly with the structural fromat of the mind map&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Allow picture-nodes to be Pasted ===&lt;br /&gt;
I&#039;ve been using FreeMind as a note taker during lectures for a while, and its great. Of course, every once in a while you need to add a picture quickly.  I wish FreeMind would allow for me to draw a picture in Paint or whatever and simply Paste it into a node.&lt;br /&gt;
-RogerF&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;KeepNote&#039;&#039; has a build in &#039;&#039;Insert Screenshot&#039;&#039; function, which is very easy to use. That would enhance note taker jobs enormous. In addition a creation of a journal note with default date and time would be nice.&lt;br /&gt;
-JSp&lt;br /&gt;
&lt;br /&gt;
=== Sketch-nodes ===&lt;br /&gt;
As a note taker during lectures, FreeMind is great.  Of cource every once in a while the lecturer will draw a more complex picture on the board, and suddenly you&#039;re out of ways to &#039;capture&#039; an important part of the lecture.  I would like to be able to add a &#039;Sketch&#039; node, that would bring up a popup Window and a simple SVG editor.  It doesnt have to be advanced, but being able to draw circles, ellipses, straight lines, a few colors an line widths etc. would come a long way with respect to FreeMind as a note-taker during lectures!&lt;br /&gt;
-RogerF&lt;br /&gt;
&lt;br /&gt;
=== Improved Table editor ===&lt;br /&gt;
IMHO, the table feature of FreeMind is great to have, but a little inflexible. I would like to see features such as:&lt;br /&gt;
- drag to indicate number of cells  (similar to Word)&lt;br /&gt;
- insert row, column etc. should be avaiable from the right-click menu&lt;br /&gt;
- change background colors&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
and generally I would encourage that tables are formatted as compact as possible by default.&lt;br /&gt;
&lt;br /&gt;
=== Add Fonts, Especially Strikethrough ===&lt;br /&gt;
- I use Freemind for, amongst other things, task management.  I&#039;d like the ability to format node text with strikethrough so the placeholder is kept but it&#039;s clear on a quick scan that the task has been handled.  I find this much easier than, say, using an icon to identify a completed task&lt;br /&gt;
&lt;br /&gt;
=== Automatically selecting a specific node on startup ===&lt;br /&gt;
&lt;br /&gt;
html allows you to access specifically marked sections immediately using the anchor syntax, which is incorporated into the url.  But in freemind, all nodes already have unique id&#039;s.  It would be very convenient if you could refer to a specific node id right after specifying the filename so that freemind could jump to that particular node immediately.  For example:&lt;br /&gt;
&lt;br /&gt;
freemind foo.mm -&amp;gt; opens foo.mm and selects the center of the map&lt;br /&gt;
&lt;br /&gt;
freemind foo.mm bar -&amp;gt; opens foo.mm and goes to the node ID&#039;d bar.&lt;br /&gt;
&lt;br /&gt;
This kind of syntax will make it very convenient for a user of freemind to make a network of mindmaps, and to jump in between networks using the hyperlink input.  Of course, for this to be useful, there must also be a shortcut to display the current node&#039;s unique ID, and a mechanism for freemind to recognize other hyperlinks that are also mindmaps.&lt;br /&gt;
&lt;br /&gt;
-Markd&lt;br /&gt;
&lt;br /&gt;
=== Automatic Numbering of Nodes ===&lt;br /&gt;
&lt;br /&gt;
A key feature of MindJet and Simtech mindmaps is the ability to toggle a numbers on or numbers off view.   This makes a large mindmap more workable, because everyone can quickly reference specific nodes by the node number(s).   This is especially useful after converting a map to Open Office or Word, so you have a numbered outline.   The numbers would be the logical parent-child relationship seen in outlining or data modeling.  The number should be displayed above the node text with a dashed line or shading to distinguish it from the node text.  The user should also have the option to display numbers with dots, or without dots (to reduce the length).   When a node is moved, deleted, etc. - the maps numbers are auto-recalculated to show the new relationships.  This enhancement (along with spell check) would make FreeMind a more useable business tool.&lt;br /&gt;
&lt;br /&gt;
GregA&lt;br /&gt;
&lt;br /&gt;
FullACK. The feature should allow to have all/selected nodes [http://en.wikipedia.org/wiki/ISO_2145 ISO2145]-numbered (in map-view or at least on export). I believe this would not be too difficult to implement. (Probably in 0.9.0 this can be done more or less easily by Groovy-scripting, but maybe it would just turn into a standard-feature for everybody, if it was included into one of the standard-menus.)&lt;br /&gt;
&lt;br /&gt;
Thanks, Golgol&lt;br /&gt;
&lt;br /&gt;
Numbering can be easily achieved by having an external plugin, which is a program that analyses the data (node) it receives, and just adds a &amp;quot;number&amp;quot; attribute.&lt;br /&gt;
&lt;br /&gt;
lkcl.&lt;br /&gt;
&lt;br /&gt;
=== Automatic word wrap in Nodetext ===&lt;br /&gt;
&lt;br /&gt;
I&#039;d like to see this feature. I want for example set a default max node width. So the text will wrap when this width is reached. This would make mindmaps more readable and easier to edit.&lt;br /&gt;
&lt;br /&gt;
Edit: I just noticed, that it is possible by giving &amp;quot;width=&amp;quot; to the body tag in html mode (or rich formatting) but it would be nice having this in plain text mode, too.&lt;br /&gt;
&lt;br /&gt;
Edit2: If you set a &amp;quot;width=&amp;quot; in the body TAG the Node will be this wide. The Node should get smaller if the given width is not needed.&lt;br /&gt;
&lt;br /&gt;
nautsch&lt;br /&gt;
&lt;br /&gt;
=== Automatic transition to Edit Long Node ===&lt;br /&gt;
&lt;br /&gt;
When the user starts typing a node, she/he may not know in advance if the text will fit on one line or require multiple lines (Long Node). It would be advisable that pressing ALT-ENTER at the end of a single line node, switches to the Long Node editing window as it does now, but with the cursor already on the second line of the editing window, so that the user can keep typing right away from there. Currently it&#039;s necessary to press END and then ENTER to obtain this behavior. The proposed modification would avoid pressing this two extra keys.&lt;br /&gt;
&lt;br /&gt;
Marco&lt;br /&gt;
&lt;br /&gt;
=== Add to alert to a node ===&lt;br /&gt;
&lt;br /&gt;
I do use Freemind to keep track of my current tasks. MindMaps are IMO a very good way to organize to chaos in them (if you know a better tool, please mail hoffi@muskelshirt.de). But since some tasks do contain da deadline, the possibility to add an alert would be very handy (e.g. like Outlook-alerts).&lt;br /&gt;
&lt;br /&gt;
* Tools -&amp;gt; Show Calendar... -&amp;gt; Remind Me At This Date; also see: Tools -&amp;gt; Show Time Sceduler List... --[[User:Terkor|Terkor]] 19:32, 11 Feb 2008 (PST)&lt;br /&gt;
&lt;br /&gt;
=== Sorting nodes ===&lt;br /&gt;
&lt;br /&gt;
It will be very useful to SORT SELECTED NODES at the same hierarchical level like a list. The simplest and fastest sorting rule would be the alphabetical order. It will improve the visibility of a map. It could be added as plugin or function at the same level as the function &amp;quot;join nodes&amp;quot;. It would have to work even if the nodes have subnodes. Thanks. Franck --[[User:Fb5|Fb5]] 02:50, 15 Nov 2007 (PST)&lt;br /&gt;
&lt;br /&gt;
=== Synchronised nodes / mirror nodes / relational nodes ===&lt;br /&gt;
&lt;br /&gt;
Some times you might want a node in two locations. What you can do today is to add a link and/or a graphical link. What I would like to is to have mirrored / synchronised nodes. Say that I have node A, and that I want the same node in another location as well. Simply I should be able to Ã¢ÂÂInsert mirror nodeÃ¢ÂÂ, and wupti node A is shown here as well. No matter whether I now edit the node at the new or original location the nodes is changed in both locations (but of course only stores once). If a plugin for this exists then please mail me at freemind@skinny.dk.&lt;br /&gt;
&lt;br /&gt;
Martin&lt;br /&gt;
&lt;br /&gt;
Another more data centric way to look at this is as relational nodes.  Instead of restricting the data model to a simple tree you could store the data in a relational format.  This would give users the ability to store nodes with many parents.  &lt;br /&gt;
&lt;br /&gt;
This would produce the effect described about but would also open up the possibilities of the app for more human like brain dumping.  I am almost certain that the human brain does not relate 1 single piece of information to 1 other piece, it is more natural for us to relate it to as many other pieces of info as possible as this helps us to remember.&lt;br /&gt;
&lt;br /&gt;
So... new data model!!  Many to many relationships!  :-)&lt;br /&gt;
&lt;br /&gt;
A simple way of storing this type of data would be a flat list of nodes with IDs and then another list of relationships with a focus on Parent relationships.  There is only a need to store which Parent(s) a node belongs to.  This could be none or more than one.&lt;br /&gt;
&lt;br /&gt;
Some other considerations include rendering the data.  For e.g. if a user highlights a node which appears in more than one location in the map (i.e. has more than one parent) do you explode both end points, just the one or maybe provide the option to do either.&lt;br /&gt;
&lt;br /&gt;
PH4wks&lt;br /&gt;
=== Free-standing nodes ===&lt;br /&gt;
&lt;br /&gt;
The main feature missing from freemind is free standing nodes, not initially connected to anything, which you later organise, making them parents or children or simply just linked to other nodes.  This is how our brains work - it&#039;s important not to be restricted to an hierarchical model as currrently.&lt;br /&gt;
PBL&lt;br /&gt;
&lt;br /&gt;
Yes i definantly agree free standing nodes is essential. Furthermore from this, a more network orientated view of nodes and links would be a lot freeer and natural. So Linking the nodes with links, and then being able to view them in different ways, Selecting different root nodes or groups of nodes, or the main topic as the root node as it is now.&lt;br /&gt;
&lt;br /&gt;
I completely agree.  I have long felt that this is the single biggest thing missing from freemind (and most mind-mapping tools).  Being limited to a hierarchy under a single node is a very severe limitation.  It completely artificially constrains my natural organizational habits and it leads to &amp;quot;uncomfortable&amp;quot; mapping layouts.  For example, I prefer to have my parent nodes on the left and my child nodes on the right, but I quickly run out of visual real-estate when working with mindmaps in my lop-sided way.  If I could detach nodes and arrange them freely I could see and work with so much more on a single screen.  Also, by having free nodes, I could use a single mindmap for a lot more (possibly my whole life) - and I could avoid having to manage or maintain several maps to manage several separate projects.  My mind is not &amp;quot;free&amp;quot; without free nodes. :-)&lt;br /&gt;
&lt;br /&gt;
=== Other node print layout for very big maps ===&lt;br /&gt;
&lt;br /&gt;
While working with a map having 4000 nodes - well structured - it is useful to have a plotter to print it on one sheet. On the other hand there are no walls 5 meters high in this office. So I&#039;d like to request an alternative print mode with a 90 degree rotated layout. This would also enable collaboration of 2 and more people in front of this wallpaper. [[User:Noiv|Noiv]]&lt;br /&gt;
&lt;br /&gt;
=== Inheritance of Node Characteristics ===&lt;br /&gt;
&lt;br /&gt;
If the font size/type, colour and background colour of a node have been set then any child nodes that are created (as opposed to moved into place) should inherit those characteristics.   --[[User:Anton|Anton]] 12:20, 25 Jul 2008 (PDT)&lt;br /&gt;
&lt;br /&gt;
I wouldn&#039;t use the above suggestion much, actually. Instead, I&#039;d want nodes to inherit font size/type, edge styles etc. from their &#039;&#039;siblings&#039;&#039;. This makes sense to me as nodes on a particular level would tend to be section headings, which I&#039;d want e.g. in a larger font than the nodes that come below them.&lt;br /&gt;
&lt;br /&gt;
Perhaps there could be the option for both these types of inheritance. For any &#039;leg&#039; of a map, the user could right click and get a menu listing the various elements which could be formatted (font [+size, +colour], edge [+style, +width, +colour], etc.), and could indicate whether that element is to inherit from Parent, Sibling or No inheritance.&lt;br /&gt;
&lt;br /&gt;
It sounds a little complicated, but I&#039;d like to have that level of control. It&#039;d save a lot of time for large, complex projects.&lt;br /&gt;
-- [[User:Doubi|Doubi]] 20:13, 6 Dec 2008 (UTC)&lt;br /&gt;
&lt;br /&gt;
=== ALT/ENTER to close Long Node editing window ===&lt;br /&gt;
&lt;br /&gt;
As you can use ALT+ENTER to open long node editing window, it woult be logical to use the same keys to close this window.&lt;br /&gt;
&lt;br /&gt;
Kast&lt;br /&gt;
&lt;br /&gt;
=== Merge several nodes back into one branch ===&lt;br /&gt;
&lt;br /&gt;
This feature could work as follows: &lt;br /&gt;
ctrl-select several nodes. hit &amp;quot;insert&amp;quot;. all selected nodes are now connected to the newly created node&lt;br /&gt;
&lt;br /&gt;
Joshua&lt;br /&gt;
&lt;br /&gt;
== Export and Import ==&lt;br /&gt;
&lt;br /&gt;
=== Import from an &amp;quot;interpreter&amp;quot;, Export via &amp;quot;programs&amp;quot; ===&lt;br /&gt;
&lt;br /&gt;
Possibly the most important feature to have for FreeMind is to have an &amp;quot;interpreter&amp;quot; plugin, of scripts - external programs - which can &amp;quot;suck in&amp;quot; content that is defined in a SIMPLE (and by simple i don&#039;t mean XML) format.&lt;br /&gt;
&lt;br /&gt;
FreeMind should therefore, ultimately and effectively, be a &amp;quot;cacheing&amp;quot; and &amp;quot;display&amp;quot; and &amp;quot;edit&amp;quot; mechanism.&lt;br /&gt;
&lt;br /&gt;
Likewise, for exporting of information, it should be possible to feed internal data to a predefined program (where the program to be used should be an attribute, where the attribute itself can be the result of a decision made from running an external script!!)&lt;br /&gt;
&lt;br /&gt;
Ultimately, therefore, it should be absolutely trivial to do all of the import and export capabilities, listed below, in terms of well-defined and very simple external programs.&lt;br /&gt;
&lt;br /&gt;
(side-note: the external programs can be non-java programs, of course - even shell scripts.  java is a really stupid programming language to do this kind of work in: as a statically typed object-orientated language, it&#039;s simply not up to the job.  it&#039;s great for display purposes, and it&#039;s great for platform-independence, but that&#039;s about all that it&#039;s good for)&lt;br /&gt;
&lt;br /&gt;
[http://sourceforge.net/tracker/index.php?func=detail&amp;amp;aid=1687292&amp;amp;group_id=7118&amp;amp;atid=357118 RFE 1687292]&lt;br /&gt;
&lt;br /&gt;
=== Import and Export from HTML and different Wiki formats ===&lt;br /&gt;
&lt;br /&gt;
Simple import/export scripts can be written which have &amp;quot;rules&amp;quot; on understanding the different types of web pages, for example Wikis, and, also, the current &amp;quot;wiki exporter&amp;quot; should be the first plugin created as an &amp;quot;exporter&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
It would be trivial for people to then use lynx or wget for example and a few lines of awk or perl to write an HTML &amp;quot;import&amp;quot; plugin.  Instead of having to wade through tens of thousands of lines of stupid java (which is only really suitable for display purposes and platform-independence).&lt;br /&gt;
&lt;br /&gt;
Include an option to state whether the notes file should be in a pop-up window, or a link to a separate file in a scrollable window (in the last version I used notes text came up in non-scrollable temporary pop-ups).&lt;br /&gt;
&lt;br /&gt;
===== Export to HTML =====&lt;br /&gt;
Exporting to HTML the various labels are styled with a &amp;lt;nowiki&amp;gt;&amp;lt;span&amp;gt;&amp;lt;/nowiki&amp;gt; that has a long style=&amp;quot;&amp;quot; entry. It is better to create a set of CSS classes, one for each distinct style, and reference them in the various &amp;lt;nowiki&amp;gt;&amp;lt;span&amp;gt;&amp;lt;/nowiki&amp;gt; blocks. This simplifies also the import into MS Word.&lt;br /&gt;
--[[User:Mvalle|Mvalle]] 08:43, 20 Dec 2008 (UTC)&lt;br /&gt;
&lt;br /&gt;
Thinking about cheap export to MS Word a new export to HTML option could be added with every level of the map producing a different &amp;lt;nowiki&amp;gt;&amp;lt;hx&amp;gt;&amp;lt;/hx&amp;gt;&amp;lt;/nowiki&amp;gt; title. The central node becomes &amp;lt;nowiki&amp;gt;&amp;lt;h1&amp;gt;&amp;lt;/h1&amp;gt;&amp;lt;/nowiki&amp;gt;, the first branch &amp;lt;nowiki&amp;gt;&amp;lt;h2&amp;gt;&amp;lt;/h2&amp;gt;&amp;lt;/nowiki&amp;gt; and so on. The node notes could become the text below this level heading. Or the map leaves could become the contained text.&lt;br /&gt;
--[[User:Mvalle|Mvalle]] 08:43, 20 Dec 2008 (UTC)&lt;br /&gt;
&lt;br /&gt;
==== Import and Export from Bugtrackers ====&lt;br /&gt;
&lt;br /&gt;
It would be really nice to have import/export plugin scripts which understand the different bugtrackers.  FreeMind is already an extremely good project management tool: why isn&#039;t it also helping to be the Uber-Project Project?&lt;br /&gt;
&lt;br /&gt;
=== Import and Export databases ===&lt;br /&gt;
Any database connectivity would be nice to have, &lt;br /&gt;
especially import, be it either via ODBC or MySQL.&lt;br /&gt;
Thanks, UndiFineD&lt;br /&gt;
&lt;br /&gt;
Corresponding requests for enhancement.&lt;br /&gt;
&lt;br /&gt;
* [http://sourceforge.net/tracker/index.php?func=detail&amp;amp;aid=1100921&amp;amp;group_id=7118&amp;amp;atid=357118 1100921 : Export JPEG]&lt;br /&gt;
&lt;br /&gt;
=== Filesystem Integration complimenting Import/Export ===&lt;br /&gt;
Definitely powerful would be the use of a node to view/edit the contents of a local file instead of an in-program node.  This could effectively replace a lot of import/export functions, as a mindmap could be stored as a folder instead of as a single file, so that clients could extract wanted nodes without having to bring their freemind executable.  Secondly, while native viewers do not yet exist, it could help users access their data nodes in extraneous formats.  Some ideas.&lt;br /&gt;
&lt;br /&gt;
==== Loading viewers for certain data nodes ====&lt;br /&gt;
Now that nodes can be given attributes, it isn&#039;t too that farfetched to create different kinds of viewers/editors for different kinds of nodes - or to load viewers for those nodes specifically.&lt;br /&gt;
&lt;br /&gt;
==== Completely virtual nodes ====&lt;br /&gt;
Likewise, nodes whose content relies entirely on an external text (or other) file could be created which could be parsed back as text to freemind when viewed.&lt;br /&gt;
&lt;br /&gt;
==== Directory operations ====&lt;br /&gt;
Freemind&#039;s hierarchical structure of node viewing makes it an interesting way to organize directories.&lt;br /&gt;
&lt;br /&gt;
==== Exporting from command line ====&lt;br /&gt;
A feature I would really like would be to be able to do export programatically from cmdline.. something like:&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;code&amp;gt;freemind-export --flash mymindmap.mm -o mymindmap.html&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You not need to export mindmaps, if you want to browse it with flash browser (visorFreemind).&lt;br /&gt;
Just use one ÃÂ«smartÃÂ» HTML/Javasript file which takes mindmap name from parameters, like this:&lt;br /&gt;
[http://discopal.ispras.ru/mindmaps/mindmaps.html?intro-and-samples.mm], [http://discopal.ispras.ru/mindmaps/mindmaps.html?algorithms-definitions.mm], [http://discopal.ispras.ru/mindmaps/mindmaps.html?algorithms-dtime-dspace.mm].&lt;br /&gt;
But this  feature (export from command line) will be very useful to export SVG ([http://sourceforge.net/tracker/index.php?func=detail&amp;amp;aid=1865152&amp;amp;group_id=7118&amp;amp;atid=357118 corresponding ticket]). --[[User:StasFomin|StasFomin]] 19:48, 2 Mar 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
=== Exporting Legend of used Icons ===&lt;br /&gt;
It would be nice when a legend would be attached to the exported graphs, explaining the meaning of the icons used in the map. Would support usability for everyone who doesn&#039;t know what the freeMind icons should mean; even if they should be intuitive.&lt;br /&gt;
&lt;br /&gt;
comment on the above:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Yes, I agree too.  It would be great also if a TITLE and SUB-TITLES can be placed (and movable) anywhere in the MindMap, so when it is printed out, people know what this mind map is for.&lt;br /&gt;
&lt;br /&gt;
Also, since we can color our own ARROW LINKS, having their descriptions customizable alongside with those colored arrow links inside the legend would be a great enhancement!&amp;quot;&lt;br /&gt;
&lt;br /&gt;
=== Export to OpenOffice ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
: FreeMind-0.8.0 can export mindmaps to OpenOffice Writer files. However, the fonts, colors, and formatting are not exported. A method that works well is to export as HTML, open the exported document in Konqueror (or some other web browse), and copy-and-paste the entire document into OpenOffice Writer.&lt;br /&gt;
&lt;br /&gt;
Unfortunately there seems to be some problem though with opening the files in version 2 of OpenOffice. I haven&#039;t had a chance to go and check against the 1.x versions.&lt;br /&gt;
&lt;br /&gt;
: I have the same problem with OOo 1.9.104 (package from Knoppix). I can provide maps where this happens. Regards, [[User:Zapyon|Zapyon]] 14:02, 16 Nov 2006 (PST)&lt;br /&gt;
&lt;br /&gt;
: Freemind .9beta9 exports to OOo 2.2x though it&#039;s not pretty.&lt;br /&gt;
&lt;br /&gt;
==== Export to OpenOffice Impress ====&lt;br /&gt;
&lt;br /&gt;
I wonder how difficult it would be to export into Impress presentation. The Nodes cen be Slide Headers, Subnodes can be Outlines and so on.  Then Notes can be exported into Slide Notes. One can do a presentation off the screen, give away handouts with full notes to keep.&lt;br /&gt;
--[[User:Koaster|Koaster]] 08:48, 7 Aug 2006 (PDT)&lt;br /&gt;
&lt;br /&gt;
* It&#039;s not that difficult, at least for simple cases and when ignoring styles/patterns. I just implemented a small xslt-stylesheet which does the job for me. I may set up a project for that (or give it to the contributions). Meanwhile please contact me -- [[User:htgoebel|htgoebel]] 2008-01-08&lt;br /&gt;
&lt;br /&gt;
==== Export Options to Open Document Format .odt ====&lt;br /&gt;
&lt;br /&gt;
Allow user to set options such as:&lt;br /&gt;
&lt;br /&gt;
* number of levels which translate to heading levels&lt;br /&gt;
** thereafter use bulleted list levels.&lt;br /&gt;
&lt;br /&gt;
=== Export to Scalable Vector Graphics format (SVG) ===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Available in FreeMind 0.8.0 RC2.&#039;&#039; Yes!  I&#039;d love to see something done with scalable vector graphics, or some such...  I really wish Freemind could export to SVG, or maybe even flash... -- Bruce&lt;br /&gt;
And happily, developers are thinking the same thing: --   Here&#039;s Dimitri on that very possibility in&lt;br /&gt;
[http://sourceforge.net/forum/forum.php?thread_id=1031174&amp;amp;forum_id=22101 forum thread].&lt;br /&gt;
&lt;br /&gt;
=== Export to Portable Network Graphics format (PNG) (enhanced) ===&lt;br /&gt;
&lt;br /&gt;
It is already possible to export mindmaps to PNG. But the export function can be enhanced. E.g. the possibility to export PNG pictures with a &#039;&#039;&#039;transparent background&#039;&#039;&#039; instead of a white background (respectively the color thats used in the presets) would be very handy. Also possibilities to adjust the resolution and PPI (pixels per inch) are very useful when it comes to printing documents with embedded mindmaps in the PNG format. --[[User:UrsusExplorans|UrsusExplorans]] 10:04, 1 Aug 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
=== Export to Flash or teach Flash to view mm ===&lt;br /&gt;
&lt;br /&gt;
SVG, however, is still not widely supported - not even in desktop browsers, so it is mostly a way to exchange drawings and print. Exporting to Flash or having a Flash viewer that displayed .mm files (after all, ActionScript can now load XML data easily) would enable quick and effortless integration with current Web browsers without requiring them to install the Sun JVM (which can be a major issue in some environments).&amp;lt;br&amp;gt;&lt;br /&gt;
Edit: Good news: I was looking for the same and came accross this: http://nobi.com/appleexpo/index-f.html View source to see how it is made, it simply loads the .mm as parameter in a javacript, and I suppose the graphics and rules from freemind is programmed into the .swf. Should be able to take it appart, if noone has the sourcecode for something similar already. [[User:Mskogly|Mskogly]] 15:54, 20 Sep 2005 (PDT)&lt;br /&gt;
:This appears done in .9 beta 9. Please test --[[User:Ddaniels|Ddaniels]] 20:40, 22 Mar 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
=== Support for Embedded Freemind Maps in Pages.Google ===&lt;br /&gt;
Embedded maps on free hosts like pages.google would be very cool. Here is a video of my efforts to get Freemind flash maps to work in pages.google. &lt;br /&gt;
http://video.google.com/videoplay?docid=4967726587301956565&amp;amp;q=freemind+dennis --[[User:Ddaniels|Ddaniels]] 20:40, 22 Mar 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
=== Export to LaTeX ===&lt;br /&gt;
&lt;br /&gt;
Feb 10,2005. MindMapping concept is perfect when organizing the structure of a document. I&lt;br /&gt;
believe that it would be a great feature if freemind could directly export a&lt;br /&gt;
mindmap as a LaTeX file (using the text of the main node for the title,&lt;br /&gt;
the text of the main branches for \section and so on).&lt;br /&gt;
&lt;br /&gt;
In the mean time (and since I know nothing about java) I wrote &lt;br /&gt;
[http://control.cicese.mx/twiki/pub/Main/FreeMindToLaTeX/mm2tex this perl script]&lt;br /&gt;
to translate mm-&amp;gt;tex.  Any improvements are welcome. I will mantain this utility&lt;br /&gt;
[http://control.cicese.mx/twiki/bin/view/Main/FreeMindToLaTeX here], but I hope&lt;br /&gt;
this feature will be included in freemind one day.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;June 19, 2007&#039;&#039;&#039;  The above links to the perl script are broken.  Does anyone have it or something similar?&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;17 mei, 2008&#039;&#039;&#039;  I export the mindmap to OpenOffice and uses OpenOffice to export it to Latex. I use OpenOffice 3.0, not sure if that option is already available in 2.0.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;9 Feb, 2009&#039;&#039;&#039;   This is probably the most important feature I&#039;d like to see in freemind; the openoffice conversion trick doesn&#039;t work for my needs.  The link to the perl script is still broken and the link to Freemindtolatex appears down now too.&lt;br /&gt;
&lt;br /&gt;
=== Export and import to Ganttproject ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This link takes you directly to the download and instructions for the export / import xslt files &lt;br /&gt;
[http://wwwl.kutsam.at/home/johannes/index.php?option=com_content&amp;amp;task=view&amp;amp;id=15&amp;amp;Itemid=4 : export / import to ganttproject via xslt ]&lt;br /&gt;
&lt;br /&gt;
in Freemind 0.8 you can use &amp;quot;File-&amp;gt;Export-&amp;gt;Using XSLT&amp;quot; to export a &amp;quot;.gan&amp;quot; file using the xslt file from the link above&lt;br /&gt;
&lt;br /&gt;
=== Export to favorites or bookmarks ===&lt;br /&gt;
&lt;br /&gt;
Requests for enhancements:&lt;br /&gt;
&lt;br /&gt;
* [http://sourceforge.net/tracker/index.php?func=detail&amp;amp;aid=916260&amp;amp;group_id=7118&amp;amp;atid=357118 916260 : Export to Favourites / Bookmarks]&lt;br /&gt;
&lt;br /&gt;
=== Export to ontology formats (OWL, DAML) ===&lt;br /&gt;
&lt;br /&gt;
Requests for enhancements:&lt;br /&gt;
&lt;br /&gt;
* [http://sourceforge.net/tracker/index.php?func=detail&amp;amp;aid=1096791&amp;amp;group_id=7118&amp;amp;atid=357118 1096791 : Export to ontology formats (OWL, DAML)]&lt;br /&gt;
&lt;br /&gt;
=== Export and import to OPML ===&lt;br /&gt;
&lt;br /&gt;
Requests for enhancements:&lt;br /&gt;
&lt;br /&gt;
* [http://sourceforge.net/tracker/index.php?func=detail&amp;amp;aid=940616&amp;amp;group_id=7118&amp;amp;atid=357118 940616 : OPML import / export support]&lt;br /&gt;
&lt;br /&gt;
See also [http://www.opml.org/ OPML]. OPML - Outline Processor Markup Language.&lt;br /&gt;
&lt;br /&gt;
=== Export branch as folder tree ===&lt;br /&gt;
&lt;br /&gt;
A function like &amp;quot;export folder structure&amp;quot; would be useful for the use cases of bookmark manager, and of project preparation. I use [http://sourceforge.net/projects/bkm Bookmark Manager] from SourceForge, a very nice project. I found that importing bookmarks into FreeMind is a great option, if there only was a plugin to export them, Freemind would work as a perfect bookmark manager. Plus, Freemind would work as a nice &#039;project manager&#039; for creating directory-trees for large projects, at least I see I could find it very usable in my projects which require managing a lot of project files. Creating such structure in Freemind and then exporting it would be very usable. Date: Fri, 16 Apr 2004 18:10:33 +0200&lt;br /&gt;
&lt;br /&gt;
=== Import through any XSLT filter===&lt;br /&gt;
The File-&amp;gt;Import Menu should have an item &amp;quot;using xslt&amp;quot;  (just as File-&amp;gt;Export has &amp;quot;using xslt&amp;quot;) This would ease the integration of costum transformations (e.g. ganttchart &amp;lt;-&amp;gt; freemind)&lt;br /&gt;
&lt;br /&gt;
lkcl: not recommended.  xslt is so bad at doing &amp;quot;programming&amp;quot; that you will have an absolutely _awful_ time.  however, if there&#039;s a plugin mechanism, and you want to shoot yourself in the head by  having an xslt import/export plugin - then great!  if the plugin architecture idea is ever taken up, and comes about, i will watch with fascinated horror at your efforts to add an XSLT import plugin...&lt;br /&gt;
&lt;br /&gt;
=== Export and import to GraphViz ===&lt;br /&gt;
&lt;br /&gt;
=== Export to eps ===&lt;br /&gt;
&lt;br /&gt;
=== Integrate with Microsoft Outlook ===&lt;br /&gt;
&lt;br /&gt;
support for adding specially labeled nodes to Outlook&#039;s calendar and Outlook&#039;s todo list.&lt;br /&gt;
&lt;br /&gt;
Is there a way to integrate the calendar dates for start and completion of events into Outlook.&lt;br /&gt;
&lt;br /&gt;
The export formats allowed in Freemind and the import requirements of Outlook appear to be different.&lt;br /&gt;
Is there a format that is acceptable to both of them or a process such as converting to notepad and then into Outlook.&lt;br /&gt;
&lt;br /&gt;
Austin.  austin@elanay.net&lt;br /&gt;
&lt;br /&gt;
=== Integrate with Microsoft Office ===&lt;br /&gt;
&lt;br /&gt;
Enable export in EMF (enhanced metafile format). It will help to integrate FreeMind&#039;s Mind Maps with Word, Excel or Powerpoint.&lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
I&#039;m a new user, and a very computer-illiterate one, but if possible would love to see more integration with Windows Word. At the moment I can copy-paste from FreeMind into Word to get an indented list representing my mindmaps, but could see myself better able to use FM for putting together documents if it had more functionality:&lt;br /&gt;
&lt;br /&gt;
(1) Dynamic integration between Word and FM with nodes mapping to (formatted) Word headings.&lt;br /&gt;
&lt;br /&gt;
(2) Text placed in a node&#039;s Note appearing under the corresponding heading in Word as body text.&lt;br /&gt;
&lt;br /&gt;
(3) Changes made either through Word or FM being reflected in both the document and the corresponding mindmap (including rearrangements, additions, changes to text etc).&lt;br /&gt;
&lt;br /&gt;
No doubt a tall order, but it can&#039;t hurt to ask :)&lt;br /&gt;
&lt;br /&gt;
-KCM&lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
=== Import/Export in various Calendar formats ===&lt;br /&gt;
&lt;br /&gt;
The idea being that I can import can a list of meetings, or tasks into Freemind.  They would be imported into a sub-node and then i can redistribute them in my mindmap as I want. -- Thanx AP&lt;br /&gt;
&lt;br /&gt;
=== Import via XSLT ===&lt;br /&gt;
&lt;br /&gt;
Would be nice to hase the same dialog for importing as the xslt dialog for exporting. That means the user can import any XML with a proper XSL (sure that needs to generate valid .mm, otherwise the importer will throw an error).&lt;br /&gt;
&lt;br /&gt;
=== Export to Executable JAR File ===&lt;br /&gt;
&lt;br /&gt;
Export to an executable JAR file that can be sent to anyone who has Java installed so they can run the mind map in read only mode. The JAR file would contain the Freemind (browser?) JAR and anything else it needs to run, as well as the mind map file I created. This would be extremely useful because it would allow me to send people mind maps who don&#039;t have Freemind installed. I just send them the exported JAR, they double click it and they can view my mind map. This is better than PDF or image exporting because people could actually expand and collapse nodes and it&#039;s better than HTML export because it would look and work much better, like the applet does. Hopefully it would only include the necessary stuff for read only/browse mode to keep the JAR as small as possible.&lt;br /&gt;
&lt;br /&gt;
=== Integrate Editor of choice ===&lt;br /&gt;
&lt;br /&gt;
I&#039;d like to have the opportunity to integrate my editor of choice (well there are only vim and Emacs, right? *g*). Being able to invoke an &amp;quot;edit with ...&amp;quot; using a keyboard shortcut (Ctrl-e perhaps if I&#039;m able to redefine the existing &amp;quot;Export to HTML&amp;quot;-shortcut) enables me to edit e.g. notes of nodes in my editor.&lt;br /&gt;
&lt;br /&gt;
In my editor, I do have *a lot of possibilities* FreeMind is not likely going to implement at all or at least that fast: spell check with my existing personalized dictionary, my already defined macros, vertical/column edit mode, various syntax highlighting, enhanced navigation possibilities, completion, folding, search/replace also with regular expressions, undo/redo, ...  &lt;br /&gt;
&lt;br /&gt;
-- novoid 2009-05-14&lt;br /&gt;
&lt;br /&gt;
:: This would be nice.  Would love to do long node editing in gedit on Ubuntu.  Firefox has a plugin called &amp;quot;It&#039;s All Text&amp;quot; that lets you edit a web page text box in a configurable text editor.  It handles things pretty well with opening up in gedit (for me), and then you save and close it and the web page text box is updated.  Something similar would be super here, although I&#039;d recommend just jumping straight to the external editor for long node editing, if you&#039;ve defined one. [[User:Scarpent|Scarpent]] 19:07, 20 Aug 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Searching ==&lt;br /&gt;
&lt;br /&gt;
Requests for enhancements:&lt;br /&gt;
&lt;br /&gt;
* [http://sourceforge.net/tracker/index.php?func=detail&amp;amp;aid=1084091&amp;amp;group_id=7118&amp;amp;atid=357118 1084091 : Boolean Searches]&lt;br /&gt;
&lt;br /&gt;
Further searching requests.&lt;br /&gt;
* regular expression search&lt;br /&gt;
* incremental search. No popup; with every letter typed, a node containing the string typed so far is found. Can be modelled on Emacs.&lt;br /&gt;
* standard global search and replace functionality of text expressions within nodes&lt;br /&gt;
* search accross all the maps that happen to be open at the time&lt;br /&gt;
&lt;br /&gt;
Actually, I&#039;d wish that we have search across all maps opened or not. Just like &lt;br /&gt;
&lt;br /&gt;
&#039;find . -name &amp;quot;*.mm&amp;quot; -exec grep -H &amp;quot;long term&amp;quot; {} \; &amp;gt; /tmp/scratch, &lt;br /&gt;
&lt;br /&gt;
but much more user friendly. Ideally, there should be a Google Desktop search plug-in for FreeMind. I wish I knew how to do it. &lt;br /&gt;
--[[User:Yubrshen|yushen]] 00:17, 28 Feb 2007 (PST)&lt;br /&gt;
&lt;br /&gt;
=== Plugin architecture for &amp;quot;actions&amp;quot; ===&lt;br /&gt;
&lt;br /&gt;
Searches is a specific category of the general category of &amp;quot;actions&amp;quot;, which should themselves simply be external plugins of actions, with an input capability, output capability and an &amp;quot;iterator&amp;quot; capability.&lt;br /&gt;
&lt;br /&gt;
essentially, what is needed is this:&lt;br /&gt;
&lt;br /&gt;
 * Internally, the &amp;quot;search&amp;quot; terms that you&#039;re performing are stored in a FreeMind database.&lt;br /&gt;
   so, the text (as it&#039;s being typed!) is entered into a list of &amp;quot;Searches&amp;quot;.&lt;br /&gt;
 * The &amp;quot;context&amp;quot; is the location where the search is to be performed.&lt;br /&gt;
 * Then, an external script is run called &amp;quot;search&amp;quot; which is passed the two nodes:&lt;br /&gt;
   the search terms as they&#039;re being typed, and the &amp;quot;context&amp;quot; i.e. the data to be searched.&lt;br /&gt;
&lt;br /&gt;
Essentially, you&#039;re applying subject-predicate-object to the issue.&lt;br /&gt;
&lt;br /&gt;
Then, you could _have_ your &amp;quot;google desktop&amp;quot; search plug-in, because if the data is stored in flat files (instead of XML) and the search term is turned into a flat file, your plugin can return search results by parsing the HTML that comes back from the Google Desktop search and returning new &amp;quot;nodes&amp;quot; or &amp;quot;attributes&amp;quot; in the simple &amp;quot;import&amp;quot; format that was recommended to be added.&lt;br /&gt;
&lt;br /&gt;
== Notes attached to Nodes ==&lt;br /&gt;
&lt;br /&gt;
=== Note enhancements in 0.9 beta 7 ... ===&lt;br /&gt;
&lt;br /&gt;
* As already mentioned in some postings it would be cool if it would be possible to place the note window optionally on each side of the application. &lt;br /&gt;
&lt;br /&gt;
* Further it would be cool if it could be detached from the main-window so that it becomes a kind of tool-window.&lt;br /&gt;
&lt;br /&gt;
* The graphical version of the note window is cool. But it consumes a lot of space ... Is it possible to avoid the nested tabs and put the tabs for &amp;quot;Layout view/HTML Code view&amp;quot; instead as a toggle button on the toolbar? Would save a lot of space and is more useable! Also maybe we could hide the &amp;quot;&amp;lt;END&amp;gt;&amp;quot; Tag in the graphical editor.&lt;br /&gt;
&lt;br /&gt;
* A possibility to set a &amp;lt;nowiki&amp;gt;&amp;lt;br&amp;gt;&amp;lt;/nowiki&amp;gt; instead a &amp;lt;nowiki&amp;gt;&amp;lt;p&amp;gt;&amp;lt;/p&amp;gt;&amp;lt;/nowiki&amp;gt; in notes would be great. In other programms it&#039;s often shift+return. This would lead to less used space in notes.&lt;br /&gt;
&lt;br /&gt;
=== Word wrap for notes ===&lt;br /&gt;
The notes are very important and I tend to write a lot of things in them! So it would be helpful to have for the notes the word wrap option already available for nodes.&lt;br /&gt;
&lt;br /&gt;
=== Shortcut for adding a note to a node ===&lt;br /&gt;
It would be nice if there was a shortcut for adding a note to a node&lt;br /&gt;
&lt;br /&gt;
In mousing from the selected node to the menu in order to reach the Insert-&amp;gt;Note menu item, I often overfly another node: the selection changes, which is a useability feature I like very much - but then the note drops on the newly-selected node, which is not where I wanted it.&lt;br /&gt;
*ditto, a shortcut for adding notes would be of great use. --[[User:Goncalopp|Goncalopp]] 08:03, 27 Sep 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
=== Link to Nodes from Notes===&lt;br /&gt;
I wish to have the ability to create links to various nodes on words within the notes pane. This would be a great feature.&lt;br /&gt;
&lt;br /&gt;
I agree.&lt;br /&gt;
&lt;br /&gt;
=== Mechanism to delete a note from a node ===&lt;br /&gt;
I have not found a way to delete a note from a node.&lt;br /&gt;
&lt;br /&gt;
:Just delete the text from the note.&lt;br /&gt;
&lt;br /&gt;
In my case this doesn&#039;t work - the note icon remains at the node and the notes window keeps appearing if I mouse over such a node. Deleting jsut the text doesn&#039;t help. (Version 0.8.1) - Florian&lt;br /&gt;
&lt;br /&gt;
I can confirm the problem isn&#039;t just for you.  Although it isn&#039;t too hard to open the saved file and remove the Note lines. (Version 0.8.1) - vanstrien&lt;br /&gt;
&lt;br /&gt;
=== Option to keep Notes window open ===&lt;br /&gt;
Many but not all of the nodes in a map have notes. As I mouse around the map, the Notes window pops into and out of existence. This is distracting: I would like an option to keep the Notes window open, and see its text update if the selected node has a note.&lt;br /&gt;
&lt;br /&gt;
Include with this an option to stick with the current note - and be able to move around the map from node to node without changing the note and still be able to edit it.&lt;br /&gt;
&lt;br /&gt;
=== Option to position Notes window at right ===&lt;br /&gt;
I would like the Notes window to be at the right; others may prefer it at the bottom.&lt;br /&gt;
Or to undoc the notes node - movable separate window.&lt;br /&gt;
&lt;br /&gt;
=== Attach note to a node ===&lt;br /&gt;
&lt;br /&gt;
Requests for enhancements:&lt;br /&gt;
&lt;br /&gt;
* [http://sourceforge.net/tracker/index.php?func=detail&amp;amp;aid=1043427&amp;amp;group_id=7118&amp;amp;atid=357118 1043427 : Glorified Endnoting]&lt;br /&gt;
* [http://sourceforge.net/tracker/?group_id=7118&amp;amp;atid=357118&amp;amp;func=detail&amp;amp;aid=974920 974920 : Add notes/comments to node]&lt;br /&gt;
* [http://sourceforge.net/tracker/?group_id=7118&amp;amp;atid=357118&amp;amp;func=detail&amp;amp;aid=671074 671074 : Additional text for a node, displayed in separate text area]&lt;br /&gt;
* [http://sourceforge.net/tracker/?group_id=7118&amp;amp;atid=357118&amp;amp;func=detail&amp;amp;aid=521406 521406 : Separate note for a node, displayed upon request only]&lt;br /&gt;
&lt;br /&gt;
Many people want to have a note attached to a node. Some mind mapping programs have this feature. In my view, such a feature creates a basis for splitting of uses. I would expect long nodes to contain paragraphs or even small articles; I have such nodes, both plain and HTML. I also have long nodes containing nicely set HTML tables. An XSLT transforming script can either assume that paragraphs are in the long nodes or that they are in the notes; not both. Different uses would then require different XSLT scripts. Searching would need to be extended to also search through notes. Notes of different nodes, unlike nodes themselves, cannot be made visible on the canvas at the same time. Without note, every piece of the text in the mind map is a node and therefore first class citizen; it is allowed for it to have children, and whatever feature is offered to other nodes (like icons, time reminders, changing of the default color and the like) is offered to it as well.&lt;br /&gt;
&lt;br /&gt;
Screenshots showing how long nodes can be used follow.&lt;br /&gt;
&lt;br /&gt;
[[Image:FreeMindLongNodes.png]]&lt;br /&gt;
[[Image:FreeMindLongNodes2.png]]&lt;br /&gt;
[[Image:FreeMindLongNodes3.png]]&lt;br /&gt;
&lt;br /&gt;
As this is such a requested feature, I&#039;d like to invite you to discuss pros and cons here. --[[User:Danielpolansky|Danielpolansky]] 11:47, 15 Feb 2005 (PST)&lt;br /&gt;
&lt;br /&gt;
:  The main reasons for enabling node text are as follows:   a).   to speed the process of map construction &amp;amp; brainstorming.   many times note text can be added &amp;quot;after&amp;quot; the primary brainstorming of a topic is complete, as the dimension of information is different - usually it is more detailed.  b).  the second reason is just or even more important, and that is, to enhance &amp;quot;readability&amp;quot; of the map itself.   At our company, we teach that a good mindmap should not contain full sentences, but instead, it should have short phrases - even just one or two words.   That is, studies have found out people can understand the main point of any topic by &amp;quot;seeing&amp;quot; just a few words.   Maps should be &amp;quot;seen&amp;quot; and not &amp;quot;read&amp;quot;.   Then, when more detail is needed, you just open the specific node, or view it by a mouse-over type operation.   So to summarize, SPEED and READABILITY are critical to the maps actual development and use for most people.   --[[ User:GregArndt|GregArndt]] 14:15, 15 Feb 2005 (CST-US)&lt;br /&gt;
&lt;br /&gt;
:: I don&#039;t get the point of a). Current solution does not prevent anynode from adding long nodes after the first brainstorming phase. In fact, without separate note, you can always add something afterwards as there is no limit to the depth. What concerns b), long nodes can be folded. This prevents map from being cluttered.&lt;br /&gt;
&lt;br /&gt;
:: Admittedly, &#039;&#039;mouse over&#039;&#039; operation is not sufficient to show the long nodes folded behind a short one. Having a quick look at many long nodes, one at the time, is currently not that easy; it requires a lot of single clicks. --[[User:Danielpolansky|Danielpolansky]] 12:42, 19 Feb 2005 (PST)&lt;br /&gt;
&lt;br /&gt;
: Ok, here&#039;s my &#039;&#039;go ahead&#039;&#039;. So many people want this feature, and so many mind mapping programs have it. As I am not a mind mapper but rather knowledge manager, I can&#039;t judge on this issue properly. Let&#039;s get surprised. --[[User:Danielpolansky|Danielpolansky]] 12:48, 19 Feb 2005 (PST)&lt;br /&gt;
&lt;br /&gt;
::: Great news.  This will be a real positive addition.   And for users that like long notes on the map, they can still always do that.   Thank you in advance, this is an excellent application that will continue to improve.  ==[[ User:GregArndt|GregArndt]] 23:12,, 19 Feb 2005 (USA-CST)&lt;br /&gt;
&lt;br /&gt;
: To me, HTML long nodes impair Readability of large mindmaps. On the other hand, I get the point that notes don&#039;t exactly fit into the concept. Why not go for a compromise: Long nodes would consist of (1) a first line of text, which is always visible/editable and (2) a formated long text, which is only visible/editable in a drop-down window. I would also appreciate a simpler way of editing formated long text than HTML tags. Why not using a RTF editor add-in? [[User:RainerFaller|RainerFaller]] 30 Dec 2005&lt;br /&gt;
&lt;br /&gt;
:: I am all for this.  I think that if there was some kind of collapsability the long text problem would be solved.  It may be because I am used to programming, but to be able to collapse a bit of text is superb.  This would mean that a long node would be collapsed into a single line, say the first line.  You can still tell what the node is saying with the first line, but the bulk is concealed.  Also, I think that if the nodes are resizable it could be resizable, that would solve the problem. Say a really large node is constructed containing an article, you could resize it to create a scrollable text box.  You would only be viewing part of the article at a time, but i think that is manageable when the structure of the mindmap on the whole is preserved.--[[User:Peterw|Peterw]] 12:00, 5 Oct 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
Maybe it could help to add something like a &#039;keep-folded&#039; property to a node.&lt;br /&gt;
Idea behind it: &lt;br /&gt;
A node with &#039;keep-folded&#039; set is not shown, when the parent of it is unfolded. You would need extra handling for setting the property or showing those &#039;moved to the background&#039; nodes though. But that way a note could just be a node with that property set. I think a property like that could be helpful in other contexts, too. If you use the Mind Map as a todo-list, you could keep done ((sub-)sub-)...)subtasks folded for example. &lt;br /&gt;
Hilmar&lt;br /&gt;
&lt;br /&gt;
: &#039;&#039;&#039;Notes are essential:&#039;&#039;&#039; While you can write really large nodes, a large node will obscure the mindmap. Lets describe it this way: I do want to perform some medical laboratory tests. This is my &#039;&#039;&#039;primary node&#039;&#039;&#039;. I want to add &#039;&#039;&#039;notes&#039;&#039;&#039; on the various aspects how tests should be ordered. The &#039;&#039;&#039;child nodes&#039;&#039;&#039; describe various symptoms and the attached &#039;&#039;&#039;notes&#039;&#039;&#039; add epidemiological information and detail. The next &#039;&#039;&#039;child nodes&#039;&#039;&#039; describe these tests based on the parent symptom nodes. Again, &#039;&#039;&#039;notes&#039;&#039;&#039; offer further details. The problem with notes-as-nodes is, that the huge text size will obscure the siblings (and even the children of those siblings), thus rendering the map ugly and difficult to comprehend. IF the notes would be only on the last hierarchical level, this wouldn&#039;t be such a great problem, BUT IF the notes are written on parent nodes, than the nodes-only approach is a mindblocker, not really a FreeMind.&lt;br /&gt;
&lt;br /&gt;
=== Copy/Export note(s) of node(s) ===&lt;br /&gt;
&lt;br /&gt;
WYSIWYG &amp;amp; note editor ... are very inviting for extensive usage of notes.&lt;br /&gt;
* at the moment it is not simple to export or copy them alltogether (with relevant nodes). Option for exporting the notes (also when clipboard-copying-pasting) would be very welcome - something like &amp;quot;Copy With Notes&amp;quot;, &amp;quot;Export With Notes&amp;quot; or &amp;quot;Print with notes&amp;quot;: &lt;br /&gt;
** e.g. for Export/OpenOfficeWriter notes are not exported (they were in 0.8) - I understand that xslt-s have to be adapted to the new xml format of mm (&amp;lt;richcontent ... type=note...&amp;gt; instead of &amp;lt;hook ...&amp;gt;)&lt;br /&gt;
* Q: can we consider the freeMind mm.xml format as fixed (at least for 0_9_0)?&lt;br /&gt;
&lt;br /&gt;
AlesPoredos &lt;br /&gt;
&lt;br /&gt;
--[[User:ap|ap]] 07:26, 28 Sep 2006 (PDT)&lt;br /&gt;
&lt;br /&gt;
=== Tooltips ===&lt;br /&gt;
&lt;br /&gt;
Having created a map, it might be more natural to enable us to either show the notes as tooltips, or alternatively to add tooltips as seperate children to notes.&lt;br /&gt;
&lt;br /&gt;
--[[User:Slowlearner|Slowlearner]] 12:08, 12 Aug 2009 (GMT)&lt;br /&gt;
&lt;br /&gt;
== Misc ==&lt;br /&gt;
&lt;br /&gt;
=== Please make freemind more colorful ===&lt;br /&gt;
Just like Tony Buzan said, mindmap needs to be very colorful to make your brain exciting.&lt;br /&gt;
Freemind is just too &amp;quot;grey&amp;quot; right now.&lt;br /&gt;
&lt;br /&gt;
=== Screen clipping ===&lt;br /&gt;
If you used Microsoft OneNote, you will notice a very good feature, Screen clipping.&lt;br /&gt;
It allows you anytime, switch to your screen, select an area, got a snapshot and paste the picture in your notes by just few clicks.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This is extremly useful if when taking notes for an online document or electrinic book, no matter what you are reading, pdf, html or ppt, just click and drag, you got the picture in your notes.&amp;lt;br&amp;gt;&lt;br /&gt;
If freemind will support similar feature, that would be great.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Multiple Maps at Startup ===&lt;br /&gt;
When I start FreeMind it loads the last map I worked on, which is very good. I can have multiple maps open, which I juse a lot, so I can work on multiple projects at the same time. However when I close FreeMind and open it again, it only loads the last active map. It would be very usefull if it loaded all the maps that was open when FreeMind was closed, so I quickly can continue to work on my ongoing projects.&lt;br /&gt;
&lt;br /&gt;
: Yes, I want this &#039;&#039;&#039;very&#039;&#039;&#039; much! --[[User:Ase|Ase]] 10:29, 9 Jul 2008 (PDT)&lt;br /&gt;
: So do I. Leos&lt;br /&gt;
: Me as well. --[[User:Terkor|Terkor]] 02:32, 4 Nov 2008 (UTC)&lt;br /&gt;
&lt;br /&gt;
=== Single Copy Multiple ===&lt;br /&gt;
The Single Copy command is used to grab stuff to duplicate without also copying all child nodes. For example I have numbered items that I keep in an &amp;quot;Unresearched&amp;quot; node, and the same numbered items in a &amp;quot;Researched&amp;quot; Node. Instead of entering the node #&#039;s of 1 - 20 several times, I would like to be able to use the Copy Single command while selecting multiple items. Obviously it would have to be renamed &amp;quot;Copy Without Children&amp;quot; or something similar. Just keeping the command the same but adding support for multiple selection would help me a lot. Then I could copy items 1 - 20 and paste them somewhere else in one shot.&lt;br /&gt;
&lt;br /&gt;
: This is definitely a good request. The action for copying without children would have to be renamed from &amp;quot;Single Copy&amp;quot; to &amp;quot;Shallow Copy&amp;quot; or &amp;quot;Copy without Children&amp;quot; as you suggested. --[[User:Danielpolansky|Danielpolansky]] 10:13, 2 Jun 2006 (PDT)&lt;br /&gt;
&lt;br /&gt;
: I would also need something in the same vein. I have a deep tree of actions from which I choose leaves to do today. I would like to keep the classification embodied in the ancestors of any chosen leaf node I copy to the Today FreeMind. If I could click on a node (not just a terminal leaf) and &amp;quot;Copy Ancestors&amp;quot;, then paste I would save a lot of time. The Copy Ancestors would copy all ancestors exclusing the single root node. A variation would be to click a series of consecutively embedded nodes and &amp;quot;Copy Chain&amp;quot; which would copy the nodes themselves only, without any other children, and keep the chain as a unit.&lt;br /&gt;
&lt;br /&gt;
=== Print across pages ===&lt;br /&gt;
Would be great to have a possibility to print spanning over several pages if mind map is huge.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Hint:&#039;&#039;&#039; In 0.8.0 this is possible if you deactivate the &amp;quot;scale to one page&amp;quot; checkbox in the page format dialog and enters a scale factor like &amp;quot;1.0&amp;quot;. But there seems to be a little bug; if I enter just &amp;quot;1&amp;quot; as scale factor the output is still scaled to fit on one page.&lt;br /&gt;
&lt;br /&gt;
=== Print out of notes ===&lt;br /&gt;
I think it is a very good idea to add the possibility to print out the notes together with the map(on a separate page/pages), something like as in the export of HTML sides.&lt;br /&gt;
&lt;br /&gt;
   I agree with this suggestion. It makes a lot of sense to be able to print your notes.&lt;br /&gt;
&lt;br /&gt;
=== Print preview ===&lt;br /&gt;
I would like to have a print preview dialog to see if my manually set scale factor (defined in the page format dialog) is ideal.&lt;br /&gt;
&lt;br /&gt;
=== Auto scale to fit one page wide for printing ===&lt;br /&gt;
I would like to be able to set a map to print &amp;quot;one page wide&amp;quot; rather than just &amp;quot;fit one page&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
=== Auto scale to fit several pages ===&lt;br /&gt;
As RFE 972845 another has already provided code to have FreeMind scale the output to fit several pages. It would be really nice to have this enhancement in the normal code base.&lt;br /&gt;
&lt;br /&gt;
=== Calculations ===&lt;br /&gt;
I think that is good idea to add possibility to associate numeric values with nodes and make top nodes to recursively calculate sum of child nodes&#039; values. This feature will turn FreeMind into &#039;&#039;&#039;easy and visual way to do home accounting or resource planning&#039;&#039;&#039;. Adding, removing or dragging child nodes between parents must cause sum to update.&lt;br /&gt;
&lt;br /&gt;
More complex feature - adding multiplication factors to parent nodes.&lt;br /&gt;
: &#039;&#039;&#039;I vote for this.&#039;&#039;&#039; I think such a feature would open Freemind to a new business public: those who must build work resources planning/estimations WBS (Work Breakdown Stucture). Excel could be favourably replaced by mind maps softwares with such capabilities. &lt;br /&gt;
: From a more technical point of view, I would add that each node should be associated with an &#039;&#039;&#039;aggregation function&#039;&#039;&#039; like sum (default), average, geometric average, or even user defined aggregation function. Nodes would gather value of their children and aggregate it to set their own value.--[[User:OliGator|OliGator]] 08:55, 22 Oct 2006 (PDT)&lt;br /&gt;
&lt;br /&gt;
: For now, I didn&#039;t used the Time plug-in ; my expects would go in two directions (--[[User:JdX|JdX.fr]]  200706222:&lt;br /&gt;
: Go-ing to plan a bussiness, I would like to get some Calculations as said above, that I could get back into a calc-like spreadsheet in another window.&lt;br /&gt;
: May I imagine better than a number and an aggregation function, I would enjoy to improve in triplet-properties, not only a number and a function for each node... You may know high potential in A.I. for that representation for many qualities (I began to work on wikini.net on that matter..)&lt;br /&gt;
&lt;br /&gt;
=== Support for Unicode and RTL languages ===&lt;br /&gt;
&lt;br /&gt;
I think that the inclusion of better support for Unicode and RTL languages such as Hebrew and Arabic would allow a larger number of people to use Freemind as their mind-mapping tool of choice.&lt;br /&gt;
&lt;br /&gt;
: What support of unicode are you missing? FreeMind is unicode-enabled. --[[User:Danielpolansky|Danielpolansky]] 11:56, 27 Jul 2005 (PDT)&lt;br /&gt;
&lt;br /&gt;
:: It doesn&#039;t work with Vietnamese. Try this: HÃÂ  NÃ¡Â»Âi, SÃÂ i GÃÂ²n, ChÃ¡Â»Â£ LÃ¡Â»Ân * a ÃÂ¡ ÃÂ  Ã¡ÂºÂ£ ÃÂ£ Ã¡ÂºÂ¡ ... [[User:DeltaVictorLima|DeltaVictorLima]] 11:24, 18 Jun 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
=== Use UTF-8 in the XML file to store unicode characters ===&lt;br /&gt;
&lt;br /&gt;
: FreeMind 0.8.0&#039;s utf-8 support is limited, I think. When open file, FreeMind simply loads the file contents into buffer without valid and proper encoding, if .mm file version matches current freemind version. And all Chinese characters encoding as &amp;quot;&#039;&#039;&amp;amp;#x...;&#039;&#039;&amp;quot; is meaningless for Chinese. I have a patch for this: [[User:Jiangxin/Better_chinese_characters_support]]. --[[User:Jiangxin|Jiangxin]] 11:53, 6 Apr 2006 (PDT)&lt;br /&gt;
&lt;br /&gt;
:: Indeed, FreeMind does not support UTF-8. Maybe it would be better if it would. That would improve the ease with which the XML files can be read directly in plain text editors. --[[User:Danielpolansky|Danielpolansky]] 10:18, 2 Jun 2006 (PDT)&lt;br /&gt;
&lt;br /&gt;
::: Shouldn&#039;t the .mm-file be changed to a real XML file first? It does not have a XML declaration, like &amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;ISO-8859-1&amp;quot;?&amp;gt;... This gives far better support when opening it in standalone XML editors, and you can also validate your XML. --[[User:pahles|pahles]] 21:16, 3 Jun 2006 (UTC+2)&lt;br /&gt;
&lt;br /&gt;
: Vote for this! It is impossible to compare/merge different mindmaps (also process/edit) with ÃÂ«entities gibberishÃÂ» like ÃÂ«&amp;amp;#1087;&amp;amp;#1086; &amp;amp;#1087;&amp;amp;#1088;&amp;amp;#1086;&amp;amp;#1077;&amp;amp;#1082;&amp;amp;#1090;&amp;amp;#1091; &amp;amp;#171;SAT&amp;amp;#187;ÃÂ»--[[User:StasFomin|StasFomin]] 19:36, 2 Mar 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
=== Support general graphs rather than trees ===&lt;br /&gt;
&lt;br /&gt;
Some users want FreeMind to support general graphs rather than only trees. To an extent, their wish is covered by what we call arrow links, and what is called connectors in Microsoft Powerpoint. FreeMind&#039;s arrow links are not that powerful as connectors, but that can be improved.&lt;br /&gt;
&lt;br /&gt;
Still, FreeMind is not planned to become a general graph editor, or a concept mapper. Some years ago there was a [http://sourceforge.net/forum/forum.php?thread_id=821693&amp;amp;forum_id=22101 discussion] on that in Open Discussion forum, followed by a concluding [http://sourceforge.net/forum/forum.php?thread_id=957873&amp;amp;forum_id=22101  consideration] by me where the final position on the issue is stated together with an explanation. --[[User:Danielpolansky|Danielpolansky]] 11:56, 27 Jul 2005 (PDT)&lt;br /&gt;
&lt;br /&gt;
===Always On===&lt;br /&gt;
&lt;br /&gt;
I would like to minimize to the system tray(for Windows). Or better yet, let&#039;s run FreeMind as a transparent window docked to the desktop. Like my brain, I like to always have FreeMind on in the background. Regardless, thanks!&lt;br /&gt;
&lt;br /&gt;
: You can google for RBTray, which lets you minimise anything to the system tray. -- JettLogic&lt;br /&gt;
&lt;br /&gt;
===Better File Operations, Restore Workspace, New File Extension===&lt;br /&gt;
&lt;br /&gt;
On Mac OS X at least, the file dialog is buggy - it does not show network drives or my iDisk. Also, it would be useful to have FreeMind re-open the last edited file (and restore the workspace as it was when the user last quit). Still, the most annoying thing is the .mm filename extension - that extension is tied to Obj-C code files in Mac OS X, and probably on other platforms as well. Maybe .mind or .mmp? -- RuiCarmo&lt;br /&gt;
&lt;br /&gt;
===File Dialog Improvements===&lt;br /&gt;
&lt;br /&gt;
The file dialogs could use some minor improvements.  I would like the dialog boxes for load and save to remember what directory they were in and start from there the next time the dialog is open. &lt;br /&gt;
&lt;br /&gt;
Also, if you try to open a file from the &amp;quot;recent files&amp;quot; list but the file no longer exists, there is no warning from freemind.  It would be better to have a &amp;quot;file not found&amp;quot; warning, and better still to remove the bad entry from the list when that happens.  --fist_187&lt;br /&gt;
&lt;br /&gt;
It would be better not to &amp;quot;remember what directory they were in&amp;quot;, but add possibility to choose &amp;quot;Default directory&amp;quot; in Preferences, which will be opened automatically whenever you save or load something. --Elwin&lt;br /&gt;
&lt;br /&gt;
Yes the file dialogs could use some improvements. It should be possible these days to simply use the native OS&#039;en File Open dialogs.  IMHO, either that or a full-featured file dialog that a) provides a few shortcuts to frequently used directories,  b) remembers the directory used last time, -or- uses a default directory, and c) allows one to create new directories&lt;br /&gt;
&lt;br /&gt;
=== Crosslinking Nodes ===&lt;br /&gt;
&lt;br /&gt;
The possibility to create cross-references between nodes which are &lt;br /&gt;
already part of the mindmap tree would be a great feature. In many &lt;br /&gt;
real-life mindmaps items could not be categorized in one and only &lt;br /&gt;
one category. The possibility to visualize these dependencies would &lt;br /&gt;
be a great advantage over other mindmap solutions. Something like &lt;br /&gt;
this is already implemented in Freemind by selecting two nodes &lt;br /&gt;
and pressing STRG+L.&lt;br /&gt;
&lt;br /&gt;
For enhancing this feature the following aspects should receive attention:&lt;br /&gt;
* the application should visualize cross-references in a eye-friendly way&lt;br /&gt;
** nodes with cross-references should be directly identifiable (i.e. by color, shape-type, ...)&lt;br /&gt;
** mouse-over effects visualize the dependencies with flashing nodes&lt;br /&gt;
** dashed grey lines sound visualize cross-dependencies&lt;br /&gt;
* cross-references, especially those which reside not current view-context, should be traceable by a hotkey which toggles b+etween the source and the destination node of a link.&lt;br /&gt;
* if a source or destination-node is in hinged position the link should be optionally visualized by propagated a parent nod+e as source or destination-node&lt;br /&gt;
&lt;br /&gt;
Is it possible to add links to specific nodes in other FreeMind map files? Perhaps using Request Parameters in the external hyperlink URL? Identifying the target node while creating the link may be tricky. Here is an idea on how that can be done: &amp;lt;br/&amp;gt;&lt;br /&gt;
When creating the link, a dialog window with two textboxes can be used. One textbox would be for the hyperlink URL and the other would be for the target node name. The target node name textbox would have an auto-complete feature (with dropdown) that uses a list of node names that were obtained from the target map file. There could be a button next to the URL textbox that starts the node name retrieval process from the target map file. Before hitting the button the target node name textbox is disabled, and it is enabled after the node names have been read. --[[User:EdB|EdB]] 10:37, 2 Sep 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
=== Unlimited/Arbitrary Attributes ===&lt;br /&gt;
&lt;br /&gt;
We use a couple of different products (including an internally developed one) to manage requirements. In each case we have the ability to assign arbitrary attributes to requirements at any level in the structure (e.g., Type=Priority Value=High or Type=Source Value=Mike Jones). To support migration between Freemind and these requirements management tools, Freemind should allow X number of attributes per requirement. Though I know this concept would scare the minimalists.&lt;br /&gt;
-- unknown&lt;br /&gt;
&lt;br /&gt;
And a custom plugin might read these values, then calculate and display something on the map, e.g. an indicator or an aggregate.&lt;br /&gt;
-- [[User:abadger|abadger]] 30 May 2006&lt;br /&gt;
(or even just set the colour or insert a tick or cross icon) --[[User:Violetlight|Violetlight]] 15:24, 2 Aug 2006 (PDT)&lt;br /&gt;
&lt;br /&gt;
It would be really nice if as well as text attributes, we could support check or radio buttons (e.g. &amp;quot;done&amp;quot;, or &amp;quot;priority H/M/L&amp;quot;)&amp;lt;br&amp;gt;&lt;br /&gt;
A node action or a function key/pattern (see below) could check the box.&lt;br /&gt;
--[[User:Violetlight|Violetlight]] 15:22, 2 Aug 2006 (PDT)&lt;br /&gt;
&lt;br /&gt;
=== Node-specific actions ===&lt;br /&gt;
&lt;br /&gt;
At the moment, there is one &amp;quot;action&amp;quot; on a node (discounting the usual edit/cut/paste etc) - navigate to the target link.&lt;br /&gt;
&amp;lt;p/&amp;gt;&lt;br /&gt;
I can see a reason to have more than one action on a node, depending on the semantics of the map&#039;s content, and specifically the storage backend or plugin.  For example, a map that was a live visualisation of the tree structure of a website could have an action to navigate to a page, to check it with a W3C validator, to edit the page, to submit it to a search engine etc etc.  These actions would be defined by the plugin supplying the data content, or by other plugins resident - e.g. &amp;quot;schedule this node&amp;quot; for the time scheduling plugin or &amp;quot;bookmark this node&#039;s target&amp;quot; for a (possible future) Google Bookmarking plugin.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
I can see two (possibly co-existing) methods of implementing this:&lt;br /&gt;
# A context-specific node sub-menu cascading off the right button menu called &amp;quot;Actions-&amp;gt;&amp;quot;&lt;br /&gt;
# A control-right-button menu just for actions on the node&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
I&#039;d welcome feedback on whether this is a nutcase idea. --[[User:Violetlight|Violetlight]] 15:16, 2 Aug 2006 (PDT)&lt;br /&gt;
&lt;br /&gt;
===Images in freemind===&lt;br /&gt;
&lt;br /&gt;
I really like the way freemind can use images as nodes.  However, one of the problems with adding a lot of images to a map is that they are all different sizes.  So, I wrote this php script:&lt;br /&gt;
 &amp;lt;?php&lt;br /&gt;
 &lt;br /&gt;
        $tsize = 100; //thumbnail size&lt;br /&gt;
 &lt;br /&gt;
        function noresize($name)&lt;br /&gt;
        {&lt;br /&gt;
                global $argv;&lt;br /&gt;
                $fullpath = $argv[1] . &amp;quot;$name&amp;quot;;&lt;br /&gt;
                echo &amp;quot;&amp;lt;node TEXT=\&amp;quot;&amp;amp;amp;lt;html&amp;amp;amp;gt;&amp;quot;;&lt;br /&gt;
                echo &amp;quot;&amp;amp;amp;lt;img src=&amp;amp;amp;quot;$fullpath&amp;amp;amp;quot;/&amp;amp;amp;gt; \&amp;quot;&amp;quot;;&lt;br /&gt;
                echo &amp;quot; FOLDED=\&amp;quot;true\&amp;quot;&amp;gt;\n&amp;lt;/node&amp;gt;\n&amp;quot;;&lt;br /&gt;
        }&lt;br /&gt;
 &lt;br /&gt;
        function thumbit($name, $w, $h)&lt;br /&gt;
        {&lt;br /&gt;
                global $argv;&lt;br /&gt;
                $fullpath = $argv[1] . &amp;quot;$name&amp;quot;;&lt;br /&gt;
                echo &amp;quot;&amp;lt;node TEXT=\&amp;quot;&amp;amp;amp;lt;html&amp;amp;amp;gt;&amp;amp;amp;lt;img src=&amp;amp;amp;quot;$fullpath&amp;amp;amp;quot;&amp;quot;; &lt;br /&gt;
                echo &amp;quot; width=&amp;amp;amp;quot;$w&amp;amp;amp;quot; height=&amp;amp;amp;quot;$h&amp;amp;amp;quot;\&amp;quot; FOLDED=\&amp;quot;true\&amp;quot;&amp;gt;\n&amp;quot;;&lt;br /&gt;
                echo &amp;quot;&amp;lt;node TEXT=\&amp;quot;&amp;amp;amp;lt;html&amp;amp;amp;gt;&amp;amp;amp;lt;img src=&amp;amp;amp;quot;$fullpath&amp;amp;amp;quot;\&amp;quot;&amp;quot;; &lt;br /&gt;
                echo &amp;quot; FOLDED=\&amp;quot;true\&amp;quot;&amp;gt;\n&amp;lt;/node&amp;gt;\n&amp;quot;;&lt;br /&gt;
                echo &amp;quot;&amp;lt;node LINK=\&amp;quot;$fullpath\&amp;quot; TEXT=\&amp;quot;$name\&amp;quot;&amp;gt;\n&amp;lt;/node&amp;gt;\n&amp;quot;;&lt;br /&gt;
                echo &amp;quot;&amp;lt;/node&amp;gt;\n&amp;quot;;&lt;br /&gt;
        }&lt;br /&gt;
 &lt;br /&gt;
        if ($argc &amp;lt; 3)&lt;br /&gt;
        {&lt;br /&gt;
                die(&amp;quot;usage: &amp;quot; . $argv[0] . &amp;quot; IMAGEPATH IMAGE1 [[IMAGE2] ... ]\n&amp;quot;);&lt;br /&gt;
        }&lt;br /&gt;
 &lt;br /&gt;
        echo &amp;quot;&amp;lt;map version=\&amp;quot;0.7.1\&amp;quot;&amp;gt;\n&amp;lt;node TEXT=\&amp;quot;Ian&#039;s image generator\&amp;quot;&amp;quot;;&lt;br /&gt;
        echo &amp;quot; FOLDED=\&amp;quot;true\&amp;quot;&amp;gt;\n&amp;quot;;&lt;br /&gt;
 &lt;br /&gt;
        for ($i=2; $i&amp;lt;$argc; $i++)&lt;br /&gt;
        {&lt;br /&gt;
                $myimg = $argv[$i];&lt;br /&gt;
                $props = getimagesize($myimg);&lt;br /&gt;
                $w = $props[0];&lt;br /&gt;
                $h = $props[1];&lt;br /&gt;
 &lt;br /&gt;
                if ($w &amp;lt;= $tsize &amp;amp;&amp;amp; $h &amp;lt;= $tsize) //too small&lt;br /&gt;
                {&lt;br /&gt;
                        noresize($myimg);&lt;br /&gt;
                }&lt;br /&gt;
                else if ($w &amp;lt; $h) //resize height to 100, scale width&lt;br /&gt;
                {&lt;br /&gt;
                        $w = intval(($tsize * $w) / $h);&lt;br /&gt;
                        $h = $tsize;&lt;br /&gt;
                        thumbit($myimg, $w, $h);&lt;br /&gt;
                }&lt;br /&gt;
                else //resize width to 100, scale height&lt;br /&gt;
                {&lt;br /&gt;
                        $h = intval(($tsize * $h) / $w);&lt;br /&gt;
                        $w = $tsize;&lt;br /&gt;
                        thumbit($myimg, $w, $h);&lt;br /&gt;
                }&lt;br /&gt;
        }&lt;br /&gt;
 &lt;br /&gt;
        echo &amp;quot;&amp;lt;/node&amp;gt;\n&amp;lt;/map&amp;gt;\n&amp;quot;;&lt;br /&gt;
 ?&amp;gt;&lt;br /&gt;
This is a command line PHP script, so to use it under linux you would type something like:&lt;br /&gt;
 $ php freemindImgGen.php &amp;quot;file:////path/to/prepend/to/images/&amp;quot; image1.jpg [image2.jpg ... ]&lt;br /&gt;
This will output the text for a new mind map (direct it to a file of your choice) with each image thumbnailed in its own node.  The images should all be in the same directory (for some reason, relative paths for images don&#039;t seem to work).  Each thumbnailed image will have 2 child nodes: one node with the full size image and one node with the filename of the image as a freemind link.&lt;br /&gt;
&lt;br /&gt;
Anyway, the reason that I&#039;m posting this here in the request section instead of the user contributions section is that I would like to see this behavior ported into freemind itself.  This would be a better behavior for when you drag-and-drop an image file into freemind, as it does just about everything you would want to do with an image in one shot.   --fist_187&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:[[User:lkcl]] - fist_187: this is a fantastic example of an import/export plugin program that should NOT be added into freemind: it should be possible to RUN this program on-demand from FreeMind from WITHIN freemind as a plugin extension.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
--[[User:Pdf|pdf]] 22:11, 30 Aug 2009 (UTC): A thumbnail image function is a great idea! Some images can be huge, and thumbnails would be an excellent option.  Photographers could make big use of this, but images in general just make an idea map a richer communication tool.  In fact, this capability could re-invent the typical image &amp;quot;gallery&amp;quot; that is often a liner row of images, or an unwieldy table, because images would be represented in a hierarchical context of other references or meaning.  Of course, a link to the original file always lets a viewer see an image in its full glory.&lt;br /&gt;
&lt;br /&gt;
However, for the general non-programmer user I would implement the user interface like this: &lt;br /&gt;
 &lt;br /&gt;
- When an image is inserted, create a thumbnail as a default (or by prompt) to avoid unpleasant surprises of large images taking over the UI and displacing everything else. &lt;br /&gt;
&lt;br /&gt;
- Add an option to convert an image back to normal, or back to thumbnail.&lt;br /&gt;
&lt;br /&gt;
- In preferences, let the user select &amp;quot;thumbnail&amp;quot; as default, or not, and let the user specify the size (as a maximum dimension of either side of the image). Let the user choose whether a prompt appears, or add a check box to the prompt to not ask again.  Another useful preference would be to specify a thumbnail directory (default location inside source image directory)&lt;br /&gt;
&lt;br /&gt;
- As another option (or as a future enhancement) the program would either 1)Create new image files to use as thumbnails, or 2)Generate thumbnails on the fly for display only (or read in thumbnails that may already be appended to some image formats by certain images editors) and maybe cache them. The advantage of reading in on the fly is that the size could also be changed on the fly.  The downside is the time required for the program to generate on-the-fly images in large maps.&lt;br /&gt;
&lt;br /&gt;
- Provide a link to the file so the user can open the full size version in its associated application.&lt;br /&gt;
&lt;br /&gt;
- When importing a folder of files provide an option to import any images.&lt;br /&gt;
&lt;br /&gt;
- After a folder is imported, provide an option to add images to existing links.&lt;br /&gt;
&lt;br /&gt;
=== Node Cloning or Mirroring (aka soft links) ===&lt;br /&gt;
&lt;br /&gt;
Requests for enhancements:&lt;br /&gt;
&lt;br /&gt;
* [http://sourceforge.net/tracker/index.php?func=detail&amp;amp;aid=1021772&amp;amp;group_id=7118&amp;amp;atid=357118 1021772 : One Node object at different places]&lt;br /&gt;
&lt;br /&gt;
One feature request that has attracted a lot of attention from users is what they call &#039;&#039;node cloning or mirorring&#039;&#039;. This amounts to enabling a node to have more than one fathers. That is, such a node appears visually at more places of a map, still, has only one structure and data. Linking a node graphically to more parts of a map is already possible, but users proposing cloning would like to see more visually integrated approach.&lt;br /&gt;
&lt;br /&gt;
Users get encouraged by the fact that the hierarchical application&lt;br /&gt;
[http://leo.sf.net/ LEO] already has such a feature.&lt;br /&gt;
&lt;br /&gt;
This feature has been discussed at forums under threads&lt;br /&gt;
[http://sourceforge.net/forum/forum.php?thread_id=1022954&amp;amp;forum_id=22101 Cloning of nodes] and [http://sourceforge.net/forum/forum.php?thread_id=1051440&amp;amp;forum_id=22101 Node cloning/mirroring].&lt;br /&gt;
&lt;br /&gt;
: I would REALLY like it if FreeMind supported &#039;shortcuts&#039;, &#039;soft/hard links&#039;, or &#039;virtual folders&#039;. You know what I mean? Just some manner of having one node (and its sub-nodes) be able to exist in 2 different places at once. Change one clone, the other is affected, delete one clone, they all go away. (with options to make it a copy instead of a clone, etc...) You&#039;d make my day if you&#039;d add this functionality! --anonymous&lt;br /&gt;
&lt;br /&gt;
: Alright, but &amp;quot;cloning&amp;quot; is not a good term for this as it implies having a physical copy of something. Less misleading could be &amp;quot;linking&amp;quot;, &amp;quot;mirroring&amp;quot;, &amp;quot;redirecting&amp;quot;, &amp;quot;pointing&amp;quot;, &amp;quot;referring&amp;quot;... --anonymous&lt;br /&gt;
&lt;br /&gt;
:: You are right; cloning is not a proper term. This is the way our users expressed their wishes. --[[User:Danielpolansky|Danielpolansky]] 09:26, 20 Dec 2004 (PST)&lt;br /&gt;
&lt;br /&gt;
: I agree too - soft links would be a great feature -- Brad Langhorst&lt;br /&gt;
&lt;br /&gt;
: Seconded - the suggestion on sourceforge of using a local link, but with a &amp;quot;ghost&amp;quot; display at the current location (instead of jumping to the destination of the link) sounds like the way to go.  The side-effect is that you could have a cycle, whereby you are in node A, with child B being a ghost-link to C, expanding C reveals child D which is a ghost-link back to A. -- JettLogic&lt;br /&gt;
&lt;br /&gt;
=== Mindmap-Wikis ===&lt;br /&gt;
&lt;br /&gt;
Creating a mixture of Freemind and a Wiki would be very interesting. It would be shown on the web, and editable by everybody, like a Wiki, but it would not be text-only but a FreeMind&#039;s mind map instead.&lt;br /&gt;
&lt;br /&gt;
That is, provide FreeMind user interface to the underlying wiki technology, handling versioning and other issues. Is there any use of wiki markup in this scenario? (lkcl: yes - see &amp;quot;Notes&amp;quot; section!)&lt;br /&gt;
&lt;br /&gt;
: [[User:lkcl]] - all of these things are possible if you split out a plugin architecture for import / export of data.&lt;br /&gt;
&lt;br /&gt;
Current wiki technology like MediaWiki is already quite attractive in its present state. Either FreeMind interface would be the only one, which would in my view discourage most of the users, or FreeMind interface would be alternative to a web interface, which would require FreeMind to understand wiki markup. This considered, I hold such a project for too expensive compared to the value it brings. Quite another issue is collaborative mind mapping. This issue is similar to wiki, but here the wiki name does not properly apply as neither wiki markup nor wiki&#039;s versioning concept applies. --[[User:Danielpolansky|Danielpolansky]] 13:24, 18 Feb 2005 (PST)&lt;br /&gt;
&lt;br /&gt;
Ok, GraphViz is not really mindmapping, but oddmuse-wiki in colaboration with graphviz is really fascinating, take a look (and don&#039;t forget to follow the &amp;quot;Edit the text of the Page&amp;quot;-link): http://wiki.doomicile.de/LinuxMuleHistory -- HinnerK&lt;br /&gt;
&lt;br /&gt;
: I don&#039;t get your point. What is the relevance to the topic discussed here? --[[User:Danielpolansky|Danielpolansky]] 13:28, 18 Feb 2005 (PST)&lt;br /&gt;
&lt;br /&gt;
:: [[User:lkcl]] he&#039;s illustrating that the text you see on that page is actually created by simply putting &amp;quot;digraph { ..... }&amp;quot; into the text, you get a really cool graph.  in other words, he&#039;s illustrating that it would be easy to replace the FreeMind user interface, written in stupid java, by an oddmuse-wiki using the &amp;quot;digraph ....&amp;quot; concept.&lt;br /&gt;
&lt;br /&gt;
I would suggest starting with a simple [http://www.webdav.org/ save-to-WebDAV] option, and then following it up with a standardized [http://www.xmlrpc.com/ XML-RPC] interface (maybe Atom would be too complex). Having some sort of hooks into node editing operations in the code would be useful, so that people could develop plugins of some sort to perform the actual HTTP transactions live from the applet version -- RuiCarmo&lt;br /&gt;
&lt;br /&gt;
The first thing that came to my mind while opening FreeMind for the very first time was: &amp;quot;Would it be possible to integrate Wiki in FreeMind?&amp;quot;. Currently I am working with a project management software (named Trac) which integrates a Wiki Engine. It is a kind of colaborative project management solution, and it has encouraged all the team to document and activelly contribute to each otherÃÂ´s tasks. &lt;br /&gt;
&lt;br /&gt;
Maybe WikiFreeMind :-) could be something similar. I donÃÂ´t think that FreeMind being the only one interface to be an issue, I think it would be great if we could use wiki formatting inside FreeMind nodes. It would be easy (a gross guess) to allow &#039;&#039;Wiki-links&#039;&#039; between nodes, or wiki/web-pages &#039;&#039;outside&#039;&#039; the map. &lt;br /&gt;
&lt;br /&gt;
It would not be too difficult to do a kind of serialization of the map as a Wiki Database, each node being a wiki page, following the extension mechanics proposed by WikiMedia, you could allow wiki tags that would keep track of the properties of the node as a serialized wiki-page. ItÃÂ´s pretty much brainstorming, but I think it would be possible to use FreeMind as a Wiki Navigator, and the Web Browser + Wiki Engine as a Node Editor. --[[User:loudenvier|loudenvier]] 17:15, 05 Apr 2005 (BRA)&lt;br /&gt;
&lt;br /&gt;
Have a look at the [http://wikkawiki.org/HomePage WikkaWiki software]. My zero programming skills don&#039;t let me to grasp how it works or what it does. But it seems pretty interesting. It allows to insert FreeMind maps into the wiki. [http://wikkawiki.org/MindMapRecentChanges here&#039;s a inline example].&lt;br /&gt;
--[[User:Calamar|Calamar]] 04:31, 20 Dec 2005 (PST)&lt;br /&gt;
&lt;br /&gt;
: This portion hasn&#039;t been edited in a while. With the flash plugin in architecture in place for .9 beta 9 it shouldn&#039;t be too much of a problem to create graphical representations of a wiki to Freemind. The user would have to download the wiki page into the Freemind application and then upload the finished product after editing. It might seem like a long round trip but it would be very useful. &lt;br /&gt;
&lt;br /&gt;
: Furthermore, the Flash application should/could be smart enough to detect a wiki word in the Freemind and auto link it.&lt;br /&gt;
--[[User:Ddaniels|Ddaniels]] 05:17, 24 Mar 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
* There is an development approach for mediawiki and freemind (browser): http://www.wikimindmap.org/ which is available with GNU GPL v3. I managed it to get it run after understanding the config in the getpages.php and the index.php and discommenting something out in getpages.php. But it currently does not show some articles and categories. Perhaps someone is able to bring it to a better version: [[:Image:wwm_zip.mm]]. Just rename file extension to zip. --[[User:Hiverider|Hiverider]] 15:08, 26 Mar 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
===Applet allowing editing mind maps.===&lt;br /&gt;
&lt;br /&gt;
Requests for enhancements:&lt;br /&gt;
&lt;br /&gt;
* [http://sourceforge.net/tracker/index.php?func=detail&amp;amp;aid=1061195&amp;amp;group_id=7118&amp;amp;atid=357118 1061195 : Editor Mode (MindMap Mode) applet]&lt;br /&gt;
&lt;br /&gt;
It would be fine to edit a map via applet and save it to a webserver directory.&lt;br /&gt;
&lt;br /&gt;
: Indeed it would be fine. This is related to integration of mindmaps in wikis. In particular, [http://wikka.jsnx.com/HomePage WikkaWiki] uses freemind applet to show mindmaps in web pages. Unfortunately, mindmap edition is not possible while it is obviously possible for text. Such a capability would allow mindmap to be editable inside a wiki by wiki users. I also think this is more natural and a lot easier to insert mindmap capabilities inside wiki softwares than implement wiki functionnalities inside freemind. Don&#039;t you ? --[[User:OliGator|OliGator]] 09:18, 22 Oct 2006 (PDT)&lt;br /&gt;
&lt;br /&gt;
I wonder why the .mm extension is mandatory on the applet. At this point on the web we use Content-type instead of extensions, isn&#039;t it? Why then don&#039;t use Content-type OR .mm extension to open a map with the applet?&lt;br /&gt;
&lt;br /&gt;
Will be fantastic if the applet could capture drop events. With this enhancement we could use a custom toolbar to add custom snippets or integrate it with our solutions&lt;br /&gt;
&lt;br /&gt;
Leos: Editing capabilities would be great benefit. I use multiple computers and notebooks at the office and at home, so it is nightmare to synchronize their content. If I could just open the map from browser, modify it and click save, I would be very happy. If there are some Java security restrictions, you can implement it via some servlet, I could deploy into my server.&lt;br /&gt;
&lt;br /&gt;
=== Saving maps using WebDAV ===&lt;br /&gt;
&lt;br /&gt;
Let FreeMind read from and save to [http://www.webdav.org WebDAV] server. Repeatedly requested.&lt;br /&gt;
&lt;br /&gt;
According to the WebDAV website,&lt;br /&gt;
&lt;br /&gt;
: WebDAV stands for &amp;quot;Web-based Distributed Authoring and Versioning&amp;quot;. It is a set of extensions to the HTTP protocol which allows users to collaboratively edit and manage files on remote web servers.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
What&#039;s the holdup on integrating WebDav into Freemind?  There&#039;s a patch available already [[http://www.ubik-products.com/ludowiki/FreeMind FreeMind WebDAV Enhancement]].  Is there anything wrong with that patch or have people just not gotten around to integrating it?  This would also address the need of applets and wiki-like functionality.&lt;br /&gt;
&lt;br /&gt;
Working with WebDAV would make for an outstanding creative toolkit. &lt;br /&gt;
There is a keen need for a tool like this in our business (long distances; documents cobbled together from Basecamp and IM logs). One consideration: how would changes be merged? And is there an unobtrusive way to identify authors of specific changes and content?&lt;br /&gt;
&lt;br /&gt;
===Changing attributes by depth level.=== Wouldn&#039;t it be good if nodes could have levels (defined as outward from the centre) so that you could change color, font and other node properties by level. For instace, all nodes of level two would have red bubbles.&lt;br /&gt;
&lt;br /&gt;
OR Allow user to define default level attributes to be applied when a branch is made. The most common one being font size and edge width. Undefined attributes like colour should flow down. This is just the desired default at creation time and may be changed. Branches further out than the deepest defined default all inherit from previous branch.&lt;br /&gt;
&lt;br /&gt;
===Integrated Google web search===&lt;br /&gt;
How about an accessory software that would input FreeMind&#039;s XML and conduct Google and Google News searches on all nodes plus their neighbours? If anything useful is found (and there would be less than x hits), it would *wget* them and add links to the material to the map. Run this as a cronjob and your mind map will always have new ideas when you open FreeMind again.&lt;br /&gt;
&lt;br /&gt;
: Seems like a suggestion for a plugin. For sure it does not belong to the core FreeMind. Such a plugin will call external tools like wget which increases the installation costs. --[[User:Danielpolansky|Danielpolansky]] 09:34, 20 Dec 2004 (PST)&lt;br /&gt;
&lt;br /&gt;
===MIDlet for editing with mobile phones===&lt;br /&gt;
&lt;br /&gt;
MIDlet idea entry front-end is a MUST! I want to be able to do mind mapping with my mobile phone and then upload the changes to the main map on my desktop.&lt;br /&gt;
&lt;br /&gt;
: It is not a &#039;&#039;must&#039;&#039;. When enabled with importing various other formats, FreeMind can take data from mobile applications. Also, it is not clear why MIDlet should be the technology of choice, if FreeMind shall run on mobile phones. --[[User:Danielpolansky|Danielpolansky]] 09:33, 20 Dec 2004 (PST)&lt;br /&gt;
&lt;br /&gt;
===Have floating textbox for titles or comments===&lt;br /&gt;
&lt;br /&gt;
Hi I would like to request a feature, namely a title and/or comment at the beginning/end of page to be able to use it in presentations, where I would have my name on top right.&lt;br /&gt;
I would suggest that there is no link to other nodes just a kind of text box.&lt;br /&gt;
Maybe there are more people thinking about this nice addon?&lt;br /&gt;
&lt;br /&gt;
Request for enhancements:&lt;br /&gt;
* [http://sourceforge.net/tracker/index.php?func=detail&amp;amp;aid=1167418&amp;amp;group_id=7118&amp;amp;atid=357118 1167418]: Legends&lt;br /&gt;
&lt;br /&gt;
=== An editable tree view (like the html export) ===&lt;br /&gt;
&lt;br /&gt;
With such view I can imagine freemind to be useable an smaller devices like an ipaq running familiar (or ppc). Can you run freemind on such devices? --Alex&lt;br /&gt;
&lt;br /&gt;
=== A non graphic tree view mode ===&lt;br /&gt;
Similar request as Alex. &lt;br /&gt;
A &#039;&#039;&#039;non-graphic&#039;&#039;&#039; linear mode would be usefull ! The graphic mode is the best to organise and visualise the information, but a simple linear tree mode is more comfortable for reading and editing large portion of text. It would also allow to access the same databases on a small screen. Freemind has become one of my most important tools on my Pc and I am dreaming to use it on a symbian phone too. Thank you so much. Franck&lt;br /&gt;
&lt;br /&gt;
Il second that, Inspiration also a midn mapping tool used at school does this, translates the mind map into linear. Being able to see the same information in different ways is what computers are amazing at doing. It would be great to see information from different perspectives, Mind map form, linear (for printing essays/or books), Network diagram, etc.&lt;br /&gt;
&lt;br /&gt;
=== Option not to open last opened file upon start ===&lt;br /&gt;
&lt;br /&gt;
Users request that they should get a user option to tell FreeMind not to open the last opened file upon start. Seems like a sensible request to me. --[[User:Danielpolansky|Danielpolansky]] 10:07, 2 Jun 2006 (PDT)&lt;br /&gt;
&lt;br /&gt;
===ToughGraph like dynamic layout===&lt;br /&gt;
&lt;br /&gt;
Requests for enhancements:&lt;br /&gt;
&lt;br /&gt;
* [http://sourceforge.net/tracker/index.php?func=detail&amp;amp;aid=1052556&amp;amp;group_id=7118&amp;amp;atid=357118 1052556 : TouchGraph style dynamic layout]&lt;br /&gt;
* [http://sourceforge.net/tracker/index.php?func=detail&amp;amp;aid=909016&amp;amp;group_id=7118&amp;amp;atid=357118 909016 : TouchGraph display mode]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The [[TouchGraph]] interface has more potential than the existing fixed one. Mind maps are not supposed to necessarily be hierarchical, but organically growing and intertwined a lot. In FreeMind I can add links, but they aren&#039;t really good if compared with something universal like TouchGraph (GoogleBrowser, WikiBrowser). &lt;br /&gt;
 &lt;br /&gt;
I think FreeMind would become much more powerful (not to mention cool looking) if it had a dynamic mode without a root node. It would be great if arbitrary links (not just parent/child) between any nodes were supported, if text size and colors would dynamically adjust according to the distance, relevance and other factors, and if the layout would be dynamic, with the graph rearranging itself on the fly.&lt;br /&gt;
&lt;br /&gt;
More details at the TouchGraph site ([http://www.touchgraph.com/]), and at this page: [http://www.jspwiki.org/PageInfo.jsp?page=TouchGraphWikiBrowser]).&lt;br /&gt;
&lt;br /&gt;
: I disagree with the views presented here. A good news for you is that if you don&#039;t like the way FreeMind presents data, you can choose TouchGraph instead. --[[User:Danielpolansky|Danielpolansky]] 09:32, 20 Dec 2004 (PST)&lt;br /&gt;
&lt;br /&gt;
:* Well, in my opinion the links between nodes certainly offer a starting point for improvements. They are more curved than really necessary. --[[User:TMaschler|TMaschler]] 01:46, 17 Feb 2005 (PST)&lt;br /&gt;
&lt;br /&gt;
:* Further, the idea of formatting nodes in function of their distance from the start node (i.e. by style sheets) would greatly enhance the mind map appearance; although it should be possible to overwrite the node formatting style for each node individually. --[[User:TMaschler|TMaschler]] 01:46, 17 Feb 2005 (PST)&lt;br /&gt;
&lt;br /&gt;
:* What about offering a variety of display modes for the nodes (tree view, the current default view, without hierarchy, ...)?&lt;br /&gt;
&lt;br /&gt;
I agree that alternatives to the hierarchical view are important and the whole advantage of using visual mapping in the first place --[[User:Ryba|Ryba]] 17:16, 27 Oct 2005 (PDT)&lt;br /&gt;
&lt;br /&gt;
===More flexible Resize Options===&lt;br /&gt;
What about the following resize possibilities: --[[User:TMaschler|TMaschler]] 01:46, 17 Feb 2005 (PST)&lt;br /&gt;
* automatically/ dynamically&lt;br /&gt;
* by clicking on magnification glass icons (+ and -)&lt;br /&gt;
&lt;br /&gt;
Resizing should be able to resize a node and the text dynamically wraps and changes the size of the box.  The current approach requires hard returns to resize the text boxes.--[[User:Ryba|Ryba]] 17:06, 27 Oct 2005 (PDT)&lt;br /&gt;
&lt;br /&gt;
===More Flexible Window Resize and Reformat Options===&lt;br /&gt;
Background: We are using Freemind in an internal Wiki to document all the program file paths. Unfortunately, when opened in a browser window, the .mm file shows a couple of hundred pixels of blank area above and to the left of the map, then fails to allow users to scroll all the way to the right so they can see the information.  My apologies if the answer is there, but I have not been able to find any information in the forums or help to either reduce the total window size, or to change the map alignment from CENTER to TOP RIGHT. (Help mentions a user.properties file, not present in 9.0.x).&lt;br /&gt;
&lt;br /&gt;
Requests: &lt;br /&gt;
1. Allow users to resize the window to match the map size, and/or&lt;br /&gt;
2. Either allow users to set map aligment within the window, or change auto-aligment settings to the most efficient space use (generally top left, but not always, which argues for allowing the user to decide).&lt;br /&gt;
&lt;br /&gt;
Thanks for a great application!!&lt;br /&gt;
&lt;br /&gt;
=== Easier to delete nodes ===&lt;br /&gt;
&lt;br /&gt;
A relatively straightforward enhancement: the Node/Remove Node on the popup menu could be moved to the main popup menu, under &#039;Insert Child Node&#039;. It would probably be better server by being called &#039;Delete Child Node&#039;. I think it would also be fantastic if it had a shortcut key - Del probably being the most suitable. I find it a right pain to delete nodes (I notice someone submitted an RFE on sourceforge asking for a delete function, clearly not being aware there already was one - I think this indicates it needs moving!)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;David Perez comment&#039;&#039;: An alternative I use is to cut the node in order to delete it.&lt;br /&gt;
&lt;br /&gt;
: Nodes will be easy to delete in the next version. The reason why they are not easy to delete currently is that there&#039;s no undo available. In the mean time, pressing Ctrl + X should suffice to delete a node. --[[User:Danielpolansky|Danielpolansky]] 09:28, 20 Dec 2004 (PST)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Torsten GrÃÂ¤ÃÂler comment&#039;&#039;:&lt;br /&gt;
: Find the line starting with &amp;quot;#keystroke_remove&amp;quot; in the &amp;lt;user home&amp;gt;/freemind/user.properties file and change it to &amp;quot;keystroke_remove = DELETE&amp;quot;. Now you can delete a node with the DEL key. This works on my WinXP Pro, but should work on other platforms, too. -- 04:27, 23 Mar 2004&lt;br /&gt;
&lt;br /&gt;
Most of the times you delete something and sooner or later you find out that you actually need that thing again. Undo is good, but once you have closed FreeMind it&#039;s lost forever. Wouldn&#039;t it be nice to have a .trash file to accompany every .mm file just to make things easier? --Anonymous.&lt;br /&gt;
&lt;br /&gt;
: This is a known issue by now. Deleting nodes is far too easy in FreeMind 0.8.0, in my view anyway. --[[User:Danielpolansky|Danielpolansky]] 06:51, 13 May 2006 (PDT)&lt;br /&gt;
&lt;br /&gt;
===Statistics===&lt;br /&gt;
&lt;br /&gt;
Requests for features:&lt;br /&gt;
&lt;br /&gt;
* [http://sourceforge.net/tracker/index.php?func=detail&amp;amp;aid=1040097&amp;amp;group_id=7118&amp;amp;atid=357118 1040097 : Total Node Count]&lt;br /&gt;
&lt;br /&gt;
Show the statistics&lt;br /&gt;
&lt;br /&gt;
* number of nodes in a map&lt;br /&gt;
* number of leafs (childless nodes)&lt;br /&gt;
* number of nodes with children&lt;br /&gt;
&lt;br /&gt;
on the &#039;&#039;node&#039;&#039; level or a &#039;&#039;map&#039;&#039; level (once you can do node level, you also can do map level).&lt;br /&gt;
&lt;br /&gt;
===Thousands of new icons===&lt;br /&gt;
&lt;br /&gt;
Enhancing the number and variety of icons to the sufficient amout would definetely increase versatility of FreeMind. Plenty of small pictures it is a must if you want to organize your knowledge (e.g. notes from collage), so that every &#039;key info&#039; could be easily remembered. The more icons that help associating the information the better - I would like to see pictures of man, men, woman, women, tree, chair, table and so on - any thing you can imagine, categorized. I know I can use external pictures, but it&#039;s really inconvenient if I have to look for each picture on the Internet for a few minutes while creating a new map. Built-in icons would be a great help.&lt;br /&gt;
&lt;br /&gt;
: It is clear that a larger icon library would be helpful. --[[User:Danielpolansky|Danielpolansky]] 13:18, 18 Feb 2005 (PST)&lt;br /&gt;
&lt;br /&gt;
it would be great if i would able to add or delete icons in to the toolbar my self. 22.2.05 by erwin&lt;br /&gt;
&lt;br /&gt;
Not sure if the hyperlink arrows count as icons, but it would be good if they could be colour coded; eg blue arrow for a hyperlink to a local file on the local computer, yellow for a file located on the local network, red arrow for a hyperlink to a html site, Green arrow for a local hyperlink&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
: I use famfamfam.com&#039;s general purpose silk icons set in most of my projects, there are over 1000 icons, each one of them is a little gem. There are distributed under the creative common license, I don&#039;t know if they can be included and distributed in a open source project .. probably. Still, the best would be an kind of icon manager to allow us to build our own icons libraries and includes some basics libraries by default.&lt;br /&gt;
&lt;br /&gt;
 --[[User:h3|h3]] 11:00, 27 Jul 2006&lt;br /&gt;
&lt;br /&gt;
I suggested in another place to have groups of icons, so that the access of all icons gets simplified, and the change of an icon gets simplified too. Here are some examples of groups/categories:&lt;br /&gt;
 * To be Completed, important/urgent/both/not important&lt;br /&gt;
 * partial/ complete&lt;br /&gt;
 * mecanism (ex: &amp;quot;rouages&amp;quot;),	GUI, Database,&lt;br /&gt;
 * draft/under review/finalized (different evident progressing levels)&lt;br /&gt;
 * analogy with road signal: &amp;quot;sans issue/cul de sac, speed limit, ...&amp;quot;	&lt;br /&gt;
 * communication mean (phone, e-mail, mail...)&lt;br /&gt;
 * context (work, home, travel)&lt;br /&gt;
 * art (music, painting, sculpture)???&lt;br /&gt;
 * time management (date, time, time duration)&lt;br /&gt;
 * Satisfaction (smiles)&lt;br /&gt;
Thanks :-) --[[User:Patco|Patco]]&lt;br /&gt;
&lt;br /&gt;
===Zooming With Scroll Button===&lt;br /&gt;
&lt;br /&gt;
Being able to pan by holding down the right-hand mouse button and twiddling the scroll wheel is great. What would help navigation a little more would be to zoom in and out by holding down, say, the left-hand mouse button.&lt;br /&gt;
&lt;br /&gt;
===New menu entry &#039;&#039;Save All&#039;&#039; ===&lt;br /&gt;
&lt;br /&gt;
Requests for enhancements:&lt;br /&gt;
&lt;br /&gt;
* [http://sourceforge.net/tracker/index.php?func=detail&amp;amp;aid=932817&amp;amp;group_id=7118&amp;amp;atid=357118 932817 : Easy: &amp;quot;Save all&amp;quot;-menu entry]&lt;br /&gt;
&lt;br /&gt;
* [http://sourceforge.net/tracker/?group_id=7118&amp;amp;atid=357118&amp;amp;func=detail&amp;amp;aid=665584 665584 : Add function &amp;quot;Save all&amp;quot;, to menus and toolbar]&lt;br /&gt;
&lt;br /&gt;
===  User defined icons ===&lt;br /&gt;
&lt;br /&gt;
Requests for enhancements&lt;br /&gt;
&lt;br /&gt;
* [http://sourceforge.net/tracker/index.php?func=detail&amp;amp;aid=966193&amp;amp;group_id=7118&amp;amp;atid=357118 966193 : User defined icons (similar 883498) - a quick implementation]&lt;br /&gt;
&lt;br /&gt;
=== Keep custom/unknown XML tags when saving ===&lt;br /&gt;
&lt;br /&gt;
Requests for enhancements:&lt;br /&gt;
&lt;br /&gt;
* [http://sourceforge.net/tracker/index.php?func=detail&amp;amp;aid=943713&amp;amp;group_id=7118&amp;amp;atid=357118  943713 : Keep custom/unknown XML tags when saving]&lt;br /&gt;
&lt;br /&gt;
=== Collaborative editing of mind maps ===&lt;br /&gt;
&lt;br /&gt;
Requests for enhancements:&lt;br /&gt;
&lt;br /&gt;
* [http://sourceforge.net/tracker/?group_id=7118&amp;amp;atid=357118&amp;amp;func=detail&amp;amp;aid=869746 869746 : Multi-user collaboration on one map, using tracking of changes ]&lt;br /&gt;
* [http://sourceforge.net/tracker/index.php?func=detail&amp;amp;aid=1058763&amp;amp;group_id=7118&amp;amp;atid=357118  1058763 : conference mode / work together online]&lt;br /&gt;
&lt;br /&gt;
Conference-like editing of a shared map. When one user adds a node, other users get display update, and vice versa. Rather demanding request, but also potentially highly useful.&lt;br /&gt;
&lt;br /&gt;
--[[User:Violetlight|Violetlight]] 09:30, 2 Aug 2006 (PDT): Problems to solve in this area:&lt;br /&gt;
* Whether to mesh peer to peer (e.g. Jabber/XMPP) or to use notification via a server&lt;br /&gt;
* How to perform locking (and whether to use optimistic locking)&lt;br /&gt;
* How to resolve conflicts&lt;br /&gt;
* How to bring a new change to a collaborating user&#039;s attention without being intrusive (say a &amp;quot;delta icon&amp;quot; in the node or something like that?)&lt;br /&gt;
&lt;br /&gt;
=== Allow for mathematical formulas using LaTeX or MathML ===&lt;br /&gt;
&lt;br /&gt;
Requests for enhancements:&lt;br /&gt;
&lt;br /&gt;
* [http://sourceforge.net/tracker/index.php?func=detail&amp;amp;aid=977500&amp;amp;group_id=7118&amp;amp;atid=357118 977500 : include formulas / latex support]&lt;br /&gt;
&lt;br /&gt;
People want to type in mathematical formulas in text markup and see something good looking when not edited.&lt;br /&gt;
&lt;br /&gt;
=== User attributes or tags of a node ===&lt;br /&gt;
&lt;br /&gt;
Requests for enhancements:&lt;br /&gt;
* [http://sourceforge.net/tracker/index.php?func=detail&amp;amp;aid=1122973&amp;amp;group_id=7118&amp;amp;atid=357118 1122973 : Allow nodes to &amp;quot;carry&amp;quot; other attributes]&lt;br /&gt;
&lt;br /&gt;
For user editable using a popping up table. File format example:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;node TEXT=&amp;quot;Tagged&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;lt;tag NAME=&amp;quot;cost&amp;quot; VALUE=&amp;quot;500ÃÂ¬&amp;quot;/&amp;gt;&lt;br /&gt;
   &amp;lt;tag NAME=&amp;quot;todo&amp;quot; VALUE=&amp;quot;yes&amp;quot;/&amp;gt;&lt;br /&gt;
 &amp;lt;/node&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Rich text formatting of nodes ===&lt;br /&gt;
&lt;br /&gt;
Requests for enhancements:&lt;br /&gt;
&lt;br /&gt;
* [http://sourceforge.net/tracker/index.php?func=detail&amp;amp;aid=909694&amp;amp;group_id=7118&amp;amp;atid=357118 909694 : Different text attributes within text nodes]&lt;br /&gt;
&lt;br /&gt;
Rich text formatting includes boldface, italics, font colors, tables and the like. It is already possible using HTML in nodes. What&#039;s missing is the GUI support for editing HTML nodes. Another thing missing is pasting of RTF - Rich Text Format directly into FreeMind.&lt;br /&gt;
&lt;br /&gt;
=== Scalable Vector Graphics (SVG) in nodes ===&lt;br /&gt;
&lt;br /&gt;
Nodes could store and view scalable vector graphics (SVG). Currently, nodes certainly can store SVG, but only its source code is displayed. It should be possible that SVG is displayed like graphics. Editing of SVG can be done using external programs like Inkscape, or using an SVG editing component written in Java.&lt;br /&gt;
&lt;br /&gt;
Viewing of SVG could perhaps be achieved using Apache&#039;s Batik framework. How fast, and how much more memory consuming it would be is unclear.&lt;br /&gt;
&lt;br /&gt;
=== Enable spell checking ===&lt;br /&gt;
&lt;br /&gt;
Requests for enhancements:&lt;br /&gt;
&lt;br /&gt;
* [http://sourceforge.net/tracker/index.php?func=detail&amp;amp;aid=1080652&amp;amp;group_id=7118&amp;amp;atid=357118 1080652 : Ability to spell Check Text Fields]&lt;br /&gt;
&lt;br /&gt;
=== Add label to edges ===&lt;br /&gt;
&lt;br /&gt;
Requests for enhancements:&lt;br /&gt;
&lt;br /&gt;
* [http://sourceforge.net/tracker/index.php?func=detail&amp;amp;aid=997862&amp;amp;group_id=7118&amp;amp;atid=357118 997862 : Naming of Edges]&lt;br /&gt;
&lt;br /&gt;
: As I see it, this will make the map difficult to read. I can&#039;t imagine how to implement this in a visually acceptable manner. --[[User:Danielpolansky|Danielpolansky]] 14:02, 5 Mar 2005 (PST)&lt;br /&gt;
&lt;br /&gt;
: On the other hand, edge labels make a lot of sense with freely positioned nodes introduced in FreeMind 0.8.0. --[[User:Danielpolansky|Danielpolansky]] 09:29, 26 Oct 2005 (PDT)&lt;br /&gt;
&lt;br /&gt;
=== Add label to arrow link ===&lt;br /&gt;
&lt;br /&gt;
Requests for enhancements:&lt;br /&gt;
&lt;br /&gt;
* [http://sourceforge.net/tracker/index.php?func=detail&amp;amp;aid=1214199&amp;amp;group_id=7118&amp;amp;atid=357118 1214199 : labels on arrows]&lt;br /&gt;
&lt;br /&gt;
Sometimes it could be very useful to label arrow link. It may help to better express and easily understand the exact sense (meaning) of specific arrow link.&lt;br /&gt;
&lt;br /&gt;
=== Filter nodes by their icons  ===&lt;br /&gt;
&lt;br /&gt;
Requests for enhancements&lt;br /&gt;
&lt;br /&gt;
* [http://sourceforge.net/tracker/index.php?func=detail&amp;amp;aid=1071438&amp;amp;group_id=7118&amp;amp;atid=357118 1071438 : Filter nodes based on icon]&lt;br /&gt;
&lt;br /&gt;
Set filter on a given node, as a list of icon names. When such a filter is set, only those descendands of the filtered node are shown that satisify the filter. A node satisfies the filter, if one of its icons is in the filter&#039;s set of icons, or one of its descendants satisfies the filter.&lt;br /&gt;
&lt;br /&gt;
: Filtering based on icons is not very neat, as it does not decouple the meaning from its presentation. But it may be a good interim solution anyway. --[[User:Danielpolansky|Danielpolansky]] 11:02, 20 Feb 2005 (PST)&lt;br /&gt;
&lt;br /&gt;
* It&#039;s done in FreeMind 0.9 --[[User:Terkor|Terkor]] 04:21, 18 Aug 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
=== Insert Current Date and Hour ===&lt;br /&gt;
&lt;br /&gt;
Feb 25,2005. It would be nice to have a button to insert in a node the current date and/or hour. Thanks!&lt;br /&gt;
&lt;br /&gt;
: Makes sense. Can be found in Window&#039;s Notepad under the key F5. --[[User:Danielpolansky|Danielpolansky]] 10:06, 26 Feb 2005 (PST)&lt;br /&gt;
&lt;br /&gt;
It would be great if a time stamp would be created automaticaly wehn creating a new nod.&lt;br /&gt;
It should only be displayed when a special &amp;quot;Date-Button&amp;quot; is aktive!&lt;br /&gt;
&lt;br /&gt;
: You guys, would you mind stopping shouting at us with your exclamation marks? In English speaking countries, it is not necessary to add an exclamation mark to every second sentence. --[[User:Danielpolansky|Danielpolansky]] 09:31, 26 Oct 2005 (PDT)&lt;br /&gt;
&lt;br /&gt;
==== Simple Trick for KDE Users ====&lt;br /&gt;
&lt;br /&gt;
2005-09-29-11:16:32-PDT&lt;br /&gt;
&lt;br /&gt;
This will be a really nice feature in general. In the mean time, you can use the following method if you are using KDE. Under KDE, you can insert the current date and time (like the one above) into klipper by binding the following command to a key combination (for example, Ctrl-Alt-C):&lt;br /&gt;
&lt;br /&gt;
  dcop klipper klipper setClipboardContents `date +&amp;quot;%Y-%m-%d-%H:%M:%S-%Z&amp;quot;`&lt;br /&gt;
&lt;br /&gt;
After this, Ctrl-Alt-C followed by Ctrl-v should allow you to insert the date, in a format of your choice, into any document (including freemind).&lt;br /&gt;
&lt;br /&gt;
=== Support for callto: protocol ===&lt;br /&gt;
&lt;br /&gt;
As pointed out in a [http://sourceforge.net/forum/forum.php?thread_id=1241290&amp;amp;forum_id=22101 forum posting], support for &#039;&#039;callto:&#039;&#039; protocol would be helpful.&lt;br /&gt;
&lt;br /&gt;
If this was fully integrated, it would allow integrated voice and mind-map collaboration.  For example passing &amp;quot;opinion sections&amp;quot; of a draft map between participants with a voiceover prior to including them into a collated and agreed version.  Another example might be calling between the participants of a (limited) brainstorm as the brainstorm was first diverged and then converged within the mapping tool. --[[User:Violetlight|Violetlight]] 09:17, 2 Aug 2006 (PDT)&lt;br /&gt;
&lt;br /&gt;
=== Support for use as a dashboard ===&lt;br /&gt;
Freemind could be an excellent generic front end as a dashboard for updating information if it supported file polling (refresh) or some other automated update.  For example, database loading scripts could write their progress using Freemind&#039;s XML format.  Any user monitoring processes such as these could see at a glance if a process had failed, add in some context dependent metadata, and could produce a log/report from the XML.&lt;br /&gt;
&lt;br /&gt;
=== Ability for arrows to have text associated, or be full nodes ===&lt;br /&gt;
&lt;br /&gt;
Related To [http://sourceforge.net/tracker/index.php?func=detail&amp;amp;aid=1167198&amp;amp;group_id=7118&amp;amp;atid=357118 1167198 non-tree graph (concept map?)]&lt;br /&gt;
&lt;br /&gt;
I have a need in my current project (uni), to show heirarchies of risks, causes, and parties involved. Associated among these varying levels of heirarchies I have created arrows indicating relationship (affects-this, causes-something-else etc.), the color of the arrows indicating the relationship. It would be helpful to be able to put labels on the arrows. Actually more important than this, arrows should be full nodes, Allowing different objects to be attached as children (including other arrows). Admittedly giving arrows the ability to be full nodes may invite abuse &amp;amp; cause complexity, however informational-relations are themselves complex (solution should be as simple as possible, no simpler). Coding would perhaps be more elegent to allow for more than 1 child node in the code, but have a limit placed by higher-level code? (i.e. no children of children, even though the arrow objects themselves may allow for this)&lt;br /&gt;
&lt;br /&gt;
=== Object Styles ===&lt;br /&gt;
&lt;br /&gt;
It would be nice to have the ability to set styles for an object, and be able to select styles (styles would perhaps be associated per object-type) when creating objects.&lt;br /&gt;
&lt;br /&gt;
Objects include nodes, edges and arrow links.&lt;br /&gt;
&lt;br /&gt;
Using styles, the physical formatting shall no longer be set for a node but rather for a style. An example XML representation may be:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;map&amp;gt;&lt;br /&gt;
   &amp;lt;style ID=&amp;quot;S1&amp;quot; LABEL=&amp;quot;Urgent&amp;quot; OBJECTTYPE=&amp;quot;node&amp;quot;&lt;br /&gt;
          COLOR=&amp;quot;#404040&amp;quot; BACKGROUNDCOLOR=&amp;quot;#FFFFE0&amp;quot;/&amp;gt;&lt;br /&gt;
   &amp;lt;node TEXT=&amp;quot;Root&amp;quot;&amp;gt;&lt;br /&gt;
     &amp;lt;node STYLEID=&amp;quot;S1&amp;quot; TEXT=&amp;quot;Styled node&amp;quot;/&amp;gt;&lt;br /&gt;
   &amp;lt;/node&amp;gt;&lt;br /&gt;
 &amp;lt;/map&amp;gt;&lt;br /&gt;
&lt;br /&gt;
It is not clear if the user may set the ID himself. Then it perhaps should not be ID but rather NAME. XSLT transforming sheets refer either to ID or to NAME rather than to LABEL of style.&lt;br /&gt;
&lt;br /&gt;
=== Hyperlinks to Programs with Arguments ===&lt;br /&gt;
&lt;br /&gt;
In addition to (followable) hyperlinks to web-pages, to local folders, to executable programs, and to executable files (e.g. &amp;quot;datasheet.xls&amp;quot;), it would also be nice to have hyperlinks to programs with arguments and switches such as: &amp;quot;notepad myfile.bat&amp;quot; or &amp;quot;explorer.exe /n,/e,C:\&amp;quot; --[[User:Lhg|Lhg]] 01:11, 18 Apr 2005 (PDT)&lt;br /&gt;
&lt;br /&gt;
Yes...I am using freemind for System Administration:  And it is quite excellent, to have nodes for every computer and user on my system with child&lt;br /&gt;
nodes for services, nfsmounts, etc... but i would like very much to be able to link to the other computers with executables like &lt;br /&gt;
&lt;br /&gt;
           # ssh mynfsserver.mynetwork emacs /etc/exports&lt;br /&gt;
or&lt;br /&gt;
           # ssh mykrb5server.mynetwork emacs /etc/kdc/kdc.conf&lt;br /&gt;
&lt;br /&gt;
=== Show multiple maps in tabs ===&lt;br /&gt;
&lt;br /&gt;
XEmacs shows multiple documents at tabs at the top. Microsoft Excel shows multiple sheets of a document at tabs at the bottom. Although this is not a standard user interface model, seems quite useful for FreeMind. Various users requested this feature. --[[User:Danielpolansky|Danielpolansky]] 11:38, 30 Apr 2005 (PDT)&lt;br /&gt;
&lt;br /&gt;
Could it be possible to have a &amp;quot;restore all tabs&amp;quot; option, as in Firefox? --[[User:Patco|Patco]]&lt;br /&gt;
&lt;br /&gt;
This would definitely be a useful enhancement. Typical use case: I&#039;m managing several projects, I have one &amp;quot;mindmap&amp;quot; for each project, that would allow me to have all the maps open at the same time and accessible with a single click, selecting the one I need to watch at the moment. I might try to code this myself if I ever find the time for that :-P --[[User:Maathieu|Maathieu]] 12:41, 22 Jul 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
=== Show multiple pages of the one map in tabs ===&lt;br /&gt;
&lt;br /&gt;
ConceptDraw MindMap has this feature. Right-click on a node, select &amp;quot;send to new page&amp;quot;, and the node with its children appears in a separate tab in the same document. This avoids the need to spawn extra files when your map becomes unwieldy and you want to chop off a branch. It is hyperlinked to and from its location on the original page.&lt;br /&gt;
&lt;br /&gt;
Why use this instead of exporting to a new file? Because when the &amp;quot;new&amp;quot; map is conceptually part of the original map from which it was extracted, it is tidier and less error-prone to keep it in the same file. It won&#039;t get lost. And with a new page, instead of a new file, the user is saved from having to think of a meaningful file name for the extracted section. Node names do not necessarily make good file names.&lt;br /&gt;
&lt;br /&gt;
=== Allow more maps to be shown side by side ===&lt;br /&gt;
&lt;br /&gt;
In XEmacs, Vim or Microsoft Excel, it is possible to see several documents side by side. It would make sense for FreeMind too. Nevertheless, the added value is questionable. --[[User:Danielpolansky|Danielpolansky]] 11:38, 30 Apr 2005 (PDT)&lt;br /&gt;
&lt;br /&gt;
If a few features are added, seeing two documents side by side would have more meaning.  Automatic creation of a cloned node that is the root node of a new document is one.  Press Ctrl-Enter (for example) would create a new document.  This document would have a root node and filename that is the same name as node from the parent document.  A line would connect these two nodes on the screen.  Note the line is really two lines that connect at the boundary of each window.  This type of line would also show visually the link between any two nodes in any two mm-files.  Alternatively you can have the second window show a piece of the same document.  This piece would include the node the cursor is on in the left pane and all the child nodes.  &lt;br /&gt;
&lt;br /&gt;
Another idea is to show a mind map as a menu.  Menus are useful because they require very little additional screen space.  Click on anything in the menu and it either shows the rest of the tree from the selected node or it evaluates the node which could mean it opens a new mind map, opens a program or does some other action.&lt;br /&gt;
--[[User:Mars729|Mars729]] 17:22, 1 Jun 2008 (EDT)&lt;br /&gt;
&lt;br /&gt;
=== Direct pasting of RTF from clipboard ===&lt;br /&gt;
&lt;br /&gt;
In one of the future versions, direct pasting of HTML into FreeMind will be supported; the code for it already exists and has not been published yet. In addition, direct pasting of [http://www.biblioscape.com/rtf15_spec.htm RTF] as HTML would be helpful. A free algorithm for conversion between RTF and HTML is needed for that.&lt;br /&gt;
&lt;br /&gt;
RTF (rich text format) is used in email messages in Microsoft Outlook, and in hierarchical notebooks [http://www.tranglos.com/free/keynote.html Key Note] and [http://www.tuxcards.de/ TuxCards]. --[[User:Danielpolansky|Danielpolansky]] 03:36, 22 May 2005 (PDT)&lt;br /&gt;
&lt;br /&gt;
=== Lock Contents and Hierarchical Position of a Node ===&lt;br /&gt;
&lt;br /&gt;
It will be really nice to be able to lock the contents of a node so it cannot be edited unless it is explicitly unlocked. Similarly, it might be useful to prevent a node from being moved to another position in the hierarchy of the map.&lt;br /&gt;
&lt;br /&gt;
=== Better Placement of New &amp;quot;Secondary&amp;quot; Nodes Relative to the Root Node ===&lt;br /&gt;
&lt;br /&gt;
When adding nodes to the root node, they appear to be placed Right, Left, Right, Left. If some of these secondary nodes are deleted and another one is added to the root node, the side on which it is added appears to be chosen according to the number of secondary nodes on each side.&lt;br /&gt;
&lt;br /&gt;
This seems fair enough, but if some of the secondary nodes have hundreds of child nodes and others only have a few then you can end up with a map which has far more nodes on the right than the left, but still have new secondary nodes added on the right hand side.&lt;br /&gt;
&lt;br /&gt;
How about using the total number of nodes on each side when working out whether a secondary node should be on the right or left of the root node? Alternatively, allow secondary nodes to be dragged onto the other side of the root node (which doesn&#039;t appear to be possible currently).&lt;br /&gt;
&lt;br /&gt;
: CTRL+[LEFT,RIGHT,UP,DOWN] moves the node and its children accordingly (at least in 0.9.0 Beta 8)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Can we have complete manual control of all secondary nodes originating from the root - so that each secondary node has its own unique point of origin on the root node which can be moved independently of all other secondary nodes.  At the moment all secondary nodes originate left or right.  It would be useful if they could originate like different points of the compass. North, north north west, north west, etc. and even points in between.&lt;br /&gt;
&lt;br /&gt;
=== Using basic vector shapes ===&lt;br /&gt;
&lt;br /&gt;
Using basic shapes like line, rectangle, square, circle etc. would by usefull.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Treat a node as HTML using an attribute ===&lt;br /&gt;
Instead of the cumbersome &amp;quot;&amp;lt;html&amp;gt;&amp;quot; string required at the beginning of the text.  And even worse, having to keep the MaxNodeWidth enforced with something like &amp;lt;body width=&amp;quot;600&amp;quot;&amp;gt;.  Why not take a different approach.  One that seems like it would have little impact on the code, though I have not read it as of yet...&lt;br /&gt;
&lt;br /&gt;
If html was treated as an attribute like bold and italic as in html=&amp;quot;true&amp;quot;, then process the entire node as html same as when the string &amp;quot;&amp;lt;html&amp;gt;&amp;quot; is detected at the beginning of the text.  There would be a default &amp;lt;style&amp;gt;body {width:&amp;lt;MaxNodeWidth&amp;gt;}&amp;lt;/style&amp;gt; in place, though the actual html in the node could override this just the way normal CSS does.&lt;br /&gt;
&lt;br /&gt;
This has &#039;&#039;&#039;MAJOR&#039;&#039;&#039; implications for the use of the xml file.  Though I have not written any XSLT yet for FreeMind yet,  I was appalled at the thought of having to strip out this &amp;quot;&amp;lt;html&amp;gt;&amp;quot; string out of every node that used it.  And positively frustrated at the idea of having to test for tags used to control width, i.e. &amp;lt;body width=&amp;quot;600&amp;quot;&amp;gt;.  I really thought this crude and that it would slow the proceesing of files that use what is really a most beautifully clean concept.&lt;br /&gt;
&lt;br /&gt;
However, an html attribute does away with all of this and seems to me to be a much more elegant and cleanly way to deal with html....&lt;br /&gt;
&lt;br /&gt;
BTW, it would be very straight forward to write an XSLT transform to upgrade existing .MM files.&lt;br /&gt;
&lt;br /&gt;
I just had another thought, why not go all the way and give each node a MIME type, limited to &amp;quot;text/plain&amp;quot; (default) and &amp;quot;text/html&amp;quot; for now.  This leaves the door open to readily process other mime types through plugins, or whatever.  In any case the attribute concept is something worth thinking about. --[[User:Danv|danv]] 10:25, 8 Feb 2006 (PST)&lt;br /&gt;
&lt;br /&gt;
=== Add pictures to notes ===&lt;br /&gt;
Add a picture to a note of a node. It would be cool to export a map to HTML (Clickable Map) and have the picture only in the note. Whis would be the logical implementation for e.g. [http://freemind.sourceforge.net/docs/features/0_8_0/Features%200.8.0.html overview of new features in 0.8.0]. It would not be needed to create extra nodes for pictures only.&lt;br /&gt;
&lt;br /&gt;
=== Code environment ===&lt;br /&gt;
&lt;br /&gt;
Possibility to insert source code e.g. html (pre does not work...)&lt;br /&gt;
&lt;br /&gt;
: I don&#039;t understand what this request is about. You can insert any source code you want into FreeMind&#039;s nodes, just that it cannot start with &amp;lt; html &amp;gt;; HTML code can be inserted by setting space as the first character of a node. --[[User:Danielpolansky|Danielpolansky]] 05:51, 29 Apr 2006 (PDT)&lt;br /&gt;
--[[User:Danielpolansky|Danielpolansky]] 05:57, 29 Apr 2006 (PDT)&lt;br /&gt;
&lt;br /&gt;
=== Alphabetize Nodes ===&lt;br /&gt;
Automatically rearrange a specified node level in alphabetical order.  Today I do this manually in certain circumstances.  It can be very time consuming to preform this manually, and hopefully it would not be too time consuming to automate. --[[User:Slashdotted|Slashdotted]] 18:22, 21 Jul 2006 (PDT)&lt;br /&gt;
&lt;br /&gt;
=== Order of Nodes ===&lt;br /&gt;
According to Buzan Mindmaps should be read clockwise. What every mindmapping tool misses is the fact that nodes on the left side of the center should be added from bottom to top, with the last entered node on the 11 position.&lt;br /&gt;
&lt;br /&gt;
that was the first thing i noticed about freemind also. i have been making mindmaps by hand for years now and they are always clockwise.&lt;br /&gt;
also when exporting eg. to html the nodes should be ordered clockwise. maybe i miss some feature, but when i first exported a mindmap the order was somehow from top to bottom (3 from the right, then 2 from the left, then continue with the right side,...)&lt;br /&gt;
the other thing is that nodes are always left or right, and not orderered in a circle. &lt;br /&gt;
the only way i can work with freemind is to put all nodes on the right side but the map looks more like a list then&lt;br /&gt;
&lt;br /&gt;
=== Selection and Deselection of Icons ===&lt;br /&gt;
It would be great if the icon toolbar on the left would show different styles of an icon (selected / not-selected), so one can easily deselect an icon for a node, rather than go through the contextmenue each time&lt;br /&gt;
&lt;br /&gt;
Besides, it would be great if the context menu could allow remove specific icons, not just the last one.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
As an addendum to this request, it would be really interesting to define a &amp;quot;combo box&amp;quot; type where (to do/project milestone/other actionable state) lists defined in the tree could be updated by clicking the drop down on the combo box instead of having to delete the icon and re-add another one.&lt;br /&gt;
&lt;br /&gt;
=== Reminder nodes - Alerts and possible Outlook / Lotus Notes / etc integration ===&lt;br /&gt;
It would be a great additional feature if it was possible to use FreeMind as a reminder tool too. This idea poped into my mind right now, so it&#039;s not pretty much developed yet, but if it was possible to mark a node as a reminder then I would have no need to use Outlook to remind me of things to be done. I was reading something on GTD (Gets Things Done) and it connection with MindMaps and I thought that it would be useful to attach reminders to MindMaps/Nodes. There&#039;re a couple of approachs to implement it: The first would be to integrate Freemind with Outlook ot Lotus Notes, and then when you tag a node as a reminder it actually creates a reminder inside Outlook or Notes using the node text and context, so that you get reminded by those applications when the reminder alert occurs. The other option is to write an application that is used to alert user of a node reminder. [[User:Loudenvier|Loudenvier]] 11:08, 11 Aug 2006 (PDT)&lt;br /&gt;
It would also be fabulous if one could hyperlink from FreeMind to a Lotus Notes database document. Currently, one gets a &amp;quot;This URL is malformed!&amp;quot; error message. Thanks!&lt;br /&gt;
&lt;br /&gt;
=== Demoting Root ===&lt;br /&gt;
Allow insert of sibling of root which auto creates a new root. The old root and the new sibling are both attached to it --[[User:Patheros|Patheros]] 11:45, 10 Apr 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
=== Open Mindmaps in the same already open Freemind ===&lt;br /&gt;
In Windows I open my mindmaps by double-clicking on the *.mm file. It would be nice if double-clicking would not always open a new FreeMind. Instead, I like to view the mindmap in the already existing open Freemind application. [[User:wasserratte|wasserratte]] 10:01, 3 May 2007 (CET)&lt;br /&gt;
&lt;br /&gt;
=== WBS Mode ===&lt;br /&gt;
I would like to see a WBS Viewing Mode, where the map would be arranged in a top-down hierarchical display. Something like the Organization Chart from Microsoft Office. That would help using FreeMind as a WBS Chart tool.&lt;br /&gt;
&lt;br /&gt;
I would like to see the ability to port a WBS developed with FreeMind into Microsoft Project similar to the plug in for MindMapper. --[[User:Tuneboy|Tuneboy]] 07:58, 27 Nov 2007 (PST)&lt;br /&gt;
&lt;br /&gt;
=== Improve MacOS Binary Package ===&lt;br /&gt;
All files should be contained inside the FreeMind.app package, like most other Mac programs.&lt;br /&gt;
&lt;br /&gt;
== Principles of Unix ==&lt;br /&gt;
&lt;br /&gt;
The principles from Unix are that programs should do one thing, and do it well, and to use well-defined inter-communication between those programs.  The current design of FreeMind completely violates those rules - mostly because it is written in Java, but definitely because it is written _exclusively_ in Java.  However, do not despair!  All Is Not Lost!&lt;br /&gt;
&lt;br /&gt;
By splitting FreeMind along very specific lines, it will very quickly be possible to do things like use a completely different viewing front-end (such as a web interface).  It will be possible to satisfy one of the RFEs listed here for &#039;command line only&#039;.  It will be possible to use FreeMind as a powerful semantic analysis engine tool.&lt;br /&gt;
&lt;br /&gt;
And none of that is possible because the current design is entirely in some stupid programming language called &amp;quot;java&amp;quot;, which should have been put down for its own good, at birth (thank you Sun Microsystems).&lt;br /&gt;
&lt;br /&gt;
For an example of the kind of architecture that you should follow, take a look at http://gnuenterprise.org/. It should be _trivial_ to add in a &amp;quot;database plugin&amp;quot; into gnuenterprise, and to have a gnuenterprise &amp;quot;reports&amp;quot; form viewing the same data and attributes etc. that a FreeMind user is simultaneously looking at.&lt;br /&gt;
&lt;br /&gt;
And it&#039;s _not_ difficult - IF you split along the right lines.&lt;br /&gt;
&lt;br /&gt;
[http://sourceforge.net/tracker/index.php?func=detail&amp;amp;aid=1687293&amp;amp;group_id=7118&amp;amp;atid=357118 RFE 1687293]&lt;br /&gt;
&lt;br /&gt;
== User Interface ==&lt;br /&gt;
&lt;br /&gt;
=== Views ===&lt;br /&gt;
&lt;br /&gt;
==== Hoist/Unhoist ====&lt;br /&gt;
&lt;br /&gt;
It would be awesome if FreeMind could allow the &#039;hoist&#039; of a non-root node. Clicking on the node and choosing &#039;hoist&#039; would redraw the map showing that node as root, its descendents around it, and the ancestors, which are now descendants, too, hidden.&lt;br /&gt;
&lt;br /&gt;
Watch an example XSLT script, which hoist the anchor from the root to the node where a graphical link, originating at the root, points at. Input sample FreeMind map:&lt;br /&gt;
 &lt;br /&gt;
 &amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot;?&amp;gt;&lt;br /&gt;
 &amp;lt;map version=&amp;quot;0.9.0_Beta_8&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;node ID=&amp;quot;Freemind_Link_1870928497&amp;quot; TEXT=&amp;quot;a&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;arrowlink DESTINATION=&amp;quot;Freemind_Link_731312914&amp;quot; ENDARROW=&amp;quot;Default&amp;quot; &lt;br /&gt;
 ENDINCLINATION=&amp;quot;219;0;&amp;quot; ID=&amp;quot;Arrow_ID_1222167311&amp;quot; STARTARROW=&amp;quot;None&amp;quot; &lt;br /&gt;
 STARTINCLINATION=&amp;quot;219;0;&amp;quot;/&amp;gt;&lt;br /&gt;
    &amp;lt;node ID=&amp;quot;Freemind_Link_530368245&amp;quot; POSITION=&amp;quot;right&amp;quot; TEXT=&amp;quot;aa&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;node ID=&amp;quot;Freemind_Link_29760795&amp;quot; TEXT=&amp;quot;aaa&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;node ID=&amp;quot;Freemind_Link_731312914&amp;quot; TEXT=&amp;quot;aab&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;node ID=&amp;quot;ID_1690650363&amp;quot; TEXT=&amp;quot;aaba&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;/node&amp;gt;&lt;br /&gt;
    &amp;lt;/node&amp;gt;&lt;br /&gt;
    &amp;lt;node ID=&amp;quot;Freemind_Link_16275782&amp;quot; POSITION=&amp;quot;right&amp;quot; TEXT=&amp;quot;bb&amp;quot;/&amp;gt;&lt;br /&gt;
  &amp;lt;/node&amp;gt;&lt;br /&gt;
 &amp;lt;/map&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The Hoist XSLT script moving the root along a graphic link:&lt;br /&gt;
 &lt;br /&gt;
 &amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot;?&amp;gt;&lt;br /&gt;
 &amp;lt;xsl:stylesheet xmlns:xsl=&amp;quot;http://www.w3.org/1999/XSL/Transform&amp;quot; version=&amp;quot;1.0&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;xsl:template match=&amp;quot;*|@*&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;xsl:copy&amp;gt;&lt;br /&gt;
      &amp;lt;xsl:copy-of select=&amp;quot;@*&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;xsl:apply-templates/&amp;gt;&lt;br /&gt;
    &amp;lt;/xsl:copy&amp;gt;&lt;br /&gt;
  &amp;lt;/xsl:template&amp;gt;&lt;br /&gt;
  &amp;lt;xsl:template match=&amp;quot;/map&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;xsl:copy&amp;gt;&lt;br /&gt;
      &amp;lt;xsl:copy-of select=&amp;quot;attribute_registry&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;xsl:apply-templates select=&amp;quot;//node[@ID=/map/node/arrowlink/@DESTINATION]&amp;quot;/&amp;gt;&lt;br /&gt;
    &amp;lt;/xsl:copy&amp;gt;&lt;br /&gt;
  &amp;lt;/xsl:template&amp;gt;&lt;br /&gt;
  &amp;lt;xsl:template match=&amp;quot;//node[@ID=/map/node/arrowlink/@DESTINATION]&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;xsl:copy&amp;gt;&lt;br /&gt;
      &amp;lt;xsl:copy-of select=&amp;quot;*|@*&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;xsl:apply-templates select=&amp;quot;.&amp;quot; mode=&amp;quot;aws&amp;quot;/&amp;gt;&lt;br /&gt;
    &amp;lt;/xsl:copy&amp;gt;&lt;br /&gt;
  &amp;lt;/xsl:template&amp;gt;&lt;br /&gt;
  &amp;lt;xsl:template match=&amp;quot;node&amp;quot; mode=&amp;quot;aws&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;xsl:if test=&amp;quot;parent::node&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;xsl:element name=&amp;quot;node&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;xsl:attribute name=&amp;quot;TEXT&amp;quot;&amp;gt;&lt;br /&gt;
          &amp;lt;xsl:value-of select=&amp;quot;../@TEXT&amp;quot;/&amp;gt;&lt;br /&gt;
        &amp;lt;/xsl:attribute&amp;gt;&lt;br /&gt;
        &amp;lt;xsl:apply-templates select=&amp;quot;preceding-sibling::node&amp;quot;/&amp;gt;&lt;br /&gt;
        &amp;lt;xsl:apply-templates select=&amp;quot;following-sibling::node&amp;quot;/&amp;gt;&lt;br /&gt;
        &amp;lt;xsl:apply-templates select=&amp;quot;parent::node&amp;quot; mode=&amp;quot;aws&amp;quot;/&amp;gt;&lt;br /&gt;
        &amp;lt;xsl:apply-templates select=&amp;quot;../attribute&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;/xsl:element&amp;gt;&lt;br /&gt;
    &amp;lt;/xsl:if&amp;gt;&lt;br /&gt;
  &amp;lt;/xsl:template&amp;gt;&lt;br /&gt;
 &amp;lt;/xsl:stylesheet&amp;gt;&lt;br /&gt;
&lt;br /&gt;
It would be nice, if this would be a function inside FreeMind e.g. right click on a node and in this context menu chose New Root.&lt;br /&gt;
[[User:JR|JR]] 06:34, 16 Apr 2008 (PDT)&lt;br /&gt;
&lt;br /&gt;
==== Folding Animation ====&lt;br /&gt;
I believe having a very short animation when folding/unfolding a node would increase readability as it whould make it easier to know where nodes where before and where did they moved to.&lt;br /&gt;
&lt;br /&gt;
==== Left toolbar ====&lt;br /&gt;
I think we have too much icons on the left, most of it isn&#039;t used. I think it could be halved, and only show the user preferred icons, and the rest of the place could be used to dock other tools. --[[User:Zslevi|Zslevi]] 13:03, 1 Nov 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
Leos: it would be nice, if I could remove some icon from the toolbar or rearrange order of the icons (like in MS Office).&lt;br /&gt;
&lt;br /&gt;
to allow an easy access to all the icons on the left bar, one may group icons that follow the same metaphor (ex: numbers, home/office, crosslight red/green/orange ....) and access to the icon of interest by clicking on the group icon. This could serve also to simplify the change: suppose you have an ordered list with the icons 1, 2, 3 ... or with icons representing different states &amp;quot;draft&amp;quot;, &amp;quot;in review&amp;quot;, &amp;quot;published&amp;quot; ... then you could click on the icon on a node, and have a contextual menu with all the other icons of the same group (and delete/delete all). You could much more easily change from &amp;quot;in review&amp;quot; to &amp;quot;publish&amp;quot; state :-) --[[User:Patco|Patco]]&lt;br /&gt;
&lt;br /&gt;
==== Notes ====&lt;br /&gt;
I think it&#039;s a great thing to have notes for nodes, but I would prefer more options on formatting note text. (What about integrating with Open Office Writer?) At least the font size should be set, because the default size is so small and hard to read. --[[User:Zslevi|Zslevi]] 13:03, 1 Nov 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
==== Zoom to fit ====&lt;br /&gt;
It would be nice if on loading a map, the view executes an automatic zoom-to-fit instead of the default 100%. Also the Fit option should be added to the Zoom drop down menu (as Powerpoint does for example). Also a keyboard accelerator should be added for Zoom to Fit (e.g. Ctrl-Shift-Z, they are near each other). Another small thing: if you have a map larger than taller, the current implementation adjust the scale to fit the map horizontally, but leave the map not centered in the vertical direction. Could this also be fixed?&lt;br /&gt;
--[[User:Mvalle|mvalle]] 06:14, 2 Dec 2008&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Or save the zoom level with the map so it opens at the same zoom and the same node as when saved&lt;br /&gt;
--[[User:MikeS|MikeS]] 10:45, 4 Sep 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
=== Windows ===&lt;br /&gt;
It would be especially helpful if we could reorganize the arrangement of freemind&#039;s windows.  For example, nodes with notes appear at the bottom and can&#039;t be moved around.  In other heirarchical editors, a tree view could appear at the left and the text (notes) could be moved to the right, where a large screen and indentation could make most of the text readable as compared to the bottom of the screen.&lt;br /&gt;
&lt;br /&gt;
=== Keyboard ===&lt;br /&gt;
==== F1 is conventionally help ====&lt;br /&gt;
F1 is normally a help key in most apps&lt;br /&gt;
&lt;br /&gt;
* When zooming with the keyboard shortcuts it would be better to have&lt;br /&gt;
  Alt + Up Arrow  to zoom-in and Alt + Down Arrow to zoom-out. This is&lt;br /&gt;
  a more natural way of thinking about zooming.-ZSDM&lt;br /&gt;
&lt;br /&gt;
==== Show a help bar on the bottom of the screen for F keys ====&lt;br /&gt;
Have an optional toolbar that can be shown along bottom of screen with buttons that can be clicked with a mouse and operate as per the function keys and also give a hint as to what key does.&lt;br /&gt;
e.g.&lt;br /&gt;
[F1 help] [F2 hot][F3 green][F4 ]  [F5]&lt;br /&gt;
And format the text of the key as per the pattern it applies&lt;br /&gt;
==== Enforce Default Per-Line Text Width For Long Nodes ====&lt;br /&gt;
&lt;br /&gt;
At least 70% of the nodes are multi-line nodes, and to make all the long nodes look *uniform*, we need to manually insert line breaks for each long node, this can get pretty tedious, and also it&#039;s difficult to get all nodes of uniform width.  A much better way is to have the system enforce a configurable &amp;quot;long node width&amp;quot;, that adds line breaks when necessary.  If no such paramater is set, it can default to the current behavior.&lt;br /&gt;
&lt;br /&gt;
This can happen through a default attribute of the &amp;lt;body&amp;gt;-tag i.e. &amp;lt;body width=&amp;quot;200px&amp;quot;&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
===== Locking Node Focus =====&lt;br /&gt;
&lt;br /&gt;
Currently the node focus is &amp;quot;set&amp;quot; by moving the mouse.  The last node that the mouse flys over is the default focus node, and subsequent operations like &amp;quot;insert an icon&amp;quot; is performed will be performed on that node.  It would be really helpful to be able to *manually* lock the focus on a node, this way it&#039;s easier to set an icon (all the way to the left side of the screen) to the right node.&lt;br /&gt;
&lt;br /&gt;
==== Toggle for Re-centering the Map upon node selection =====&lt;br /&gt;
&lt;br /&gt;
I love FreeMind and yet I still dream of a more and better version.  Under the mouse section, I have suggested a toggle to enable and disable the mouse fly-overs select node mechanism.  It would also be nice if there was some means to recenter the map upon node selection to make that section of the map the graphical focus.  &lt;br /&gt;
&lt;br /&gt;
==== Re-centering the Map with Hypergraph-like navigation tool =====&lt;br /&gt;
&lt;br /&gt;
The most compelling form of refocusing large mind maps are ThinkMap&#039;s Visual Thesaurus, The Brain, The WebBrain.  Of course, being a user and not a programmer, I can only imagine how much work that might take. Perhaps, you might find it useful to forge a collaboration with the SourceForge Hypergraph Project and ask them to build an export to Hypergraph module for you.  One note of caution:  Straightforward implementation of a hypergraphs compress large peripheral nodes into a small and unreadable overlapping space.  This defeats the value of the hypergraph navigation.  Thinkmap has solved that problem by forcing peripheral nodes to be well-spaced for readability.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== &amp;quot;physical style&amp;quot; could be customized ===&lt;br /&gt;
&lt;br /&gt;
I love the flexibility FreeMind provided to make my mindmap pretty. For each node, I can choose the font size, format, color...The choices are so many that making the changes with mouse is a little bit slow because the choices are buried in many sub-menus. The physical style provides a short-cut. But the styles are not attractive. Why not provide a tool so that the user can define a node format (including font size, format, color and icon et al) and associate it to F3~F9 and Ctrl +F1~F9. So after I type in the content, by pushing one key, the node can be customized within a second.&lt;br /&gt;
&lt;br /&gt;
* It&#039;s done exactly this way in FreeMind 0.9 --[[User:Terkor|Terkor]] 19:39, 18 Jul 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
=== Mouse ===&lt;br /&gt;
&lt;br /&gt;
==== Scroll wheel zoom Operation ====&lt;br /&gt;
&lt;br /&gt;
a) It would be nice to be able to zoom using just the scroll wheel rather than pressing CTRL at the same time. How about a user preference/option to control this. This is similar to many other Apps e.g. Excel ie wheel = zoom or pan&lt;br /&gt;
&lt;br /&gt;
b) The way the scroll wheel works seems opposite to many other programs which is confusing&lt;br /&gt;
ie push wheel forward causes a zoom out whereas other apps zoom in&lt;br /&gt;
&lt;br /&gt;
==== Right mouse popup menu text ====&lt;br /&gt;
The words &amp;quot;Node up&amp;quot; and &amp;quot;Node down&amp;quot; could be easier to understand if there was a verb in it&lt;br /&gt;
e.g.&lt;br /&gt;
Move node up&lt;br /&gt;
Move node down&lt;br /&gt;
&lt;br /&gt;
The operation of it is great, but as a novice it is not clear if it does&lt;br /&gt;
move up a node - ie where current cursor is moves&lt;br /&gt;
or&lt;br /&gt;
move the node - ie the node is moved to a different position on the diagram&lt;br /&gt;
&lt;br /&gt;
==== Photoshop/Freehand-like Keyboard/Mouse Document Navigation ====&lt;br /&gt;
Coming from the graphics department, it would be really nice to have the standard mouse/keyboard navigation style (which by the way is great way of handling oversized documents and going from overview to detail view with just a few clicks):&lt;br /&gt;
&lt;br /&gt;
a) Space toggles View Panning&lt;br /&gt;
b) CTRL-Space toggles zoom in (Click to zoom in, zoom centered to position of mouse cursor)&lt;br /&gt;
c) CTRL-ALT-Space toggles zoom out (click to zoom out, zoom centered to position of mouse cursor)&lt;br /&gt;
Tried to map CTRL-Space to zoom in, which worked, but not on mouseclick but on keydown. Additional ALT key for zoom out was not accepted at all in settings-&amp;gt;keys&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Toggle for Mouse fly-over ====&lt;br /&gt;
&lt;br /&gt;
Elsewhere in this RFE, others have noted that although the mouse fly-over selection mode is great for rapid navigation, there are times when one changes the selection as the mouse cursor moves up to the toolbar.  Why not toggle the mouse fly-over by some method.  Perhaps one of the most convenient methods would be a left mouse double click on the node to freeze the selection.&lt;br /&gt;
&lt;br /&gt;
=== TouchPad ===&lt;br /&gt;
&lt;br /&gt;
==== Horizontal scroll ====&lt;br /&gt;
&lt;br /&gt;
Horizontal scrolling does not seem to work.&lt;br /&gt;
&lt;br /&gt;
=== Menu ===&lt;br /&gt;
==== Toggle toolbar on/off via View Menu ====&lt;br /&gt;
Add ability to toggle display of toolbars via the menu&lt;br /&gt;
Suggest put it under View menu&lt;br /&gt;
&lt;br /&gt;
Functionality as per RIGHT mouse key on a blank part of the screen&lt;br /&gt;
&lt;br /&gt;
==== Alter wording of sub menu Mode ====&lt;br /&gt;
As a novice found it hard to understand the difference between Map and Browse&lt;br /&gt;
would have found it easier if it had said&lt;br /&gt;
ALT+1 Edit map&lt;br /&gt;
ALT+2 Browse map&lt;br /&gt;
ALT+3 File&lt;br /&gt;
&lt;br /&gt;
==== Add a save all map icons ====&lt;br /&gt;
If you work with several maps, it is impossible to save all maps in one shot,&lt;br /&gt;
except if you close freemind.&lt;br /&gt;
&lt;br /&gt;
=== Toolbars ===&lt;br /&gt;
&lt;br /&gt;
==== Icon toolbar ====&lt;br /&gt;
&lt;br /&gt;
===== Cross and watebasket look like icons rather than buttons =====&lt;br /&gt;
To a novice the delete (red cross) and delete all (wastebasket) icons look like icons&lt;br /&gt;
ie add a cross to the map rather than perform operations&lt;br /&gt;
especially on the popup &amp;quot;select icon&amp;quot; window.&lt;br /&gt;
&lt;br /&gt;
===== Some icons in left toolbar fall off bottom of toolbar =====&lt;br /&gt;
&lt;br /&gt;
===== Clone icon toolbars on both sides =====&lt;br /&gt;
I want to have same icon toolbar on both sides - left and right.  If I had icon toolbar on both sides, I could choose the shortest way to the icon.&lt;br /&gt;
&lt;br /&gt;
==== Top toolbar ====&lt;br /&gt;
===== Order of icons in top toolbar =====&lt;br /&gt;
Would be nice if these icons were in a more standard order (as per other apps)&lt;br /&gt;
e.g.&lt;br /&gt;
New, Open, save, print, cut,copy, paste with next/previous map buttons more to the right&lt;br /&gt;
&lt;br /&gt;
(Icons in V0.08 RC2 look a lot smarter)&lt;br /&gt;
&lt;br /&gt;
===== Font size pulldown is very wide =====&lt;br /&gt;
Pulldown to select font size is stretching and becoming very wide, which doesn&#039;t look neat.&lt;br /&gt;
&lt;br /&gt;
===== Visual feedback for toolbar buttons =====&lt;br /&gt;
Currently (0.8.1) The buttons in the top toolbar do not show any visual feedback when pushed, so you remain with the doubt to have done anything. -- [[User:Mvalle|Mvalle]] 03-dec-08&lt;br /&gt;
&lt;br /&gt;
===== Customizable top toolbar =====&lt;br /&gt;
A few functions are often used so it&#039;s more efficient to be able to customize the top toolbar to have those buttons, eg. node background color, node font color are both very useful to highlight different nodes for different purpose. Last applied color should be able to use just by clicking the same button. There should be more this kind of depends on individual preference.&lt;br /&gt;
-- [[User:dGuru|dGuru]] 08-Dec-2008&lt;br /&gt;
&lt;br /&gt;
==== New toolbar for format operations ====&lt;br /&gt;
&lt;br /&gt;
===== Move font type and size pulldowns to new format toolbar =====&lt;br /&gt;
ie group all formatting functions as per Format menu options onto a format toolbar&lt;br /&gt;
&lt;br /&gt;
===== Add ability to select a default format for text =====&lt;br /&gt;
e.g. have a split icon&lt;br /&gt;
left part looks like a letter &amp;quot;A&amp;quot; in colour text is currently set to&lt;br /&gt;
right part of icon looks like a black down arrowhead which if clicked pulls up a colour picker&lt;br /&gt;
&lt;br /&gt;
===== Add ability to select a default format for lines =====&lt;br /&gt;
e.g. have a split icon&lt;br /&gt;
left part looks like a line in colour text is currently set to&lt;br /&gt;
right part of icon looks like a black down arrowhead which if clicked pulls up a colour picker&lt;br /&gt;
&lt;br /&gt;
===== Add ability to select a default format for clouds =====&lt;br /&gt;
e.g. have a split icon&lt;br /&gt;
left part looks like a coloured outline of a cloud in colour text is currently set to&lt;br /&gt;
right part of icon looks like a black down arrowhead which if clicked pulls up a colour picker&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===== One-click selection of cloud color =====&lt;br /&gt;
It would be nice not to have to go through the context-menu to change the cloud color. This should be as easy as in v0.7 by just clicking in the toolbar.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Enlarge and reduce the text size ====&lt;br /&gt;
Enlarge and reduce the text size will be very helpful.&lt;br /&gt;
&lt;br /&gt;
=== Map Overview / Navigation Pane ===&lt;br /&gt;
..like seen in MindManager: a small detached window that allows quick overview and repositioning of the visualized map section&lt;br /&gt;
&lt;br /&gt;
===Gestures===&lt;br /&gt;
How about the ability to use gestures (mouse or pen) to do basic manipulation?&lt;br /&gt;
Click and drag right to enter new node.&lt;br /&gt;
Click and drag left to enter new sub-node.&lt;br /&gt;
&lt;br /&gt;
Maybe use middle button click for gestures to avoid conflict with current capabilities.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Remark:&#039;&#039;&#039; This is already possible. Just use the freeware StrokeIt. It very easily adds gestures to any program. --[[User:Terkor|Terkor]] 18:08, 28 May 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
=== Outline View ===&lt;br /&gt;
It would be really nice to have the option of seeing an outline view - which you could also drag and drop with --[[User:Slashdotted|Slashdotted]] 18:26, 21 Jul 2006 (PDT)&lt;br /&gt;
&lt;br /&gt;
Along the lines of using gestures for manipulation and entry I use FreeMind on a tabletpc. I would like to be able to use inking capabilities.&lt;br /&gt;
&lt;br /&gt;
=== Applet ===&lt;br /&gt;
Since you can drag for navigation, why not allow the scrollbars to be disabled&lt;br /&gt;
in order to increase screen real estate?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== MacOS Enhancements ===&lt;br /&gt;
Some keystrokes should be remapped (by default) to conform with the keystrokes used on Mac&#039;s User Interface, like:&lt;br /&gt;
* Delete Child: CMD-BACKSPACE, instead of DELETE (Mac laptops doesn&#039;t have a DELETE key)&lt;br /&gt;
* Zoom Out: ALT-DOWN, instead of ALT-UP&lt;br /&gt;
* Zoom In: ALT-UP, instead of ALT-DOWN (consistent with macos Zoom feature)&lt;br /&gt;
&lt;br /&gt;
Some common keyboard shortcuts should also be implemented:&lt;br /&gt;
* Minimize the window to the Dock: CMD-M&lt;br /&gt;
* Restore window from the Dock: ALT-1&lt;br /&gt;
&lt;br /&gt;
=== Spell Check ===&lt;br /&gt;
I&#039;m a dyslectic - at least am used to type many errors. (Almost) All software I use (to type content) have some form of spell checker supported. And because I also use FreeMind for mindmaps in presentations; they need to contain as less as possible number of writing errors. (Please in any supported language) --[[User:Sent|Sent]] 11:41, 8 Mar 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Maps ==&lt;br /&gt;
&lt;br /&gt;
=== Flowchart for Programming Structure ===&lt;br /&gt;
[[Image:Freemind flowchart.PNG|Flowchart M&lt;/div&gt;</summary>
		<author><name>MikeS</name></author>
	</entry>
	<entry>
		<id>https://freemind.sourceforge.io/wiki/index.php?title=Requests_for_enhancements&amp;diff=8195</id>
		<title>Requests for enhancements</title>
		<link rel="alternate" type="text/html" href="https://freemind.sourceforge.io/wiki/index.php?title=Requests_for_enhancements&amp;diff=8195"/>
		<updated>2009-09-04T10:43:10Z</updated>

		<summary type="html">&lt;p&gt;MikeS: /* Improved Table editor */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[http://aleastr.amigasa.jp/page330.html free e-cards] [http://merundoi.org.gy/blog/wp-content/uploads/podpress_temp/img/trocbob.htm nj driver license test] [http://a1club.net/award/mailform/data/files/article571.html bel ami] [http://krifoundation.org/gallery/data/thumbnails/24/pics/topic-2368.htm movie with meg ryan and nicholas cage] [http://doakoxa.suppa.jp/article761.html prom hair dos] [http://divertigenio.es/bk_subscription/files/news-329-20090802.html noel divine highlight video] [http://inkoorle.0lx.net/page-20.html misty dawn] [http://exelib.com/webmasters/files/news-986-20090808.html artist inspiration] [http://nfveasdoo.tonosama.jp/article-449.html funny picture] [http://www.seniorlendersreversemortgage.com/script/files/topic1142.htm medical bracelets] [http://merundoi.org.gy/blog/wp-content/uploads/podpress_temp/img/mexactaca.htm new adult movie] [http://rsdmilitaria.com/images/icons/index.html http] [http://xacnrfum.michikusa.jp/article855.html replica sunglasses] [http://freshwaterpearlspuppetry.com/holidayblog/media/2/topic-2182.htm ademco] [http://e-miroku.jp/attach/files/sitemap.htm index] [http://fafafaric.biroudo.jp/page-202.html nick jr] [http://kwhw.com/cms3/images/pics/article697.html braless teachers] [http://fur.bz/0left/zed02/dat/cgi/article-692.htm titanic tits] [http://janreel.namekuji.jp/873.html disney characters] [http://fevcaraad.aikotoba.jp/2zvuyzgt6.html list of traditional gifts for wedding anniversary] [http://fevcaraad.aikotoba.jp/qux37j5fe.html muscle pain] [http://zonvone.ojaru.jp/543.html tyra bank] [http://miyako-wakamaru.com/main/archives/2009/05/img/racacel1543.htm slipnot music videos] [http://folkvlvog.ashigaru.jp/article717.html email search] [http://plelefvda.amigasa.jp/article-584.html hyundai dealerships] [http://takasui.net/pta/data/2010.3/files/news-1356-2009-08-04.html promod drug] [http://even.com.au/archives/images/text1665.htm job search canada] [http://e-miroku.jp/attach/files/new445.htm free ringtones razor v3] [http://kwhw.com/cms3/images/pics/article2181.html us postal service shipping rates] [http://hiv.gov.gy/tmp/files/article686.html antidepressant drugs that aggravate an enlarged prostate] [http://politonomist.com/wp-content/uploads/2007/page-1134.html real american] [http://a1club.net/award/mailform/data/files/article1156.html races videos] [http://bugboloh.0lx.net/index.html sitemap] [http://doakoxa.suppa.jp/article763.html college girl] [http://roowiraas.zouri.jp/207.html online dictionary] [http://takasui.net/pta/data/2010.3/files/news-680-2009-08-05.html lederhosen lucil video] [http://janreel.namekuji.jp/483.html sport authority] [http://servpro.ca/complogos/thumbs/topic-890.html medical drug facts] [http://northerndaylily.com/wpThumbnails/pics/comment-625.html felt family] [http://zonvone.ojaru.jp/705.html shayla laveaux] [http://e-miroku.jp/attach/files/new994.htm play music video code] [http://janreel.namekuji.jp/737.html david allen coe] [http://nfveasdoo.tonosama.jp/article-164.html patio cover] [http://fafafaric.biroudo.jp/page-563.html christian music lyrics] [http://fevtroct.wakatono.jp/page419.html tanning bed bulb] [http://wyarfvfol.client.jp/179.html belladonna] [http://audi-s.net/kprof/data/915/img/news-1332.html men in high heels] [http://peakdocs.com/ac/images/pics/article2262.html movie review unfaithful] [http://triexcellence.com/qapro/registration/files/article2316.html movie north shore theater] [http://exelib.com/webmasters/files/news-664-20090807.html used car blue book price]  &lt;br /&gt;
&amp;lt;table&amp;gt;&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td valign=top&amp;gt;&lt;br /&gt;
{{Navigation_bar}}&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;amp;nbsp;&lt;br /&gt;
&amp;lt;td width=600&amp;gt;&lt;br /&gt;
&lt;br /&gt;
We prefer that you send your requests for enhancements here. Please look first if a similar request for enhancement already exists, using Ctrl + F. Also, there is a section of [http://sourceforge.net/tracker/?group_id=7118&amp;amp;atid=357118 requests for enhancements] at FreeMind&#039;s project page at SourceForge.&lt;br /&gt;
&lt;br /&gt;
== Features in development ==&lt;br /&gt;
&lt;br /&gt;
2006-07-16. The development team of FreeMind is currently working on the following features. (We cannot guarantee that the features will actually make it into the next release; most of them should.)&lt;br /&gt;
&lt;br /&gt;
* Attributes on nodes&lt;br /&gt;
* Filtering which nodes are shown by icons and contained string&lt;br /&gt;
* Rich text nodes&lt;br /&gt;
* Save All function&lt;br /&gt;
&lt;br /&gt;
=== Purge this list ===&lt;br /&gt;
Could this enhancement request be purged when features are implemented? --[[User:Mvalle|Mvalle]] 6:49, 2 Dec 2008&lt;br /&gt;
&lt;br /&gt;
== Project management ==&lt;br /&gt;
&lt;br /&gt;
=== Firefox Integration ===&lt;br /&gt;
&lt;br /&gt;
My suggestion is to integrate FreeMind with Firefox so you can classify anything you download and extract useful knowledge. In case of being a html page also would be great some clipboard features to add selected text to FM notes in a particular node or as a new child etc.. My html notes consist on a short text I write about the webpage, below link to webpage and below selected text of this webpage, then I save the webpage in a directory for later use. Currently I am using FM to organize some info from my html notes and recent html pages (several hundreds) I have downloaded and I would find this feature fantastic. First you download a file/html page with selected/typed/default text as filename and assign selected or typed text to their FM node, then you organize downloads in a new tab in which FreeMind is running.. Wonderful!! (Also persistent notes instead of temporal ones or at least the ability to choose their behaviour would be great too)&lt;br /&gt;
&lt;br /&gt;
To make FreeMind a productive tool with Firefox, at the very least, when you drag the URL icon from the URL toolbar on the top of Firefox to a node in FreeMind, FreeMind should create a single child node with the correct label and link in it.  Currently, it creates multiple child nodes with messed-up labels, which require tedious manual cleanup after the drag-n-drop.&lt;br /&gt;
&lt;br /&gt;
=== Ganttproject/Freemind integration ===&lt;br /&gt;
&lt;br /&gt;
It would be very interresting to integrate Ganttproject, for a better&lt;br /&gt;
project management. This solution would be very close from JCVGantt pro + mindmanager (http://www.gantt.fr/#).&lt;br /&gt;
Both (Freemind and Ganttproject) are GPL, and java coded.&lt;br /&gt;
- actually there is already a data converter for this: [http://johanneskutsam.spaces.live.com/blog/cns!1961B7AE7280AAFD!264.entry &#039;&#039;&#039;Freemind2gantt converter &#039;&#039;&#039;] It now needs a tighter integration and some more intelligent overlap of contents, so that 1:1 conversion is possible (in both directions) --[[User:BoP|BoP]] 05:31, 22 Jul 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
=== Time management and dependencies ===&lt;br /&gt;
Integrate date attributes and a timing view&lt;br /&gt;
Allow to set other attributes (people, groups, objects, locations)&lt;br /&gt;
Build on top of that a half-hierarchical structure with dependencies&lt;br /&gt;
&lt;br /&gt;
* For some of the software packages leading this field look at: [http://www.matchware.com/en/products/openmind/default.htm &amp;quot;OpenMind 2&amp;quot;] or [http://www.conceptdraw.com &amp;quot;ConceptDraw&amp;quot;]&lt;br /&gt;
--[[User:BoP|BoP]] 05:31, 22 Jul 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
There should be the option for recurring Reminders (e.g. every week, every month, etc.). --[[User:Terkor|Terkor]] 07:29, 19 Aug 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
== Nodes ==&lt;br /&gt;
===Allow nodes to be moved up or down within heirarchial structure===&lt;br /&gt;
&lt;br /&gt;
Allow nodes to be moved up or down within heirarchial structure, where you can allready physically change the distance between nodes it would be great if you move a node too high or too low it shifts it up or down accordingly with the structural fromat of the mind map&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Allow picture-nodes to be Pasted ===&lt;br /&gt;
I&#039;ve been using FreeMind as a note taker during lectures for a while, and its great. Of course, every once in a while you need to add a picture quickly.  I wish FreeMind would allow for me to draw a picture in Paint or whatever and simply Paste it into a node.&lt;br /&gt;
-RogerF&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;KeepNote&#039;&#039; has a build in &#039;&#039;Insert Screenshot&#039;&#039; function, which is very easy to use. That would enhance note taker jobs enormous. In addition a creation of a journal note with default date and time would be nice.&lt;br /&gt;
-JSp&lt;br /&gt;
&lt;br /&gt;
=== Sketch-nodes ===&lt;br /&gt;
As a note taker during lectures, FreeMind is great.  Of cource every once in a while the lecturer will draw a more complex picture on the board, and suddenly you&#039;re out of ways to &#039;capture&#039; an important part of the lecture.  I would like to be able to add a &#039;Sketch&#039; node, that would bring up a popup Window and a simple SVG editor.  It doesnt have to be advanced, but being able to draw circles, ellipses, straight lines, a few colors an line widths etc. would come a long way with respect to FreeMind as a note-taker during lectures!&lt;br /&gt;
-RogerF&lt;br /&gt;
&lt;br /&gt;
=== Improved Table editor ===&lt;br /&gt;
IMHO, the table feature of FreeMind is great to have, but a little inflexible. I would like to see features such as:&lt;br /&gt;
- drag to indicate number of cells  (similar to Word)&lt;br /&gt;
- insert row, column etc. should be avaiable from the right-click menu&lt;br /&gt;
- change background colors&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
and generally I would encourage that tables are formatted as compact as possible by default.&lt;br /&gt;
&lt;br /&gt;
=== Add Fonts, Especially Strikethrough ===&lt;br /&gt;
- I use Freemind for, amongst other things, task management.  I&#039;d like the ability to format node text with strikethrough so the placeholder is kept but it&#039;s clear on a quick scan that the task has been handled.  I find this much easier than, say, using an icon to identify a completed task&lt;br /&gt;
&lt;br /&gt;
=== Automatically selecting a specific node on startup ===&lt;br /&gt;
&lt;br /&gt;
html allows you to access specifically marked sections immediately using the anchor syntax, which is incorporated into the url.  But in freemind, all nodes already have unique id&#039;s.  It would be very convenient if you could refer to a specific node id right after specifying the filename so that freemind could jump to that particular node immediately.  For example:&lt;br /&gt;
&lt;br /&gt;
freemind foo.mm -&amp;gt; opens foo.mm and selects the center of the map&lt;br /&gt;
&lt;br /&gt;
freemind foo.mm bar -&amp;gt; opens foo.mm and goes to the node ID&#039;d bar.&lt;br /&gt;
&lt;br /&gt;
This kind of syntax will make it very convenient for a user of freemind to make a network of mindmaps, and to jump in between networks using the hyperlink input.  Of course, for this to be useful, there must also be a shortcut to display the current node&#039;s unique ID, and a mechanism for freemind to recognize other hyperlinks that are also mindmaps.&lt;br /&gt;
&lt;br /&gt;
-Markd&lt;br /&gt;
&lt;br /&gt;
=== Automatic Numbering of Nodes ===&lt;br /&gt;
&lt;br /&gt;
A key feature of MindJet and Simtech mindmaps is the ability to toggle a numbers on or numbers off view.   This makes a large mindmap more workable, because everyone can quickly reference specific nodes by the node number(s).   This is especially useful after converting a map to Open Office or Word, so you have a numbered outline.   The numbers would be the logical parent-child relationship seen in outlining or data modeling.  The number should be displayed above the node text with a dashed line or shading to distinguish it from the node text.  The user should also have the option to display numbers with dots, or without dots (to reduce the length).   When a node is moved, deleted, etc. - the maps numbers are auto-recalculated to show the new relationships.  This enhancement (along with spell check) would make FreeMind a more useable business tool.&lt;br /&gt;
&lt;br /&gt;
GregA&lt;br /&gt;
&lt;br /&gt;
FullACK. The feature should allow to have all/selected nodes [http://en.wikipedia.org/wiki/ISO_2145 ISO2145]-numbered (in map-view or at least on export). I believe this would not be too difficult to implement. (Probably in 0.9.0 this can be done more or less easily by Groovy-scripting, but maybe it would just turn into a standard-feature for everybody, if it was included into one of the standard-menus.)&lt;br /&gt;
&lt;br /&gt;
Thanks, Golgol&lt;br /&gt;
&lt;br /&gt;
Numbering can be easily achieved by having an external plugin, which is a program that analyses the data (node) it receives, and just adds a &amp;quot;number&amp;quot; attribute.&lt;br /&gt;
&lt;br /&gt;
lkcl.&lt;br /&gt;
&lt;br /&gt;
=== Automatic word wrap in Nodetext ===&lt;br /&gt;
&lt;br /&gt;
I&#039;d like to see this feature. I want for example set a default max node width. So the text will wrap when this width is reached. This would make mindmaps more readable and easier to edit.&lt;br /&gt;
&lt;br /&gt;
Edit: I just noticed, that it is possible by giving &amp;quot;width=&amp;quot; to the body tag in html mode (or rich formatting) but it would be nice having this in plain text mode, too.&lt;br /&gt;
&lt;br /&gt;
Edit2: If you set a &amp;quot;width=&amp;quot; in the body TAG the Node will be this wide. The Node should get smaller if the given width is not needed.&lt;br /&gt;
&lt;br /&gt;
nautsch&lt;br /&gt;
&lt;br /&gt;
=== Automatic transition to Edit Long Node ===&lt;br /&gt;
&lt;br /&gt;
When the user starts typing a node, she/he may not know in advance if the text will fit on one line or require multiple lines (Long Node). It would be advisable that pressing ALT-ENTER at the end of a single line node, switches to the Long Node editing window as it does now, but with the cursor already on the second line of the editing window, so that the user can keep typing right away from there. Currently it&#039;s necessary to press END and then ENTER to obtain this behavior. The proposed modification would avoid pressing this two extra keys.&lt;br /&gt;
&lt;br /&gt;
Marco&lt;br /&gt;
&lt;br /&gt;
=== Add to alert to a node ===&lt;br /&gt;
&lt;br /&gt;
I do use Freemind to keep track of my current tasks. MindMaps are IMO a very good way to organize to chaos in them (if you know a better tool, please mail hoffi@muskelshirt.de). But since some tasks do contain da deadline, the possibility to add an alert would be very handy (e.g. like Outlook-alerts).&lt;br /&gt;
&lt;br /&gt;
* Tools -&amp;gt; Show Calendar... -&amp;gt; Remind Me At This Date; also see: Tools -&amp;gt; Show Time Sceduler List... --[[User:Terkor|Terkor]] 19:32, 11 Feb 2008 (PST)&lt;br /&gt;
&lt;br /&gt;
=== Sorting nodes ===&lt;br /&gt;
&lt;br /&gt;
It will be very useful to SORT SELECTED NODES at the same hierarchical level like a list. The simplest and fastest sorting rule would be the alphabetical order. It will improve the visibility of a map. It could be added as plugin or function at the same level as the function &amp;quot;join nodes&amp;quot;. It would have to work even if the nodes have subnodes. Thanks. Franck --[[User:Fb5|Fb5]] 02:50, 15 Nov 2007 (PST)&lt;br /&gt;
&lt;br /&gt;
=== Synchronised nodes / mirror nodes / relational nodes ===&lt;br /&gt;
&lt;br /&gt;
Some times you might want a node in two locations. What you can do today is to add a link and/or a graphical link. What I would like to is to have mirrored / synchronised nodes. Say that I have node A, and that I want the same node in another location as well. Simply I should be able to Ã¢ÂÂInsert mirror nodeÃ¢ÂÂ, and wupti node A is shown here as well. No matter whether I now edit the node at the new or original location the nodes is changed in both locations (but of course only stores once). If a plugin for this exists then please mail me at freemind@skinny.dk.&lt;br /&gt;
&lt;br /&gt;
Martin&lt;br /&gt;
&lt;br /&gt;
Another more data centric way to look at this is as relational nodes.  Instead of restricting the data model to a simple tree you could store the data in a relational format.  This would give users the ability to store nodes with many parents.  &lt;br /&gt;
&lt;br /&gt;
This would produce the effect described about but would also open up the possibilities of the app for more human like brain dumping.  I am almost certain that the human brain does not relate 1 single piece of information to 1 other piece, it is more natural for us to relate it to as many other pieces of info as possible as this helps us to remember.&lt;br /&gt;
&lt;br /&gt;
So... new data model!!  Many to many relationships!  :-)&lt;br /&gt;
&lt;br /&gt;
A simple way of storing this type of data would be a flat list of nodes with IDs and then another list of relationships with a focus on Parent relationships.  There is only a need to store which Parent(s) a node belongs to.  This could be none or more than one.&lt;br /&gt;
&lt;br /&gt;
Some other considerations include rendering the data.  For e.g. if a user highlights a node which appears in more than one location in the map (i.e. has more than one parent) do you explode both end points, just the one or maybe provide the option to do either.&lt;br /&gt;
&lt;br /&gt;
PH4wks&lt;br /&gt;
=== Free-standing nodes ===&lt;br /&gt;
&lt;br /&gt;
The main feature missing from freemind is free standing nodes, not initially connected to anything, which you later organise, making them parents or children or simply just linked to other nodes.  This is how our brains work - it&#039;s important not to be restricted to an hierarchical model as currrently.&lt;br /&gt;
PBL&lt;br /&gt;
&lt;br /&gt;
Yes i definantly agree free standing nodes is essential. Furthermore from this, a more network orientated view of nodes and links would be a lot freeer and natural. So Linking the nodes with links, and then being able to view them in different ways, Selecting different root nodes or groups of nodes, or the main topic as the root node as it is now.&lt;br /&gt;
&lt;br /&gt;
I completely agree.  I have long felt that this is the single biggest thing missing from freemind (and most mind-mapping tools).  Being limited to a hierarchy under a single node is a very severe limitation.  It completely artificially constrains my natural organizational habits and it leads to &amp;quot;uncomfortable&amp;quot; mapping layouts.  For example, I prefer to have my parent nodes on the left and my child nodes on the right, but I quickly run out of visual real-estate when working with mindmaps in my lop-sided way.  If I could detach nodes and arrange them freely I could see and work with so much more on a single screen.  Also, by having free nodes, I could use a single mindmap for a lot more (possibly my whole life) - and I could avoid having to manage or maintain several maps to manage several separate projects.  My mind is not &amp;quot;free&amp;quot; without free nodes. :-)&lt;br /&gt;
&lt;br /&gt;
=== Other node print layout for very big maps ===&lt;br /&gt;
&lt;br /&gt;
While working with a map having 4000 nodes - well structured - it is useful to have a plotter to print it on one sheet. On the other hand there are no walls 5 meters high in this office. So I&#039;d like to request an alternative print mode with a 90 degree rotated layout. This would also enable collaboration of 2 and more people in front of this wallpaper. [[User:Noiv|Noiv]]&lt;br /&gt;
&lt;br /&gt;
=== Inheritance of Node Characteristics ===&lt;br /&gt;
&lt;br /&gt;
If the font size/type, colour and background colour of a node have been set then any child nodes that are created (as opposed to moved into place) should inherit those characteristics.   --[[User:Anton|Anton]] 12:20, 25 Jul 2008 (PDT)&lt;br /&gt;
&lt;br /&gt;
I wouldn&#039;t use the above suggestion much, actually. Instead, I&#039;d want nodes to inherit font size/type, edge styles etc. from their &#039;&#039;siblings&#039;&#039;. This makes sense to me as nodes on a particular level would tend to be section headings, which I&#039;d want e.g. in a larger font than the nodes that come below them.&lt;br /&gt;
&lt;br /&gt;
Perhaps there could be the option for both these types of inheritance. For any &#039;leg&#039; of a map, the user could right click and get a menu listing the various elements which could be formatted (font [+size, +colour], edge [+style, +width, +colour], etc.), and could indicate whether that element is to inherit from Parent, Sibling or No inheritance.&lt;br /&gt;
&lt;br /&gt;
It sounds a little complicated, but I&#039;d like to have that level of control. It&#039;d save a lot of time for large, complex projects.&lt;br /&gt;
-- [[User:Doubi|Doubi]] 20:13, 6 Dec 2008 (UTC)&lt;br /&gt;
&lt;br /&gt;
=== ALT/ENTER to close Long Node editing window ===&lt;br /&gt;
&lt;br /&gt;
As you can use ALT+ENTER to open long node editing window, it woult be logical to use the same keys to close this window.&lt;br /&gt;
&lt;br /&gt;
Kast&lt;br /&gt;
&lt;br /&gt;
=== Merge several nodes back into one branch ===&lt;br /&gt;
&lt;br /&gt;
This feature could work as follows: &lt;br /&gt;
ctrl-select several nodes. hit &amp;quot;insert&amp;quot;. all selected nodes are now connected to the newly created node&lt;br /&gt;
&lt;br /&gt;
Joshua&lt;br /&gt;
&lt;br /&gt;
== Export and Import ==&lt;br /&gt;
&lt;br /&gt;
=== Import from an &amp;quot;interpreter&amp;quot;, Export via &amp;quot;programs&amp;quot; ===&lt;br /&gt;
&lt;br /&gt;
Possibly the most important feature to have for FreeMind is to have an &amp;quot;interpreter&amp;quot; plugin, of scripts - external programs - which can &amp;quot;suck in&amp;quot; content that is defined in a SIMPLE (and by simple i don&#039;t mean XML) format.&lt;br /&gt;
&lt;br /&gt;
FreeMind should therefore, ultimately and effectively, be a &amp;quot;cacheing&amp;quot; and &amp;quot;display&amp;quot; and &amp;quot;edit&amp;quot; mechanism.&lt;br /&gt;
&lt;br /&gt;
Likewise, for exporting of information, it should be possible to feed internal data to a predefined program (where the program to be used should be an attribute, where the attribute itself can be the result of a decision made from running an external script!!)&lt;br /&gt;
&lt;br /&gt;
Ultimately, therefore, it should be absolutely trivial to do all of the import and export capabilities, listed below, in terms of well-defined and very simple external programs.&lt;br /&gt;
&lt;br /&gt;
(side-note: the external programs can be non-java programs, of course - even shell scripts.  java is a really stupid programming language to do this kind of work in: as a statically typed object-orientated language, it&#039;s simply not up to the job.  it&#039;s great for display purposes, and it&#039;s great for platform-independence, but that&#039;s about all that it&#039;s good for)&lt;br /&gt;
&lt;br /&gt;
[http://sourceforge.net/tracker/index.php?func=detail&amp;amp;aid=1687292&amp;amp;group_id=7118&amp;amp;atid=357118 RFE 1687292]&lt;br /&gt;
&lt;br /&gt;
=== Import and Export from HTML and different Wiki formats ===&lt;br /&gt;
&lt;br /&gt;
Simple import/export scripts can be written which have &amp;quot;rules&amp;quot; on understanding the different types of web pages, for example Wikis, and, also, the current &amp;quot;wiki exporter&amp;quot; should be the first plugin created as an &amp;quot;exporter&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
It would be trivial for people to then use lynx or wget for example and a few lines of awk or perl to write an HTML &amp;quot;import&amp;quot; plugin.  Instead of having to wade through tens of thousands of lines of stupid java (which is only really suitable for display purposes and platform-independence).&lt;br /&gt;
&lt;br /&gt;
Include an option to state whether the notes file should be in a pop-up window, or a link to a separate file in a scrollable window (in the last version I used notes text came up in non-scrollable temporary pop-ups).&lt;br /&gt;
&lt;br /&gt;
===== Export to HTML =====&lt;br /&gt;
Exporting to HTML the various labels are styled with a &amp;lt;nowiki&amp;gt;&amp;lt;span&amp;gt;&amp;lt;/nowiki&amp;gt; that has a long style=&amp;quot;&amp;quot; entry. It is better to create a set of CSS classes, one for each distinct style, and reference them in the various &amp;lt;nowiki&amp;gt;&amp;lt;span&amp;gt;&amp;lt;/nowiki&amp;gt; blocks. This simplifies also the import into MS Word.&lt;br /&gt;
--[[User:Mvalle|Mvalle]] 08:43, 20 Dec 2008 (UTC)&lt;br /&gt;
&lt;br /&gt;
Thinking about cheap export to MS Word a new export to HTML option could be added with every level of the map producing a different &amp;lt;nowiki&amp;gt;&amp;lt;hx&amp;gt;&amp;lt;/hx&amp;gt;&amp;lt;/nowiki&amp;gt; title. The central node becomes &amp;lt;nowiki&amp;gt;&amp;lt;h1&amp;gt;&amp;lt;/h1&amp;gt;&amp;lt;/nowiki&amp;gt;, the first branch &amp;lt;nowiki&amp;gt;&amp;lt;h2&amp;gt;&amp;lt;/h2&amp;gt;&amp;lt;/nowiki&amp;gt; and so on. The node notes could become the text below this level heading. Or the map leaves could become the contained text.&lt;br /&gt;
--[[User:Mvalle|Mvalle]] 08:43, 20 Dec 2008 (UTC)&lt;br /&gt;
&lt;br /&gt;
==== Import and Export from Bugtrackers ====&lt;br /&gt;
&lt;br /&gt;
It would be really nice to have import/export plugin scripts which understand the different bugtrackers.  FreeMind is already an extremely good project management tool: why isn&#039;t it also helping to be the Uber-Project Project?&lt;br /&gt;
&lt;br /&gt;
=== Import and Export databases ===&lt;br /&gt;
Any database connectivity would be nice to have, &lt;br /&gt;
especially import, be it either via ODBC or MySQL.&lt;br /&gt;
Thanks, UndiFineD&lt;br /&gt;
&lt;br /&gt;
Corresponding requests for enhancement.&lt;br /&gt;
&lt;br /&gt;
* [http://sourceforge.net/tracker/index.php?func=detail&amp;amp;aid=1100921&amp;amp;group_id=7118&amp;amp;atid=357118 1100921 : Export JPEG]&lt;br /&gt;
&lt;br /&gt;
=== Filesystem Integration complimenting Import/Export ===&lt;br /&gt;
Definitely powerful would be the use of a node to view/edit the contents of a local file instead of an in-program node.  This could effectively replace a lot of import/export functions, as a mindmap could be stored as a folder instead of as a single file, so that clients could extract wanted nodes without having to bring their freemind executable.  Secondly, while native viewers do not yet exist, it could help users access their data nodes in extraneous formats.  Some ideas.&lt;br /&gt;
&lt;br /&gt;
==== Loading viewers for certain data nodes ====&lt;br /&gt;
Now that nodes can be given attributes, it isn&#039;t too that farfetched to create different kinds of viewers/editors for different kinds of nodes - or to load viewers for those nodes specifically.&lt;br /&gt;
&lt;br /&gt;
==== Completely virtual nodes ====&lt;br /&gt;
Likewise, nodes whose content relies entirely on an external text (or other) file could be created which could be parsed back as text to freemind when viewed.&lt;br /&gt;
&lt;br /&gt;
==== Directory operations ====&lt;br /&gt;
Freemind&#039;s hierarchical structure of node viewing makes it an interesting way to organize directories.&lt;br /&gt;
&lt;br /&gt;
==== Exporting from command line ====&lt;br /&gt;
A feature I would really like would be to be able to do export programatically from cmdline.. something like:&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;code&amp;gt;freemind-export --flash mymindmap.mm -o mymindmap.html&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You not need to export mindmaps, if you want to browse it with flash browser (visorFreemind).&lt;br /&gt;
Just use one ÃÂ«smartÃÂ» HTML/Javasript file which takes mindmap name from parameters, like this:&lt;br /&gt;
[http://discopal.ispras.ru/mindmaps/mindmaps.html?intro-and-samples.mm], [http://discopal.ispras.ru/mindmaps/mindmaps.html?algorithms-definitions.mm], [http://discopal.ispras.ru/mindmaps/mindmaps.html?algorithms-dtime-dspace.mm].&lt;br /&gt;
But this  feature (export from command line) will be very useful to export SVG ([http://sourceforge.net/tracker/index.php?func=detail&amp;amp;aid=1865152&amp;amp;group_id=7118&amp;amp;atid=357118 corresponding ticket]). --[[User:StasFomin|StasFomin]] 19:48, 2 Mar 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
=== Exporting Legend of used Icons ===&lt;br /&gt;
It would be nice when a legend would be attached to the exported graphs, explaining the meaning of the icons used in the map. Would support usability for everyone who doesn&#039;t know what the freeMind icons should mean; even if they should be intuitive.&lt;br /&gt;
&lt;br /&gt;
comment on the above:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Yes, I agree too.  It would be great also if a TITLE and SUB-TITLES can be placed (and movable) anywhere in the MindMap, so when it is printed out, people know what this mind map is for.&lt;br /&gt;
&lt;br /&gt;
Also, since we can color our own ARROW LINKS, having their descriptions customizable alongside with those colored arrow links inside the legend would be a great enhancement!&amp;quot;&lt;br /&gt;
&lt;br /&gt;
=== Export to OpenOffice ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
: FreeMind-0.8.0 can export mindmaps to OpenOffice Writer files. However, the fonts, colors, and formatting are not exported. A method that works well is to export as HTML, open the exported document in Konqueror (or some other web browse), and copy-and-paste the entire document into OpenOffice Writer.&lt;br /&gt;
&lt;br /&gt;
Unfortunately there seems to be some problem though with opening the files in version 2 of OpenOffice. I haven&#039;t had a chance to go and check against the 1.x versions.&lt;br /&gt;
&lt;br /&gt;
: I have the same problem with OOo 1.9.104 (package from Knoppix). I can provide maps where this happens. Regards, [[User:Zapyon|Zapyon]] 14:02, 16 Nov 2006 (PST)&lt;br /&gt;
&lt;br /&gt;
: Freemind .9beta9 exports to OOo 2.2x though it&#039;s not pretty.&lt;br /&gt;
&lt;br /&gt;
==== Export to OpenOffice Impress ====&lt;br /&gt;
&lt;br /&gt;
I wonder how difficult it would be to export into Impress presentation. The Nodes cen be Slide Headers, Subnodes can be Outlines and so on.  Then Notes can be exported into Slide Notes. One can do a presentation off the screen, give away handouts with full notes to keep.&lt;br /&gt;
--[[User:Koaster|Koaster]] 08:48, 7 Aug 2006 (PDT)&lt;br /&gt;
&lt;br /&gt;
* It&#039;s not that difficult, at least for simple cases and when ignoring styles/patterns. I just implemented a small xslt-stylesheet which does the job for me. I may set up a project for that (or give it to the contributions). Meanwhile please contact me -- [[User:htgoebel|htgoebel]] 2008-01-08&lt;br /&gt;
&lt;br /&gt;
==== Export Options to Open Document Format .odt ====&lt;br /&gt;
&lt;br /&gt;
Allow user to set options such as:&lt;br /&gt;
&lt;br /&gt;
* number of levels which translate to heading levels&lt;br /&gt;
** thereafter use bulleted list levels.&lt;br /&gt;
&lt;br /&gt;
=== Export to Scalable Vector Graphics format (SVG) ===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Available in FreeMind 0.8.0 RC2.&#039;&#039; Yes!  I&#039;d love to see something done with scalable vector graphics, or some such...  I really wish Freemind could export to SVG, or maybe even flash... -- Bruce&lt;br /&gt;
And happily, developers are thinking the same thing: --   Here&#039;s Dimitri on that very possibility in&lt;br /&gt;
[http://sourceforge.net/forum/forum.php?thread_id=1031174&amp;amp;forum_id=22101 forum thread].&lt;br /&gt;
&lt;br /&gt;
=== Export to Portable Network Graphics format (PNG) (enhanced) ===&lt;br /&gt;
&lt;br /&gt;
It is already possible to export mindmaps to PNG. But the export function can be enhanced. E.g. the possibility to export PNG pictures with a &#039;&#039;&#039;transparent background&#039;&#039;&#039; instead of a white background (respectively the color thats used in the presets) would be very handy. Also possibilities to adjust the resolution and PPI (pixels per inch) are very useful when it comes to printing documents with embedded mindmaps in the PNG format. --[[User:UrsusExplorans|UrsusExplorans]] 10:04, 1 Aug 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
=== Export to Flash or teach Flash to view mm ===&lt;br /&gt;
&lt;br /&gt;
SVG, however, is still not widely supported - not even in desktop browsers, so it is mostly a way to exchange drawings and print. Exporting to Flash or having a Flash viewer that displayed .mm files (after all, ActionScript can now load XML data easily) would enable quick and effortless integration with current Web browsers without requiring them to install the Sun JVM (which can be a major issue in some environments).&amp;lt;br&amp;gt;&lt;br /&gt;
Edit: Good news: I was looking for the same and came accross this: http://nobi.com/appleexpo/index-f.html View source to see how it is made, it simply loads the .mm as parameter in a javacript, and I suppose the graphics and rules from freemind is programmed into the .swf. Should be able to take it appart, if noone has the sourcecode for something similar already. [[User:Mskogly|Mskogly]] 15:54, 20 Sep 2005 (PDT)&lt;br /&gt;
:This appears done in .9 beta 9. Please test --[[User:Ddaniels|Ddaniels]] 20:40, 22 Mar 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
=== Support for Embedded Freemind Maps in Pages.Google ===&lt;br /&gt;
Embedded maps on free hosts like pages.google would be very cool. Here is a video of my efforts to get Freemind flash maps to work in pages.google. &lt;br /&gt;
http://video.google.com/videoplay?docid=4967726587301956565&amp;amp;q=freemind+dennis --[[User:Ddaniels|Ddaniels]] 20:40, 22 Mar 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
=== Export to LaTeX ===&lt;br /&gt;
&lt;br /&gt;
Feb 10,2005. MindMapping concept is perfect when organizing the structure of a document. I&lt;br /&gt;
believe that it would be a great feature if freemind could directly export a&lt;br /&gt;
mindmap as a LaTeX file (using the text of the main node for the title,&lt;br /&gt;
the text of the main branches for \section and so on).&lt;br /&gt;
&lt;br /&gt;
In the mean time (and since I know nothing about java) I wrote &lt;br /&gt;
[http://control.cicese.mx/twiki/pub/Main/FreeMindToLaTeX/mm2tex this perl script]&lt;br /&gt;
to translate mm-&amp;gt;tex.  Any improvements are welcome. I will mantain this utility&lt;br /&gt;
[http://control.cicese.mx/twiki/bin/view/Main/FreeMindToLaTeX here], but I hope&lt;br /&gt;
this feature will be included in freemind one day.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;June 19, 2007&#039;&#039;&#039;  The above links to the perl script are broken.  Does anyone have it or something similar?&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;17 mei, 2008&#039;&#039;&#039;  I export the mindmap to OpenOffice and uses OpenOffice to export it to Latex. I use OpenOffice 3.0, not sure if that option is already available in 2.0.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;9 Feb, 2009&#039;&#039;&#039;   This is probably the most important feature I&#039;d like to see in freemind; the openoffice conversion trick doesn&#039;t work for my needs.  The link to the perl script is still broken and the link to Freemindtolatex appears down now too.&lt;br /&gt;
&lt;br /&gt;
=== Export and import to Ganttproject ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This link takes you directly to the download and instructions for the export / import xslt files &lt;br /&gt;
[http://wwwl.kutsam.at/home/johannes/index.php?option=com_content&amp;amp;task=view&amp;amp;id=15&amp;amp;Itemid=4 : export / import to ganttproject via xslt ]&lt;br /&gt;
&lt;br /&gt;
in Freemind 0.8 you can use &amp;quot;File-&amp;gt;Export-&amp;gt;Using XSLT&amp;quot; to export a &amp;quot;.gan&amp;quot; file using the xslt file from the link above&lt;br /&gt;
&lt;br /&gt;
=== Export to favorites or bookmarks ===&lt;br /&gt;
&lt;br /&gt;
Requests for enhancements:&lt;br /&gt;
&lt;br /&gt;
* [http://sourceforge.net/tracker/index.php?func=detail&amp;amp;aid=916260&amp;amp;group_id=7118&amp;amp;atid=357118 916260 : Export to Favourites / Bookmarks]&lt;br /&gt;
&lt;br /&gt;
=== Export to ontology formats (OWL, DAML) ===&lt;br /&gt;
&lt;br /&gt;
Requests for enhancements:&lt;br /&gt;
&lt;br /&gt;
* [http://sourceforge.net/tracker/index.php?func=detail&amp;amp;aid=1096791&amp;amp;group_id=7118&amp;amp;atid=357118 1096791 : Export to ontology formats (OWL, DAML)]&lt;br /&gt;
&lt;br /&gt;
=== Export and import to OPML ===&lt;br /&gt;
&lt;br /&gt;
Requests for enhancements:&lt;br /&gt;
&lt;br /&gt;
* [http://sourceforge.net/tracker/index.php?func=detail&amp;amp;aid=940616&amp;amp;group_id=7118&amp;amp;atid=357118 940616 : OPML import / export support]&lt;br /&gt;
&lt;br /&gt;
See also [http://www.opml.org/ OPML]. OPML - Outline Processor Markup Language.&lt;br /&gt;
&lt;br /&gt;
=== Export branch as folder tree ===&lt;br /&gt;
&lt;br /&gt;
A function like &amp;quot;export folder structure&amp;quot; would be useful for the use cases of bookmark manager, and of project preparation. I use [http://sourceforge.net/projects/bkm Bookmark Manager] from SourceForge, a very nice project. I found that importing bookmarks into FreeMind is a great option, if there only was a plugin to export them, Freemind would work as a perfect bookmark manager. Plus, Freemind would work as a nice &#039;project manager&#039; for creating directory-trees for large projects, at least I see I could find it very usable in my projects which require managing a lot of project files. Creating such structure in Freemind and then exporting it would be very usable. Date: Fri, 16 Apr 2004 18:10:33 +0200&lt;br /&gt;
&lt;br /&gt;
=== Import through any XSLT filter===&lt;br /&gt;
The File-&amp;gt;Import Menu should have an item &amp;quot;using xslt&amp;quot;  (just as File-&amp;gt;Export has &amp;quot;using xslt&amp;quot;) This would ease the integration of costum transformations (e.g. ganttchart &amp;lt;-&amp;gt; freemind)&lt;br /&gt;
&lt;br /&gt;
lkcl: not recommended.  xslt is so bad at doing &amp;quot;programming&amp;quot; that you will have an absolutely _awful_ time.  however, if there&#039;s a plugin mechanism, and you want to shoot yourself in the head by  having an xslt import/export plugin - then great!  if the plugin architecture idea is ever taken up, and comes about, i will watch with fascinated horror at your efforts to add an XSLT import plugin...&lt;br /&gt;
&lt;br /&gt;
=== Export and import to GraphViz ===&lt;br /&gt;
&lt;br /&gt;
=== Export to eps ===&lt;br /&gt;
&lt;br /&gt;
=== Integrate with Microsoft Outlook ===&lt;br /&gt;
&lt;br /&gt;
support for adding specially labeled nodes to Outlook&#039;s calendar and Outlook&#039;s todo list.&lt;br /&gt;
&lt;br /&gt;
Is there a way to integrate the calendar dates for start and completion of events into Outlook.&lt;br /&gt;
&lt;br /&gt;
The export formats allowed in Freemind and the import requirements of Outlook appear to be different.&lt;br /&gt;
Is there a format that is acceptable to both of them or a process such as converting to notepad and then into Outlook.&lt;br /&gt;
&lt;br /&gt;
Austin.  austin@elanay.net&lt;br /&gt;
&lt;br /&gt;
=== Integrate with Microsoft Office ===&lt;br /&gt;
&lt;br /&gt;
Enable export in EMF (enhanced metafile format). It will help to integrate FreeMind&#039;s Mind Maps with Word, Excel or Powerpoint.&lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
I&#039;m a new user, and a very computer-illiterate one, but if possible would love to see more integration with Windows Word. At the moment I can copy-paste from FreeMind into Word to get an indented list representing my mindmaps, but could see myself better able to use FM for putting together documents if it had more functionality:&lt;br /&gt;
&lt;br /&gt;
(1) Dynamic integration between Word and FM with nodes mapping to (formatted) Word headings.&lt;br /&gt;
&lt;br /&gt;
(2) Text placed in a node&#039;s Note appearing under the corresponding heading in Word as body text.&lt;br /&gt;
&lt;br /&gt;
(3) Changes made either through Word or FM being reflected in both the document and the corresponding mindmap (including rearrangements, additions, changes to text etc).&lt;br /&gt;
&lt;br /&gt;
No doubt a tall order, but it can&#039;t hurt to ask :)&lt;br /&gt;
&lt;br /&gt;
-KCM&lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
=== Import/Export in various Calendar formats ===&lt;br /&gt;
&lt;br /&gt;
The idea being that I can import can a list of meetings, or tasks into Freemind.  They would be imported into a sub-node and then i can redistribute them in my mindmap as I want. -- Thanx AP&lt;br /&gt;
&lt;br /&gt;
=== Import via XSLT ===&lt;br /&gt;
&lt;br /&gt;
Would be nice to hase the same dialog for importing as the xslt dialog for exporting. That means the user can import any XML with a proper XSL (sure that needs to generate valid .mm, otherwise the importer will throw an error).&lt;br /&gt;
&lt;br /&gt;
=== Export to Executable JAR File ===&lt;br /&gt;
&lt;br /&gt;
Export to an executable JAR file that can be sent to anyone who has Java installed so they can run the mind map in read only mode. The JAR file would contain the Freemind (browser?) JAR and anything else it needs to run, as well as the mind map file I created. This would be extremely useful because it would allow me to send people mind maps who don&#039;t have Freemind installed. I just send them the exported JAR, they double click it and they can view my mind map. This is better than PDF or image exporting because people could actually expand and collapse nodes and it&#039;s better than HTML export because it would look and work much better, like the applet does. Hopefully it would only include the necessary stuff for read only/browse mode to keep the JAR as small as possible.&lt;br /&gt;
&lt;br /&gt;
=== Integrate Editor of choice ===&lt;br /&gt;
&lt;br /&gt;
I&#039;d like to have the opportunity to integrate my editor of choice (well there are only vim and Emacs, right? *g*). Being able to invoke an &amp;quot;edit with ...&amp;quot; using a keyboard shortcut (Ctrl-e perhaps if I&#039;m able to redefine the existing &amp;quot;Export to HTML&amp;quot;-shortcut) enables me to edit e.g. notes of nodes in my editor.&lt;br /&gt;
&lt;br /&gt;
In my editor, I do have *a lot of possibilities* FreeMind is not likely going to implement at all or at least that fast: spell check with my existing personalized dictionary, my already defined macros, vertical/column edit mode, various syntax highlighting, enhanced navigation possibilities, completion, folding, search/replace also with regular expressions, undo/redo, ...  &lt;br /&gt;
&lt;br /&gt;
-- novoid 2009-05-14&lt;br /&gt;
&lt;br /&gt;
:: This would be nice.  Would love to do long node editing in gedit on Ubuntu.  Firefox has a plugin called &amp;quot;It&#039;s All Text&amp;quot; that lets you edit a web page text box in a configurable text editor.  It handles things pretty well with opening up in gedit (for me), and then you save and close it and the web page text box is updated.  Something similar would be super here, although I&#039;d recommend just jumping straight to the external editor for long node editing, if you&#039;ve defined one. [[User:Scarpent|Scarpent]] 19:07, 20 Aug 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Searching ==&lt;br /&gt;
&lt;br /&gt;
Requests for enhancements:&lt;br /&gt;
&lt;br /&gt;
* [http://sourceforge.net/tracker/index.php?func=detail&amp;amp;aid=1084091&amp;amp;group_id=7118&amp;amp;atid=357118 1084091 : Boolean Searches]&lt;br /&gt;
&lt;br /&gt;
Further searching requests.&lt;br /&gt;
* regular expression search&lt;br /&gt;
* incremental search. No popup; with every letter typed, a node containing the string typed so far is found. Can be modelled on Emacs.&lt;br /&gt;
* standard global search and replace functionality of text expressions within nodes&lt;br /&gt;
* search accross all the maps that happen to be open at the time&lt;br /&gt;
&lt;br /&gt;
Actually, I&#039;d wish that we have search across all maps opened or not. Just like &lt;br /&gt;
&lt;br /&gt;
&#039;find . -name &amp;quot;*.mm&amp;quot; -exec grep -H &amp;quot;long term&amp;quot; {} \; &amp;gt; /tmp/scratch, &lt;br /&gt;
&lt;br /&gt;
but much more user friendly. Ideally, there should be a Google Desktop search plug-in for FreeMind. I wish I knew how to do it. &lt;br /&gt;
--[[User:Yubrshen|yushen]] 00:17, 28 Feb 2007 (PST)&lt;br /&gt;
&lt;br /&gt;
=== Plugin architecture for &amp;quot;actions&amp;quot; ===&lt;br /&gt;
&lt;br /&gt;
Searches is a specific category of the general category of &amp;quot;actions&amp;quot;, which should themselves simply be external plugins of actions, with an input capability, output capability and an &amp;quot;iterator&amp;quot; capability.&lt;br /&gt;
&lt;br /&gt;
essentially, what is needed is this:&lt;br /&gt;
&lt;br /&gt;
 * Internally, the &amp;quot;search&amp;quot; terms that you&#039;re performing are stored in a FreeMind database.&lt;br /&gt;
   so, the text (as it&#039;s being typed!) is entered into a list of &amp;quot;Searches&amp;quot;.&lt;br /&gt;
 * The &amp;quot;context&amp;quot; is the location where the search is to be performed.&lt;br /&gt;
 * Then, an external script is run called &amp;quot;search&amp;quot; which is passed the two nodes:&lt;br /&gt;
   the search terms as they&#039;re being typed, and the &amp;quot;context&amp;quot; i.e. the data to be searched.&lt;br /&gt;
&lt;br /&gt;
Essentially, you&#039;re applying subject-predicate-object to the issue.&lt;br /&gt;
&lt;br /&gt;
Then, you could _have_ your &amp;quot;google desktop&amp;quot; search plug-in, because if the data is stored in flat files (instead of XML) and the search term is turned into a flat file, your plugin can return search results by parsing the HTML that comes back from the Google Desktop search and returning new &amp;quot;nodes&amp;quot; or &amp;quot;attributes&amp;quot; in the simple &amp;quot;import&amp;quot; format that was recommended to be added.&lt;br /&gt;
&lt;br /&gt;
== Notes attached to Nodes ==&lt;br /&gt;
&lt;br /&gt;
=== Note enhancements in 0.9 beta 7 ... ===&lt;br /&gt;
&lt;br /&gt;
* As already mentioned in some postings it would be cool if it would be possible to place the note window optionally on each side of the application. &lt;br /&gt;
&lt;br /&gt;
* Further it would be cool if it could be detached from the main-window so that it becomes a kind of tool-window.&lt;br /&gt;
&lt;br /&gt;
* The graphical version of the note window is cool. But it consumes a lot of space ... Is it possible to avoid the nested tabs and put the tabs for &amp;quot;Layout view/HTML Code view&amp;quot; instead as a toggle button on the toolbar? Would save a lot of space and is more useable! Also maybe we could hide the &amp;quot;&amp;lt;END&amp;gt;&amp;quot; Tag in the graphical editor.&lt;br /&gt;
&lt;br /&gt;
* A possibility to set a &amp;lt;nowiki&amp;gt;&amp;lt;br&amp;gt;&amp;lt;/nowiki&amp;gt; instead a &amp;lt;nowiki&amp;gt;&amp;lt;p&amp;gt;&amp;lt;/p&amp;gt;&amp;lt;/nowiki&amp;gt; in notes would be great. In other programms it&#039;s often shift+return. This would lead to less used space in notes.&lt;br /&gt;
&lt;br /&gt;
=== Word wrap for notes ===&lt;br /&gt;
The notes are very important and I tend to write a lot of things in them! So it would be helpful to have for the notes the word wrap option already available for nodes.&lt;br /&gt;
&lt;br /&gt;
=== Shortcut for adding a note to a node ===&lt;br /&gt;
It would be nice if there was a shortcut for adding a note to a node&lt;br /&gt;
&lt;br /&gt;
In mousing from the selected node to the menu in order to reach the Insert-&amp;gt;Note menu item, I often overfly another node: the selection changes, which is a useability feature I like very much - but then the note drops on the newly-selected node, which is not where I wanted it.&lt;br /&gt;
*ditto, a shortcut for adding notes would be of great use. --[[User:Goncalopp|Goncalopp]] 08:03, 27 Sep 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
=== Link to Nodes from Notes===&lt;br /&gt;
I wish to have the ability to create links to various nodes on words within the notes pane. This would be a great feature.&lt;br /&gt;
&lt;br /&gt;
I agree.&lt;br /&gt;
&lt;br /&gt;
=== Mechanism to delete a note from a node ===&lt;br /&gt;
I have not found a way to delete a note from a node.&lt;br /&gt;
&lt;br /&gt;
:Just delete the text from the note.&lt;br /&gt;
&lt;br /&gt;
In my case this doesn&#039;t work - the note icon remains at the node and the notes window keeps appearing if I mouse over such a node. Deleting jsut the text doesn&#039;t help. (Version 0.8.1) - Florian&lt;br /&gt;
&lt;br /&gt;
I can confirm the problem isn&#039;t just for you.  Although it isn&#039;t too hard to open the saved file and remove the Note lines. (Version 0.8.1) - vanstrien&lt;br /&gt;
&lt;br /&gt;
=== Option to keep Notes window open ===&lt;br /&gt;
Many but not all of the nodes in a map have notes. As I mouse around the map, the Notes window pops into and out of existence. This is distracting: I would like an option to keep the Notes window open, and see its text update if the selected node has a note.&lt;br /&gt;
&lt;br /&gt;
Include with this an option to stick with the current note - and be able to move around the map from node to node without changing the note and still be able to edit it.&lt;br /&gt;
&lt;br /&gt;
=== Option to position Notes window at right ===&lt;br /&gt;
I would like the Notes window to be at the right; others may prefer it at the bottom.&lt;br /&gt;
Or to undoc the notes node - movable separate window.&lt;br /&gt;
&lt;br /&gt;
=== Attach note to a node ===&lt;br /&gt;
&lt;br /&gt;
Requests for enhancements:&lt;br /&gt;
&lt;br /&gt;
* [http://sourceforge.net/tracker/index.php?func=detail&amp;amp;aid=1043427&amp;amp;group_id=7118&amp;amp;atid=357118 1043427 : Glorified Endnoting]&lt;br /&gt;
* [http://sourceforge.net/tracker/?group_id=7118&amp;amp;atid=357118&amp;amp;func=detail&amp;amp;aid=974920 974920 : Add notes/comments to node]&lt;br /&gt;
* [http://sourceforge.net/tracker/?group_id=7118&amp;amp;atid=357118&amp;amp;func=detail&amp;amp;aid=671074 671074 : Additional text for a node, displayed in separate text area]&lt;br /&gt;
* [http://sourceforge.net/tracker/?group_id=7118&amp;amp;atid=357118&amp;amp;func=detail&amp;amp;aid=521406 521406 : Separate note for a node, displayed upon request only]&lt;br /&gt;
&lt;br /&gt;
Many people want to have a note attached to a node. Some mind mapping programs have this feature. In my view, such a feature creates a basis for splitting of uses. I would expect long nodes to contain paragraphs or even small articles; I have such nodes, both plain and HTML. I also have long nodes containing nicely set HTML tables. An XSLT transforming script can either assume that paragraphs are in the long nodes or that they are in the notes; not both. Different uses would then require different XSLT scripts. Searching would need to be extended to also search through notes. Notes of different nodes, unlike nodes themselves, cannot be made visible on the canvas at the same time. Without note, every piece of the text in the mind map is a node and therefore first class citizen; it is allowed for it to have children, and whatever feature is offered to other nodes (like icons, time reminders, changing of the default color and the like) is offered to it as well.&lt;br /&gt;
&lt;br /&gt;
Screenshots showing how long nodes can be used follow.&lt;br /&gt;
&lt;br /&gt;
[[Image:FreeMindLongNodes.png]]&lt;br /&gt;
[[Image:FreeMindLongNodes2.png]]&lt;br /&gt;
[[Image:FreeMindLongNodes3.png]]&lt;br /&gt;
&lt;br /&gt;
As this is such a requested feature, I&#039;d like to invite you to discuss pros and cons here. --[[User:Danielpolansky|Danielpolansky]] 11:47, 15 Feb 2005 (PST)&lt;br /&gt;
&lt;br /&gt;
:  The main reasons for enabling node text are as follows:   a).   to speed the process of map construction &amp;amp; brainstorming.   many times note text can be added &amp;quot;after&amp;quot; the primary brainstorming of a topic is complete, as the dimension of information is different - usually it is more detailed.  b).  the second reason is just or even more important, and that is, to enhance &amp;quot;readability&amp;quot; of the map itself.   At our company, we teach that a good mindmap should not contain full sentences, but instead, it should have short phrases - even just one or two words.   That is, studies have found out people can understand the main point of any topic by &amp;quot;seeing&amp;quot; just a few words.   Maps should be &amp;quot;seen&amp;quot; and not &amp;quot;read&amp;quot;.   Then, when more detail is needed, you just open the specific node, or view it by a mouse-over type operation.   So to summarize, SPEED and READABILITY are critical to the maps actual development and use for most people.   --[[ User:GregArndt|GregArndt]] 14:15, 15 Feb 2005 (CST-US)&lt;br /&gt;
&lt;br /&gt;
:: I don&#039;t get the point of a). Current solution does not prevent anynode from adding long nodes after the first brainstorming phase. In fact, without separate note, you can always add something afterwards as there is no limit to the depth. What concerns b), long nodes can be folded. This prevents map from being cluttered.&lt;br /&gt;
&lt;br /&gt;
:: Admittedly, &#039;&#039;mouse over&#039;&#039; operation is not sufficient to show the long nodes folded behind a short one. Having a quick look at many long nodes, one at the time, is currently not that easy; it requires a lot of single clicks. --[[User:Danielpolansky|Danielpolansky]] 12:42, 19 Feb 2005 (PST)&lt;br /&gt;
&lt;br /&gt;
: Ok, here&#039;s my &#039;&#039;go ahead&#039;&#039;. So many people want this feature, and so many mind mapping programs have it. As I am not a mind mapper but rather knowledge manager, I can&#039;t judge on this issue properly. Let&#039;s get surprised. --[[User:Danielpolansky|Danielpolansky]] 12:48, 19 Feb 2005 (PST)&lt;br /&gt;
&lt;br /&gt;
::: Great news.  This will be a real positive addition.   And for users that like long notes on the map, they can still always do that.   Thank you in advance, this is an excellent application that will continue to improve.  ==[[ User:GregArndt|GregArndt]] 23:12,, 19 Feb 2005 (USA-CST)&lt;br /&gt;
&lt;br /&gt;
: To me, HTML long nodes impair Readability of large mindmaps. On the other hand, I get the point that notes don&#039;t exactly fit into the concept. Why not go for a compromise: Long nodes would consist of (1) a first line of text, which is always visible/editable and (2) a formated long text, which is only visible/editable in a drop-down window. I would also appreciate a simpler way of editing formated long text than HTML tags. Why not using a RTF editor add-in? [[User:RainerFaller|RainerFaller]] 30 Dec 2005&lt;br /&gt;
&lt;br /&gt;
:: I am all for this.  I think that if there was some kind of collapsability the long text problem would be solved.  It may be because I am used to programming, but to be able to collapse a bit of text is superb.  This would mean that a long node would be collapsed into a single line, say the first line.  You can still tell what the node is saying with the first line, but the bulk is concealed.  Also, I think that if the nodes are resizable it could be resizable, that would solve the problem. Say a really large node is constructed containing an article, you could resize it to create a scrollable text box.  You would only be viewing part of the article at a time, but i think that is manageable when the structure of the mindmap on the whole is preserved.--[[User:Peterw|Peterw]] 12:00, 5 Oct 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
Maybe it could help to add something like a &#039;keep-folded&#039; property to a node.&lt;br /&gt;
Idea behind it: &lt;br /&gt;
A node with &#039;keep-folded&#039; set is not shown, when the parent of it is unfolded. You would need extra handling for setting the property or showing those &#039;moved to the background&#039; nodes though. But that way a note could just be a node with that property set. I think a property like that could be helpful in other contexts, too. If you use the Mind Map as a todo-list, you could keep done ((sub-)sub-)...)subtasks folded for example. &lt;br /&gt;
Hilmar&lt;br /&gt;
&lt;br /&gt;
: &#039;&#039;&#039;Notes are essential:&#039;&#039;&#039; While you can write really large nodes, a large node will obscure the mindmap. Lets describe it this way: I do want to perform some medical laboratory tests. This is my &#039;&#039;&#039;primary node&#039;&#039;&#039;. I want to add &#039;&#039;&#039;notes&#039;&#039;&#039; on the various aspects how tests should be ordered. The &#039;&#039;&#039;child nodes&#039;&#039;&#039; describe various symptoms and the attached &#039;&#039;&#039;notes&#039;&#039;&#039; add epidemiological information and detail. The next &#039;&#039;&#039;child nodes&#039;&#039;&#039; describe these tests based on the parent symptom nodes. Again, &#039;&#039;&#039;notes&#039;&#039;&#039; offer further details. The problem with notes-as-nodes is, that the huge text size will obscure the siblings (and even the children of those siblings), thus rendering the map ugly and difficult to comprehend. IF the notes would be only on the last hierarchical level, this wouldn&#039;t be such a great problem, BUT IF the notes are written on parent nodes, than the nodes-only approach is a mindblocker, not really a FreeMind.&lt;br /&gt;
&lt;br /&gt;
=== Copy/Export note(s) of node(s) ===&lt;br /&gt;
&lt;br /&gt;
WYSIWYG &amp;amp; note editor ... are very inviting for extensive usage of notes.&lt;br /&gt;
* at the moment it is not simple to export or copy them alltogether (with relevant nodes). Option for exporting the notes (also when clipboard-copying-pasting) would be very welcome - something like &amp;quot;Copy With Notes&amp;quot;, &amp;quot;Export With Notes&amp;quot; or &amp;quot;Print with notes&amp;quot;: &lt;br /&gt;
** e.g. for Export/OpenOfficeWriter notes are not exported (they were in 0.8) - I understand that xslt-s have to be adapted to the new xml format of mm (&amp;lt;richcontent ... type=note...&amp;gt; instead of &amp;lt;hook ...&amp;gt;)&lt;br /&gt;
* Q: can we consider the freeMind mm.xml format as fixed (at least for 0_9_0)?&lt;br /&gt;
&lt;br /&gt;
AlesPoredos &lt;br /&gt;
&lt;br /&gt;
--[[User:ap|ap]] 07:26, 28 Sep 2006 (PDT)&lt;br /&gt;
&lt;br /&gt;
=== Tooltips ===&lt;br /&gt;
&lt;br /&gt;
Having created a map, it might be more natural to enable us to either show the notes as tooltips, or alternatively to add tooltips as seperate children to notes.&lt;br /&gt;
&lt;br /&gt;
--[[User:Slowlearner|Slowlearner]] 12:08, 12 Aug 2009 (GMT)&lt;br /&gt;
&lt;br /&gt;
== Misc ==&lt;br /&gt;
&lt;br /&gt;
=== Please make freemind more colorful ===&lt;br /&gt;
Just like Tony Buzan said, mindmap needs to be very colorful to make your brain exciting.&lt;br /&gt;
Freemind is just too &amp;quot;grey&amp;quot; right now.&lt;br /&gt;
&lt;br /&gt;
=== Screen clipping ===&lt;br /&gt;
If you used Microsoft OneNote, you will notice a very good feature, Screen clipping.&lt;br /&gt;
It allows you anytime, switch to your screen, select an area, got a snapshot and paste the picture in your notes by just few clicks.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This is extremly useful if when taking notes for an online document or electrinic book, no matter what you are reading, pdf, html or ppt, just click and drag, you got the picture in your notes.&amp;lt;br&amp;gt;&lt;br /&gt;
If freemind will support similar feature, that would be great.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Multiple Maps at Startup ===&lt;br /&gt;
When I start FreeMind it loads the last map I worked on, which is very good. I can have multiple maps open, which I juse a lot, so I can work on multiple projects at the same time. However when I close FreeMind and open it again, it only loads the last active map. It would be very usefull if it loaded all the maps that was open when FreeMind was closed, so I quickly can continue to work on my ongoing projects.&lt;br /&gt;
&lt;br /&gt;
: Yes, I want this &#039;&#039;&#039;very&#039;&#039;&#039; much! --[[User:Ase|Ase]] 10:29, 9 Jul 2008 (PDT)&lt;br /&gt;
: So do I. Leos&lt;br /&gt;
: Me as well. --[[User:Terkor|Terkor]] 02:32, 4 Nov 2008 (UTC)&lt;br /&gt;
&lt;br /&gt;
=== Single Copy Multiple ===&lt;br /&gt;
The Single Copy command is used to grab stuff to duplicate without also copying all child nodes. For example I have numbered items that I keep in an &amp;quot;Unresearched&amp;quot; node, and the same numbered items in a &amp;quot;Researched&amp;quot; Node. Instead of entering the node #&#039;s of 1 - 20 several times, I would like to be able to use the Copy Single command while selecting multiple items. Obviously it would have to be renamed &amp;quot;Copy Without Children&amp;quot; or something similar. Just keeping the command the same but adding support for multiple selection would help me a lot. Then I could copy items 1 - 20 and paste them somewhere else in one shot.&lt;br /&gt;
&lt;br /&gt;
: This is definitely a good request. The action for copying without children would have to be renamed from &amp;quot;Single Copy&amp;quot; to &amp;quot;Shallow Copy&amp;quot; or &amp;quot;Copy without Children&amp;quot; as you suggested. --[[User:Danielpolansky|Danielpolansky]] 10:13, 2 Jun 2006 (PDT)&lt;br /&gt;
&lt;br /&gt;
: I would also need something in the same vein. I have a deep tree of actions from which I choose leaves to do today. I would like to keep the classification embodied in the ancestors of any chosen leaf node I copy to the Today FreeMind. If I could click on a node (not just a terminal leaf) and &amp;quot;Copy Ancestors&amp;quot;, then paste I would save a lot of time. The Copy Ancestors would copy all ancestors exclusing the single root node. A variation would be to click a series of consecutively embedded nodes and &amp;quot;Copy Chain&amp;quot; which would copy the nodes themselves only, without any other children, and keep the chain as a unit.&lt;br /&gt;
&lt;br /&gt;
=== Print across pages ===&lt;br /&gt;
Would be great to have a possibility to print spanning over several pages if mind map is huge.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Hint:&#039;&#039;&#039; In 0.8.0 this is possible if you deactivate the &amp;quot;scale to one page&amp;quot; checkbox in the page format dialog and enters a scale factor like &amp;quot;1.0&amp;quot;. But there seems to be a little bug; if I enter just &amp;quot;1&amp;quot; as scale factor the output is still scaled to fit on one page.&lt;br /&gt;
&lt;br /&gt;
=== Print out of notes ===&lt;br /&gt;
I think it is a very good idea to add the possibility to print out the notes together with the map(on a separate page/pages), something like as in the export of HTML sides.&lt;br /&gt;
&lt;br /&gt;
   I agree with this suggestion. It makes a lot of sense to be able to print your notes.&lt;br /&gt;
&lt;br /&gt;
=== Print preview ===&lt;br /&gt;
I would like to have a print preview dialog to see if my manually set scale factor (defined in the page format dialog) is ideal.&lt;br /&gt;
&lt;br /&gt;
=== Auto scale to fit one page wide for printing ===&lt;br /&gt;
I would like to be able to set a map to print &amp;quot;one page wide&amp;quot; rather than just &amp;quot;fit one page&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
=== Auto scale to fit several pages ===&lt;br /&gt;
As RFE 972845 another has already provided code to have FreeMind scale the output to fit several pages. It would be really nice to have this enhancement in the normal code base.&lt;br /&gt;
&lt;br /&gt;
=== Calculations ===&lt;br /&gt;
I think that is good idea to add possibility to associate numeric values with nodes and make top nodes to recursively calculate sum of child nodes&#039; values. This feature will turn FreeMind into &#039;&#039;&#039;easy and visual way to do home accounting or resource planning&#039;&#039;&#039;. Adding, removing or dragging child nodes between parents must cause sum to update.&lt;br /&gt;
&lt;br /&gt;
More complex feature - adding multiplication factors to parent nodes.&lt;br /&gt;
: &#039;&#039;&#039;I vote for this.&#039;&#039;&#039; I think such a feature would open Freemind to a new business public: those who must build work resources planning/estimations WBS (Work Breakdown Stucture). Excel could be favourably replaced by mind maps softwares with such capabilities. &lt;br /&gt;
: From a more technical point of view, I would add that each node should be associated with an &#039;&#039;&#039;aggregation function&#039;&#039;&#039; like sum (default), average, geometric average, or even user defined aggregation function. Nodes would gather value of their children and aggregate it to set their own value.--[[User:OliGator|OliGator]] 08:55, 22 Oct 2006 (PDT)&lt;br /&gt;
&lt;br /&gt;
: For now, I didn&#039;t used the Time plug-in ; my expects would go in two directions (--[[User:JdX|JdX.fr]]  200706222:&lt;br /&gt;
: Go-ing to plan a bussiness, I would like to get some Calculations as said above, that I could get back into a calc-like spreadsheet in another window.&lt;br /&gt;
: May I imagine better than a number and an aggregation function, I would enjoy to improve in triplet-properties, not only a number and a function for each node... You may know high potential in A.I. for that representation for many qualities (I began to work on wikini.net on that matter..)&lt;br /&gt;
&lt;br /&gt;
=== Support for Unicode and RTL languages ===&lt;br /&gt;
&lt;br /&gt;
I think that the inclusion of better support for Unicode and RTL languages such as Hebrew and Arabic would allow a larger number of people to use Freemind as their mind-mapping tool of choice.&lt;br /&gt;
&lt;br /&gt;
: What support of unicode are you missing? FreeMind is unicode-enabled. --[[User:Danielpolansky|Danielpolansky]] 11:56, 27 Jul 2005 (PDT)&lt;br /&gt;
&lt;br /&gt;
:: It doesn&#039;t work with Vietnamese. Try this: HÃÂ  NÃ¡Â»Âi, SÃÂ i GÃÂ²n, ChÃ¡Â»Â£ LÃ¡Â»Ân * a ÃÂ¡ ÃÂ  Ã¡ÂºÂ£ ÃÂ£ Ã¡ÂºÂ¡ ... [[User:DeltaVictorLima|DeltaVictorLima]] 11:24, 18 Jun 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
=== Use UTF-8 in the XML file to store unicode characters ===&lt;br /&gt;
&lt;br /&gt;
: FreeMind 0.8.0&#039;s utf-8 support is limited, I think. When open file, FreeMind simply loads the file contents into buffer without valid and proper encoding, if .mm file version matches current freemind version. And all Chinese characters encoding as &amp;quot;&#039;&#039;&amp;amp;#x...;&#039;&#039;&amp;quot; is meaningless for Chinese. I have a patch for this: [[User:Jiangxin/Better_chinese_characters_support]]. --[[User:Jiangxin|Jiangxin]] 11:53, 6 Apr 2006 (PDT)&lt;br /&gt;
&lt;br /&gt;
:: Indeed, FreeMind does not support UTF-8. Maybe it would be better if it would. That would improve the ease with which the XML files can be read directly in plain text editors. --[[User:Danielpolansky|Danielpolansky]] 10:18, 2 Jun 2006 (PDT)&lt;br /&gt;
&lt;br /&gt;
::: Shouldn&#039;t the .mm-file be changed to a real XML file first? It does not have a XML declaration, like &amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;ISO-8859-1&amp;quot;?&amp;gt;... This gives far better support when opening it in standalone XML editors, and you can also validate your XML. --[[User:pahles|pahles]] 21:16, 3 Jun 2006 (UTC+2)&lt;br /&gt;
&lt;br /&gt;
: Vote for this! It is impossible to compare/merge different mindmaps (also process/edit) with ÃÂ«entities gibberishÃÂ» like ÃÂ«&amp;amp;#1087;&amp;amp;#1086; &amp;amp;#1087;&amp;amp;#1088;&amp;amp;#1086;&amp;amp;#1077;&amp;amp;#1082;&amp;amp;#1090;&amp;amp;#1091; &amp;amp;#171;SAT&amp;amp;#187;ÃÂ»--[[User:StasFomin|StasFomin]] 19:36, 2 Mar 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
=== Support general graphs rather than trees ===&lt;br /&gt;
&lt;br /&gt;
Some users want FreeMind to support general graphs rather than only trees. To an extent, their wish is covered by what we call arrow links, and what is called connectors in Microsoft Powerpoint. FreeMind&#039;s arrow links are not that powerful as connectors, but that can be improved.&lt;br /&gt;
&lt;br /&gt;
Still, FreeMind is not planned to become a general graph editor, or a concept mapper. Some years ago there was a [http://sourceforge.net/forum/forum.php?thread_id=821693&amp;amp;forum_id=22101 discussion] on that in Open Discussion forum, followed by a concluding [http://sourceforge.net/forum/forum.php?thread_id=957873&amp;amp;forum_id=22101  consideration] by me where the final position on the issue is stated together with an explanation. --[[User:Danielpolansky|Danielpolansky]] 11:56, 27 Jul 2005 (PDT)&lt;br /&gt;
&lt;br /&gt;
===Always On===&lt;br /&gt;
&lt;br /&gt;
I would like to minimize to the system tray(for Windows). Or better yet, let&#039;s run FreeMind as a transparent window docked to the desktop. Like my brain, I like to always have FreeMind on in the background. Regardless, thanks!&lt;br /&gt;
&lt;br /&gt;
: You can google for RBTray, which lets you minimise anything to the system tray. -- JettLogic&lt;br /&gt;
&lt;br /&gt;
===Better File Operations, Restore Workspace, New File Extension===&lt;br /&gt;
&lt;br /&gt;
On Mac OS X at least, the file dialog is buggy - it does not show network drives or my iDisk. Also, it would be useful to have FreeMind re-open the last edited file (and restore the workspace as it was when the user last quit). Still, the most annoying thing is the .mm filename extension - that extension is tied to Obj-C code files in Mac OS X, and probably on other platforms as well. Maybe .mind or .mmp? -- RuiCarmo&lt;br /&gt;
&lt;br /&gt;
===File Dialog Improvements===&lt;br /&gt;
&lt;br /&gt;
The file dialogs could use some minor improvements.  I would like the dialog boxes for load and save to remember what directory they were in and start from there the next time the dialog is open. &lt;br /&gt;
&lt;br /&gt;
Also, if you try to open a file from the &amp;quot;recent files&amp;quot; list but the file no longer exists, there is no warning from freemind.  It would be better to have a &amp;quot;file not found&amp;quot; warning, and better still to remove the bad entry from the list when that happens.  --fist_187&lt;br /&gt;
&lt;br /&gt;
It would be better not to &amp;quot;remember what directory they were in&amp;quot;, but add possibility to choose &amp;quot;Default directory&amp;quot; in Preferences, which will be opened automatically whenever you save or load something. --Elwin&lt;br /&gt;
&lt;br /&gt;
Yes the file dialogs could use some improvements. It should be possible these days to simply use the native OS&#039;en File Open dialogs.  IMHO, either that or a full-featured file dialog that a) provides a few shortcuts to frequently used directories,  b) remembers the directory used last time, -or- uses a default directory, and c) allows one to create new directories&lt;br /&gt;
&lt;br /&gt;
=== Crosslinking Nodes ===&lt;br /&gt;
&lt;br /&gt;
The possibility to create cross-references between nodes which are &lt;br /&gt;
already part of the mindmap tree would be a great feature. In many &lt;br /&gt;
real-life mindmaps items could not be categorized in one and only &lt;br /&gt;
one category. The possibility to visualize these dependencies would &lt;br /&gt;
be a great advantage over other mindmap solutions. Something like &lt;br /&gt;
this is already implemented in Freemind by selecting two nodes &lt;br /&gt;
and pressing STRG+L.&lt;br /&gt;
&lt;br /&gt;
For enhancing this feature the following aspects should receive attention:&lt;br /&gt;
* the application should visualize cross-references in a eye-friendly way&lt;br /&gt;
** nodes with cross-references should be directly identifiable (i.e. by color, shape-type, ...)&lt;br /&gt;
** mouse-over effects visualize the dependencies with flashing nodes&lt;br /&gt;
** dashed grey lines sound visualize cross-dependencies&lt;br /&gt;
* cross-references, especially those which reside not current view-context, should be traceable by a hotkey which toggles b+etween the source and the destination node of a link.&lt;br /&gt;
* if a source or destination-node is in hinged position the link should be optionally visualized by propagated a parent nod+e as source or destination-node&lt;br /&gt;
&lt;br /&gt;
Is it possible to add links to specific nodes in other FreeMind map files? Perhaps using Request Parameters in the external hyperlink URL? Identifying the target node while creating the link may be tricky. Here is an idea on how that can be done: &amp;lt;br/&amp;gt;&lt;br /&gt;
When creating the link, a dialog window with two textboxes can be used. One textbox would be for the hyperlink URL and the other would be for the target node name. The target node name textbox would have an auto-complete feature (with dropdown) that uses a list of node names that were obtained from the target map file. There could be a button next to the URL textbox that starts the node name retrieval process from the target map file. Before hitting the button the target node name textbox is disabled, and it is enabled after the node names have been read. --[[User:EdB|EdB]] 10:37, 2 Sep 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
=== Unlimited/Arbitrary Attributes ===&lt;br /&gt;
&lt;br /&gt;
We use a couple of different products (including an internally developed one) to manage requirements. In each case we have the ability to assign arbitrary attributes to requirements at any level in the structure (e.g., Type=Priority Value=High or Type=Source Value=Mike Jones). To support migration between Freemind and these requirements management tools, Freemind should allow X number of attributes per requirement. Though I know this concept would scare the minimalists.&lt;br /&gt;
-- unknown&lt;br /&gt;
&lt;br /&gt;
And a custom plugin might read these values, then calculate and display something on the map, e.g. an indicator or an aggregate.&lt;br /&gt;
-- [[User:abadger|abadger]] 30 May 2006&lt;br /&gt;
(or even just set the colour or insert a tick or cross icon) --[[User:Violetlight|Violetlight]] 15:24, 2 Aug 2006 (PDT)&lt;br /&gt;
&lt;br /&gt;
It would be really nice if as well as text attributes, we could support check or radio buttons (e.g. &amp;quot;done&amp;quot;, or &amp;quot;priority H/M/L&amp;quot;)&amp;lt;br&amp;gt;&lt;br /&gt;
A node action or a function key/pattern (see below) could check the box.&lt;br /&gt;
--[[User:Violetlight|Violetlight]] 15:22, 2 Aug 2006 (PDT)&lt;br /&gt;
&lt;br /&gt;
=== Node-specific actions ===&lt;br /&gt;
&lt;br /&gt;
At the moment, there is one &amp;quot;action&amp;quot; on a node (discounting the usual edit/cut/paste etc) - navigate to the target link.&lt;br /&gt;
&amp;lt;p/&amp;gt;&lt;br /&gt;
I can see a reason to have more than one action on a node, depending on the semantics of the map&#039;s content, and specifically the storage backend or plugin.  For example, a map that was a live visualisation of the tree structure of a website could have an action to navigate to a page, to check it with a W3C validator, to edit the page, to submit it to a search engine etc etc.  These actions would be defined by the plugin supplying the data content, or by other plugins resident - e.g. &amp;quot;schedule this node&amp;quot; for the time scheduling plugin or &amp;quot;bookmark this node&#039;s target&amp;quot; for a (possible future) Google Bookmarking plugin.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
I can see two (possibly co-existing) methods of implementing this:&lt;br /&gt;
# A context-specific node sub-menu cascading off the right button menu called &amp;quot;Actions-&amp;gt;&amp;quot;&lt;br /&gt;
# A control-right-button menu just for actions on the node&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
I&#039;d welcome feedback on whether this is a nutcase idea. --[[User:Violetlight|Violetlight]] 15:16, 2 Aug 2006 (PDT)&lt;br /&gt;
&lt;br /&gt;
===Images in freemind===&lt;br /&gt;
&lt;br /&gt;
I really like the way freemind can use images as nodes.  However, one of the problems with adding a lot of images to a map is that they are all different sizes.  So, I wrote this php script:&lt;br /&gt;
 &amp;lt;?php&lt;br /&gt;
 &lt;br /&gt;
        $tsize = 100; //thumbnail size&lt;br /&gt;
 &lt;br /&gt;
        function noresize($name)&lt;br /&gt;
        {&lt;br /&gt;
                global $argv;&lt;br /&gt;
                $fullpath = $argv[1] . &amp;quot;$name&amp;quot;;&lt;br /&gt;
                echo &amp;quot;&amp;lt;node TEXT=\&amp;quot;&amp;amp;amp;lt;html&amp;amp;amp;gt;&amp;quot;;&lt;br /&gt;
                echo &amp;quot;&amp;amp;amp;lt;img src=&amp;amp;amp;quot;$fullpath&amp;amp;amp;quot;/&amp;amp;amp;gt; \&amp;quot;&amp;quot;;&lt;br /&gt;
                echo &amp;quot; FOLDED=\&amp;quot;true\&amp;quot;&amp;gt;\n&amp;lt;/node&amp;gt;\n&amp;quot;;&lt;br /&gt;
        }&lt;br /&gt;
 &lt;br /&gt;
        function thumbit($name, $w, $h)&lt;br /&gt;
        {&lt;br /&gt;
                global $argv;&lt;br /&gt;
                $fullpath = $argv[1] . &amp;quot;$name&amp;quot;;&lt;br /&gt;
                echo &amp;quot;&amp;lt;node TEXT=\&amp;quot;&amp;amp;amp;lt;html&amp;amp;amp;gt;&amp;amp;amp;lt;img src=&amp;amp;amp;quot;$fullpath&amp;amp;amp;quot;&amp;quot;; &lt;br /&gt;
                echo &amp;quot; width=&amp;amp;amp;quot;$w&amp;amp;amp;quot; height=&amp;amp;amp;quot;$h&amp;amp;amp;quot;\&amp;quot; FOLDED=\&amp;quot;true\&amp;quot;&amp;gt;\n&amp;quot;;&lt;br /&gt;
                echo &amp;quot;&amp;lt;node TEXT=\&amp;quot;&amp;amp;amp;lt;html&amp;amp;amp;gt;&amp;amp;amp;lt;img src=&amp;amp;amp;quot;$fullpath&amp;amp;amp;quot;\&amp;quot;&amp;quot;; &lt;br /&gt;
                echo &amp;quot; FOLDED=\&amp;quot;true\&amp;quot;&amp;gt;\n&amp;lt;/node&amp;gt;\n&amp;quot;;&lt;br /&gt;
                echo &amp;quot;&amp;lt;node LINK=\&amp;quot;$fullpath\&amp;quot; TEXT=\&amp;quot;$name\&amp;quot;&amp;gt;\n&amp;lt;/node&amp;gt;\n&amp;quot;;&lt;br /&gt;
                echo &amp;quot;&amp;lt;/node&amp;gt;\n&amp;quot;;&lt;br /&gt;
        }&lt;br /&gt;
 &lt;br /&gt;
        if ($argc &amp;lt; 3)&lt;br /&gt;
        {&lt;br /&gt;
                die(&amp;quot;usage: &amp;quot; . $argv[0] . &amp;quot; IMAGEPATH IMAGE1 [[IMAGE2] ... ]\n&amp;quot;);&lt;br /&gt;
        }&lt;br /&gt;
 &lt;br /&gt;
        echo &amp;quot;&amp;lt;map version=\&amp;quot;0.7.1\&amp;quot;&amp;gt;\n&amp;lt;node TEXT=\&amp;quot;Ian&#039;s image generator\&amp;quot;&amp;quot;;&lt;br /&gt;
        echo &amp;quot; FOLDED=\&amp;quot;true\&amp;quot;&amp;gt;\n&amp;quot;;&lt;br /&gt;
 &lt;br /&gt;
        for ($i=2; $i&amp;lt;$argc; $i++)&lt;br /&gt;
        {&lt;br /&gt;
                $myimg = $argv[$i];&lt;br /&gt;
                $props = getimagesize($myimg);&lt;br /&gt;
                $w = $props[0];&lt;br /&gt;
                $h = $props[1];&lt;br /&gt;
 &lt;br /&gt;
                if ($w &amp;lt;= $tsize &amp;amp;&amp;amp; $h &amp;lt;= $tsize) //too small&lt;br /&gt;
                {&lt;br /&gt;
                        noresize($myimg);&lt;br /&gt;
                }&lt;br /&gt;
                else if ($w &amp;lt; $h) //resize height to 100, scale width&lt;br /&gt;
                {&lt;br /&gt;
                        $w = intval(($tsize * $w) / $h);&lt;br /&gt;
                        $h = $tsize;&lt;br /&gt;
                        thumbit($myimg, $w, $h);&lt;br /&gt;
                }&lt;br /&gt;
                else //resize width to 100, scale height&lt;br /&gt;
                {&lt;br /&gt;
                        $h = intval(($tsize * $h) / $w);&lt;br /&gt;
                        $w = $tsize;&lt;br /&gt;
                        thumbit($myimg, $w, $h);&lt;br /&gt;
                }&lt;br /&gt;
        }&lt;br /&gt;
 &lt;br /&gt;
        echo &amp;quot;&amp;lt;/node&amp;gt;\n&amp;lt;/map&amp;gt;\n&amp;quot;;&lt;br /&gt;
 ?&amp;gt;&lt;br /&gt;
This is a command line PHP script, so to use it under linux you would type something like:&lt;br /&gt;
 $ php freemindImgGen.php &amp;quot;file:////path/to/prepend/to/images/&amp;quot; image1.jpg [image2.jpg ... ]&lt;br /&gt;
This will output the text for a new mind map (direct it to a file of your choice) with each image thumbnailed in its own node.  The images should all be in the same directory (for some reason, relative paths for images don&#039;t seem to work).  Each thumbnailed image will have 2 child nodes: one node with the full size image and one node with the filename of the image as a freemind link.&lt;br /&gt;
&lt;br /&gt;
Anyway, the reason that I&#039;m posting this here in the request section instead of the user contributions section is that I would like to see this behavior ported into freemind itself.  This would be a better behavior for when you drag-and-drop an image file into freemind, as it does just about everything you would want to do with an image in one shot.   --fist_187&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:[[User:lkcl]] - fist_187: this is a fantastic example of an import/export plugin program that should NOT be added into freemind: it should be possible to RUN this program on-demand from FreeMind from WITHIN freemind as a plugin extension.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
--[[User:Pdf|pdf]] 22:11, 30 Aug 2009 (UTC): A thumbnail image function is a great idea! Some images can be huge, and thumbnails would be an excellent option.  Photographers could make big use of this, but images in general just make an idea map a richer communication tool.  In fact, this capability could re-invent the typical image &amp;quot;gallery&amp;quot; that is often a liner row of images, or an unwieldy table, because images would be represented in a hierarchical context of other references or meaning.  Of course, a link to the original file always lets a viewer see an image in its full glory.&lt;br /&gt;
&lt;br /&gt;
However, for the general non-programmer user I would implement the user interface like this: &lt;br /&gt;
 &lt;br /&gt;
- When an image is inserted, create a thumbnail as a default (or by prompt) to avoid unpleasant surprises of large images taking over the UI and displacing everything else. &lt;br /&gt;
&lt;br /&gt;
- Add an option to convert an image back to normal, or back to thumbnail.&lt;br /&gt;
&lt;br /&gt;
- In preferences, let the user select &amp;quot;thumbnail&amp;quot; as default, or not, and let the user specify the size (as a maximum dimension of either side of the image). Let the user choose whether a prompt appears, or add a check box to the prompt to not ask again.  Another useful preference would be to specify a thumbnail directory (default location inside source image directory)&lt;br /&gt;
&lt;br /&gt;
- As another option (or as a future enhancement) the program would either 1)Create new image files to use as thumbnails, or 2)Generate thumbnails on the fly for display only (or read in thumbnails that may already be appended to some image formats by certain images editors) and maybe cache them. The advantage of reading in on the fly is that the size could also be changed on the fly.  The downside is the time required for the program to generate on-the-fly images in large maps.&lt;br /&gt;
&lt;br /&gt;
- Provide a link to the file so the user can open the full size version in its associated application.&lt;br /&gt;
&lt;br /&gt;
- When importing a folder of files provide an option to import any images.&lt;br /&gt;
&lt;br /&gt;
- After a folder is imported, provide an option to add images to existing links.&lt;br /&gt;
&lt;br /&gt;
=== Node Cloning or Mirroring (aka soft links) ===&lt;br /&gt;
&lt;br /&gt;
Requests for enhancements:&lt;br /&gt;
&lt;br /&gt;
* [http://sourceforge.net/tracker/index.php?func=detail&amp;amp;aid=1021772&amp;amp;group_id=7118&amp;amp;atid=357118 1021772 : One Node object at different places]&lt;br /&gt;
&lt;br /&gt;
One feature request that has attracted a lot of attention from users is what they call &#039;&#039;node cloning or mirorring&#039;&#039;. This amounts to enabling a node to have more than one fathers. That is, such a node appears visually at more places of a map, still, has only one structure and data. Linking a node graphically to more parts of a map is already possible, but users proposing cloning would like to see more visually integrated approach.&lt;br /&gt;
&lt;br /&gt;
Users get encouraged by the fact that the hierarchical application&lt;br /&gt;
[http://leo.sf.net/ LEO] already has such a feature.&lt;br /&gt;
&lt;br /&gt;
This feature has been discussed at forums under threads&lt;br /&gt;
[http://sourceforge.net/forum/forum.php?thread_id=1022954&amp;amp;forum_id=22101 Cloning of nodes] and [http://sourceforge.net/forum/forum.php?thread_id=1051440&amp;amp;forum_id=22101 Node cloning/mirroring].&lt;br /&gt;
&lt;br /&gt;
: I would REALLY like it if FreeMind supported &#039;shortcuts&#039;, &#039;soft/hard links&#039;, or &#039;virtual folders&#039;. You know what I mean? Just some manner of having one node (and its sub-nodes) be able to exist in 2 different places at once. Change one clone, the other is affected, delete one clone, they all go away. (with options to make it a copy instead of a clone, etc...) You&#039;d make my day if you&#039;d add this functionality! --anonymous&lt;br /&gt;
&lt;br /&gt;
: Alright, but &amp;quot;cloning&amp;quot; is not a good term for this as it implies having a physical copy of something. Less misleading could be &amp;quot;linking&amp;quot;, &amp;quot;mirroring&amp;quot;, &amp;quot;redirecting&amp;quot;, &amp;quot;pointing&amp;quot;, &amp;quot;referring&amp;quot;... --anonymous&lt;br /&gt;
&lt;br /&gt;
:: You are right; cloning is not a proper term. This is the way our users expressed their wishes. --[[User:Danielpolansky|Danielpolansky]] 09:26, 20 Dec 2004 (PST)&lt;br /&gt;
&lt;br /&gt;
: I agree too - soft links would be a great feature -- Brad Langhorst&lt;br /&gt;
&lt;br /&gt;
: Seconded - the suggestion on sourceforge of using a local link, but with a &amp;quot;ghost&amp;quot; display at the current location (instead of jumping to the destination of the link) sounds like the way to go.  The side-effect is that you could have a cycle, whereby you are in node A, with child B being a ghost-link to C, expanding C reveals child D which is a ghost-link back to A. -- JettLogic&lt;br /&gt;
&lt;br /&gt;
=== Mindmap-Wikis ===&lt;br /&gt;
&lt;br /&gt;
Creating a mixture of Freemind and a Wiki would be very interesting. It would be shown on the web, and editable by everybody, like a Wiki, but it would not be text-only but a FreeMind&#039;s mind map instead.&lt;br /&gt;
&lt;br /&gt;
That is, provide FreeMind user interface to the underlying wiki technology, handling versioning and other issues. Is there any use of wiki markup in this scenario? (lkcl: yes - see &amp;quot;Notes&amp;quot; section!)&lt;br /&gt;
&lt;br /&gt;
: [[User:lkcl]] - all of these things are possible if you split out a plugin architecture for import / export of data.&lt;br /&gt;
&lt;br /&gt;
Current wiki technology like MediaWiki is already quite attractive in its present state. Either FreeMind interface would be the only one, which would in my view discourage most of the users, or FreeMind interface would be alternative to a web interface, which would require FreeMind to understand wiki markup. This considered, I hold such a project for too expensive compared to the value it brings. Quite another issue is collaborative mind mapping. This issue is similar to wiki, but here the wiki name does not properly apply as neither wiki markup nor wiki&#039;s versioning concept applies. --[[User:Danielpolansky|Danielpolansky]] 13:24, 18 Feb 2005 (PST)&lt;br /&gt;
&lt;br /&gt;
Ok, GraphViz is not really mindmapping, but oddmuse-wiki in colaboration with graphviz is really fascinating, take a look (and don&#039;t forget to follow the &amp;quot;Edit the text of the Page&amp;quot;-link): http://wiki.doomicile.de/LinuxMuleHistory -- HinnerK&lt;br /&gt;
&lt;br /&gt;
: I don&#039;t get your point. What is the relevance to the topic discussed here? --[[User:Danielpolansky|Danielpolansky]] 13:28, 18 Feb 2005 (PST)&lt;br /&gt;
&lt;br /&gt;
:: [[User:lkcl]] he&#039;s illustrating that the text you see on that page is actually created by simply putting &amp;quot;digraph { ..... }&amp;quot; into the text, you get a really cool graph.  in other words, he&#039;s illustrating that it would be easy to replace the FreeMind user interface, written in stupid java, by an oddmuse-wiki using the &amp;quot;digraph ....&amp;quot; concept.&lt;br /&gt;
&lt;br /&gt;
I would suggest starting with a simple [http://www.webdav.org/ save-to-WebDAV] option, and then following it up with a standardized [http://www.xmlrpc.com/ XML-RPC] interface (maybe Atom would be too complex). Having some sort of hooks into node editing operations in the code would be useful, so that people could develop plugins of some sort to perform the actual HTTP transactions live from the applet version -- RuiCarmo&lt;br /&gt;
&lt;br /&gt;
The first thing that came to my mind while opening FreeMind for the very first time was: &amp;quot;Would it be possible to integrate Wiki in FreeMind?&amp;quot;. Currently I am working with a project management software (named Trac) which integrates a Wiki Engine. It is a kind of colaborative project management solution, and it has encouraged all the team to document and activelly contribute to each otherÃÂ´s tasks. &lt;br /&gt;
&lt;br /&gt;
Maybe WikiFreeMind :-) could be something similar. I donÃÂ´t think that FreeMind being the only one interface to be an issue, I think it would be great if we could use wiki formatting inside FreeMind nodes. It would be easy (a gross guess) to allow &#039;&#039;Wiki-links&#039;&#039; between nodes, or wiki/web-pages &#039;&#039;outside&#039;&#039; the map. &lt;br /&gt;
&lt;br /&gt;
It would not be too difficult to do a kind of serialization of the map as a Wiki Database, each node being a wiki page, following the extension mechanics proposed by WikiMedia, you could allow wiki tags that would keep track of the properties of the node as a serialized wiki-page. ItÃÂ´s pretty much brainstorming, but I think it would be possible to use FreeMind as a Wiki Navigator, and the Web Browser + Wiki Engine as a Node Editor. --[[User:loudenvier|loudenvier]] 17:15, 05 Apr 2005 (BRA)&lt;br /&gt;
&lt;br /&gt;
Have a look at the [http://wikkawiki.org/HomePage WikkaWiki software]. My zero programming skills don&#039;t let me to grasp how it works or what it does. But it seems pretty interesting. It allows to insert FreeMind maps into the wiki. [http://wikkawiki.org/MindMapRecentChanges here&#039;s a inline example].&lt;br /&gt;
--[[User:Calamar|Calamar]] 04:31, 20 Dec 2005 (PST)&lt;br /&gt;
&lt;br /&gt;
: This portion hasn&#039;t been edited in a while. With the flash plugin in architecture in place for .9 beta 9 it shouldn&#039;t be too much of a problem to create graphical representations of a wiki to Freemind. The user would have to download the wiki page into the Freemind application and then upload the finished product after editing. It might seem like a long round trip but it would be very useful. &lt;br /&gt;
&lt;br /&gt;
: Furthermore, the Flash application should/could be smart enough to detect a wiki word in the Freemind and auto link it.&lt;br /&gt;
--[[User:Ddaniels|Ddaniels]] 05:17, 24 Mar 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
* There is an development approach for mediawiki and freemind (browser): http://www.wikimindmap.org/ which is available with GNU GPL v3. I managed it to get it run after understanding the config in the getpages.php and the index.php and discommenting something out in getpages.php. But it currently does not show some articles and categories. Perhaps someone is able to bring it to a better version: [[:Image:wwm_zip.mm]]. Just rename file extension to zip. --[[User:Hiverider|Hiverider]] 15:08, 26 Mar 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
===Applet allowing editing mind maps.===&lt;br /&gt;
&lt;br /&gt;
Requests for enhancements:&lt;br /&gt;
&lt;br /&gt;
* [http://sourceforge.net/tracker/index.php?func=detail&amp;amp;aid=1061195&amp;amp;group_id=7118&amp;amp;atid=357118 1061195 : Editor Mode (MindMap Mode) applet]&lt;br /&gt;
&lt;br /&gt;
It would be fine to edit a map via applet and save it to a webserver directory.&lt;br /&gt;
&lt;br /&gt;
: Indeed it would be fine. This is related to integration of mindmaps in wikis. In particular, [http://wikka.jsnx.com/HomePage WikkaWiki] uses freemind applet to show mindmaps in web pages. Unfortunately, mindmap edition is not possible while it is obviously possible for text. Such a capability would allow mindmap to be editable inside a wiki by wiki users. I also think this is more natural and a lot easier to insert mindmap capabilities inside wiki softwares than implement wiki functionnalities inside freemind. Don&#039;t you ? --[[User:OliGator|OliGator]] 09:18, 22 Oct 2006 (PDT)&lt;br /&gt;
&lt;br /&gt;
I wonder why the .mm extension is mandatory on the applet. At this point on the web we use Content-type instead of extensions, isn&#039;t it? Why then don&#039;t use Content-type OR .mm extension to open a map with the applet?&lt;br /&gt;
&lt;br /&gt;
Will be fantastic if the applet could capture drop events. With this enhancement we could use a custom toolbar to add custom snippets or integrate it with our solutions&lt;br /&gt;
&lt;br /&gt;
Leos: Editing capabilities would be great benefit. I use multiple computers and notebooks at the office and at home, so it is nightmare to synchronize their content. If I could just open the map from browser, modify it and click save, I would be very happy. If there are some Java security restrictions, you can implement it via some servlet, I could deploy into my server.&lt;br /&gt;
&lt;br /&gt;
=== Saving maps using WebDAV ===&lt;br /&gt;
&lt;br /&gt;
Let FreeMind read from and save to [http://www.webdav.org WebDAV] server. Repeatedly requested.&lt;br /&gt;
&lt;br /&gt;
According to the WebDAV website,&lt;br /&gt;
&lt;br /&gt;
: WebDAV stands for &amp;quot;Web-based Distributed Authoring and Versioning&amp;quot;. It is a set of extensions to the HTTP protocol which allows users to collaboratively edit and manage files on remote web servers.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
What&#039;s the holdup on integrating WebDav into Freemind?  There&#039;s a patch available already [[http://www.ubik-products.com/ludowiki/FreeMind FreeMind WebDAV Enhancement]].  Is there anything wrong with that patch or have people just not gotten around to integrating it?  This would also address the need of applets and wiki-like functionality.&lt;br /&gt;
&lt;br /&gt;
Working with WebDAV would make for an outstanding creative toolkit. &lt;br /&gt;
There is a keen need for a tool like this in our business (long distances; documents cobbled together from Basecamp and IM logs). One consideration: how would changes be merged? And is there an unobtrusive way to identify authors of specific changes and content?&lt;br /&gt;
&lt;br /&gt;
===Changing attributes by depth level.=== Wouldn&#039;t it be good if nodes could have levels (defined as outward from the centre) so that you could change color, font and other node properties by level. For instace, all nodes of level two would have red bubbles.&lt;br /&gt;
&lt;br /&gt;
OR Allow user to define default level attributes to be applied when a branch is made. The most common one being font size and edge width. Undefined attributes like colour should flow down. This is just the desired default at creation time and may be changed. Branches further out than the deepest defined default all inherit from previous branch.&lt;br /&gt;
&lt;br /&gt;
===Integrated Google web search===&lt;br /&gt;
How about an accessory software that would input FreeMind&#039;s XML and conduct Google and Google News searches on all nodes plus their neighbours? If anything useful is found (and there would be less than x hits), it would *wget* them and add links to the material to the map. Run this as a cronjob and your mind map will always have new ideas when you open FreeMind again.&lt;br /&gt;
&lt;br /&gt;
: Seems like a suggestion for a plugin. For sure it does not belong to the core FreeMind. Such a plugin will call external tools like wget which increases the installation costs. --[[User:Danielpolansky|Danielpolansky]] 09:34, 20 Dec 2004 (PST)&lt;br /&gt;
&lt;br /&gt;
===MIDlet for editing with mobile phones===&lt;br /&gt;
&lt;br /&gt;
MIDlet idea entry front-end is a MUST! I want to be able to do mind mapping with my mobile phone and then upload the changes to the main map on my desktop.&lt;br /&gt;
&lt;br /&gt;
: It is not a &#039;&#039;must&#039;&#039;. When enabled with importing various other formats, FreeMind can take data from mobile applications. Also, it is not clear why MIDlet should be the technology of choice, if FreeMind shall run on mobile phones. --[[User:Danielpolansky|Danielpolansky]] 09:33, 20 Dec 2004 (PST)&lt;br /&gt;
&lt;br /&gt;
===Have floating textbox for titles or comments===&lt;br /&gt;
&lt;br /&gt;
Hi I would like to request a feature, namely a title and/or comment at the beginning/end of page to be able to use it in presentations, where I would have my name on top right.&lt;br /&gt;
I would suggest that there is no link to other nodes just a kind of text box.&lt;br /&gt;
Maybe there are more people thinking about this nice addon?&lt;br /&gt;
&lt;br /&gt;
Request for enhancements:&lt;br /&gt;
* [http://sourceforge.net/tracker/index.php?func=detail&amp;amp;aid=1167418&amp;amp;group_id=7118&amp;amp;atid=357118 1167418]: Legends&lt;br /&gt;
&lt;br /&gt;
=== An editable tree view (like the html export) ===&lt;br /&gt;
&lt;br /&gt;
With such view I can imagine freemind to be useable an smaller devices like an ipaq running familiar (or ppc). Can you run freemind on such devices? --Alex&lt;br /&gt;
&lt;br /&gt;
=== A non graphic tree view mode ===&lt;br /&gt;
Similar request as Alex. &lt;br /&gt;
A &#039;&#039;&#039;non-graphic&#039;&#039;&#039; linear mode would be usefull ! The graphic mode is the best to organise and visualise the information, but a simple linear tree mode is more comfortable for reading and editing large portion of text. It would also allow to access the same databases on a small screen. Freemind has become one of my most important tools on my Pc and I am dreaming to use it on a symbian phone too. Thank you so much. Franck&lt;br /&gt;
&lt;br /&gt;
Il second that, Inspiration also a midn mapping tool used at school does this, translates the mind map into linear. Being able to see the same information in different ways is what computers are amazing at doing. It would be great to see information from different perspectives, Mind map form, linear (for printing essays/or books), Network diagram, etc.&lt;br /&gt;
&lt;br /&gt;
=== Option not to open last opened file upon start ===&lt;br /&gt;
&lt;br /&gt;
Users request that they should get a user option to tell FreeMind not to open the last opened file upon start. Seems like a sensible request to me. --[[User:Danielpolansky|Danielpolansky]] 10:07, 2 Jun 2006 (PDT)&lt;br /&gt;
&lt;br /&gt;
===ToughGraph like dynamic layout===&lt;br /&gt;
&lt;br /&gt;
Requests for enhancements:&lt;br /&gt;
&lt;br /&gt;
* [http://sourceforge.net/tracker/index.php?func=detail&amp;amp;aid=1052556&amp;amp;group_id=7118&amp;amp;atid=357118 1052556 : TouchGraph style dynamic layout]&lt;br /&gt;
* [http://sourceforge.net/tracker/index.php?func=detail&amp;amp;aid=909016&amp;amp;group_id=7118&amp;amp;atid=357118 909016 : TouchGraph display mode]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The [[TouchGraph]] interface has more potential than the existing fixed one. Mind maps are not supposed to necessarily be hierarchical, but organically growing and intertwined a lot. In FreeMind I can add links, but they aren&#039;t really good if compared with something universal like TouchGraph (GoogleBrowser, WikiBrowser). &lt;br /&gt;
 &lt;br /&gt;
I think FreeMind would become much more powerful (not to mention cool looking) if it had a dynamic mode without a root node. It would be great if arbitrary links (not just parent/child) between any nodes were supported, if text size and colors would dynamically adjust according to the distance, relevance and other factors, and if the layout would be dynamic, with the graph rearranging itself on the fly.&lt;br /&gt;
&lt;br /&gt;
More details at the TouchGraph site ([http://www.touchgraph.com/]), and at this page: [http://www.jspwiki.org/PageInfo.jsp?page=TouchGraphWikiBrowser]).&lt;br /&gt;
&lt;br /&gt;
: I disagree with the views presented here. A good news for you is that if you don&#039;t like the way FreeMind presents data, you can choose TouchGraph instead. --[[User:Danielpolansky|Danielpolansky]] 09:32, 20 Dec 2004 (PST)&lt;br /&gt;
&lt;br /&gt;
:* Well, in my opinion the links between nodes certainly offer a starting point for improvements. They are more curved than really necessary. --[[User:TMaschler|TMaschler]] 01:46, 17 Feb 2005 (PST)&lt;br /&gt;
&lt;br /&gt;
:* Further, the idea of formatting nodes in function of their distance from the start node (i.e. by style sheets) would greatly enhance the mind map appearance; although it should be possible to overwrite the node formatting style for each node individually. --[[User:TMaschler|TMaschler]] 01:46, 17 Feb 2005 (PST)&lt;br /&gt;
&lt;br /&gt;
:* What about offering a variety of display modes for the nodes (tree view, the current default view, without hierarchy, ...)?&lt;br /&gt;
&lt;br /&gt;
I agree that alternatives to the hierarchical view are important and the whole advantage of using visual mapping in the first place --[[User:Ryba|Ryba]] 17:16, 27 Oct 2005 (PDT)&lt;br /&gt;
&lt;br /&gt;
===More flexible Resize Options===&lt;br /&gt;
What about the following resize possibilities: --[[User:TMaschler|TMaschler]] 01:46, 17 Feb 2005 (PST)&lt;br /&gt;
* automatically/ dynamically&lt;br /&gt;
* by clicking on magnification glass icons (+ and -)&lt;br /&gt;
&lt;br /&gt;
Resizing should be able to resize a node and the text dynamically wraps and changes the size of the box.  The current approach requires hard returns to resize the text boxes.--[[User:Ryba|Ryba]] 17:06, 27 Oct 2005 (PDT)&lt;br /&gt;
&lt;br /&gt;
===More Flexible Window Resize and Reformat Options===&lt;br /&gt;
Background: We are using Freemind in an internal Wiki to document all the program file paths. Unfortunately, when opened in a browser window, the .mm file shows a couple of hundred pixels of blank area above and to the left of the map, then fails to allow users to scroll all the way to the right so they can see the information.  My apologies if the answer is there, but I have not been able to find any information in the forums or help to either reduce the total window size, or to change the map alignment from CENTER to TOP RIGHT. (Help mentions a user.properties file, not present in 9.0.x).&lt;br /&gt;
&lt;br /&gt;
Requests: &lt;br /&gt;
1. Allow users to resize the window to match the map size, and/or&lt;br /&gt;
2. Either allow users to set map aligment within the window, or change auto-aligment settings to the most efficient space use (generally top left, but not always, which argues for allowing the user to decide).&lt;br /&gt;
&lt;br /&gt;
Thanks for a great application!!&lt;br /&gt;
&lt;br /&gt;
=== Easier to delete nodes ===&lt;br /&gt;
&lt;br /&gt;
A relatively straightforward enhancement: the Node/Remove Node on the popup menu could be moved to the main popup menu, under &#039;Insert Child Node&#039;. It would probably be better server by being called &#039;Delete Child Node&#039;. I think it would also be fantastic if it had a shortcut key - Del probably being the most suitable. I find it a right pain to delete nodes (I notice someone submitted an RFE on sourceforge asking for a delete function, clearly not being aware there already was one - I think this indicates it needs moving!)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;David Perez comment&#039;&#039;: An alternative I use is to cut the node in order to delete it.&lt;br /&gt;
&lt;br /&gt;
: Nodes will be easy to delete in the next version. The reason why they are not easy to delete currently is that there&#039;s no undo available. In the mean time, pressing Ctrl + X should suffice to delete a node. --[[User:Danielpolansky|Danielpolansky]] 09:28, 20 Dec 2004 (PST)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Torsten GrÃÂ¤ÃÂler comment&#039;&#039;:&lt;br /&gt;
: Find the line starting with &amp;quot;#keystroke_remove&amp;quot; in the &amp;lt;user home&amp;gt;/freemind/user.properties file and change it to &amp;quot;keystroke_remove = DELETE&amp;quot;. Now you can delete a node with the DEL key. This works on my WinXP Pro, but should work on other platforms, too. -- 04:27, 23 Mar 2004&lt;br /&gt;
&lt;br /&gt;
Most of the times you delete something and sooner or later you find out that you actually need that thing again. Undo is good, but once you have closed FreeMind it&#039;s lost forever. Wouldn&#039;t it be nice to have a .trash file to accompany every .mm file just to make things easier? --Anonymous.&lt;br /&gt;
&lt;br /&gt;
: This is a known issue by now. Deleting nodes is far too easy in FreeMind 0.8.0, in my view anyway. --[[User:Danielpolansky|Danielpolansky]] 06:51, 13 May 2006 (PDT)&lt;br /&gt;
&lt;br /&gt;
===Statistics===&lt;br /&gt;
&lt;br /&gt;
Requests for features:&lt;br /&gt;
&lt;br /&gt;
* [http://sourceforge.net/tracker/index.php?func=detail&amp;amp;aid=1040097&amp;amp;group_id=7118&amp;amp;atid=357118 1040097 : Total Node Count]&lt;br /&gt;
&lt;br /&gt;
Show the statistics&lt;br /&gt;
&lt;br /&gt;
* number of nodes in a map&lt;br /&gt;
* number of leafs (childless nodes)&lt;br /&gt;
* number of nodes with children&lt;br /&gt;
&lt;br /&gt;
on the &#039;&#039;node&#039;&#039; level or a &#039;&#039;map&#039;&#039; level (once you can do node level, you also can do map level).&lt;br /&gt;
&lt;br /&gt;
===Thousands of new icons===&lt;br /&gt;
&lt;br /&gt;
Enhancing the number and variety of icons to the sufficient amout would definetely increase versatility of FreeMind. Plenty of small pictures it is a must if you want to organize your knowledge (e.g. notes from collage), so that every &#039;key info&#039; could be easily remembered. The more icons that help associating the information the better - I would like to see pictures of man, men, woman, women, tree, chair, table and so on - any thing you can imagine, categorized. I know I can use external pictures, but it&#039;s really inconvenient if I have to look for each picture on the Internet for a few minutes while creating a new map. Built-in icons would be a great help.&lt;br /&gt;
&lt;br /&gt;
: It is clear that a larger icon library would be helpful. --[[User:Danielpolansky|Danielpolansky]] 13:18, 18 Feb 2005 (PST)&lt;br /&gt;
&lt;br /&gt;
it would be great if i would able to add or delete icons in to the toolbar my self. 22.2.05 by erwin&lt;br /&gt;
&lt;br /&gt;
Not sure if the hyperlink arrows count as icons, but it would be good if they could be colour coded; eg blue arrow for a hyperlink to a local file on the local computer, yellow for a file located on the local network, red arrow for a hyperlink to a html site, Green arrow for a local hyperlink&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
: I use famfamfam.com&#039;s general purpose silk icons set in most of my projects, there are over 1000 icons, each one of them is a little gem. There are distributed under the creative common license, I don&#039;t know if they can be included and distributed in a open source project .. probably. Still, the best would be an kind of icon manager to allow us to build our own icons libraries and includes some basics libraries by default.&lt;br /&gt;
&lt;br /&gt;
 --[[User:h3|h3]] 11:00, 27 Jul 2006&lt;br /&gt;
&lt;br /&gt;
I suggested in another place to have groups of icons, so that the access of all icons gets simplified, and the change of an icon gets simplified too. Here are some examples of groups/categories:&lt;br /&gt;
 * To be Completed, important/urgent/both/not important&lt;br /&gt;
 * partial/ complete&lt;br /&gt;
 * mecanism (ex: &amp;quot;rouages&amp;quot;),	GUI, Database,&lt;br /&gt;
 * draft/under review/finalized (different evident progressing levels)&lt;br /&gt;
 * analogy with road signal: &amp;quot;sans issue/cul de sac, speed limit, ...&amp;quot;	&lt;br /&gt;
 * communication mean (phone, e-mail, mail...)&lt;br /&gt;
 * context (work, home, travel)&lt;br /&gt;
 * art (music, painting, sculpture)???&lt;br /&gt;
 * time management (date, time, time duration)&lt;br /&gt;
 * Satisfaction (smiles)&lt;br /&gt;
Thanks :-) --[[User:Patco|Patco]]&lt;br /&gt;
&lt;br /&gt;
===Zooming With Scroll Button===&lt;br /&gt;
&lt;br /&gt;
Being able to pan by holding down the right-hand mouse button and twiddling the scroll wheel is great. What would help navigation a little more would be to zoom in and out by holding down, say, the left-hand mouse button.&lt;br /&gt;
&lt;br /&gt;
===New menu entry &#039;&#039;Save All&#039;&#039; ===&lt;br /&gt;
&lt;br /&gt;
Requests for enhancements:&lt;br /&gt;
&lt;br /&gt;
* [http://sourceforge.net/tracker/index.php?func=detail&amp;amp;aid=932817&amp;amp;group_id=7118&amp;amp;atid=357118 932817 : Easy: &amp;quot;Save all&amp;quot;-menu entry]&lt;br /&gt;
&lt;br /&gt;
* [http://sourceforge.net/tracker/?group_id=7118&amp;amp;atid=357118&amp;amp;func=detail&amp;amp;aid=665584 665584 : Add function &amp;quot;Save all&amp;quot;, to menus and toolbar]&lt;br /&gt;
&lt;br /&gt;
===  User defined icons ===&lt;br /&gt;
&lt;br /&gt;
Requests for enhancements&lt;br /&gt;
&lt;br /&gt;
* [http://sourceforge.net/tracker/index.php?func=detail&amp;amp;aid=966193&amp;amp;group_id=7118&amp;amp;atid=357118 966193 : User defined icons (similar 883498) - a quick implementation]&lt;br /&gt;
&lt;br /&gt;
=== Keep custom/unknown XML tags when saving ===&lt;br /&gt;
&lt;br /&gt;
Requests for enhancements:&lt;br /&gt;
&lt;br /&gt;
* [http://sourceforge.net/tracker/index.php?func=detail&amp;amp;aid=943713&amp;amp;group_id=7118&amp;amp;atid=357118  943713 : Keep custom/unknown XML tags when saving]&lt;br /&gt;
&lt;br /&gt;
=== Collaborative editing of mind maps ===&lt;br /&gt;
&lt;br /&gt;
Requests for enhancements:&lt;br /&gt;
&lt;br /&gt;
* [http://sourceforge.net/tracker/?group_id=7118&amp;amp;atid=357118&amp;amp;func=detail&amp;amp;aid=869746 869746 : Multi-user collaboration on one map, using tracking of changes ]&lt;br /&gt;
* [http://sourceforge.net/tracker/index.php?func=detail&amp;amp;aid=1058763&amp;amp;group_id=7118&amp;amp;atid=357118  1058763 : conference mode / work together online]&lt;br /&gt;
&lt;br /&gt;
Conference-like editing of a shared map. When one user adds a node, other users get display update, and vice versa. Rather demanding request, but also potentially highly useful.&lt;br /&gt;
&lt;br /&gt;
--[[User:Violetlight|Violetlight]] 09:30, 2 Aug 2006 (PDT): Problems to solve in this area:&lt;br /&gt;
* Whether to mesh peer to peer (e.g. Jabber/XMPP) or to use notification via a server&lt;br /&gt;
* How to perform locking (and whether to use optimistic locking)&lt;br /&gt;
* How to resolve conflicts&lt;br /&gt;
* How to bring a new change to a collaborating user&#039;s attention without being intrusive (say a &amp;quot;delta icon&amp;quot; in the node or something like that?)&lt;br /&gt;
&lt;br /&gt;
=== Allow for mathematical formulas using LaTeX or MathML ===&lt;br /&gt;
&lt;br /&gt;
Requests for enhancements:&lt;br /&gt;
&lt;br /&gt;
* [http://sourceforge.net/tracker/index.php?func=detail&amp;amp;aid=977500&amp;amp;group_id=7118&amp;amp;atid=357118 977500 : include formulas / latex support]&lt;br /&gt;
&lt;br /&gt;
People want to type in mathematical formulas in text markup and see something good looking when not edited.&lt;br /&gt;
&lt;br /&gt;
=== User attributes or tags of a node ===&lt;br /&gt;
&lt;br /&gt;
Requests for enhancements:&lt;br /&gt;
* [http://sourceforge.net/tracker/index.php?func=detail&amp;amp;aid=1122973&amp;amp;group_id=7118&amp;amp;atid=357118 1122973 : Allow nodes to &amp;quot;carry&amp;quot; other attributes]&lt;br /&gt;
&lt;br /&gt;
For user editable using a popping up table. File format example:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;node TEXT=&amp;quot;Tagged&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;lt;tag NAME=&amp;quot;cost&amp;quot; VALUE=&amp;quot;500ÃÂ¬&amp;quot;/&amp;gt;&lt;br /&gt;
   &amp;lt;tag NAME=&amp;quot;todo&amp;quot; VALUE=&amp;quot;yes&amp;quot;/&amp;gt;&lt;br /&gt;
 &amp;lt;/node&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Rich text formatting of nodes ===&lt;br /&gt;
&lt;br /&gt;
Requests for enhancements:&lt;br /&gt;
&lt;br /&gt;
* [http://sourceforge.net/tracker/index.php?func=detail&amp;amp;aid=909694&amp;amp;group_id=7118&amp;amp;atid=357118 909694 : Different text attributes within text nodes]&lt;br /&gt;
&lt;br /&gt;
Rich text formatting includes boldface, italics, font colors, tables and the like. It is already possible using HTML in nodes. What&#039;s missing is the GUI support for editing HTML nodes. Another thing missing is pasting of RTF - Rich Text Format directly into FreeMind.&lt;br /&gt;
&lt;br /&gt;
=== Scalable Vector Graphics (SVG) in nodes ===&lt;br /&gt;
&lt;br /&gt;
Nodes could store and view scalable vector graphics (SVG). Currently, nodes certainly can store SVG, but only its source code is displayed. It should be possible that SVG is displayed like graphics. Editing of SVG can be done using external programs like Inkscape, or using an SVG editing component written in Java.&lt;br /&gt;
&lt;br /&gt;
Viewing of SVG could perhaps be achieved using Apache&#039;s Batik framework. How fast, and how much more memory consuming it would be is unclear.&lt;br /&gt;
&lt;br /&gt;
=== Enable spell checking ===&lt;br /&gt;
&lt;br /&gt;
Requests for enhancements:&lt;br /&gt;
&lt;br /&gt;
* [http://sourceforge.net/tracker/index.php?func=detail&amp;amp;aid=1080652&amp;amp;group_id=7118&amp;amp;atid=357118 1080652 : Ability to spell Check Text Fields]&lt;br /&gt;
&lt;br /&gt;
=== Add label to edges ===&lt;br /&gt;
&lt;br /&gt;
Requests for enhancements:&lt;br /&gt;
&lt;br /&gt;
* [http://sourceforge.net/tracker/index.php?func=detail&amp;amp;aid=997862&amp;amp;group_id=7118&amp;amp;atid=357118 997862 : Naming of Edges]&lt;br /&gt;
&lt;br /&gt;
: As I see it, this will make the map difficult to read. I can&#039;t imagine how to implement this in a visually acceptable manner. --[[User:Danielpolansky|Danielpolansky]] 14:02, 5 Mar 2005 (PST)&lt;br /&gt;
&lt;br /&gt;
: On the other hand, edge labels make a lot of sense with freely positioned nodes introduced in FreeMind 0.8.0. --[[User:Danielpolansky|Danielpolansky]] 09:29, 26 Oct 2005 (PDT)&lt;br /&gt;
&lt;br /&gt;
=== Add label to arrow link ===&lt;br /&gt;
&lt;br /&gt;
Requests for enhancements:&lt;br /&gt;
&lt;br /&gt;
* [http://sourceforge.net/tracker/index.php?func=detail&amp;amp;aid=1214199&amp;amp;group_id=7118&amp;amp;atid=357118 1214199 : labels on arrows]&lt;br /&gt;
&lt;br /&gt;
Sometimes it could be very useful to label arrow link. It may help to better express and easily understand the exact sense (meaning) of specific arrow link.&lt;br /&gt;
&lt;br /&gt;
=== Filter nodes by their icons  ===&lt;br /&gt;
&lt;br /&gt;
Requests for enhancements&lt;br /&gt;
&lt;br /&gt;
* [http://sourceforge.net/tracker/index.php?func=detail&amp;amp;aid=1071438&amp;amp;group_id=7118&amp;amp;atid=357118 1071438 : Filter nodes based on icon]&lt;br /&gt;
&lt;br /&gt;
Set filter on a given node, as a list of icon names. When such a filter is set, only those descendands of the filtered node are shown that satisify the filter. A node satisfies the filter, if one of its icons is in the filter&#039;s set of icons, or one of its descendants satisfies the filter.&lt;br /&gt;
&lt;br /&gt;
: Filtering based on icons is not very neat, as it does not decouple the meaning from its presentation. But it may be a good interim solution anyway. --[[User:Danielpolansky|Danielpolansky]] 11:02, 20 Feb 2005 (PST)&lt;br /&gt;
&lt;br /&gt;
* It&#039;s done in FreeMind 0.9 --[[User:Terkor|Terkor]] 04:21, 18 Aug 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
=== Insert Current Date and Hour ===&lt;br /&gt;
&lt;br /&gt;
Feb 25,2005. It would be nice to have a button to insert in a node the current date and/or hour. Thanks!&lt;br /&gt;
&lt;br /&gt;
: Makes sense. Can be found in Window&#039;s Notepad under the key F5. --[[User:Danielpolansky|Danielpolansky]] 10:06, 26 Feb 2005 (PST)&lt;br /&gt;
&lt;br /&gt;
It would be great if a time stamp would be created automaticaly wehn creating a new nod.&lt;br /&gt;
It should only be displayed when a special &amp;quot;Date-Button&amp;quot; is aktive!&lt;br /&gt;
&lt;br /&gt;
: You guys, would you mind stopping shouting at us with your exclamation marks? In English speaking countries, it is not necessary to add an exclamation mark to every second sentence. --[[User:Danielpolansky|Danielpolansky]] 09:31, 26 Oct 2005 (PDT)&lt;br /&gt;
&lt;br /&gt;
==== Simple Trick for KDE Users ====&lt;br /&gt;
&lt;br /&gt;
2005-09-29-11:16:32-PDT&lt;br /&gt;
&lt;br /&gt;
This will be a really nice feature in general. In the mean time, you can use the following method if you are using KDE. Under KDE, you can insert the current date and time (like the one above) into klipper by binding the following command to a key combination (for example, Ctrl-Alt-C):&lt;br /&gt;
&lt;br /&gt;
  dcop klipper klipper setClipboardContents `date +&amp;quot;%Y-%m-%d-%H:%M:%S-%Z&amp;quot;`&lt;br /&gt;
&lt;br /&gt;
After this, Ctrl-Alt-C followed by Ctrl-v should allow you to insert the date, in a format of your choice, into any document (including freemind).&lt;br /&gt;
&lt;br /&gt;
=== Support for callto: protocol ===&lt;br /&gt;
&lt;br /&gt;
As pointed out in a [http://sourceforge.net/forum/forum.php?thread_id=1241290&amp;amp;forum_id=22101 forum posting], support for &#039;&#039;callto:&#039;&#039; protocol would be helpful.&lt;br /&gt;
&lt;br /&gt;
If this was fully integrated, it would allow integrated voice and mind-map collaboration.  For example passing &amp;quot;opinion sections&amp;quot; of a draft map between participants with a voiceover prior to including them into a collated and agreed version.  Another example might be calling between the participants of a (limited) brainstorm as the brainstorm was first diverged and then converged within the mapping tool. --[[User:Violetlight|Violetlight]] 09:17, 2 Aug 2006 (PDT)&lt;br /&gt;
&lt;br /&gt;
=== Support for use as a dashboard ===&lt;br /&gt;
Freemind could be an excellent generic front end as a dashboard for updating information if it supported file polling (refresh) or some other automated update.  For example, database loading scripts could write their progress using Freemind&#039;s XML format.  Any user monitoring processes such as these could see at a glance if a process had failed, add in some context dependent metadata, and could produce a log/report from the XML.&lt;br /&gt;
&lt;br /&gt;
=== Ability for arrows to have text associated, or be full nodes ===&lt;br /&gt;
&lt;br /&gt;
Related To [http://sourceforge.net/tracker/index.php?func=detail&amp;amp;aid=1167198&amp;amp;group_id=7118&amp;amp;atid=357118 1167198 non-tree graph (concept map?)]&lt;br /&gt;
&lt;br /&gt;
I have a need in my current project (uni), to show heirarchies of risks, causes, and parties involved. Associated among these varying levels of heirarchies I have created arrows indicating relationship (affects-this, causes-something-else etc.), the color of the arrows indicating the relationship. It would be helpful to be able to put labels on the arrows. Actually more important than this, arrows should be full nodes, Allowing different objects to be attached as children (including other arrows). Admittedly giving arrows the ability to be full nodes may invite abuse &amp;amp; cause complexity, however informational-relations are themselves complex (solution should be as simple as possible, no simpler). Coding would perhaps be more elegent to allow for more than 1 child node in the code, but have a limit placed by higher-level code? (i.e. no children of children, even though the arrow objects themselves may allow for this)&lt;br /&gt;
&lt;br /&gt;
=== Object Styles ===&lt;br /&gt;
&lt;br /&gt;
It would be nice to have the ability to set styles for an object, and be able to select styles (styles would perhaps be associated per object-type) when creating objects.&lt;br /&gt;
&lt;br /&gt;
Objects include nodes, edges and arrow links.&lt;br /&gt;
&lt;br /&gt;
Using styles, the physical formatting shall no longer be set for a node but rather for a style. An example XML representation may be:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;map&amp;gt;&lt;br /&gt;
   &amp;lt;style ID=&amp;quot;S1&amp;quot; LABEL=&amp;quot;Urgent&amp;quot; OBJECTTYPE=&amp;quot;node&amp;quot;&lt;br /&gt;
          COLOR=&amp;quot;#404040&amp;quot; BACKGROUNDCOLOR=&amp;quot;#FFFFE0&amp;quot;/&amp;gt;&lt;br /&gt;
   &amp;lt;node TEXT=&amp;quot;Root&amp;quot;&amp;gt;&lt;br /&gt;
     &amp;lt;node STYLEID=&amp;quot;S1&amp;quot; TEXT=&amp;quot;Styled node&amp;quot;/&amp;gt;&lt;br /&gt;
   &amp;lt;/node&amp;gt;&lt;br /&gt;
 &amp;lt;/map&amp;gt;&lt;br /&gt;
&lt;br /&gt;
It is not clear if the user may set the ID himself. Then it perhaps should not be ID but rather NAME. XSLT transforming sheets refer either to ID or to NAME rather than to LABEL of style.&lt;br /&gt;
&lt;br /&gt;
=== Hyperlinks to Programs with Arguments ===&lt;br /&gt;
&lt;br /&gt;
In addition to (followable) hyperlinks to web-pages, to local folders, to executable programs, and to executable files (e.g. &amp;quot;datasheet.xls&amp;quot;), it would also be nice to have hyperlinks to programs with arguments and switches such as: &amp;quot;notepad myfile.bat&amp;quot; or &amp;quot;explorer.exe /n,/e,C:\&amp;quot; --[[User:Lhg|Lhg]] 01:11, 18 Apr 2005 (PDT)&lt;br /&gt;
&lt;br /&gt;
Yes...I am using freemind for System Administration:  And it is quite excellent, to have nodes for every computer and user on my system with child&lt;br /&gt;
nodes for services, nfsmounts, etc... but i would like very much to be able to link to the other computers with executables like &lt;br /&gt;
&lt;br /&gt;
           # ssh mynfsserver.mynetwork emacs /etc/exports&lt;br /&gt;
or&lt;br /&gt;
           # ssh mykrb5server.mynetwork emacs /etc/kdc/kdc.conf&lt;br /&gt;
&lt;br /&gt;
=== Show multiple maps in tabs ===&lt;br /&gt;
&lt;br /&gt;
XEmacs shows multiple documents at tabs at the top. Microsoft Excel shows multiple sheets of a document at tabs at the bottom. Although this is not a standard user interface model, seems quite useful for FreeMind. Various users requested this feature. --[[User:Danielpolansky|Danielpolansky]] 11:38, 30 Apr 2005 (PDT)&lt;br /&gt;
&lt;br /&gt;
Could it be possible to have a &amp;quot;restore all tabs&amp;quot; option, as in Firefox? --[[User:Patco|Patco]]&lt;br /&gt;
&lt;br /&gt;
This would definitely be a useful enhancement. Typical use case: I&#039;m managing several projects, I have one &amp;quot;mindmap&amp;quot; for each project, that would allow me to have all the maps open at the same time and accessible with a single click, selecting the one I need to watch at the moment. I might try to code this myself if I ever find the time for that :-P --[[User:Maathieu|Maathieu]] 12:41, 22 Jul 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
=== Show multiple pages of the one map in tabs ===&lt;br /&gt;
&lt;br /&gt;
ConceptDraw MindMap has this feature. Right-click on a node, select &amp;quot;send to new page&amp;quot;, and the node with its children appears in a separate tab in the same document. This avoids the need to spawn extra files when your map becomes unwieldy and you want to chop off a branch. It is hyperlinked to and from its location on the original page.&lt;br /&gt;
&lt;br /&gt;
Why use this instead of exporting to a new file? Because when the &amp;quot;new&amp;quot; map is conceptually part of the original map from which it was extracted, it is tidier and less error-prone to keep it in the same file. It won&#039;t get lost. And with a new page, instead of a new file, the user is saved from having to think of a meaningful file name for the extracted section. Node names do not necessarily make good file names.&lt;br /&gt;
&lt;br /&gt;
=== Allow more maps to be shown side by side ===&lt;br /&gt;
&lt;br /&gt;
In XEmacs, Vim or Microsoft Excel, it is possible to see several documents side by side. It would make sense for FreeMind too. Nevertheless, the added value is questionable. --[[User:Danielpolansky|Danielpolansky]] 11:38, 30 Apr 2005 (PDT)&lt;br /&gt;
&lt;br /&gt;
If a few features are added, seeing two documents side by side would have more meaning.  Automatic creation of a cloned node that is the root node of a new document is one.  Press Ctrl-Enter (for example) would create a new document.  This document would have a root node and filename that is the same name as node from the parent document.  A line would connect these two nodes on the screen.  Note the line is really two lines that connect at the boundary of each window.  This type of line would also show visually the link between any two nodes in any two mm-files.  Alternatively you can have the second window show a piece of the same document.  This piece would include the node the cursor is on in the left pane and all the child nodes.  &lt;br /&gt;
&lt;br /&gt;
Another idea is to show a mind map as a menu.  Menus are useful because they require very little additional screen space.  Click on anything in the menu and it either shows the rest of the tree from the selected node or it evaluates the node which could mean it opens a new mind map, opens a program or does some other action.&lt;br /&gt;
--[[User:Mars729|Mars729]] 17:22, 1 Jun 2008 (EDT)&lt;br /&gt;
&lt;br /&gt;
=== Direct pasting of RTF from clipboard ===&lt;br /&gt;
&lt;br /&gt;
In one of the future versions, direct pasting of HTML into FreeMind will be supported; the code for it already exists and has not been published yet. In addition, direct pasting of [http://www.biblioscape.com/rtf15_spec.htm RTF] as HTML would be helpful. A free algorithm for conversion between RTF and HTML is needed for that.&lt;br /&gt;
&lt;br /&gt;
RTF (rich text format) is used in email messages in Microsoft Outlook, and in hierarchical notebooks [http://www.tranglos.com/free/keynote.html Key Note] and [http://www.tuxcards.de/ TuxCards]. --[[User:Danielpolansky|Danielpolansky]] 03:36, 22 May 2005 (PDT)&lt;br /&gt;
&lt;br /&gt;
=== Lock Contents and Hierarchical Position of a Node ===&lt;br /&gt;
&lt;br /&gt;
It will be really nice to be able to lock the contents of a node so it cannot be edited unless it is explicitly unlocked. Similarly, it might be useful to prevent a node from being moved to another position in the hierarchy of the map.&lt;br /&gt;
&lt;br /&gt;
=== Better Placement of New &amp;quot;Secondary&amp;quot; Nodes Relative to the Root Node ===&lt;br /&gt;
&lt;br /&gt;
When adding nodes to the root node, they appear to be placed Right, Left, Right, Left. If some of these secondary nodes are deleted and another one is added to the root node, the side on which it is added appears to be chosen according to the number of secondary nodes on each side.&lt;br /&gt;
&lt;br /&gt;
This seems fair enough, but if some of the secondary nodes have hundreds of child nodes and others only have a few then you can end up with a map which has far more nodes on the right than the left, but still have new secondary nodes added on the right hand side.&lt;br /&gt;
&lt;br /&gt;
How about using the total number of nodes on each side when working out whether a secondary node should be on the right or left of the root node? Alternatively, allow secondary nodes to be dragged onto the other side of the root node (which doesn&#039;t appear to be possible currently).&lt;br /&gt;
&lt;br /&gt;
: CTRL+[LEFT,RIGHT,UP,DOWN] moves the node and its children accordingly (at least in 0.9.0 Beta 8)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Can we have complete manual control of all secondary nodes originating from the root - so that each secondary node has its own unique point of origin on the root node which can be moved independently of all other secondary nodes.  At the moment all secondary nodes originate left or right.  It would be useful if they could originate like different points of the compass. North, north north west, north west, etc. and even points in between.&lt;br /&gt;
&lt;br /&gt;
=== Using basic vector shapes ===&lt;br /&gt;
&lt;br /&gt;
Using basic shapes like line, rectangle, square, circle etc. would by usefull.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Treat a node as HTML using an attribute ===&lt;br /&gt;
Instead of the cumbersome &amp;quot;&amp;lt;html&amp;gt;&amp;quot; string required at the beginning of the text.  And even worse, having to keep the MaxNodeWidth enforced with something like &amp;lt;body width=&amp;quot;600&amp;quot;&amp;gt;.  Why not take a different approach.  One that seems like it would have little impact on the code, though I have not read it as of yet...&lt;br /&gt;
&lt;br /&gt;
If html was treated as an attribute like bold and italic as in html=&amp;quot;true&amp;quot;, then process the entire node as html same as when the string &amp;quot;&amp;lt;html&amp;gt;&amp;quot; is detected at the beginning of the text.  There would be a default &amp;lt;style&amp;gt;body {width:&amp;lt;MaxNodeWidth&amp;gt;}&amp;lt;/style&amp;gt; in place, though the actual html in the node could override this just the way normal CSS does.&lt;br /&gt;
&lt;br /&gt;
This has &#039;&#039;&#039;MAJOR&#039;&#039;&#039; implications for the use of the xml file.  Though I have not written any XSLT yet for FreeMind yet,  I was appalled at the thought of having to strip out this &amp;quot;&amp;lt;html&amp;gt;&amp;quot; string out of every node that used it.  And positively frustrated at the idea of having to test for tags used to control width, i.e. &amp;lt;body width=&amp;quot;600&amp;quot;&amp;gt;.  I really thought this crude and that it would slow the proceesing of files that use what is really a most beautifully clean concept.&lt;br /&gt;
&lt;br /&gt;
However, an html attribute does away with all of this and seems to me to be a much more elegant and cleanly way to deal with html....&lt;br /&gt;
&lt;br /&gt;
BTW, it would be very straight forward to write an XSLT transform to upgrade existing .MM files.&lt;br /&gt;
&lt;br /&gt;
I just had another thought, why not go all the way and give each node a MIME type, limited to &amp;quot;text/plain&amp;quot; (default) and &amp;quot;text/html&amp;quot; for now.  This leaves the door open to readily process other mime types through plugins, or whatever.  In any case the attribute concept is something worth thinking about. --[[User:Danv|danv]] 10:25, 8 Feb 2006 (PST)&lt;br /&gt;
&lt;br /&gt;
=== Add pictures to notes ===&lt;br /&gt;
Add a picture to a note of a node. It would be cool to export a map to HTML (Clickable Map) and have the picture only in the note. Whis would be the logical implementation for e.g. [http://freemind.sourceforge.net/docs/features/0_8_0/Features%200.8.0.html overview of new features in 0.8.0]. It would not be needed to create extra nodes for pictures only.&lt;br /&gt;
&lt;br /&gt;
=== Code environment ===&lt;br /&gt;
&lt;br /&gt;
Possibility to insert source code e.g. html (pre does not work...)&lt;br /&gt;
&lt;br /&gt;
: I don&#039;t understand what this request is about. You can insert any source code you want into FreeMind&#039;s nodes, just that it cannot start with &amp;lt; html &amp;gt;; HTML code can be inserted by setting space as the first character of a node. --[[User:Danielpolansky|Danielpolansky]] 05:51, 29 Apr 2006 (PDT)&lt;br /&gt;
--[[User:Danielpolansky|Danielpolansky]] 05:57, 29 Apr 2006 (PDT)&lt;br /&gt;
&lt;br /&gt;
=== Alphabetize Nodes ===&lt;br /&gt;
Automatically rearrange a specified node level in alphabetical order.  Today I do this manually in certain circumstances.  It can be very time consuming to preform this manually, and hopefully it would not be too time consuming to automate. --[[User:Slashdotted|Slashdotted]] 18:22, 21 Jul 2006 (PDT)&lt;br /&gt;
&lt;br /&gt;
=== Order of Nodes ===&lt;br /&gt;
According to Buzan Mindmaps should be read clockwise. What every mindmapping tool misses is the fact that nodes on the left side of the center should be added from bottom to top, with the last entered node on the 11 position.&lt;br /&gt;
&lt;br /&gt;
that was the first thing i noticed about freemind also. i have been making mindmaps by hand for years now and they are always clockwise.&lt;br /&gt;
also when exporting eg. to html the nodes should be ordered clockwise. maybe i miss some feature, but when i first exported a mindmap the order was somehow from top to bottom (3 from the right, then 2 from the left, then continue with the right side,...)&lt;br /&gt;
the other thing is that nodes are always left or right, and not orderered in a circle. &lt;br /&gt;
the only way i can work with freemind is to put all nodes on the right side but the map looks more like a list then&lt;br /&gt;
&lt;br /&gt;
=== Selection and Deselection of Icons ===&lt;br /&gt;
It would be great if the icon toolbar on the left would show different styles of an icon (selected / not-selected), so one can easily deselect an icon for a node, rather than go through the contextmenue each time&lt;br /&gt;
&lt;br /&gt;
Besides, it would be great if the context menu could allow remove specific icons, not just the last one.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
As an addendum to this request, it would be really interesting to define a &amp;quot;combo box&amp;quot; type where (to do/project milestone/other actionable state) lists defined in the tree could be updated by clicking the drop down on the combo box instead of having to delete the icon and re-add another one.&lt;br /&gt;
&lt;br /&gt;
=== Reminder nodes - Alerts and possible Outlook / Lotus Notes / etc integration ===&lt;br /&gt;
It would be a great additional feature if it was possible to use FreeMind as a reminder tool too. This idea poped into my mind right now, so it&#039;s not pretty much developed yet, but if it was possible to mark a node as a reminder then I would have no need to use Outlook to remind me of things to be done. I was reading something on GTD (Gets Things Done) and it connection with MindMaps and I thought that it would be useful to attach reminders to MindMaps/Nodes. There&#039;re a couple of approachs to implement it: The first would be to integrate Freemind with Outlook ot Lotus Notes, and then when you tag a node as a reminder it actually creates a reminder inside Outlook or Notes using the node text and context, so that you get reminded by those applications when the reminder alert occurs. The other option is to write an application that is used to alert user of a node reminder. [[User:Loudenvier|Loudenvier]] 11:08, 11 Aug 2006 (PDT)&lt;br /&gt;
It would also be fabulous if one could hyperlink from FreeMind to a Lotus Notes database document. Currently, one gets a &amp;quot;This URL is malformed!&amp;quot; error message. Thanks!&lt;br /&gt;
&lt;br /&gt;
=== Demoting Root ===&lt;br /&gt;
Allow insert of sibling of root which auto creates a new root. The old root and the new sibling are both attached to it --[[User:Patheros|Patheros]] 11:45, 10 Apr 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
=== Open Mindmaps in the same already open Freemind ===&lt;br /&gt;
In Windows I open my mindmaps by double-clicking on the *.mm file. It would be nice if double-clicking would not always open a new FreeMind. Instead, I like to view the mindmap in the already existing open Freemind application. [[User:wasserratte|wasserratte]] 10:01, 3 May 2007 (CET)&lt;br /&gt;
&lt;br /&gt;
=== WBS Mode ===&lt;br /&gt;
I would like to see a WBS Viewing Mode, where the map would be arranged in a top-down hierarchical display. Something like the Organization Chart from Microsoft Office. That would help using FreeMind as a WBS Chart tool.&lt;br /&gt;
&lt;br /&gt;
I would like to see the ability to port a WBS developed with FreeMind into Microsoft Project similar to the plug in for MindMapper. --[[User:Tuneboy|Tuneboy]] 07:58, 27 Nov 2007 (PST)&lt;br /&gt;
&lt;br /&gt;
=== Improve MacOS Binary Package ===&lt;br /&gt;
All files should be contained inside the FreeMind.app package, like most other Mac programs.&lt;br /&gt;
&lt;br /&gt;
== Principles of Unix ==&lt;br /&gt;
&lt;br /&gt;
The principles from Unix are that programs should do one thing, and do it well, and to use well-defined inter-communication between those programs.  The current design of FreeMind completely violates those rules - mostly because it is written in Java, but definitely because it is written _exclusively_ in Java.  However, do not despair!  All Is Not Lost!&lt;br /&gt;
&lt;br /&gt;
By splitting FreeMind along very specific lines, it will very quickly be possible to do things like use a completely different viewing front-end (such as a web interface).  It will be possible to satisfy one of the RFEs listed here for &#039;command line only&#039;.  It will be possible to use FreeMind as a powerful semantic analysis engine tool.&lt;br /&gt;
&lt;br /&gt;
And none of that is possible because the current design is entirely in some stupid programming language called &amp;quot;java&amp;quot;, which should have been put down for its own good, at birth (thank you Sun Microsystems).&lt;br /&gt;
&lt;br /&gt;
For an example of the kind of architecture that you should follow, take a look at http://gnuenterprise.org/. It should be _trivial_ to add in a &amp;quot;database plugin&amp;quot; into gnuenterprise, and to have a gnuenterprise &amp;quot;reports&amp;quot; form viewing the same data and attributes etc. that a FreeMind user is simultaneously looking at.&lt;br /&gt;
&lt;br /&gt;
And it&#039;s _not_ difficult - IF you split along the right lines.&lt;br /&gt;
&lt;br /&gt;
[http://sourceforge.net/tracker/index.php?func=detail&amp;amp;aid=1687293&amp;amp;group_id=7118&amp;amp;atid=357118 RFE 1687293]&lt;br /&gt;
&lt;br /&gt;
== User Interface ==&lt;br /&gt;
&lt;br /&gt;
=== Views ===&lt;br /&gt;
&lt;br /&gt;
==== Hoist/Unhoist ====&lt;br /&gt;
&lt;br /&gt;
It would be awesome if FreeMind could allow the &#039;hoist&#039; of a non-root node. Clicking on the node and choosing &#039;hoist&#039; would redraw the map showing that node as root, its descendents around it, and the ancestors, which are now descendants, too, hidden.&lt;br /&gt;
&lt;br /&gt;
Watch an example XSLT script, which hoist the anchor from the root to the node where a graphical link, originating at the root, points at. Input sample FreeMind map:&lt;br /&gt;
 &lt;br /&gt;
 &amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot;?&amp;gt;&lt;br /&gt;
 &amp;lt;map version=&amp;quot;0.9.0_Beta_8&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;node ID=&amp;quot;Freemind_Link_1870928497&amp;quot; TEXT=&amp;quot;a&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;arrowlink DESTINATION=&amp;quot;Freemind_Link_731312914&amp;quot; ENDARROW=&amp;quot;Default&amp;quot; &lt;br /&gt;
 ENDINCLINATION=&amp;quot;219;0;&amp;quot; ID=&amp;quot;Arrow_ID_1222167311&amp;quot; STARTARROW=&amp;quot;None&amp;quot; &lt;br /&gt;
 STARTINCLINATION=&amp;quot;219;0;&amp;quot;/&amp;gt;&lt;br /&gt;
    &amp;lt;node ID=&amp;quot;Freemind_Link_530368245&amp;quot; POSITION=&amp;quot;right&amp;quot; TEXT=&amp;quot;aa&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;node ID=&amp;quot;Freemind_Link_29760795&amp;quot; TEXT=&amp;quot;aaa&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;node ID=&amp;quot;Freemind_Link_731312914&amp;quot; TEXT=&amp;quot;aab&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;node ID=&amp;quot;ID_1690650363&amp;quot; TEXT=&amp;quot;aaba&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;/node&amp;gt;&lt;br /&gt;
    &amp;lt;/node&amp;gt;&lt;br /&gt;
    &amp;lt;node ID=&amp;quot;Freemind_Link_16275782&amp;quot; POSITION=&amp;quot;right&amp;quot; TEXT=&amp;quot;bb&amp;quot;/&amp;gt;&lt;br /&gt;
  &amp;lt;/node&amp;gt;&lt;br /&gt;
 &amp;lt;/map&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The Hoist XSLT script moving the root along a graphic link:&lt;br /&gt;
 &lt;br /&gt;
 &amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot;?&amp;gt;&lt;br /&gt;
 &amp;lt;xsl:stylesheet xmlns:xsl=&amp;quot;http://www.w3.org/1999/XSL/Transform&amp;quot; version=&amp;quot;1.0&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;xsl:template match=&amp;quot;*|@*&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;xsl:copy&amp;gt;&lt;br /&gt;
      &amp;lt;xsl:copy-of select=&amp;quot;@*&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;xsl:apply-templates/&amp;gt;&lt;br /&gt;
    &amp;lt;/xsl:copy&amp;gt;&lt;br /&gt;
  &amp;lt;/xsl:template&amp;gt;&lt;br /&gt;
  &amp;lt;xsl:template match=&amp;quot;/map&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;xsl:copy&amp;gt;&lt;br /&gt;
      &amp;lt;xsl:copy-of select=&amp;quot;attribute_registry&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;xsl:apply-templates select=&amp;quot;//node[@ID=/map/node/arrowlink/@DESTINATION]&amp;quot;/&amp;gt;&lt;br /&gt;
    &amp;lt;/xsl:copy&amp;gt;&lt;br /&gt;
  &amp;lt;/xsl:template&amp;gt;&lt;br /&gt;
  &amp;lt;xsl:template match=&amp;quot;//node[@ID=/map/node/arrowlink/@DESTINATION]&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;xsl:copy&amp;gt;&lt;br /&gt;
      &amp;lt;xsl:copy-of select=&amp;quot;*|@*&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;xsl:apply-templates select=&amp;quot;.&amp;quot; mode=&amp;quot;aws&amp;quot;/&amp;gt;&lt;br /&gt;
    &amp;lt;/xsl:copy&amp;gt;&lt;br /&gt;
  &amp;lt;/xsl:template&amp;gt;&lt;br /&gt;
  &amp;lt;xsl:template match=&amp;quot;node&amp;quot; mode=&amp;quot;aws&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;xsl:if test=&amp;quot;parent::node&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;xsl:element name=&amp;quot;node&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;xsl:attribute name=&amp;quot;TEXT&amp;quot;&amp;gt;&lt;br /&gt;
          &amp;lt;xsl:value-of select=&amp;quot;../@TEXT&amp;quot;/&amp;gt;&lt;br /&gt;
        &amp;lt;/xsl:attribute&amp;gt;&lt;br /&gt;
        &amp;lt;xsl:apply-templates select=&amp;quot;preceding-sibling::node&amp;quot;/&amp;gt;&lt;br /&gt;
        &amp;lt;xsl:apply-templates select=&amp;quot;following-sibling::node&amp;quot;/&amp;gt;&lt;br /&gt;
        &amp;lt;xsl:apply-templates select=&amp;quot;parent::node&amp;quot; mode=&amp;quot;aws&amp;quot;/&amp;gt;&lt;br /&gt;
        &amp;lt;xsl:apply-templates select=&amp;quot;../attribute&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;/xsl:element&amp;gt;&lt;br /&gt;
    &amp;lt;/xsl:if&amp;gt;&lt;br /&gt;
  &amp;lt;/xsl:template&amp;gt;&lt;br /&gt;
 &amp;lt;/xsl:stylesheet&amp;gt;&lt;br /&gt;
&lt;br /&gt;
It would be nice, if this would be a function inside FreeMind e.g. right click on a node and in this context menu chose New Root.&lt;br /&gt;
[[User:JR|JR]] 06:34, 16 Apr 2008 (PDT)&lt;br /&gt;
&lt;br /&gt;
==== Folding Animation ====&lt;br /&gt;
I believe having a very short animation when folding/unfolding a node would increase readability as it whould make it easier to know where nodes where before and where did they moved to.&lt;br /&gt;
&lt;br /&gt;
==== Left toolbar ====&lt;br /&gt;
I think we have too much icons on the left, most of it isn&#039;t used. I think it could be halved, and only show the user preferred icons, and the rest of the place could be used to dock other tools. --[[User:Zslevi|Zslevi]] 13:03, 1 Nov 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
Leos: it would be nice, if I could remove some icon from the toolbar or rearrange order of the icons (like in MS Office).&lt;br /&gt;
&lt;br /&gt;
to allow an easy access to all the icons on the left bar, one may group icons that follow the same metaphor (ex: numbers, home/office, crosslight red/green/orange ....) and access to the icon of interest by clicking on the group icon. This could serve also to simplify the change: suppose you have an ordered list with the icons 1, 2, 3 ... or with icons representing different states &amp;quot;draft&amp;quot;, &amp;quot;in review&amp;quot;, &amp;quot;published&amp;quot; ... then you could click on the icon on a node, and have a contextual menu with all the other icons of the same group (and delete/delete all). You could much more easily change from &amp;quot;in review&amp;quot; to &amp;quot;publish&amp;quot; state :-) --[[User:Patco|Patco]]&lt;br /&gt;
&lt;br /&gt;
==== Notes ====&lt;br /&gt;
I think it&#039;s a great thing to have notes for nodes, but I would prefer more options on formatting note text. (What about integrating with Open Office Writer?) At least the font size should be set, because the default size is so small and hard to read. --[[User:Zslevi|Zslevi]] 13:03, 1 Nov 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
==== Zoom to fit ====&lt;br /&gt;
It would be nice if on loading a map, the view executes an automatic zoom-to-fit instead of the default 100%. Also the Fit option should be added to the Zoom drop down menu (as Powerpoint does for example). Also a keyboard accelerator should be added for Zoom to Fit (e.g. Ctrl-Shift-Z, they are near each other). Another small thing: if you have a map larger than taller, the current implementation adjust the scale to fit the map horizontally, but leave the map not centered in the vertical direction. Could this also be fixed?&lt;br /&gt;
--[[User:Mvalle|mvalle]] 06:14, 2 Dec 2008&lt;br /&gt;
&lt;br /&gt;
=== Windows ===&lt;br /&gt;
It would be especially helpful if we could reorganize the arrangement of freemind&#039;s windows.  For example, nodes with notes appear at the bottom and can&#039;t be moved around.  In other heirarchical editors, a tree view could appear at the left and the text (notes) could be moved to the right, where a large screen and indentation could make most of the text readable as compared to the bottom of the screen.&lt;br /&gt;
&lt;br /&gt;
=== Keyboard ===&lt;br /&gt;
==== F1 is conventionally help ====&lt;br /&gt;
F1 is normally a help key in most apps&lt;br /&gt;
&lt;br /&gt;
* When zooming with the keyboard shortcuts it would be better to have&lt;br /&gt;
  Alt + Up Arrow  to zoom-in and Alt + Down Arrow to zoom-out. This is&lt;br /&gt;
  a more natural way of thinking about zooming.-ZSDM&lt;br /&gt;
&lt;br /&gt;
==== Show a help bar on the bottom of the screen for F keys ====&lt;br /&gt;
Have an optional toolbar that can be shown along bottom of screen with buttons that can be clicked with a mouse and operate as per the function keys and also give a hint as to what key does.&lt;br /&gt;
e.g.&lt;br /&gt;
[F1 help] [F2 hot][F3 green][F4 ]  [F5]&lt;br /&gt;
And format the text of the key as per the pattern it applies&lt;br /&gt;
==== Enforce Default Per-Line Text Width For Long Nodes ====&lt;br /&gt;
&lt;br /&gt;
At least 70% of the nodes are multi-line nodes, and to make all the long nodes look *uniform*, we need to manually insert line breaks for each long node, this can get pretty tedious, and also it&#039;s difficult to get all nodes of uniform width.  A much better way is to have the system enforce a configurable &amp;quot;long node width&amp;quot;, that adds line breaks when necessary.  If no such paramater is set, it can default to the current behavior.&lt;br /&gt;
&lt;br /&gt;
This can happen through a default attribute of the &amp;lt;body&amp;gt;-tag i.e. &amp;lt;body width=&amp;quot;200px&amp;quot;&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
===== Locking Node Focus =====&lt;br /&gt;
&lt;br /&gt;
Currently the node focus is &amp;quot;set&amp;quot; by moving the mouse.  The last node that the mouse flys over is the default focus node, and subsequent operations like &amp;quot;insert an icon&amp;quot; is performed will be performed on that node.  It would be really helpful to be able to *manually* lock the focus on a node, this way it&#039;s easier to set an icon (all the way to the left side of the screen) to the right node.&lt;br /&gt;
&lt;br /&gt;
==== Toggle for Re-centering the Map upon node selection =====&lt;br /&gt;
&lt;br /&gt;
I love FreeMind and yet I still dream of a more and better version.  Under the mouse section, I have suggested a toggle to enable and disable the mouse fly-overs select node mechanism.  It would also be nice if there was some means to recenter the map upon node selection to make that section of the map the graphical focus.  &lt;br /&gt;
&lt;br /&gt;
==== Re-centering the Map with Hypergraph-like navigation tool =====&lt;br /&gt;
&lt;br /&gt;
The most compelling form of refocusing large mind maps are ThinkMap&#039;s Visual Thesaurus, The Brain, The WebBrain.  Of course, being a user and not a programmer, I can only imagine how much work that might take. Perhaps, you might find it useful to forge a collaboration with the SourceForge Hypergraph Project and ask them to build an export to Hypergraph module for you.  One note of caution:  Straightforward implementation of a hypergraphs compress large peripheral nodes into a small and unreadable overlapping space.  This defeats the value of the hypergraph navigation.  Thinkmap has solved that problem by forcing peripheral nodes to be well-spaced for readability.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== &amp;quot;physical style&amp;quot; could be customized ===&lt;br /&gt;
&lt;br /&gt;
I love the flexibility FreeMind provided to make my mindmap pretty. For each node, I can choose the font size, format, color...The choices are so many that making the changes with mouse is a little bit slow because the choices are buried in many sub-menus. The physical style provides a short-cut. But the styles are not attractive. Why not provide a tool so that the user can define a node format (including font size, format, color and icon et al) and associate it to F3~F9 and Ctrl +F1~F9. So after I type in the content, by pushing one key, the node can be customized within a second.&lt;br /&gt;
&lt;br /&gt;
* It&#039;s done exactly this way in FreeMind 0.9 --[[User:Terkor|Terkor]] 19:39, 18 Jul 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
=== Mouse ===&lt;br /&gt;
&lt;br /&gt;
==== Scroll wheel zoom Operation ====&lt;br /&gt;
&lt;br /&gt;
a) It would be nice to be able to zoom using just the scroll wheel rather than pressing CTRL at the same time. How about a user preference/option to control this. This is similar to many other Apps e.g. Excel ie wheel = zoom or pan&lt;br /&gt;
&lt;br /&gt;
b) The way the scroll wheel works seems opposite to many other programs which is confusing&lt;br /&gt;
ie push wheel forward causes a zoom out whereas other apps zoom in&lt;br /&gt;
&lt;br /&gt;
==== Right mouse popup menu text ====&lt;br /&gt;
The words &amp;quot;Node up&amp;quot; and &amp;quot;Node down&amp;quot; could be easier to understand if there was a verb in it&lt;br /&gt;
e.g.&lt;br /&gt;
Move node up&lt;br /&gt;
Move node down&lt;br /&gt;
&lt;br /&gt;
The operation of it is great, but as a novice it is not clear if it does&lt;br /&gt;
move up a node - ie where current cursor is moves&lt;br /&gt;
or&lt;br /&gt;
move the node - ie the node is moved to a different position on the diagram&lt;br /&gt;
&lt;br /&gt;
==== Photoshop/Freehand-like Keyboard/Mouse Document Navigation ====&lt;br /&gt;
Coming from the graphics department, it would be really nice to have the standard mouse/keyboard navigation style (which by the way is great way of handling oversized documents and going from overview to detail view with just a few clicks):&lt;br /&gt;
&lt;br /&gt;
a) Space toggles View Panning&lt;br /&gt;
b) CTRL-Space toggles zoom in (Click to zoom in, zoom centered to position of mouse cursor)&lt;br /&gt;
c) CTRL-ALT-Space toggles zoom out (click to zoom out, zoom centered to position of mouse cursor)&lt;br /&gt;
Tried to map CTRL-Space to zoom in, which worked, but not on mouseclick but on keydown. Additional ALT key for zoom out was not accepted at all in settings-&amp;gt;keys&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Toggle for Mouse fly-over ====&lt;br /&gt;
&lt;br /&gt;
Elsewhere in this RFE, others have noted that although the mouse fly-over selection mode is great for rapid navigation, there are times when one changes the selection as the mouse cursor moves up to the toolbar.  Why not toggle the mouse fly-over by some method.  Perhaps one of the most convenient methods would be a left mouse double click on the node to freeze the selection.&lt;br /&gt;
&lt;br /&gt;
=== TouchPad ===&lt;br /&gt;
&lt;br /&gt;
==== Horizontal scroll ====&lt;br /&gt;
&lt;br /&gt;
Horizontal scrolling does not seem to work.&lt;br /&gt;
&lt;br /&gt;
=== Menu ===&lt;br /&gt;
==== Toggle toolbar on/off via View Menu ====&lt;br /&gt;
Add ability to toggle display of toolbars via the menu&lt;br /&gt;
Suggest put it under View menu&lt;br /&gt;
&lt;br /&gt;
Functionality as per RIGHT mouse key on a blank part of the screen&lt;br /&gt;
&lt;br /&gt;
==== Alter wording of sub menu Mode ====&lt;br /&gt;
As a novice found it hard to understand the difference between Map and Browse&lt;br /&gt;
would have found it easier if it had said&lt;br /&gt;
ALT+1 Edit map&lt;br /&gt;
ALT+2 Browse map&lt;br /&gt;
ALT+3 File&lt;br /&gt;
&lt;br /&gt;
==== Add a save all map icons ====&lt;br /&gt;
If you work with several maps, it is impossible to save all maps in one shot,&lt;br /&gt;
except if you close freemind.&lt;br /&gt;
&lt;br /&gt;
=== Toolbars ===&lt;br /&gt;
&lt;br /&gt;
==== Icon toolbar ====&lt;br /&gt;
&lt;br /&gt;
===== Cross and watebasket look like icons rather than buttons =====&lt;br /&gt;
To a novice the delete (red cross) and delete all (wastebasket) icons look like icons&lt;br /&gt;
ie add a cross to the map rather than perform operations&lt;br /&gt;
especially on the popup &amp;quot;select icon&amp;quot; window.&lt;br /&gt;
&lt;br /&gt;
===== Some icons in left toolbar fall off bottom of toolbar =====&lt;br /&gt;
&lt;br /&gt;
===== Clone icon toolbars on both sides =====&lt;br /&gt;
I want to have same icon toolbar on both sides - left and right.  If I had icon toolbar on both sides, I could choose the shortest way to the icon.&lt;br /&gt;
&lt;br /&gt;
==== Top toolbar ====&lt;br /&gt;
===== Order of icons in top toolbar =====&lt;br /&gt;
Would be nice if these icons were in a more standard order (as per other apps)&lt;br /&gt;
e.g.&lt;br /&gt;
New, Open, save, print, cut,copy, paste with next/previous map buttons more to the right&lt;br /&gt;
&lt;br /&gt;
(Icons in V0.08 RC2 look a lot smarter)&lt;br /&gt;
&lt;br /&gt;
===== Font size pulldown is very wide =====&lt;br /&gt;
Pulldown to select font size is stretching and becoming very wide, which doesn&#039;t look neat.&lt;br /&gt;
&lt;br /&gt;
===== Visual feedback for toolbar buttons =====&lt;br /&gt;
Currently (0.8.1) The buttons in the top toolbar do not show any visual feedback when pushed, so you remain with the doubt to have done anything. -- [[User:Mvalle|Mvalle]] 03-dec-08&lt;br /&gt;
&lt;br /&gt;
===== Customizable top toolbar =====&lt;br /&gt;
A few functions are often used so it&#039;s more efficient to be able to customize the top toolbar to have those buttons, eg. node background color, node font color are both very useful to highlight different nodes for different purpose. Last applied color should be able to use just by clicking the same button. There should be more this kind of depends on individual preference.&lt;br /&gt;
-- [[User:dGuru|dGuru]] 08-Dec-2008&lt;br /&gt;
&lt;br /&gt;
==== New toolbar for format operations ====&lt;br /&gt;
&lt;br /&gt;
===== Move font type and size pulldowns to new format toolbar =====&lt;br /&gt;
ie group all formatting functions as per Format menu options onto a format toolbar&lt;br /&gt;
&lt;br /&gt;
===== Add ability to select a default format for text =====&lt;br /&gt;
e.g. have a split icon&lt;br /&gt;
left part looks like a letter &amp;quot;A&amp;quot; in colour text is currently set to&lt;br /&gt;
right part of icon looks like a black down arrowhead which if clicked pulls up a colour picker&lt;br /&gt;
&lt;br /&gt;
===== Add ability to select a default format for lines =====&lt;br /&gt;
e.g. have a split icon&lt;br /&gt;
left part looks like a line in colour text is currently set to&lt;br /&gt;
right part of icon looks like a black down arrowhead which if clicked pulls up a colour picker&lt;br /&gt;
&lt;br /&gt;
===== Add ability to select a default format for clouds =====&lt;br /&gt;
e.g. have a split icon&lt;br /&gt;
left part looks like a coloured outline of a cloud in colour text is currently set to&lt;br /&gt;
right part of icon looks like a black down arrowhead which if clicked pulls up a colour picker&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===== One-click selection of cloud color =====&lt;br /&gt;
It would be nice not to have to go through the context-menu to change the cloud color. This should be as easy as in v0.7 by just clicking in the toolbar.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Enlarge and reduce the text size ====&lt;br /&gt;
Enlarge and reduce the text size will be very helpful.&lt;br /&gt;
&lt;br /&gt;
=== Map Overview / Navigation Pane ===&lt;br /&gt;
..like seen in MindManager: a small detached window that allows quick overview and repositioning of the visualized map section&lt;br /&gt;
&lt;br /&gt;
===Gestures===&lt;br /&gt;
How about the ability to use gestures (mouse or pen) to do basic manipulation?&lt;br /&gt;
Click and drag right to enter new node.&lt;br /&gt;
Click and drag left to enter new sub-node.&lt;br /&gt;
&lt;br /&gt;
Maybe use middle button click for gestures to avoid conflict with current capabilities.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Remark:&#039;&#039;&#039; This is already possible. Just use the freeware StrokeIt. It very easily adds gestures to any program. --[[User:Terkor|Terkor]] 18:08, 28 May 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
=== Outline View ===&lt;br /&gt;
It would be really nice to have the option of seeing an outline view - which you could also drag and drop with --[[User:Slashdotted|Slashdotted]] 18:26, 21 Jul 2006 (PDT)&lt;br /&gt;
&lt;br /&gt;
Along the lines of using gestures for manipulation and entry I use FreeMind on a tabletpc. I would like to be able to use inking capabilities.&lt;br /&gt;
&lt;br /&gt;
=== Applet ===&lt;br /&gt;
Since you can drag for navigation, why not allow the scrollbars to be disabled&lt;br /&gt;
in order to increase screen real estate?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== MacOS Enhancements ===&lt;br /&gt;
Some keystrokes should be remapped (by default) to conform with the keystrokes used on Mac&#039;s User Interface, like:&lt;br /&gt;
* Delete Child: CMD-BACKSPACE, instead of DELETE (Mac laptops doesn&#039;t have a DELETE key)&lt;br /&gt;
* Zoom Out: ALT-DOWN, instead of ALT-UP&lt;br /&gt;
* Zoom In: ALT-UP, instead of ALT-DOWN (consistent with macos Zoom feature)&lt;br /&gt;
&lt;br /&gt;
Some common keyboard shortcuts should also be implemented:&lt;br /&gt;
* Minimize the window to the Dock: CMD-M&lt;br /&gt;
* Restore window from the Dock: ALT-1&lt;br /&gt;
&lt;br /&gt;
=== Spell Check ===&lt;br /&gt;
I&#039;m a dyslectic - at least am used to type many errors. (Almost) All software I use (to type content) have some form of spell checker supported. And because I also use FreeMind for mindmaps in presentations; they need to contain as less as possible number of writing errors. (Please in any supported language) --[[User:Sent|Sent]] 11:41, 8 Mar 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Maps ==&lt;br /&gt;
&lt;br /&gt;
=== Flowchart for Programming Structure ===&lt;br /&gt;
[[Image:Freemind flowchart.PNG|Flowchart M&lt;/div&gt;</summary>
		<author><name>MikeS</name></author>
	</entry>
	<entry>
		<id>https://freemind.sourceforge.io/wiki/index.php?title=Requests_for_enhancements&amp;diff=8194</id>
		<title>Requests for enhancements</title>
		<link rel="alternate" type="text/html" href="https://freemind.sourceforge.io/wiki/index.php?title=Requests_for_enhancements&amp;diff=8194"/>
		<updated>2009-09-04T10:42:47Z</updated>

		<summary type="html">&lt;p&gt;MikeS: /* Add Fonts, Especially Strikethrough */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[http://aleastr.amigasa.jp/page330.html free e-cards] [http://merundoi.org.gy/blog/wp-content/uploads/podpress_temp/img/trocbob.htm nj driver license test] [http://a1club.net/award/mailform/data/files/article571.html bel ami] [http://krifoundation.org/gallery/data/thumbnails/24/pics/topic-2368.htm movie with meg ryan and nicholas cage] [http://doakoxa.suppa.jp/article761.html prom hair dos] [http://divertigenio.es/bk_subscription/files/news-329-20090802.html noel divine highlight video] [http://inkoorle.0lx.net/page-20.html misty dawn] [http://exelib.com/webmasters/files/news-986-20090808.html artist inspiration] [http://nfveasdoo.tonosama.jp/article-449.html funny picture] [http://www.seniorlendersreversemortgage.com/script/files/topic1142.htm medical bracelets] [http://merundoi.org.gy/blog/wp-content/uploads/podpress_temp/img/mexactaca.htm new adult movie] [http://rsdmilitaria.com/images/icons/index.html http] [http://xacnrfum.michikusa.jp/article855.html replica sunglasses] [http://freshwaterpearlspuppetry.com/holidayblog/media/2/topic-2182.htm ademco] [http://e-miroku.jp/attach/files/sitemap.htm index] [http://fafafaric.biroudo.jp/page-202.html nick jr] [http://kwhw.com/cms3/images/pics/article697.html braless teachers] [http://fur.bz/0left/zed02/dat/cgi/article-692.htm titanic tits] [http://janreel.namekuji.jp/873.html disney characters] [http://fevcaraad.aikotoba.jp/2zvuyzgt6.html list of traditional gifts for wedding anniversary] [http://fevcaraad.aikotoba.jp/qux37j5fe.html muscle pain] [http://zonvone.ojaru.jp/543.html tyra bank] [http://miyako-wakamaru.com/main/archives/2009/05/img/racacel1543.htm slipnot music videos] [http://folkvlvog.ashigaru.jp/article717.html email search] [http://plelefvda.amigasa.jp/article-584.html hyundai dealerships] [http://takasui.net/pta/data/2010.3/files/news-1356-2009-08-04.html promod drug] [http://even.com.au/archives/images/text1665.htm job search canada] [http://e-miroku.jp/attach/files/new445.htm free ringtones razor v3] [http://kwhw.com/cms3/images/pics/article2181.html us postal service shipping rates] [http://hiv.gov.gy/tmp/files/article686.html antidepressant drugs that aggravate an enlarged prostate] [http://politonomist.com/wp-content/uploads/2007/page-1134.html real american] [http://a1club.net/award/mailform/data/files/article1156.html races videos] [http://bugboloh.0lx.net/index.html sitemap] [http://doakoxa.suppa.jp/article763.html college girl] [http://roowiraas.zouri.jp/207.html online dictionary] [http://takasui.net/pta/data/2010.3/files/news-680-2009-08-05.html lederhosen lucil video] [http://janreel.namekuji.jp/483.html sport authority] [http://servpro.ca/complogos/thumbs/topic-890.html medical drug facts] [http://northerndaylily.com/wpThumbnails/pics/comment-625.html felt family] [http://zonvone.ojaru.jp/705.html shayla laveaux] [http://e-miroku.jp/attach/files/new994.htm play music video code] [http://janreel.namekuji.jp/737.html david allen coe] [http://nfveasdoo.tonosama.jp/article-164.html patio cover] [http://fafafaric.biroudo.jp/page-563.html christian music lyrics] [http://fevtroct.wakatono.jp/page419.html tanning bed bulb] [http://wyarfvfol.client.jp/179.html belladonna] [http://audi-s.net/kprof/data/915/img/news-1332.html men in high heels] [http://peakdocs.com/ac/images/pics/article2262.html movie review unfaithful] [http://triexcellence.com/qapro/registration/files/article2316.html movie north shore theater] [http://exelib.com/webmasters/files/news-664-20090807.html used car blue book price]  &lt;br /&gt;
&amp;lt;table&amp;gt;&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td valign=top&amp;gt;&lt;br /&gt;
{{Navigation_bar}}&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;amp;nbsp;&lt;br /&gt;
&amp;lt;td width=600&amp;gt;&lt;br /&gt;
&lt;br /&gt;
We prefer that you send your requests for enhancements here. Please look first if a similar request for enhancement already exists, using Ctrl + F. Also, there is a section of [http://sourceforge.net/tracker/?group_id=7118&amp;amp;atid=357118 requests for enhancements] at FreeMind&#039;s project page at SourceForge.&lt;br /&gt;
&lt;br /&gt;
== Features in development ==&lt;br /&gt;
&lt;br /&gt;
2006-07-16. The development team of FreeMind is currently working on the following features. (We cannot guarantee that the features will actually make it into the next release; most of them should.)&lt;br /&gt;
&lt;br /&gt;
* Attributes on nodes&lt;br /&gt;
* Filtering which nodes are shown by icons and contained string&lt;br /&gt;
* Rich text nodes&lt;br /&gt;
* Save All function&lt;br /&gt;
&lt;br /&gt;
=== Purge this list ===&lt;br /&gt;
Could this enhancement request be purged when features are implemented? --[[User:Mvalle|Mvalle]] 6:49, 2 Dec 2008&lt;br /&gt;
&lt;br /&gt;
== Project management ==&lt;br /&gt;
&lt;br /&gt;
=== Firefox Integration ===&lt;br /&gt;
&lt;br /&gt;
My suggestion is to integrate FreeMind with Firefox so you can classify anything you download and extract useful knowledge. In case of being a html page also would be great some clipboard features to add selected text to FM notes in a particular node or as a new child etc.. My html notes consist on a short text I write about the webpage, below link to webpage and below selected text of this webpage, then I save the webpage in a directory for later use. Currently I am using FM to organize some info from my html notes and recent html pages (several hundreds) I have downloaded and I would find this feature fantastic. First you download a file/html page with selected/typed/default text as filename and assign selected or typed text to their FM node, then you organize downloads in a new tab in which FreeMind is running.. Wonderful!! (Also persistent notes instead of temporal ones or at least the ability to choose their behaviour would be great too)&lt;br /&gt;
&lt;br /&gt;
To make FreeMind a productive tool with Firefox, at the very least, when you drag the URL icon from the URL toolbar on the top of Firefox to a node in FreeMind, FreeMind should create a single child node with the correct label and link in it.  Currently, it creates multiple child nodes with messed-up labels, which require tedious manual cleanup after the drag-n-drop.&lt;br /&gt;
&lt;br /&gt;
=== Ganttproject/Freemind integration ===&lt;br /&gt;
&lt;br /&gt;
It would be very interresting to integrate Ganttproject, for a better&lt;br /&gt;
project management. This solution would be very close from JCVGantt pro + mindmanager (http://www.gantt.fr/#).&lt;br /&gt;
Both (Freemind and Ganttproject) are GPL, and java coded.&lt;br /&gt;
- actually there is already a data converter for this: [http://johanneskutsam.spaces.live.com/blog/cns!1961B7AE7280AAFD!264.entry &#039;&#039;&#039;Freemind2gantt converter &#039;&#039;&#039;] It now needs a tighter integration and some more intelligent overlap of contents, so that 1:1 conversion is possible (in both directions) --[[User:BoP|BoP]] 05:31, 22 Jul 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
=== Time management and dependencies ===&lt;br /&gt;
Integrate date attributes and a timing view&lt;br /&gt;
Allow to set other attributes (people, groups, objects, locations)&lt;br /&gt;
Build on top of that a half-hierarchical structure with dependencies&lt;br /&gt;
&lt;br /&gt;
* For some of the software packages leading this field look at: [http://www.matchware.com/en/products/openmind/default.htm &amp;quot;OpenMind 2&amp;quot;] or [http://www.conceptdraw.com &amp;quot;ConceptDraw&amp;quot;]&lt;br /&gt;
--[[User:BoP|BoP]] 05:31, 22 Jul 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
There should be the option for recurring Reminders (e.g. every week, every month, etc.). --[[User:Terkor|Terkor]] 07:29, 19 Aug 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
== Nodes ==&lt;br /&gt;
===Allow nodes to be moved up or down within heirarchial structure===&lt;br /&gt;
&lt;br /&gt;
Allow nodes to be moved up or down within heirarchial structure, where you can allready physically change the distance between nodes it would be great if you move a node too high or too low it shifts it up or down accordingly with the structural fromat of the mind map&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Allow picture-nodes to be Pasted ===&lt;br /&gt;
I&#039;ve been using FreeMind as a note taker during lectures for a while, and its great. Of course, every once in a while you need to add a picture quickly.  I wish FreeMind would allow for me to draw a picture in Paint or whatever and simply Paste it into a node.&lt;br /&gt;
-RogerF&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;KeepNote&#039;&#039; has a build in &#039;&#039;Insert Screenshot&#039;&#039; function, which is very easy to use. That would enhance note taker jobs enormous. In addition a creation of a journal note with default date and time would be nice.&lt;br /&gt;
-JSp&lt;br /&gt;
&lt;br /&gt;
=== Sketch-nodes ===&lt;br /&gt;
As a note taker during lectures, FreeMind is great.  Of cource every once in a while the lecturer will draw a more complex picture on the board, and suddenly you&#039;re out of ways to &#039;capture&#039; an important part of the lecture.  I would like to be able to add a &#039;Sketch&#039; node, that would bring up a popup Window and a simple SVG editor.  It doesnt have to be advanced, but being able to draw circles, ellipses, straight lines, a few colors an line widths etc. would come a long way with respect to FreeMind as a note-taker during lectures!&lt;br /&gt;
-RogerF&lt;br /&gt;
&lt;br /&gt;
=== Improved Table editor ===&lt;br /&gt;
IMHO, the table feature of FreeMind is great to have, but a little inflexible. I would like to see features such as:&lt;br /&gt;
- drag to indicate number of cells  (similar to Word)&lt;br /&gt;
- insert row, column etc. should be avaiable from the right-click menu&lt;br /&gt;
- change background colors&lt;br /&gt;
&lt;br /&gt;
=== Add Fonts, Especially Strikethrough ===&lt;br /&gt;
- I use Freemind for, amongst other things, task management.  I&#039;d like the ability to format node text with strikethrough so the placeholder is kept but it&#039;s clear on a quick scan that the task has been handled.  I find this much easier than, say, using an icon to identify a completed task&lt;br /&gt;
&lt;br /&gt;
=== Automatically selecting a specific node on startup ===&lt;br /&gt;
&lt;br /&gt;
html allows you to access specifically marked sections immediately using the anchor syntax, which is incorporated into the url.  But in freemind, all nodes already have unique id&#039;s.  It would be very convenient if you could refer to a specific node id right after specifying the filename so that freemind could jump to that particular node immediately.  For example:&lt;br /&gt;
&lt;br /&gt;
freemind foo.mm -&amp;gt; opens foo.mm and selects the center of the map&lt;br /&gt;
&lt;br /&gt;
freemind foo.mm bar -&amp;gt; opens foo.mm and goes to the node ID&#039;d bar.&lt;br /&gt;
&lt;br /&gt;
This kind of syntax will make it very convenient for a user of freemind to make a network of mindmaps, and to jump in between networks using the hyperlink input.  Of course, for this to be useful, there must also be a shortcut to display the current node&#039;s unique ID, and a mechanism for freemind to recognize other hyperlinks that are also mindmaps.&lt;br /&gt;
&lt;br /&gt;
-Markd&lt;br /&gt;
&lt;br /&gt;
=== Automatic Numbering of Nodes ===&lt;br /&gt;
&lt;br /&gt;
A key feature of MindJet and Simtech mindmaps is the ability to toggle a numbers on or numbers off view.   This makes a large mindmap more workable, because everyone can quickly reference specific nodes by the node number(s).   This is especially useful after converting a map to Open Office or Word, so you have a numbered outline.   The numbers would be the logical parent-child relationship seen in outlining or data modeling.  The number should be displayed above the node text with a dashed line or shading to distinguish it from the node text.  The user should also have the option to display numbers with dots, or without dots (to reduce the length).   When a node is moved, deleted, etc. - the maps numbers are auto-recalculated to show the new relationships.  This enhancement (along with spell check) would make FreeMind a more useable business tool.&lt;br /&gt;
&lt;br /&gt;
GregA&lt;br /&gt;
&lt;br /&gt;
FullACK. The feature should allow to have all/selected nodes [http://en.wikipedia.org/wiki/ISO_2145 ISO2145]-numbered (in map-view or at least on export). I believe this would not be too difficult to implement. (Probably in 0.9.0 this can be done more or less easily by Groovy-scripting, but maybe it would just turn into a standard-feature for everybody, if it was included into one of the standard-menus.)&lt;br /&gt;
&lt;br /&gt;
Thanks, Golgol&lt;br /&gt;
&lt;br /&gt;
Numbering can be easily achieved by having an external plugin, which is a program that analyses the data (node) it receives, and just adds a &amp;quot;number&amp;quot; attribute.&lt;br /&gt;
&lt;br /&gt;
lkcl.&lt;br /&gt;
&lt;br /&gt;
=== Automatic word wrap in Nodetext ===&lt;br /&gt;
&lt;br /&gt;
I&#039;d like to see this feature. I want for example set a default max node width. So the text will wrap when this width is reached. This would make mindmaps more readable and easier to edit.&lt;br /&gt;
&lt;br /&gt;
Edit: I just noticed, that it is possible by giving &amp;quot;width=&amp;quot; to the body tag in html mode (or rich formatting) but it would be nice having this in plain text mode, too.&lt;br /&gt;
&lt;br /&gt;
Edit2: If you set a &amp;quot;width=&amp;quot; in the body TAG the Node will be this wide. The Node should get smaller if the given width is not needed.&lt;br /&gt;
&lt;br /&gt;
nautsch&lt;br /&gt;
&lt;br /&gt;
=== Automatic transition to Edit Long Node ===&lt;br /&gt;
&lt;br /&gt;
When the user starts typing a node, she/he may not know in advance if the text will fit on one line or require multiple lines (Long Node). It would be advisable that pressing ALT-ENTER at the end of a single line node, switches to the Long Node editing window as it does now, but with the cursor already on the second line of the editing window, so that the user can keep typing right away from there. Currently it&#039;s necessary to press END and then ENTER to obtain this behavior. The proposed modification would avoid pressing this two extra keys.&lt;br /&gt;
&lt;br /&gt;
Marco&lt;br /&gt;
&lt;br /&gt;
=== Add to alert to a node ===&lt;br /&gt;
&lt;br /&gt;
I do use Freemind to keep track of my current tasks. MindMaps are IMO a very good way to organize to chaos in them (if you know a better tool, please mail hoffi@muskelshirt.de). But since some tasks do contain da deadline, the possibility to add an alert would be very handy (e.g. like Outlook-alerts).&lt;br /&gt;
&lt;br /&gt;
* Tools -&amp;gt; Show Calendar... -&amp;gt; Remind Me At This Date; also see: Tools -&amp;gt; Show Time Sceduler List... --[[User:Terkor|Terkor]] 19:32, 11 Feb 2008 (PST)&lt;br /&gt;
&lt;br /&gt;
=== Sorting nodes ===&lt;br /&gt;
&lt;br /&gt;
It will be very useful to SORT SELECTED NODES at the same hierarchical level like a list. The simplest and fastest sorting rule would be the alphabetical order. It will improve the visibility of a map. It could be added as plugin or function at the same level as the function &amp;quot;join nodes&amp;quot;. It would have to work even if the nodes have subnodes. Thanks. Franck --[[User:Fb5|Fb5]] 02:50, 15 Nov 2007 (PST)&lt;br /&gt;
&lt;br /&gt;
=== Synchronised nodes / mirror nodes / relational nodes ===&lt;br /&gt;
&lt;br /&gt;
Some times you might want a node in two locations. What you can do today is to add a link and/or a graphical link. What I would like to is to have mirrored / synchronised nodes. Say that I have node A, and that I want the same node in another location as well. Simply I should be able to Ã¢ÂÂInsert mirror nodeÃ¢ÂÂ, and wupti node A is shown here as well. No matter whether I now edit the node at the new or original location the nodes is changed in both locations (but of course only stores once). If a plugin for this exists then please mail me at freemind@skinny.dk.&lt;br /&gt;
&lt;br /&gt;
Martin&lt;br /&gt;
&lt;br /&gt;
Another more data centric way to look at this is as relational nodes.  Instead of restricting the data model to a simple tree you could store the data in a relational format.  This would give users the ability to store nodes with many parents.  &lt;br /&gt;
&lt;br /&gt;
This would produce the effect described about but would also open up the possibilities of the app for more human like brain dumping.  I am almost certain that the human brain does not relate 1 single piece of information to 1 other piece, it is more natural for us to relate it to as many other pieces of info as possible as this helps us to remember.&lt;br /&gt;
&lt;br /&gt;
So... new data model!!  Many to many relationships!  :-)&lt;br /&gt;
&lt;br /&gt;
A simple way of storing this type of data would be a flat list of nodes with IDs and then another list of relationships with a focus on Parent relationships.  There is only a need to store which Parent(s) a node belongs to.  This could be none or more than one.&lt;br /&gt;
&lt;br /&gt;
Some other considerations include rendering the data.  For e.g. if a user highlights a node which appears in more than one location in the map (i.e. has more than one parent) do you explode both end points, just the one or maybe provide the option to do either.&lt;br /&gt;
&lt;br /&gt;
PH4wks&lt;br /&gt;
=== Free-standing nodes ===&lt;br /&gt;
&lt;br /&gt;
The main feature missing from freemind is free standing nodes, not initially connected to anything, which you later organise, making them parents or children or simply just linked to other nodes.  This is how our brains work - it&#039;s important not to be restricted to an hierarchical model as currrently.&lt;br /&gt;
PBL&lt;br /&gt;
&lt;br /&gt;
Yes i definantly agree free standing nodes is essential. Furthermore from this, a more network orientated view of nodes and links would be a lot freeer and natural. So Linking the nodes with links, and then being able to view them in different ways, Selecting different root nodes or groups of nodes, or the main topic as the root node as it is now.&lt;br /&gt;
&lt;br /&gt;
I completely agree.  I have long felt that this is the single biggest thing missing from freemind (and most mind-mapping tools).  Being limited to a hierarchy under a single node is a very severe limitation.  It completely artificially constrains my natural organizational habits and it leads to &amp;quot;uncomfortable&amp;quot; mapping layouts.  For example, I prefer to have my parent nodes on the left and my child nodes on the right, but I quickly run out of visual real-estate when working with mindmaps in my lop-sided way.  If I could detach nodes and arrange them freely I could see and work with so much more on a single screen.  Also, by having free nodes, I could use a single mindmap for a lot more (possibly my whole life) - and I could avoid having to manage or maintain several maps to manage several separate projects.  My mind is not &amp;quot;free&amp;quot; without free nodes. :-)&lt;br /&gt;
&lt;br /&gt;
=== Other node print layout for very big maps ===&lt;br /&gt;
&lt;br /&gt;
While working with a map having 4000 nodes - well structured - it is useful to have a plotter to print it on one sheet. On the other hand there are no walls 5 meters high in this office. So I&#039;d like to request an alternative print mode with a 90 degree rotated layout. This would also enable collaboration of 2 and more people in front of this wallpaper. [[User:Noiv|Noiv]]&lt;br /&gt;
&lt;br /&gt;
=== Inheritance of Node Characteristics ===&lt;br /&gt;
&lt;br /&gt;
If the font size/type, colour and background colour of a node have been set then any child nodes that are created (as opposed to moved into place) should inherit those characteristics.   --[[User:Anton|Anton]] 12:20, 25 Jul 2008 (PDT)&lt;br /&gt;
&lt;br /&gt;
I wouldn&#039;t use the above suggestion much, actually. Instead, I&#039;d want nodes to inherit font size/type, edge styles etc. from their &#039;&#039;siblings&#039;&#039;. This makes sense to me as nodes on a particular level would tend to be section headings, which I&#039;d want e.g. in a larger font than the nodes that come below them.&lt;br /&gt;
&lt;br /&gt;
Perhaps there could be the option for both these types of inheritance. For any &#039;leg&#039; of a map, the user could right click and get a menu listing the various elements which could be formatted (font [+size, +colour], edge [+style, +width, +colour], etc.), and could indicate whether that element is to inherit from Parent, Sibling or No inheritance.&lt;br /&gt;
&lt;br /&gt;
It sounds a little complicated, but I&#039;d like to have that level of control. It&#039;d save a lot of time for large, complex projects.&lt;br /&gt;
-- [[User:Doubi|Doubi]] 20:13, 6 Dec 2008 (UTC)&lt;br /&gt;
&lt;br /&gt;
=== ALT/ENTER to close Long Node editing window ===&lt;br /&gt;
&lt;br /&gt;
As you can use ALT+ENTER to open long node editing window, it woult be logical to use the same keys to close this window.&lt;br /&gt;
&lt;br /&gt;
Kast&lt;br /&gt;
&lt;br /&gt;
=== Merge several nodes back into one branch ===&lt;br /&gt;
&lt;br /&gt;
This feature could work as follows: &lt;br /&gt;
ctrl-select several nodes. hit &amp;quot;insert&amp;quot;. all selected nodes are now connected to the newly created node&lt;br /&gt;
&lt;br /&gt;
Joshua&lt;br /&gt;
&lt;br /&gt;
== Export and Import ==&lt;br /&gt;
&lt;br /&gt;
=== Import from an &amp;quot;interpreter&amp;quot;, Export via &amp;quot;programs&amp;quot; ===&lt;br /&gt;
&lt;br /&gt;
Possibly the most important feature to have for FreeMind is to have an &amp;quot;interpreter&amp;quot; plugin, of scripts - external programs - which can &amp;quot;suck in&amp;quot; content that is defined in a SIMPLE (and by simple i don&#039;t mean XML) format.&lt;br /&gt;
&lt;br /&gt;
FreeMind should therefore, ultimately and effectively, be a &amp;quot;cacheing&amp;quot; and &amp;quot;display&amp;quot; and &amp;quot;edit&amp;quot; mechanism.&lt;br /&gt;
&lt;br /&gt;
Likewise, for exporting of information, it should be possible to feed internal data to a predefined program (where the program to be used should be an attribute, where the attribute itself can be the result of a decision made from running an external script!!)&lt;br /&gt;
&lt;br /&gt;
Ultimately, therefore, it should be absolutely trivial to do all of the import and export capabilities, listed below, in terms of well-defined and very simple external programs.&lt;br /&gt;
&lt;br /&gt;
(side-note: the external programs can be non-java programs, of course - even shell scripts.  java is a really stupid programming language to do this kind of work in: as a statically typed object-orientated language, it&#039;s simply not up to the job.  it&#039;s great for display purposes, and it&#039;s great for platform-independence, but that&#039;s about all that it&#039;s good for)&lt;br /&gt;
&lt;br /&gt;
[http://sourceforge.net/tracker/index.php?func=detail&amp;amp;aid=1687292&amp;amp;group_id=7118&amp;amp;atid=357118 RFE 1687292]&lt;br /&gt;
&lt;br /&gt;
=== Import and Export from HTML and different Wiki formats ===&lt;br /&gt;
&lt;br /&gt;
Simple import/export scripts can be written which have &amp;quot;rules&amp;quot; on understanding the different types of web pages, for example Wikis, and, also, the current &amp;quot;wiki exporter&amp;quot; should be the first plugin created as an &amp;quot;exporter&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
It would be trivial for people to then use lynx or wget for example and a few lines of awk or perl to write an HTML &amp;quot;import&amp;quot; plugin.  Instead of having to wade through tens of thousands of lines of stupid java (which is only really suitable for display purposes and platform-independence).&lt;br /&gt;
&lt;br /&gt;
Include an option to state whether the notes file should be in a pop-up window, or a link to a separate file in a scrollable window (in the last version I used notes text came up in non-scrollable temporary pop-ups).&lt;br /&gt;
&lt;br /&gt;
===== Export to HTML =====&lt;br /&gt;
Exporting to HTML the various labels are styled with a &amp;lt;nowiki&amp;gt;&amp;lt;span&amp;gt;&amp;lt;/nowiki&amp;gt; that has a long style=&amp;quot;&amp;quot; entry. It is better to create a set of CSS classes, one for each distinct style, and reference them in the various &amp;lt;nowiki&amp;gt;&amp;lt;span&amp;gt;&amp;lt;/nowiki&amp;gt; blocks. This simplifies also the import into MS Word.&lt;br /&gt;
--[[User:Mvalle|Mvalle]] 08:43, 20 Dec 2008 (UTC)&lt;br /&gt;
&lt;br /&gt;
Thinking about cheap export to MS Word a new export to HTML option could be added with every level of the map producing a different &amp;lt;nowiki&amp;gt;&amp;lt;hx&amp;gt;&amp;lt;/hx&amp;gt;&amp;lt;/nowiki&amp;gt; title. The central node becomes &amp;lt;nowiki&amp;gt;&amp;lt;h1&amp;gt;&amp;lt;/h1&amp;gt;&amp;lt;/nowiki&amp;gt;, the first branch &amp;lt;nowiki&amp;gt;&amp;lt;h2&amp;gt;&amp;lt;/h2&amp;gt;&amp;lt;/nowiki&amp;gt; and so on. The node notes could become the text below this level heading. Or the map leaves could become the contained text.&lt;br /&gt;
--[[User:Mvalle|Mvalle]] 08:43, 20 Dec 2008 (UTC)&lt;br /&gt;
&lt;br /&gt;
==== Import and Export from Bugtrackers ====&lt;br /&gt;
&lt;br /&gt;
It would be really nice to have import/export plugin scripts which understand the different bugtrackers.  FreeMind is already an extremely good project management tool: why isn&#039;t it also helping to be the Uber-Project Project?&lt;br /&gt;
&lt;br /&gt;
=== Import and Export databases ===&lt;br /&gt;
Any database connectivity would be nice to have, &lt;br /&gt;
especially import, be it either via ODBC or MySQL.&lt;br /&gt;
Thanks, UndiFineD&lt;br /&gt;
&lt;br /&gt;
Corresponding requests for enhancement.&lt;br /&gt;
&lt;br /&gt;
* [http://sourceforge.net/tracker/index.php?func=detail&amp;amp;aid=1100921&amp;amp;group_id=7118&amp;amp;atid=357118 1100921 : Export JPEG]&lt;br /&gt;
&lt;br /&gt;
=== Filesystem Integration complimenting Import/Export ===&lt;br /&gt;
Definitely powerful would be the use of a node to view/edit the contents of a local file instead of an in-program node.  This could effectively replace a lot of import/export functions, as a mindmap could be stored as a folder instead of as a single file, so that clients could extract wanted nodes without having to bring their freemind executable.  Secondly, while native viewers do not yet exist, it could help users access their data nodes in extraneous formats.  Some ideas.&lt;br /&gt;
&lt;br /&gt;
==== Loading viewers for certain data nodes ====&lt;br /&gt;
Now that nodes can be given attributes, it isn&#039;t too that farfetched to create different kinds of viewers/editors for different kinds of nodes - or to load viewers for those nodes specifically.&lt;br /&gt;
&lt;br /&gt;
==== Completely virtual nodes ====&lt;br /&gt;
Likewise, nodes whose content relies entirely on an external text (or other) file could be created which could be parsed back as text to freemind when viewed.&lt;br /&gt;
&lt;br /&gt;
==== Directory operations ====&lt;br /&gt;
Freemind&#039;s hierarchical structure of node viewing makes it an interesting way to organize directories.&lt;br /&gt;
&lt;br /&gt;
==== Exporting from command line ====&lt;br /&gt;
A feature I would really like would be to be able to do export programatically from cmdline.. something like:&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;code&amp;gt;freemind-export --flash mymindmap.mm -o mymindmap.html&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You not need to export mindmaps, if you want to browse it with flash browser (visorFreemind).&lt;br /&gt;
Just use one ÃÂ«smartÃÂ» HTML/Javasript file which takes mindmap name from parameters, like this:&lt;br /&gt;
[http://discopal.ispras.ru/mindmaps/mindmaps.html?intro-and-samples.mm], [http://discopal.ispras.ru/mindmaps/mindmaps.html?algorithms-definitions.mm], [http://discopal.ispras.ru/mindmaps/mindmaps.html?algorithms-dtime-dspace.mm].&lt;br /&gt;
But this  feature (export from command line) will be very useful to export SVG ([http://sourceforge.net/tracker/index.php?func=detail&amp;amp;aid=1865152&amp;amp;group_id=7118&amp;amp;atid=357118 corresponding ticket]). --[[User:StasFomin|StasFomin]] 19:48, 2 Mar 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
=== Exporting Legend of used Icons ===&lt;br /&gt;
It would be nice when a legend would be attached to the exported graphs, explaining the meaning of the icons used in the map. Would support usability for everyone who doesn&#039;t know what the freeMind icons should mean; even if they should be intuitive.&lt;br /&gt;
&lt;br /&gt;
comment on the above:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Yes, I agree too.  It would be great also if a TITLE and SUB-TITLES can be placed (and movable) anywhere in the MindMap, so when it is printed out, people know what this mind map is for.&lt;br /&gt;
&lt;br /&gt;
Also, since we can color our own ARROW LINKS, having their descriptions customizable alongside with those colored arrow links inside the legend would be a great enhancement!&amp;quot;&lt;br /&gt;
&lt;br /&gt;
=== Export to OpenOffice ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
: FreeMind-0.8.0 can export mindmaps to OpenOffice Writer files. However, the fonts, colors, and formatting are not exported. A method that works well is to export as HTML, open the exported document in Konqueror (or some other web browse), and copy-and-paste the entire document into OpenOffice Writer.&lt;br /&gt;
&lt;br /&gt;
Unfortunately there seems to be some problem though with opening the files in version 2 of OpenOffice. I haven&#039;t had a chance to go and check against the 1.x versions.&lt;br /&gt;
&lt;br /&gt;
: I have the same problem with OOo 1.9.104 (package from Knoppix). I can provide maps where this happens. Regards, [[User:Zapyon|Zapyon]] 14:02, 16 Nov 2006 (PST)&lt;br /&gt;
&lt;br /&gt;
: Freemind .9beta9 exports to OOo 2.2x though it&#039;s not pretty.&lt;br /&gt;
&lt;br /&gt;
==== Export to OpenOffice Impress ====&lt;br /&gt;
&lt;br /&gt;
I wonder how difficult it would be to export into Impress presentation. The Nodes cen be Slide Headers, Subnodes can be Outlines and so on.  Then Notes can be exported into Slide Notes. One can do a presentation off the screen, give away handouts with full notes to keep.&lt;br /&gt;
--[[User:Koaster|Koaster]] 08:48, 7 Aug 2006 (PDT)&lt;br /&gt;
&lt;br /&gt;
* It&#039;s not that difficult, at least for simple cases and when ignoring styles/patterns. I just implemented a small xslt-stylesheet which does the job for me. I may set up a project for that (or give it to the contributions). Meanwhile please contact me -- [[User:htgoebel|htgoebel]] 2008-01-08&lt;br /&gt;
&lt;br /&gt;
==== Export Options to Open Document Format .odt ====&lt;br /&gt;
&lt;br /&gt;
Allow user to set options such as:&lt;br /&gt;
&lt;br /&gt;
* number of levels which translate to heading levels&lt;br /&gt;
** thereafter use bulleted list levels.&lt;br /&gt;
&lt;br /&gt;
=== Export to Scalable Vector Graphics format (SVG) ===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Available in FreeMind 0.8.0 RC2.&#039;&#039; Yes!  I&#039;d love to see something done with scalable vector graphics, or some such...  I really wish Freemind could export to SVG, or maybe even flash... -- Bruce&lt;br /&gt;
And happily, developers are thinking the same thing: --   Here&#039;s Dimitri on that very possibility in&lt;br /&gt;
[http://sourceforge.net/forum/forum.php?thread_id=1031174&amp;amp;forum_id=22101 forum thread].&lt;br /&gt;
&lt;br /&gt;
=== Export to Portable Network Graphics format (PNG) (enhanced) ===&lt;br /&gt;
&lt;br /&gt;
It is already possible to export mindmaps to PNG. But the export function can be enhanced. E.g. the possibility to export PNG pictures with a &#039;&#039;&#039;transparent background&#039;&#039;&#039; instead of a white background (respectively the color thats used in the presets) would be very handy. Also possibilities to adjust the resolution and PPI (pixels per inch) are very useful when it comes to printing documents with embedded mindmaps in the PNG format. --[[User:UrsusExplorans|UrsusExplorans]] 10:04, 1 Aug 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
=== Export to Flash or teach Flash to view mm ===&lt;br /&gt;
&lt;br /&gt;
SVG, however, is still not widely supported - not even in desktop browsers, so it is mostly a way to exchange drawings and print. Exporting to Flash or having a Flash viewer that displayed .mm files (after all, ActionScript can now load XML data easily) would enable quick and effortless integration with current Web browsers without requiring them to install the Sun JVM (which can be a major issue in some environments).&amp;lt;br&amp;gt;&lt;br /&gt;
Edit: Good news: I was looking for the same and came accross this: http://nobi.com/appleexpo/index-f.html View source to see how it is made, it simply loads the .mm as parameter in a javacript, and I suppose the graphics and rules from freemind is programmed into the .swf. Should be able to take it appart, if noone has the sourcecode for something similar already. [[User:Mskogly|Mskogly]] 15:54, 20 Sep 2005 (PDT)&lt;br /&gt;
:This appears done in .9 beta 9. Please test --[[User:Ddaniels|Ddaniels]] 20:40, 22 Mar 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
=== Support for Embedded Freemind Maps in Pages.Google ===&lt;br /&gt;
Embedded maps on free hosts like pages.google would be very cool. Here is a video of my efforts to get Freemind flash maps to work in pages.google. &lt;br /&gt;
http://video.google.com/videoplay?docid=4967726587301956565&amp;amp;q=freemind+dennis --[[User:Ddaniels|Ddaniels]] 20:40, 22 Mar 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
=== Export to LaTeX ===&lt;br /&gt;
&lt;br /&gt;
Feb 10,2005. MindMapping concept is perfect when organizing the structure of a document. I&lt;br /&gt;
believe that it would be a great feature if freemind could directly export a&lt;br /&gt;
mindmap as a LaTeX file (using the text of the main node for the title,&lt;br /&gt;
the text of the main branches for \section and so on).&lt;br /&gt;
&lt;br /&gt;
In the mean time (and since I know nothing about java) I wrote &lt;br /&gt;
[http://control.cicese.mx/twiki/pub/Main/FreeMindToLaTeX/mm2tex this perl script]&lt;br /&gt;
to translate mm-&amp;gt;tex.  Any improvements are welcome. I will mantain this utility&lt;br /&gt;
[http://control.cicese.mx/twiki/bin/view/Main/FreeMindToLaTeX here], but I hope&lt;br /&gt;
this feature will be included in freemind one day.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;June 19, 2007&#039;&#039;&#039;  The above links to the perl script are broken.  Does anyone have it or something similar?&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;17 mei, 2008&#039;&#039;&#039;  I export the mindmap to OpenOffice and uses OpenOffice to export it to Latex. I use OpenOffice 3.0, not sure if that option is already available in 2.0.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;9 Feb, 2009&#039;&#039;&#039;   This is probably the most important feature I&#039;d like to see in freemind; the openoffice conversion trick doesn&#039;t work for my needs.  The link to the perl script is still broken and the link to Freemindtolatex appears down now too.&lt;br /&gt;
&lt;br /&gt;
=== Export and import to Ganttproject ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This link takes you directly to the download and instructions for the export / import xslt files &lt;br /&gt;
[http://wwwl.kutsam.at/home/johannes/index.php?option=com_content&amp;amp;task=view&amp;amp;id=15&amp;amp;Itemid=4 : export / import to ganttproject via xslt ]&lt;br /&gt;
&lt;br /&gt;
in Freemind 0.8 you can use &amp;quot;File-&amp;gt;Export-&amp;gt;Using XSLT&amp;quot; to export a &amp;quot;.gan&amp;quot; file using the xslt file from the link above&lt;br /&gt;
&lt;br /&gt;
=== Export to favorites or bookmarks ===&lt;br /&gt;
&lt;br /&gt;
Requests for enhancements:&lt;br /&gt;
&lt;br /&gt;
* [http://sourceforge.net/tracker/index.php?func=detail&amp;amp;aid=916260&amp;amp;group_id=7118&amp;amp;atid=357118 916260 : Export to Favourites / Bookmarks]&lt;br /&gt;
&lt;br /&gt;
=== Export to ontology formats (OWL, DAML) ===&lt;br /&gt;
&lt;br /&gt;
Requests for enhancements:&lt;br /&gt;
&lt;br /&gt;
* [http://sourceforge.net/tracker/index.php?func=detail&amp;amp;aid=1096791&amp;amp;group_id=7118&amp;amp;atid=357118 1096791 : Export to ontology formats (OWL, DAML)]&lt;br /&gt;
&lt;br /&gt;
=== Export and import to OPML ===&lt;br /&gt;
&lt;br /&gt;
Requests for enhancements:&lt;br /&gt;
&lt;br /&gt;
* [http://sourceforge.net/tracker/index.php?func=detail&amp;amp;aid=940616&amp;amp;group_id=7118&amp;amp;atid=357118 940616 : OPML import / export support]&lt;br /&gt;
&lt;br /&gt;
See also [http://www.opml.org/ OPML]. OPML - Outline Processor Markup Language.&lt;br /&gt;
&lt;br /&gt;
=== Export branch as folder tree ===&lt;br /&gt;
&lt;br /&gt;
A function like &amp;quot;export folder structure&amp;quot; would be useful for the use cases of bookmark manager, and of project preparation. I use [http://sourceforge.net/projects/bkm Bookmark Manager] from SourceForge, a very nice project. I found that importing bookmarks into FreeMind is a great option, if there only was a plugin to export them, Freemind would work as a perfect bookmark manager. Plus, Freemind would work as a nice &#039;project manager&#039; for creating directory-trees for large projects, at least I see I could find it very usable in my projects which require managing a lot of project files. Creating such structure in Freemind and then exporting it would be very usable. Date: Fri, 16 Apr 2004 18:10:33 +0200&lt;br /&gt;
&lt;br /&gt;
=== Import through any XSLT filter===&lt;br /&gt;
The File-&amp;gt;Import Menu should have an item &amp;quot;using xslt&amp;quot;  (just as File-&amp;gt;Export has &amp;quot;using xslt&amp;quot;) This would ease the integration of costum transformations (e.g. ganttchart &amp;lt;-&amp;gt; freemind)&lt;br /&gt;
&lt;br /&gt;
lkcl: not recommended.  xslt is so bad at doing &amp;quot;programming&amp;quot; that you will have an absolutely _awful_ time.  however, if there&#039;s a plugin mechanism, and you want to shoot yourself in the head by  having an xslt import/export plugin - then great!  if the plugin architecture idea is ever taken up, and comes about, i will watch with fascinated horror at your efforts to add an XSLT import plugin...&lt;br /&gt;
&lt;br /&gt;
=== Export and import to GraphViz ===&lt;br /&gt;
&lt;br /&gt;
=== Export to eps ===&lt;br /&gt;
&lt;br /&gt;
=== Integrate with Microsoft Outlook ===&lt;br /&gt;
&lt;br /&gt;
support for adding specially labeled nodes to Outlook&#039;s calendar and Outlook&#039;s todo list.&lt;br /&gt;
&lt;br /&gt;
Is there a way to integrate the calendar dates for start and completion of events into Outlook.&lt;br /&gt;
&lt;br /&gt;
The export formats allowed in Freemind and the import requirements of Outlook appear to be different.&lt;br /&gt;
Is there a format that is acceptable to both of them or a process such as converting to notepad and then into Outlook.&lt;br /&gt;
&lt;br /&gt;
Austin.  austin@elanay.net&lt;br /&gt;
&lt;br /&gt;
=== Integrate with Microsoft Office ===&lt;br /&gt;
&lt;br /&gt;
Enable export in EMF (enhanced metafile format). It will help to integrate FreeMind&#039;s Mind Maps with Word, Excel or Powerpoint.&lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
I&#039;m a new user, and a very computer-illiterate one, but if possible would love to see more integration with Windows Word. At the moment I can copy-paste from FreeMind into Word to get an indented list representing my mindmaps, but could see myself better able to use FM for putting together documents if it had more functionality:&lt;br /&gt;
&lt;br /&gt;
(1) Dynamic integration between Word and FM with nodes mapping to (formatted) Word headings.&lt;br /&gt;
&lt;br /&gt;
(2) Text placed in a node&#039;s Note appearing under the corresponding heading in Word as body text.&lt;br /&gt;
&lt;br /&gt;
(3) Changes made either through Word or FM being reflected in both the document and the corresponding mindmap (including rearrangements, additions, changes to text etc).&lt;br /&gt;
&lt;br /&gt;
No doubt a tall order, but it can&#039;t hurt to ask :)&lt;br /&gt;
&lt;br /&gt;
-KCM&lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
=== Import/Export in various Calendar formats ===&lt;br /&gt;
&lt;br /&gt;
The idea being that I can import can a list of meetings, or tasks into Freemind.  They would be imported into a sub-node and then i can redistribute them in my mindmap as I want. -- Thanx AP&lt;br /&gt;
&lt;br /&gt;
=== Import via XSLT ===&lt;br /&gt;
&lt;br /&gt;
Would be nice to hase the same dialog for importing as the xslt dialog for exporting. That means the user can import any XML with a proper XSL (sure that needs to generate valid .mm, otherwise the importer will throw an error).&lt;br /&gt;
&lt;br /&gt;
=== Export to Executable JAR File ===&lt;br /&gt;
&lt;br /&gt;
Export to an executable JAR file that can be sent to anyone who has Java installed so they can run the mind map in read only mode. The JAR file would contain the Freemind (browser?) JAR and anything else it needs to run, as well as the mind map file I created. This would be extremely useful because it would allow me to send people mind maps who don&#039;t have Freemind installed. I just send them the exported JAR, they double click it and they can view my mind map. This is better than PDF or image exporting because people could actually expand and collapse nodes and it&#039;s better than HTML export because it would look and work much better, like the applet does. Hopefully it would only include the necessary stuff for read only/browse mode to keep the JAR as small as possible.&lt;br /&gt;
&lt;br /&gt;
=== Integrate Editor of choice ===&lt;br /&gt;
&lt;br /&gt;
I&#039;d like to have the opportunity to integrate my editor of choice (well there are only vim and Emacs, right? *g*). Being able to invoke an &amp;quot;edit with ...&amp;quot; using a keyboard shortcut (Ctrl-e perhaps if I&#039;m able to redefine the existing &amp;quot;Export to HTML&amp;quot;-shortcut) enables me to edit e.g. notes of nodes in my editor.&lt;br /&gt;
&lt;br /&gt;
In my editor, I do have *a lot of possibilities* FreeMind is not likely going to implement at all or at least that fast: spell check with my existing personalized dictionary, my already defined macros, vertical/column edit mode, various syntax highlighting, enhanced navigation possibilities, completion, folding, search/replace also with regular expressions, undo/redo, ...  &lt;br /&gt;
&lt;br /&gt;
-- novoid 2009-05-14&lt;br /&gt;
&lt;br /&gt;
:: This would be nice.  Would love to do long node editing in gedit on Ubuntu.  Firefox has a plugin called &amp;quot;It&#039;s All Text&amp;quot; that lets you edit a web page text box in a configurable text editor.  It handles things pretty well with opening up in gedit (for me), and then you save and close it and the web page text box is updated.  Something similar would be super here, although I&#039;d recommend just jumping straight to the external editor for long node editing, if you&#039;ve defined one. [[User:Scarpent|Scarpent]] 19:07, 20 Aug 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Searching ==&lt;br /&gt;
&lt;br /&gt;
Requests for enhancements:&lt;br /&gt;
&lt;br /&gt;
* [http://sourceforge.net/tracker/index.php?func=detail&amp;amp;aid=1084091&amp;amp;group_id=7118&amp;amp;atid=357118 1084091 : Boolean Searches]&lt;br /&gt;
&lt;br /&gt;
Further searching requests.&lt;br /&gt;
* regular expression search&lt;br /&gt;
* incremental search. No popup; with every letter typed, a node containing the string typed so far is found. Can be modelled on Emacs.&lt;br /&gt;
* standard global search and replace functionality of text expressions within nodes&lt;br /&gt;
* search accross all the maps that happen to be open at the time&lt;br /&gt;
&lt;br /&gt;
Actually, I&#039;d wish that we have search across all maps opened or not. Just like &lt;br /&gt;
&lt;br /&gt;
&#039;find . -name &amp;quot;*.mm&amp;quot; -exec grep -H &amp;quot;long term&amp;quot; {} \; &amp;gt; /tmp/scratch, &lt;br /&gt;
&lt;br /&gt;
but much more user friendly. Ideally, there should be a Google Desktop search plug-in for FreeMind. I wish I knew how to do it. &lt;br /&gt;
--[[User:Yubrshen|yushen]] 00:17, 28 Feb 2007 (PST)&lt;br /&gt;
&lt;br /&gt;
=== Plugin architecture for &amp;quot;actions&amp;quot; ===&lt;br /&gt;
&lt;br /&gt;
Searches is a specific category of the general category of &amp;quot;actions&amp;quot;, which should themselves simply be external plugins of actions, with an input capability, output capability and an &amp;quot;iterator&amp;quot; capability.&lt;br /&gt;
&lt;br /&gt;
essentially, what is needed is this:&lt;br /&gt;
&lt;br /&gt;
 * Internally, the &amp;quot;search&amp;quot; terms that you&#039;re performing are stored in a FreeMind database.&lt;br /&gt;
   so, the text (as it&#039;s being typed!) is entered into a list of &amp;quot;Searches&amp;quot;.&lt;br /&gt;
 * The &amp;quot;context&amp;quot; is the location where the search is to be performed.&lt;br /&gt;
 * Then, an external script is run called &amp;quot;search&amp;quot; which is passed the two nodes:&lt;br /&gt;
   the search terms as they&#039;re being typed, and the &amp;quot;context&amp;quot; i.e. the data to be searched.&lt;br /&gt;
&lt;br /&gt;
Essentially, you&#039;re applying subject-predicate-object to the issue.&lt;br /&gt;
&lt;br /&gt;
Then, you could _have_ your &amp;quot;google desktop&amp;quot; search plug-in, because if the data is stored in flat files (instead of XML) and the search term is turned into a flat file, your plugin can return search results by parsing the HTML that comes back from the Google Desktop search and returning new &amp;quot;nodes&amp;quot; or &amp;quot;attributes&amp;quot; in the simple &amp;quot;import&amp;quot; format that was recommended to be added.&lt;br /&gt;
&lt;br /&gt;
== Notes attached to Nodes ==&lt;br /&gt;
&lt;br /&gt;
=== Note enhancements in 0.9 beta 7 ... ===&lt;br /&gt;
&lt;br /&gt;
* As already mentioned in some postings it would be cool if it would be possible to place the note window optionally on each side of the application. &lt;br /&gt;
&lt;br /&gt;
* Further it would be cool if it could be detached from the main-window so that it becomes a kind of tool-window.&lt;br /&gt;
&lt;br /&gt;
* The graphical version of the note window is cool. But it consumes a lot of space ... Is it possible to avoid the nested tabs and put the tabs for &amp;quot;Layout view/HTML Code view&amp;quot; instead as a toggle button on the toolbar? Would save a lot of space and is more useable! Also maybe we could hide the &amp;quot;&amp;lt;END&amp;gt;&amp;quot; Tag in the graphical editor.&lt;br /&gt;
&lt;br /&gt;
* A possibility to set a &amp;lt;nowiki&amp;gt;&amp;lt;br&amp;gt;&amp;lt;/nowiki&amp;gt; instead a &amp;lt;nowiki&amp;gt;&amp;lt;p&amp;gt;&amp;lt;/p&amp;gt;&amp;lt;/nowiki&amp;gt; in notes would be great. In other programms it&#039;s often shift+return. This would lead to less used space in notes.&lt;br /&gt;
&lt;br /&gt;
=== Word wrap for notes ===&lt;br /&gt;
The notes are very important and I tend to write a lot of things in them! So it would be helpful to have for the notes the word wrap option already available for nodes.&lt;br /&gt;
&lt;br /&gt;
=== Shortcut for adding a note to a node ===&lt;br /&gt;
It would be nice if there was a shortcut for adding a note to a node&lt;br /&gt;
&lt;br /&gt;
In mousing from the selected node to the menu in order to reach the Insert-&amp;gt;Note menu item, I often overfly another node: the selection changes, which is a useability feature I like very much - but then the note drops on the newly-selected node, which is not where I wanted it.&lt;br /&gt;
*ditto, a shortcut for adding notes would be of great use. --[[User:Goncalopp|Goncalopp]] 08:03, 27 Sep 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
=== Link to Nodes from Notes===&lt;br /&gt;
I wish to have the ability to create links to various nodes on words within the notes pane. This would be a great feature.&lt;br /&gt;
&lt;br /&gt;
I agree.&lt;br /&gt;
&lt;br /&gt;
=== Mechanism to delete a note from a node ===&lt;br /&gt;
I have not found a way to delete a note from a node.&lt;br /&gt;
&lt;br /&gt;
:Just delete the text from the note.&lt;br /&gt;
&lt;br /&gt;
In my case this doesn&#039;t work - the note icon remains at the node and the notes window keeps appearing if I mouse over such a node. Deleting jsut the text doesn&#039;t help. (Version 0.8.1) - Florian&lt;br /&gt;
&lt;br /&gt;
I can confirm the problem isn&#039;t just for you.  Although it isn&#039;t too hard to open the saved file and remove the Note lines. (Version 0.8.1) - vanstrien&lt;br /&gt;
&lt;br /&gt;
=== Option to keep Notes window open ===&lt;br /&gt;
Many but not all of the nodes in a map have notes. As I mouse around the map, the Notes window pops into and out of existence. This is distracting: I would like an option to keep the Notes window open, and see its text update if the selected node has a note.&lt;br /&gt;
&lt;br /&gt;
Include with this an option to stick with the current note - and be able to move around the map from node to node without changing the note and still be able to edit it.&lt;br /&gt;
&lt;br /&gt;
=== Option to position Notes window at right ===&lt;br /&gt;
I would like the Notes window to be at the right; others may prefer it at the bottom.&lt;br /&gt;
Or to undoc the notes node - movable separate window.&lt;br /&gt;
&lt;br /&gt;
=== Attach note to a node ===&lt;br /&gt;
&lt;br /&gt;
Requests for enhancements:&lt;br /&gt;
&lt;br /&gt;
* [http://sourceforge.net/tracker/index.php?func=detail&amp;amp;aid=1043427&amp;amp;group_id=7118&amp;amp;atid=357118 1043427 : Glorified Endnoting]&lt;br /&gt;
* [http://sourceforge.net/tracker/?group_id=7118&amp;amp;atid=357118&amp;amp;func=detail&amp;amp;aid=974920 974920 : Add notes/comments to node]&lt;br /&gt;
* [http://sourceforge.net/tracker/?group_id=7118&amp;amp;atid=357118&amp;amp;func=detail&amp;amp;aid=671074 671074 : Additional text for a node, displayed in separate text area]&lt;br /&gt;
* [http://sourceforge.net/tracker/?group_id=7118&amp;amp;atid=357118&amp;amp;func=detail&amp;amp;aid=521406 521406 : Separate note for a node, displayed upon request only]&lt;br /&gt;
&lt;br /&gt;
Many people want to have a note attached to a node. Some mind mapping programs have this feature. In my view, such a feature creates a basis for splitting of uses. I would expect long nodes to contain paragraphs or even small articles; I have such nodes, both plain and HTML. I also have long nodes containing nicely set HTML tables. An XSLT transforming script can either assume that paragraphs are in the long nodes or that they are in the notes; not both. Different uses would then require different XSLT scripts. Searching would need to be extended to also search through notes. Notes of different nodes, unlike nodes themselves, cannot be made visible on the canvas at the same time. Without note, every piece of the text in the mind map is a node and therefore first class citizen; it is allowed for it to have children, and whatever feature is offered to other nodes (like icons, time reminders, changing of the default color and the like) is offered to it as well.&lt;br /&gt;
&lt;br /&gt;
Screenshots showing how long nodes can be used follow.&lt;br /&gt;
&lt;br /&gt;
[[Image:FreeMindLongNodes.png]]&lt;br /&gt;
[[Image:FreeMindLongNodes2.png]]&lt;br /&gt;
[[Image:FreeMindLongNodes3.png]]&lt;br /&gt;
&lt;br /&gt;
As this is such a requested feature, I&#039;d like to invite you to discuss pros and cons here. --[[User:Danielpolansky|Danielpolansky]] 11:47, 15 Feb 2005 (PST)&lt;br /&gt;
&lt;br /&gt;
:  The main reasons for enabling node text are as follows:   a).   to speed the process of map construction &amp;amp; brainstorming.   many times note text can be added &amp;quot;after&amp;quot; the primary brainstorming of a topic is complete, as the dimension of information is different - usually it is more detailed.  b).  the second reason is just or even more important, and that is, to enhance &amp;quot;readability&amp;quot; of the map itself.   At our company, we teach that a good mindmap should not contain full sentences, but instead, it should have short phrases - even just one or two words.   That is, studies have found out people can understand the main point of any topic by &amp;quot;seeing&amp;quot; just a few words.   Maps should be &amp;quot;seen&amp;quot; and not &amp;quot;read&amp;quot;.   Then, when more detail is needed, you just open the specific node, or view it by a mouse-over type operation.   So to summarize, SPEED and READABILITY are critical to the maps actual development and use for most people.   --[[ User:GregArndt|GregArndt]] 14:15, 15 Feb 2005 (CST-US)&lt;br /&gt;
&lt;br /&gt;
:: I don&#039;t get the point of a). Current solution does not prevent anynode from adding long nodes after the first brainstorming phase. In fact, without separate note, you can always add something afterwards as there is no limit to the depth. What concerns b), long nodes can be folded. This prevents map from being cluttered.&lt;br /&gt;
&lt;br /&gt;
:: Admittedly, &#039;&#039;mouse over&#039;&#039; operation is not sufficient to show the long nodes folded behind a short one. Having a quick look at many long nodes, one at the time, is currently not that easy; it requires a lot of single clicks. --[[User:Danielpolansky|Danielpolansky]] 12:42, 19 Feb 2005 (PST)&lt;br /&gt;
&lt;br /&gt;
: Ok, here&#039;s my &#039;&#039;go ahead&#039;&#039;. So many people want this feature, and so many mind mapping programs have it. As I am not a mind mapper but rather knowledge manager, I can&#039;t judge on this issue properly. Let&#039;s get surprised. --[[User:Danielpolansky|Danielpolansky]] 12:48, 19 Feb 2005 (PST)&lt;br /&gt;
&lt;br /&gt;
::: Great news.  This will be a real positive addition.   And for users that like long notes on the map, they can still always do that.   Thank you in advance, this is an excellent application that will continue to improve.  ==[[ User:GregArndt|GregArndt]] 23:12,, 19 Feb 2005 (USA-CST)&lt;br /&gt;
&lt;br /&gt;
: To me, HTML long nodes impair Readability of large mindmaps. On the other hand, I get the point that notes don&#039;t exactly fit into the concept. Why not go for a compromise: Long nodes would consist of (1) a first line of text, which is always visible/editable and (2) a formated long text, which is only visible/editable in a drop-down window. I would also appreciate a simpler way of editing formated long text than HTML tags. Why not using a RTF editor add-in? [[User:RainerFaller|RainerFaller]] 30 Dec 2005&lt;br /&gt;
&lt;br /&gt;
:: I am all for this.  I think that if there was some kind of collapsability the long text problem would be solved.  It may be because I am used to programming, but to be able to collapse a bit of text is superb.  This would mean that a long node would be collapsed into a single line, say the first line.  You can still tell what the node is saying with the first line, but the bulk is concealed.  Also, I think that if the nodes are resizable it could be resizable, that would solve the problem. Say a really large node is constructed containing an article, you could resize it to create a scrollable text box.  You would only be viewing part of the article at a time, but i think that is manageable when the structure of the mindmap on the whole is preserved.--[[User:Peterw|Peterw]] 12:00, 5 Oct 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
Maybe it could help to add something like a &#039;keep-folded&#039; property to a node.&lt;br /&gt;
Idea behind it: &lt;br /&gt;
A node with &#039;keep-folded&#039; set is not shown, when the parent of it is unfolded. You would need extra handling for setting the property or showing those &#039;moved to the background&#039; nodes though. But that way a note could just be a node with that property set. I think a property like that could be helpful in other contexts, too. If you use the Mind Map as a todo-list, you could keep done ((sub-)sub-)...)subtasks folded for example. &lt;br /&gt;
Hilmar&lt;br /&gt;
&lt;br /&gt;
: &#039;&#039;&#039;Notes are essential:&#039;&#039;&#039; While you can write really large nodes, a large node will obscure the mindmap. Lets describe it this way: I do want to perform some medical laboratory tests. This is my &#039;&#039;&#039;primary node&#039;&#039;&#039;. I want to add &#039;&#039;&#039;notes&#039;&#039;&#039; on the various aspects how tests should be ordered. The &#039;&#039;&#039;child nodes&#039;&#039;&#039; describe various symptoms and the attached &#039;&#039;&#039;notes&#039;&#039;&#039; add epidemiological information and detail. The next &#039;&#039;&#039;child nodes&#039;&#039;&#039; describe these tests based on the parent symptom nodes. Again, &#039;&#039;&#039;notes&#039;&#039;&#039; offer further details. The problem with notes-as-nodes is, that the huge text size will obscure the siblings (and even the children of those siblings), thus rendering the map ugly and difficult to comprehend. IF the notes would be only on the last hierarchical level, this wouldn&#039;t be such a great problem, BUT IF the notes are written on parent nodes, than the nodes-only approach is a mindblocker, not really a FreeMind.&lt;br /&gt;
&lt;br /&gt;
=== Copy/Export note(s) of node(s) ===&lt;br /&gt;
&lt;br /&gt;
WYSIWYG &amp;amp; note editor ... are very inviting for extensive usage of notes.&lt;br /&gt;
* at the moment it is not simple to export or copy them alltogether (with relevant nodes). Option for exporting the notes (also when clipboard-copying-pasting) would be very welcome - something like &amp;quot;Copy With Notes&amp;quot;, &amp;quot;Export With Notes&amp;quot; or &amp;quot;Print with notes&amp;quot;: &lt;br /&gt;
** e.g. for Export/OpenOfficeWriter notes are not exported (they were in 0.8) - I understand that xslt-s have to be adapted to the new xml format of mm (&amp;lt;richcontent ... type=note...&amp;gt; instead of &amp;lt;hook ...&amp;gt;)&lt;br /&gt;
* Q: can we consider the freeMind mm.xml format as fixed (at least for 0_9_0)?&lt;br /&gt;
&lt;br /&gt;
AlesPoredos &lt;br /&gt;
&lt;br /&gt;
--[[User:ap|ap]] 07:26, 28 Sep 2006 (PDT)&lt;br /&gt;
&lt;br /&gt;
=== Tooltips ===&lt;br /&gt;
&lt;br /&gt;
Having created a map, it might be more natural to enable us to either show the notes as tooltips, or alternatively to add tooltips as seperate children to notes.&lt;br /&gt;
&lt;br /&gt;
--[[User:Slowlearner|Slowlearner]] 12:08, 12 Aug 2009 (GMT)&lt;br /&gt;
&lt;br /&gt;
== Misc ==&lt;br /&gt;
&lt;br /&gt;
=== Please make freemind more colorful ===&lt;br /&gt;
Just like Tony Buzan said, mindmap needs to be very colorful to make your brain exciting.&lt;br /&gt;
Freemind is just too &amp;quot;grey&amp;quot; right now.&lt;br /&gt;
&lt;br /&gt;
=== Screen clipping ===&lt;br /&gt;
If you used Microsoft OneNote, you will notice a very good feature, Screen clipping.&lt;br /&gt;
It allows you anytime, switch to your screen, select an area, got a snapshot and paste the picture in your notes by just few clicks.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This is extremly useful if when taking notes for an online document or electrinic book, no matter what you are reading, pdf, html or ppt, just click and drag, you got the picture in your notes.&amp;lt;br&amp;gt;&lt;br /&gt;
If freemind will support similar feature, that would be great.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Multiple Maps at Startup ===&lt;br /&gt;
When I start FreeMind it loads the last map I worked on, which is very good. I can have multiple maps open, which I juse a lot, so I can work on multiple projects at the same time. However when I close FreeMind and open it again, it only loads the last active map. It would be very usefull if it loaded all the maps that was open when FreeMind was closed, so I quickly can continue to work on my ongoing projects.&lt;br /&gt;
&lt;br /&gt;
: Yes, I want this &#039;&#039;&#039;very&#039;&#039;&#039; much! --[[User:Ase|Ase]] 10:29, 9 Jul 2008 (PDT)&lt;br /&gt;
: So do I. Leos&lt;br /&gt;
: Me as well. --[[User:Terkor|Terkor]] 02:32, 4 Nov 2008 (UTC)&lt;br /&gt;
&lt;br /&gt;
=== Single Copy Multiple ===&lt;br /&gt;
The Single Copy command is used to grab stuff to duplicate without also copying all child nodes. For example I have numbered items that I keep in an &amp;quot;Unresearched&amp;quot; node, and the same numbered items in a &amp;quot;Researched&amp;quot; Node. Instead of entering the node #&#039;s of 1 - 20 several times, I would like to be able to use the Copy Single command while selecting multiple items. Obviously it would have to be renamed &amp;quot;Copy Without Children&amp;quot; or something similar. Just keeping the command the same but adding support for multiple selection would help me a lot. Then I could copy items 1 - 20 and paste them somewhere else in one shot.&lt;br /&gt;
&lt;br /&gt;
: This is definitely a good request. The action for copying without children would have to be renamed from &amp;quot;Single Copy&amp;quot; to &amp;quot;Shallow Copy&amp;quot; or &amp;quot;Copy without Children&amp;quot; as you suggested. --[[User:Danielpolansky|Danielpolansky]] 10:13, 2 Jun 2006 (PDT)&lt;br /&gt;
&lt;br /&gt;
: I would also need something in the same vein. I have a deep tree of actions from which I choose leaves to do today. I would like to keep the classification embodied in the ancestors of any chosen leaf node I copy to the Today FreeMind. If I could click on a node (not just a terminal leaf) and &amp;quot;Copy Ancestors&amp;quot;, then paste I would save a lot of time. The Copy Ancestors would copy all ancestors exclusing the single root node. A variation would be to click a series of consecutively embedded nodes and &amp;quot;Copy Chain&amp;quot; which would copy the nodes themselves only, without any other children, and keep the chain as a unit.&lt;br /&gt;
&lt;br /&gt;
=== Print across pages ===&lt;br /&gt;
Would be great to have a possibility to print spanning over several pages if mind map is huge.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Hint:&#039;&#039;&#039; In 0.8.0 this is possible if you deactivate the &amp;quot;scale to one page&amp;quot; checkbox in the page format dialog and enters a scale factor like &amp;quot;1.0&amp;quot;. But there seems to be a little bug; if I enter just &amp;quot;1&amp;quot; as scale factor the output is still scaled to fit on one page.&lt;br /&gt;
&lt;br /&gt;
=== Print out of notes ===&lt;br /&gt;
I think it is a very good idea to add the possibility to print out the notes together with the map(on a separate page/pages), something like as in the export of HTML sides.&lt;br /&gt;
&lt;br /&gt;
   I agree with this suggestion. It makes a lot of sense to be able to print your notes.&lt;br /&gt;
&lt;br /&gt;
=== Print preview ===&lt;br /&gt;
I would like to have a print preview dialog to see if my manually set scale factor (defined in the page format dialog) is ideal.&lt;br /&gt;
&lt;br /&gt;
=== Auto scale to fit one page wide for printing ===&lt;br /&gt;
I would like to be able to set a map to print &amp;quot;one page wide&amp;quot; rather than just &amp;quot;fit one page&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
=== Auto scale to fit several pages ===&lt;br /&gt;
As RFE 972845 another has already provided code to have FreeMind scale the output to fit several pages. It would be really nice to have this enhancement in the normal code base.&lt;br /&gt;
&lt;br /&gt;
=== Calculations ===&lt;br /&gt;
I think that is good idea to add possibility to associate numeric values with nodes and make top nodes to recursively calculate sum of child nodes&#039; values. This feature will turn FreeMind into &#039;&#039;&#039;easy and visual way to do home accounting or resource planning&#039;&#039;&#039;. Adding, removing or dragging child nodes between parents must cause sum to update.&lt;br /&gt;
&lt;br /&gt;
More complex feature - adding multiplication factors to parent nodes.&lt;br /&gt;
: &#039;&#039;&#039;I vote for this.&#039;&#039;&#039; I think such a feature would open Freemind to a new business public: those who must build work resources planning/estimations WBS (Work Breakdown Stucture). Excel could be favourably replaced by mind maps softwares with such capabilities. &lt;br /&gt;
: From a more technical point of view, I would add that each node should be associated with an &#039;&#039;&#039;aggregation function&#039;&#039;&#039; like sum (default), average, geometric average, or even user defined aggregation function. Nodes would gather value of their children and aggregate it to set their own value.--[[User:OliGator|OliGator]] 08:55, 22 Oct 2006 (PDT)&lt;br /&gt;
&lt;br /&gt;
: For now, I didn&#039;t used the Time plug-in ; my expects would go in two directions (--[[User:JdX|JdX.fr]]  200706222:&lt;br /&gt;
: Go-ing to plan a bussiness, I would like to get some Calculations as said above, that I could get back into a calc-like spreadsheet in another window.&lt;br /&gt;
: May I imagine better than a number and an aggregation function, I would enjoy to improve in triplet-properties, not only a number and a function for each node... You may know high potential in A.I. for that representation for many qualities (I began to work on wikini.net on that matter..)&lt;br /&gt;
&lt;br /&gt;
=== Support for Unicode and RTL languages ===&lt;br /&gt;
&lt;br /&gt;
I think that the inclusion of better support for Unicode and RTL languages such as Hebrew and Arabic would allow a larger number of people to use Freemind as their mind-mapping tool of choice.&lt;br /&gt;
&lt;br /&gt;
: What support of unicode are you missing? FreeMind is unicode-enabled. --[[User:Danielpolansky|Danielpolansky]] 11:56, 27 Jul 2005 (PDT)&lt;br /&gt;
&lt;br /&gt;
:: It doesn&#039;t work with Vietnamese. Try this: HÃÂ  NÃ¡Â»Âi, SÃÂ i GÃÂ²n, ChÃ¡Â»Â£ LÃ¡Â»Ân * a ÃÂ¡ ÃÂ  Ã¡ÂºÂ£ ÃÂ£ Ã¡ÂºÂ¡ ... [[User:DeltaVictorLima|DeltaVictorLima]] 11:24, 18 Jun 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
=== Use UTF-8 in the XML file to store unicode characters ===&lt;br /&gt;
&lt;br /&gt;
: FreeMind 0.8.0&#039;s utf-8 support is limited, I think. When open file, FreeMind simply loads the file contents into buffer without valid and proper encoding, if .mm file version matches current freemind version. And all Chinese characters encoding as &amp;quot;&#039;&#039;&amp;amp;#x...;&#039;&#039;&amp;quot; is meaningless for Chinese. I have a patch for this: [[User:Jiangxin/Better_chinese_characters_support]]. --[[User:Jiangxin|Jiangxin]] 11:53, 6 Apr 2006 (PDT)&lt;br /&gt;
&lt;br /&gt;
:: Indeed, FreeMind does not support UTF-8. Maybe it would be better if it would. That would improve the ease with which the XML files can be read directly in plain text editors. --[[User:Danielpolansky|Danielpolansky]] 10:18, 2 Jun 2006 (PDT)&lt;br /&gt;
&lt;br /&gt;
::: Shouldn&#039;t the .mm-file be changed to a real XML file first? It does not have a XML declaration, like &amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;ISO-8859-1&amp;quot;?&amp;gt;... This gives far better support when opening it in standalone XML editors, and you can also validate your XML. --[[User:pahles|pahles]] 21:16, 3 Jun 2006 (UTC+2)&lt;br /&gt;
&lt;br /&gt;
: Vote for this! It is impossible to compare/merge different mindmaps (also process/edit) with ÃÂ«entities gibberishÃÂ» like ÃÂ«&amp;amp;#1087;&amp;amp;#1086; &amp;amp;#1087;&amp;amp;#1088;&amp;amp;#1086;&amp;amp;#1077;&amp;amp;#1082;&amp;amp;#1090;&amp;amp;#1091; &amp;amp;#171;SAT&amp;amp;#187;ÃÂ»--[[User:StasFomin|StasFomin]] 19:36, 2 Mar 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
=== Support general graphs rather than trees ===&lt;br /&gt;
&lt;br /&gt;
Some users want FreeMind to support general graphs rather than only trees. To an extent, their wish is covered by what we call arrow links, and what is called connectors in Microsoft Powerpoint. FreeMind&#039;s arrow links are not that powerful as connectors, but that can be improved.&lt;br /&gt;
&lt;br /&gt;
Still, FreeMind is not planned to become a general graph editor, or a concept mapper. Some years ago there was a [http://sourceforge.net/forum/forum.php?thread_id=821693&amp;amp;forum_id=22101 discussion] on that in Open Discussion forum, followed by a concluding [http://sourceforge.net/forum/forum.php?thread_id=957873&amp;amp;forum_id=22101  consideration] by me where the final position on the issue is stated together with an explanation. --[[User:Danielpolansky|Danielpolansky]] 11:56, 27 Jul 2005 (PDT)&lt;br /&gt;
&lt;br /&gt;
===Always On===&lt;br /&gt;
&lt;br /&gt;
I would like to minimize to the system tray(for Windows). Or better yet, let&#039;s run FreeMind as a transparent window docked to the desktop. Like my brain, I like to always have FreeMind on in the background. Regardless, thanks!&lt;br /&gt;
&lt;br /&gt;
: You can google for RBTray, which lets you minimise anything to the system tray. -- JettLogic&lt;br /&gt;
&lt;br /&gt;
===Better File Operations, Restore Workspace, New File Extension===&lt;br /&gt;
&lt;br /&gt;
On Mac OS X at least, the file dialog is buggy - it does not show network drives or my iDisk. Also, it would be useful to have FreeMind re-open the last edited file (and restore the workspace as it was when the user last quit). Still, the most annoying thing is the .mm filename extension - that extension is tied to Obj-C code files in Mac OS X, and probably on other platforms as well. Maybe .mind or .mmp? -- RuiCarmo&lt;br /&gt;
&lt;br /&gt;
===File Dialog Improvements===&lt;br /&gt;
&lt;br /&gt;
The file dialogs could use some minor improvements.  I would like the dialog boxes for load and save to remember what directory they were in and start from there the next time the dialog is open. &lt;br /&gt;
&lt;br /&gt;
Also, if you try to open a file from the &amp;quot;recent files&amp;quot; list but the file no longer exists, there is no warning from freemind.  It would be better to have a &amp;quot;file not found&amp;quot; warning, and better still to remove the bad entry from the list when that happens.  --fist_187&lt;br /&gt;
&lt;br /&gt;
It would be better not to &amp;quot;remember what directory they were in&amp;quot;, but add possibility to choose &amp;quot;Default directory&amp;quot; in Preferences, which will be opened automatically whenever you save or load something. --Elwin&lt;br /&gt;
&lt;br /&gt;
Yes the file dialogs could use some improvements. It should be possible these days to simply use the native OS&#039;en File Open dialogs.  IMHO, either that or a full-featured file dialog that a) provides a few shortcuts to frequently used directories,  b) remembers the directory used last time, -or- uses a default directory, and c) allows one to create new directories&lt;br /&gt;
&lt;br /&gt;
=== Crosslinking Nodes ===&lt;br /&gt;
&lt;br /&gt;
The possibility to create cross-references between nodes which are &lt;br /&gt;
already part of the mindmap tree would be a great feature. In many &lt;br /&gt;
real-life mindmaps items could not be categorized in one and only &lt;br /&gt;
one category. The possibility to visualize these dependencies would &lt;br /&gt;
be a great advantage over other mindmap solutions. Something like &lt;br /&gt;
this is already implemented in Freemind by selecting two nodes &lt;br /&gt;
and pressing STRG+L.&lt;br /&gt;
&lt;br /&gt;
For enhancing this feature the following aspects should receive attention:&lt;br /&gt;
* the application should visualize cross-references in a eye-friendly way&lt;br /&gt;
** nodes with cross-references should be directly identifiable (i.e. by color, shape-type, ...)&lt;br /&gt;
** mouse-over effects visualize the dependencies with flashing nodes&lt;br /&gt;
** dashed grey lines sound visualize cross-dependencies&lt;br /&gt;
* cross-references, especially those which reside not current view-context, should be traceable by a hotkey which toggles b+etween the source and the destination node of a link.&lt;br /&gt;
* if a source or destination-node is in hinged position the link should be optionally visualized by propagated a parent nod+e as source or destination-node&lt;br /&gt;
&lt;br /&gt;
Is it possible to add links to specific nodes in other FreeMind map files? Perhaps using Request Parameters in the external hyperlink URL? Identifying the target node while creating the link may be tricky. Here is an idea on how that can be done: &amp;lt;br/&amp;gt;&lt;br /&gt;
When creating the link, a dialog window with two textboxes can be used. One textbox would be for the hyperlink URL and the other would be for the target node name. The target node name textbox would have an auto-complete feature (with dropdown) that uses a list of node names that were obtained from the target map file. There could be a button next to the URL textbox that starts the node name retrieval process from the target map file. Before hitting the button the target node name textbox is disabled, and it is enabled after the node names have been read. --[[User:EdB|EdB]] 10:37, 2 Sep 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
=== Unlimited/Arbitrary Attributes ===&lt;br /&gt;
&lt;br /&gt;
We use a couple of different products (including an internally developed one) to manage requirements. In each case we have the ability to assign arbitrary attributes to requirements at any level in the structure (e.g., Type=Priority Value=High or Type=Source Value=Mike Jones). To support migration between Freemind and these requirements management tools, Freemind should allow X number of attributes per requirement. Though I know this concept would scare the minimalists.&lt;br /&gt;
-- unknown&lt;br /&gt;
&lt;br /&gt;
And a custom plugin might read these values, then calculate and display something on the map, e.g. an indicator or an aggregate.&lt;br /&gt;
-- [[User:abadger|abadger]] 30 May 2006&lt;br /&gt;
(or even just set the colour or insert a tick or cross icon) --[[User:Violetlight|Violetlight]] 15:24, 2 Aug 2006 (PDT)&lt;br /&gt;
&lt;br /&gt;
It would be really nice if as well as text attributes, we could support check or radio buttons (e.g. &amp;quot;done&amp;quot;, or &amp;quot;priority H/M/L&amp;quot;)&amp;lt;br&amp;gt;&lt;br /&gt;
A node action or a function key/pattern (see below) could check the box.&lt;br /&gt;
--[[User:Violetlight|Violetlight]] 15:22, 2 Aug 2006 (PDT)&lt;br /&gt;
&lt;br /&gt;
=== Node-specific actions ===&lt;br /&gt;
&lt;br /&gt;
At the moment, there is one &amp;quot;action&amp;quot; on a node (discounting the usual edit/cut/paste etc) - navigate to the target link.&lt;br /&gt;
&amp;lt;p/&amp;gt;&lt;br /&gt;
I can see a reason to have more than one action on a node, depending on the semantics of the map&#039;s content, and specifically the storage backend or plugin.  For example, a map that was a live visualisation of the tree structure of a website could have an action to navigate to a page, to check it with a W3C validator, to edit the page, to submit it to a search engine etc etc.  These actions would be defined by the plugin supplying the data content, or by other plugins resident - e.g. &amp;quot;schedule this node&amp;quot; for the time scheduling plugin or &amp;quot;bookmark this node&#039;s target&amp;quot; for a (possible future) Google Bookmarking plugin.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
I can see two (possibly co-existing) methods of implementing this:&lt;br /&gt;
# A context-specific node sub-menu cascading off the right button menu called &amp;quot;Actions-&amp;gt;&amp;quot;&lt;br /&gt;
# A control-right-button menu just for actions on the node&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
I&#039;d welcome feedback on whether this is a nutcase idea. --[[User:Violetlight|Violetlight]] 15:16, 2 Aug 2006 (PDT)&lt;br /&gt;
&lt;br /&gt;
===Images in freemind===&lt;br /&gt;
&lt;br /&gt;
I really like the way freemind can use images as nodes.  However, one of the problems with adding a lot of images to a map is that they are all different sizes.  So, I wrote this php script:&lt;br /&gt;
 &amp;lt;?php&lt;br /&gt;
 &lt;br /&gt;
        $tsize = 100; //thumbnail size&lt;br /&gt;
 &lt;br /&gt;
        function noresize($name)&lt;br /&gt;
        {&lt;br /&gt;
                global $argv;&lt;br /&gt;
                $fullpath = $argv[1] . &amp;quot;$name&amp;quot;;&lt;br /&gt;
                echo &amp;quot;&amp;lt;node TEXT=\&amp;quot;&amp;amp;amp;lt;html&amp;amp;amp;gt;&amp;quot;;&lt;br /&gt;
                echo &amp;quot;&amp;amp;amp;lt;img src=&amp;amp;amp;quot;$fullpath&amp;amp;amp;quot;/&amp;amp;amp;gt; \&amp;quot;&amp;quot;;&lt;br /&gt;
                echo &amp;quot; FOLDED=\&amp;quot;true\&amp;quot;&amp;gt;\n&amp;lt;/node&amp;gt;\n&amp;quot;;&lt;br /&gt;
        }&lt;br /&gt;
 &lt;br /&gt;
        function thumbit($name, $w, $h)&lt;br /&gt;
        {&lt;br /&gt;
                global $argv;&lt;br /&gt;
                $fullpath = $argv[1] . &amp;quot;$name&amp;quot;;&lt;br /&gt;
                echo &amp;quot;&amp;lt;node TEXT=\&amp;quot;&amp;amp;amp;lt;html&amp;amp;amp;gt;&amp;amp;amp;lt;img src=&amp;amp;amp;quot;$fullpath&amp;amp;amp;quot;&amp;quot;; &lt;br /&gt;
                echo &amp;quot; width=&amp;amp;amp;quot;$w&amp;amp;amp;quot; height=&amp;amp;amp;quot;$h&amp;amp;amp;quot;\&amp;quot; FOLDED=\&amp;quot;true\&amp;quot;&amp;gt;\n&amp;quot;;&lt;br /&gt;
                echo &amp;quot;&amp;lt;node TEXT=\&amp;quot;&amp;amp;amp;lt;html&amp;amp;amp;gt;&amp;amp;amp;lt;img src=&amp;amp;amp;quot;$fullpath&amp;amp;amp;quot;\&amp;quot;&amp;quot;; &lt;br /&gt;
                echo &amp;quot; FOLDED=\&amp;quot;true\&amp;quot;&amp;gt;\n&amp;lt;/node&amp;gt;\n&amp;quot;;&lt;br /&gt;
                echo &amp;quot;&amp;lt;node LINK=\&amp;quot;$fullpath\&amp;quot; TEXT=\&amp;quot;$name\&amp;quot;&amp;gt;\n&amp;lt;/node&amp;gt;\n&amp;quot;;&lt;br /&gt;
                echo &amp;quot;&amp;lt;/node&amp;gt;\n&amp;quot;;&lt;br /&gt;
        }&lt;br /&gt;
 &lt;br /&gt;
        if ($argc &amp;lt; 3)&lt;br /&gt;
        {&lt;br /&gt;
                die(&amp;quot;usage: &amp;quot; . $argv[0] . &amp;quot; IMAGEPATH IMAGE1 [[IMAGE2] ... ]\n&amp;quot;);&lt;br /&gt;
        }&lt;br /&gt;
 &lt;br /&gt;
        echo &amp;quot;&amp;lt;map version=\&amp;quot;0.7.1\&amp;quot;&amp;gt;\n&amp;lt;node TEXT=\&amp;quot;Ian&#039;s image generator\&amp;quot;&amp;quot;;&lt;br /&gt;
        echo &amp;quot; FOLDED=\&amp;quot;true\&amp;quot;&amp;gt;\n&amp;quot;;&lt;br /&gt;
 &lt;br /&gt;
        for ($i=2; $i&amp;lt;$argc; $i++)&lt;br /&gt;
        {&lt;br /&gt;
                $myimg = $argv[$i];&lt;br /&gt;
                $props = getimagesize($myimg);&lt;br /&gt;
                $w = $props[0];&lt;br /&gt;
                $h = $props[1];&lt;br /&gt;
 &lt;br /&gt;
                if ($w &amp;lt;= $tsize &amp;amp;&amp;amp; $h &amp;lt;= $tsize) //too small&lt;br /&gt;
                {&lt;br /&gt;
                        noresize($myimg);&lt;br /&gt;
                }&lt;br /&gt;
                else if ($w &amp;lt; $h) //resize height to 100, scale width&lt;br /&gt;
                {&lt;br /&gt;
                        $w = intval(($tsize * $w) / $h);&lt;br /&gt;
                        $h = $tsize;&lt;br /&gt;
                        thumbit($myimg, $w, $h);&lt;br /&gt;
                }&lt;br /&gt;
                else //resize width to 100, scale height&lt;br /&gt;
                {&lt;br /&gt;
                        $h = intval(($tsize * $h) / $w);&lt;br /&gt;
                        $w = $tsize;&lt;br /&gt;
                        thumbit($myimg, $w, $h);&lt;br /&gt;
                }&lt;br /&gt;
        }&lt;br /&gt;
 &lt;br /&gt;
        echo &amp;quot;&amp;lt;/node&amp;gt;\n&amp;lt;/map&amp;gt;\n&amp;quot;;&lt;br /&gt;
 ?&amp;gt;&lt;br /&gt;
This is a command line PHP script, so to use it under linux you would type something like:&lt;br /&gt;
 $ php freemindImgGen.php &amp;quot;file:////path/to/prepend/to/images/&amp;quot; image1.jpg [image2.jpg ... ]&lt;br /&gt;
This will output the text for a new mind map (direct it to a file of your choice) with each image thumbnailed in its own node.  The images should all be in the same directory (for some reason, relative paths for images don&#039;t seem to work).  Each thumbnailed image will have 2 child nodes: one node with the full size image and one node with the filename of the image as a freemind link.&lt;br /&gt;
&lt;br /&gt;
Anyway, the reason that I&#039;m posting this here in the request section instead of the user contributions section is that I would like to see this behavior ported into freemind itself.  This would be a better behavior for when you drag-and-drop an image file into freemind, as it does just about everything you would want to do with an image in one shot.   --fist_187&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:[[User:lkcl]] - fist_187: this is a fantastic example of an import/export plugin program that should NOT be added into freemind: it should be possible to RUN this program on-demand from FreeMind from WITHIN freemind as a plugin extension.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
--[[User:Pdf|pdf]] 22:11, 30 Aug 2009 (UTC): A thumbnail image function is a great idea! Some images can be huge, and thumbnails would be an excellent option.  Photographers could make big use of this, but images in general just make an idea map a richer communication tool.  In fact, this capability could re-invent the typical image &amp;quot;gallery&amp;quot; that is often a liner row of images, or an unwieldy table, because images would be represented in a hierarchical context of other references or meaning.  Of course, a link to the original file always lets a viewer see an image in its full glory.&lt;br /&gt;
&lt;br /&gt;
However, for the general non-programmer user I would implement the user interface like this: &lt;br /&gt;
 &lt;br /&gt;
- When an image is inserted, create a thumbnail as a default (or by prompt) to avoid unpleasant surprises of large images taking over the UI and displacing everything else. &lt;br /&gt;
&lt;br /&gt;
- Add an option to convert an image back to normal, or back to thumbnail.&lt;br /&gt;
&lt;br /&gt;
- In preferences, let the user select &amp;quot;thumbnail&amp;quot; as default, or not, and let the user specify the size (as a maximum dimension of either side of the image). Let the user choose whether a prompt appears, or add a check box to the prompt to not ask again.  Another useful preference would be to specify a thumbnail directory (default location inside source image directory)&lt;br /&gt;
&lt;br /&gt;
- As another option (or as a future enhancement) the program would either 1)Create new image files to use as thumbnails, or 2)Generate thumbnails on the fly for display only (or read in thumbnails that may already be appended to some image formats by certain images editors) and maybe cache them. The advantage of reading in on the fly is that the size could also be changed on the fly.  The downside is the time required for the program to generate on-the-fly images in large maps.&lt;br /&gt;
&lt;br /&gt;
- Provide a link to the file so the user can open the full size version in its associated application.&lt;br /&gt;
&lt;br /&gt;
- When importing a folder of files provide an option to import any images.&lt;br /&gt;
&lt;br /&gt;
- After a folder is imported, provide an option to add images to existing links.&lt;br /&gt;
&lt;br /&gt;
=== Node Cloning or Mirroring (aka soft links) ===&lt;br /&gt;
&lt;br /&gt;
Requests for enhancements:&lt;br /&gt;
&lt;br /&gt;
* [http://sourceforge.net/tracker/index.php?func=detail&amp;amp;aid=1021772&amp;amp;group_id=7118&amp;amp;atid=357118 1021772 : One Node object at different places]&lt;br /&gt;
&lt;br /&gt;
One feature request that has attracted a lot of attention from users is what they call &#039;&#039;node cloning or mirorring&#039;&#039;. This amounts to enabling a node to have more than one fathers. That is, such a node appears visually at more places of a map, still, has only one structure and data. Linking a node graphically to more parts of a map is already possible, but users proposing cloning would like to see more visually integrated approach.&lt;br /&gt;
&lt;br /&gt;
Users get encouraged by the fact that the hierarchical application&lt;br /&gt;
[http://leo.sf.net/ LEO] already has such a feature.&lt;br /&gt;
&lt;br /&gt;
This feature has been discussed at forums under threads&lt;br /&gt;
[http://sourceforge.net/forum/forum.php?thread_id=1022954&amp;amp;forum_id=22101 Cloning of nodes] and [http://sourceforge.net/forum/forum.php?thread_id=1051440&amp;amp;forum_id=22101 Node cloning/mirroring].&lt;br /&gt;
&lt;br /&gt;
: I would REALLY like it if FreeMind supported &#039;shortcuts&#039;, &#039;soft/hard links&#039;, or &#039;virtual folders&#039;. You know what I mean? Just some manner of having one node (and its sub-nodes) be able to exist in 2 different places at once. Change one clone, the other is affected, delete one clone, they all go away. (with options to make it a copy instead of a clone, etc...) You&#039;d make my day if you&#039;d add this functionality! --anonymous&lt;br /&gt;
&lt;br /&gt;
: Alright, but &amp;quot;cloning&amp;quot; is not a good term for this as it implies having a physical copy of something. Less misleading could be &amp;quot;linking&amp;quot;, &amp;quot;mirroring&amp;quot;, &amp;quot;redirecting&amp;quot;, &amp;quot;pointing&amp;quot;, &amp;quot;referring&amp;quot;... --anonymous&lt;br /&gt;
&lt;br /&gt;
:: You are right; cloning is not a proper term. This is the way our users expressed their wishes. --[[User:Danielpolansky|Danielpolansky]] 09:26, 20 Dec 2004 (PST)&lt;br /&gt;
&lt;br /&gt;
: I agree too - soft links would be a great feature -- Brad Langhorst&lt;br /&gt;
&lt;br /&gt;
: Seconded - the suggestion on sourceforge of using a local link, but with a &amp;quot;ghost&amp;quot; display at the current location (instead of jumping to the destination of the link) sounds like the way to go.  The side-effect is that you could have a cycle, whereby you are in node A, with child B being a ghost-link to C, expanding C reveals child D which is a ghost-link back to A. -- JettLogic&lt;br /&gt;
&lt;br /&gt;
=== Mindmap-Wikis ===&lt;br /&gt;
&lt;br /&gt;
Creating a mixture of Freemind and a Wiki would be very interesting. It would be shown on the web, and editable by everybody, like a Wiki, but it would not be text-only but a FreeMind&#039;s mind map instead.&lt;br /&gt;
&lt;br /&gt;
That is, provide FreeMind user interface to the underlying wiki technology, handling versioning and other issues. Is there any use of wiki markup in this scenario? (lkcl: yes - see &amp;quot;Notes&amp;quot; section!)&lt;br /&gt;
&lt;br /&gt;
: [[User:lkcl]] - all of these things are possible if you split out a plugin architecture for import / export of data.&lt;br /&gt;
&lt;br /&gt;
Current wiki technology like MediaWiki is already quite attractive in its present state. Either FreeMind interface would be the only one, which would in my view discourage most of the users, or FreeMind interface would be alternative to a web interface, which would require FreeMind to understand wiki markup. This considered, I hold such a project for too expensive compared to the value it brings. Quite another issue is collaborative mind mapping. This issue is similar to wiki, but here the wiki name does not properly apply as neither wiki markup nor wiki&#039;s versioning concept applies. --[[User:Danielpolansky|Danielpolansky]] 13:24, 18 Feb 2005 (PST)&lt;br /&gt;
&lt;br /&gt;
Ok, GraphViz is not really mindmapping, but oddmuse-wiki in colaboration with graphviz is really fascinating, take a look (and don&#039;t forget to follow the &amp;quot;Edit the text of the Page&amp;quot;-link): http://wiki.doomicile.de/LinuxMuleHistory -- HinnerK&lt;br /&gt;
&lt;br /&gt;
: I don&#039;t get your point. What is the relevance to the topic discussed here? --[[User:Danielpolansky|Danielpolansky]] 13:28, 18 Feb 2005 (PST)&lt;br /&gt;
&lt;br /&gt;
:: [[User:lkcl]] he&#039;s illustrating that the text you see on that page is actually created by simply putting &amp;quot;digraph { ..... }&amp;quot; into the text, you get a really cool graph.  in other words, he&#039;s illustrating that it would be easy to replace the FreeMind user interface, written in stupid java, by an oddmuse-wiki using the &amp;quot;digraph ....&amp;quot; concept.&lt;br /&gt;
&lt;br /&gt;
I would suggest starting with a simple [http://www.webdav.org/ save-to-WebDAV] option, and then following it up with a standardized [http://www.xmlrpc.com/ XML-RPC] interface (maybe Atom would be too complex). Having some sort of hooks into node editing operations in the code would be useful, so that people could develop plugins of some sort to perform the actual HTTP transactions live from the applet version -- RuiCarmo&lt;br /&gt;
&lt;br /&gt;
The first thing that came to my mind while opening FreeMind for the very first time was: &amp;quot;Would it be possible to integrate Wiki in FreeMind?&amp;quot;. Currently I am working with a project management software (named Trac) which integrates a Wiki Engine. It is a kind of colaborative project management solution, and it has encouraged all the team to document and activelly contribute to each otherÃÂ´s tasks. &lt;br /&gt;
&lt;br /&gt;
Maybe WikiFreeMind :-) could be something similar. I donÃÂ´t think that FreeMind being the only one interface to be an issue, I think it would be great if we could use wiki formatting inside FreeMind nodes. It would be easy (a gross guess) to allow &#039;&#039;Wiki-links&#039;&#039; between nodes, or wiki/web-pages &#039;&#039;outside&#039;&#039; the map. &lt;br /&gt;
&lt;br /&gt;
It would not be too difficult to do a kind of serialization of the map as a Wiki Database, each node being a wiki page, following the extension mechanics proposed by WikiMedia, you could allow wiki tags that would keep track of the properties of the node as a serialized wiki-page. ItÃÂ´s pretty much brainstorming, but I think it would be possible to use FreeMind as a Wiki Navigator, and the Web Browser + Wiki Engine as a Node Editor. --[[User:loudenvier|loudenvier]] 17:15, 05 Apr 2005 (BRA)&lt;br /&gt;
&lt;br /&gt;
Have a look at the [http://wikkawiki.org/HomePage WikkaWiki software]. My zero programming skills don&#039;t let me to grasp how it works or what it does. But it seems pretty interesting. It allows to insert FreeMind maps into the wiki. [http://wikkawiki.org/MindMapRecentChanges here&#039;s a inline example].&lt;br /&gt;
--[[User:Calamar|Calamar]] 04:31, 20 Dec 2005 (PST)&lt;br /&gt;
&lt;br /&gt;
: This portion hasn&#039;t been edited in a while. With the flash plugin in architecture in place for .9 beta 9 it shouldn&#039;t be too much of a problem to create graphical representations of a wiki to Freemind. The user would have to download the wiki page into the Freemind application and then upload the finished product after editing. It might seem like a long round trip but it would be very useful. &lt;br /&gt;
&lt;br /&gt;
: Furthermore, the Flash application should/could be smart enough to detect a wiki word in the Freemind and auto link it.&lt;br /&gt;
--[[User:Ddaniels|Ddaniels]] 05:17, 24 Mar 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
* There is an development approach for mediawiki and freemind (browser): http://www.wikimindmap.org/ which is available with GNU GPL v3. I managed it to get it run after understanding the config in the getpages.php and the index.php and discommenting something out in getpages.php. But it currently does not show some articles and categories. Perhaps someone is able to bring it to a better version: [[:Image:wwm_zip.mm]]. Just rename file extension to zip. --[[User:Hiverider|Hiverider]] 15:08, 26 Mar 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
===Applet allowing editing mind maps.===&lt;br /&gt;
&lt;br /&gt;
Requests for enhancements:&lt;br /&gt;
&lt;br /&gt;
* [http://sourceforge.net/tracker/index.php?func=detail&amp;amp;aid=1061195&amp;amp;group_id=7118&amp;amp;atid=357118 1061195 : Editor Mode (MindMap Mode) applet]&lt;br /&gt;
&lt;br /&gt;
It would be fine to edit a map via applet and save it to a webserver directory.&lt;br /&gt;
&lt;br /&gt;
: Indeed it would be fine. This is related to integration of mindmaps in wikis. In particular, [http://wikka.jsnx.com/HomePage WikkaWiki] uses freemind applet to show mindmaps in web pages. Unfortunately, mindmap edition is not possible while it is obviously possible for text. Such a capability would allow mindmap to be editable inside a wiki by wiki users. I also think this is more natural and a lot easier to insert mindmap capabilities inside wiki softwares than implement wiki functionnalities inside freemind. Don&#039;t you ? --[[User:OliGator|OliGator]] 09:18, 22 Oct 2006 (PDT)&lt;br /&gt;
&lt;br /&gt;
I wonder why the .mm extension is mandatory on the applet. At this point on the web we use Content-type instead of extensions, isn&#039;t it? Why then don&#039;t use Content-type OR .mm extension to open a map with the applet?&lt;br /&gt;
&lt;br /&gt;
Will be fantastic if the applet could capture drop events. With this enhancement we could use a custom toolbar to add custom snippets or integrate it with our solutions&lt;br /&gt;
&lt;br /&gt;
Leos: Editing capabilities would be great benefit. I use multiple computers and notebooks at the office and at home, so it is nightmare to synchronize their content. If I could just open the map from browser, modify it and click save, I would be very happy. If there are some Java security restrictions, you can implement it via some servlet, I could deploy into my server.&lt;br /&gt;
&lt;br /&gt;
=== Saving maps using WebDAV ===&lt;br /&gt;
&lt;br /&gt;
Let FreeMind read from and save to [http://www.webdav.org WebDAV] server. Repeatedly requested.&lt;br /&gt;
&lt;br /&gt;
According to the WebDAV website,&lt;br /&gt;
&lt;br /&gt;
: WebDAV stands for &amp;quot;Web-based Distributed Authoring and Versioning&amp;quot;. It is a set of extensions to the HTTP protocol which allows users to collaboratively edit and manage files on remote web servers.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
What&#039;s the holdup on integrating WebDav into Freemind?  There&#039;s a patch available already [[http://www.ubik-products.com/ludowiki/FreeMind FreeMind WebDAV Enhancement]].  Is there anything wrong with that patch or have people just not gotten around to integrating it?  This would also address the need of applets and wiki-like functionality.&lt;br /&gt;
&lt;br /&gt;
Working with WebDAV would make for an outstanding creative toolkit. &lt;br /&gt;
There is a keen need for a tool like this in our business (long distances; documents cobbled together from Basecamp and IM logs). One consideration: how would changes be merged? And is there an unobtrusive way to identify authors of specific changes and content?&lt;br /&gt;
&lt;br /&gt;
===Changing attributes by depth level.=== Wouldn&#039;t it be good if nodes could have levels (defined as outward from the centre) so that you could change color, font and other node properties by level. For instace, all nodes of level two would have red bubbles.&lt;br /&gt;
&lt;br /&gt;
OR Allow user to define default level attributes to be applied when a branch is made. The most common one being font size and edge width. Undefined attributes like colour should flow down. This is just the desired default at creation time and may be changed. Branches further out than the deepest defined default all inherit from previous branch.&lt;br /&gt;
&lt;br /&gt;
===Integrated Google web search===&lt;br /&gt;
How about an accessory software that would input FreeMind&#039;s XML and conduct Google and Google News searches on all nodes plus their neighbours? If anything useful is found (and there would be less than x hits), it would *wget* them and add links to the material to the map. Run this as a cronjob and your mind map will always have new ideas when you open FreeMind again.&lt;br /&gt;
&lt;br /&gt;
: Seems like a suggestion for a plugin. For sure it does not belong to the core FreeMind. Such a plugin will call external tools like wget which increases the installation costs. --[[User:Danielpolansky|Danielpolansky]] 09:34, 20 Dec 2004 (PST)&lt;br /&gt;
&lt;br /&gt;
===MIDlet for editing with mobile phones===&lt;br /&gt;
&lt;br /&gt;
MIDlet idea entry front-end is a MUST! I want to be able to do mind mapping with my mobile phone and then upload the changes to the main map on my desktop.&lt;br /&gt;
&lt;br /&gt;
: It is not a &#039;&#039;must&#039;&#039;. When enabled with importing various other formats, FreeMind can take data from mobile applications. Also, it is not clear why MIDlet should be the technology of choice, if FreeMind shall run on mobile phones. --[[User:Danielpolansky|Danielpolansky]] 09:33, 20 Dec 2004 (PST)&lt;br /&gt;
&lt;br /&gt;
===Have floating textbox for titles or comments===&lt;br /&gt;
&lt;br /&gt;
Hi I would like to request a feature, namely a title and/or comment at the beginning/end of page to be able to use it in presentations, where I would have my name on top right.&lt;br /&gt;
I would suggest that there is no link to other nodes just a kind of text box.&lt;br /&gt;
Maybe there are more people thinking about this nice addon?&lt;br /&gt;
&lt;br /&gt;
Request for enhancements:&lt;br /&gt;
* [http://sourceforge.net/tracker/index.php?func=detail&amp;amp;aid=1167418&amp;amp;group_id=7118&amp;amp;atid=357118 1167418]: Legends&lt;br /&gt;
&lt;br /&gt;
=== An editable tree view (like the html export) ===&lt;br /&gt;
&lt;br /&gt;
With such view I can imagine freemind to be useable an smaller devices like an ipaq running familiar (or ppc). Can you run freemind on such devices? --Alex&lt;br /&gt;
&lt;br /&gt;
=== A non graphic tree view mode ===&lt;br /&gt;
Similar request as Alex. &lt;br /&gt;
A &#039;&#039;&#039;non-graphic&#039;&#039;&#039; linear mode would be usefull ! The graphic mode is the best to organise and visualise the information, but a simple linear tree mode is more comfortable for reading and editing large portion of text. It would also allow to access the same databases on a small screen. Freemind has become one of my most important tools on my Pc and I am dreaming to use it on a symbian phone too. Thank you so much. Franck&lt;br /&gt;
&lt;br /&gt;
Il second that, Inspiration also a midn mapping tool used at school does this, translates the mind map into linear. Being able to see the same information in different ways is what computers are amazing at doing. It would be great to see information from different perspectives, Mind map form, linear (for printing essays/or books), Network diagram, etc.&lt;br /&gt;
&lt;br /&gt;
=== Option not to open last opened file upon start ===&lt;br /&gt;
&lt;br /&gt;
Users request that they should get a user option to tell FreeMind not to open the last opened file upon start. Seems like a sensible request to me. --[[User:Danielpolansky|Danielpolansky]] 10:07, 2 Jun 2006 (PDT)&lt;br /&gt;
&lt;br /&gt;
===ToughGraph like dynamic layout===&lt;br /&gt;
&lt;br /&gt;
Requests for enhancements:&lt;br /&gt;
&lt;br /&gt;
* [http://sourceforge.net/tracker/index.php?func=detail&amp;amp;aid=1052556&amp;amp;group_id=7118&amp;amp;atid=357118 1052556 : TouchGraph style dynamic layout]&lt;br /&gt;
* [http://sourceforge.net/tracker/index.php?func=detail&amp;amp;aid=909016&amp;amp;group_id=7118&amp;amp;atid=357118 909016 : TouchGraph display mode]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The [[TouchGraph]] interface has more potential than the existing fixed one. Mind maps are not supposed to necessarily be hierarchical, but organically growing and intertwined a lot. In FreeMind I can add links, but they aren&#039;t really good if compared with something universal like TouchGraph (GoogleBrowser, WikiBrowser). &lt;br /&gt;
 &lt;br /&gt;
I think FreeMind would become much more powerful (not to mention cool looking) if it had a dynamic mode without a root node. It would be great if arbitrary links (not just parent/child) between any nodes were supported, if text size and colors would dynamically adjust according to the distance, relevance and other factors, and if the layout would be dynamic, with the graph rearranging itself on the fly.&lt;br /&gt;
&lt;br /&gt;
More details at the TouchGraph site ([http://www.touchgraph.com/]), and at this page: [http://www.jspwiki.org/PageInfo.jsp?page=TouchGraphWikiBrowser]).&lt;br /&gt;
&lt;br /&gt;
: I disagree with the views presented here. A good news for you is that if you don&#039;t like the way FreeMind presents data, you can choose TouchGraph instead. --[[User:Danielpolansky|Danielpolansky]] 09:32, 20 Dec 2004 (PST)&lt;br /&gt;
&lt;br /&gt;
:* Well, in my opinion the links between nodes certainly offer a starting point for improvements. They are more curved than really necessary. --[[User:TMaschler|TMaschler]] 01:46, 17 Feb 2005 (PST)&lt;br /&gt;
&lt;br /&gt;
:* Further, the idea of formatting nodes in function of their distance from the start node (i.e. by style sheets) would greatly enhance the mind map appearance; although it should be possible to overwrite the node formatting style for each node individually. --[[User:TMaschler|TMaschler]] 01:46, 17 Feb 2005 (PST)&lt;br /&gt;
&lt;br /&gt;
:* What about offering a variety of display modes for the nodes (tree view, the current default view, without hierarchy, ...)?&lt;br /&gt;
&lt;br /&gt;
I agree that alternatives to the hierarchical view are important and the whole advantage of using visual mapping in the first place --[[User:Ryba|Ryba]] 17:16, 27 Oct 2005 (PDT)&lt;br /&gt;
&lt;br /&gt;
===More flexible Resize Options===&lt;br /&gt;
What about the following resize possibilities: --[[User:TMaschler|TMaschler]] 01:46, 17 Feb 2005 (PST)&lt;br /&gt;
* automatically/ dynamically&lt;br /&gt;
* by clicking on magnification glass icons (+ and -)&lt;br /&gt;
&lt;br /&gt;
Resizing should be able to resize a node and the text dynamically wraps and changes the size of the box.  The current approach requires hard returns to resize the text boxes.--[[User:Ryba|Ryba]] 17:06, 27 Oct 2005 (PDT)&lt;br /&gt;
&lt;br /&gt;
===More Flexible Window Resize and Reformat Options===&lt;br /&gt;
Background: We are using Freemind in an internal Wiki to document all the program file paths. Unfortunately, when opened in a browser window, the .mm file shows a couple of hundred pixels of blank area above and to the left of the map, then fails to allow users to scroll all the way to the right so they can see the information.  My apologies if the answer is there, but I have not been able to find any information in the forums or help to either reduce the total window size, or to change the map alignment from CENTER to TOP RIGHT. (Help mentions a user.properties file, not present in 9.0.x).&lt;br /&gt;
&lt;br /&gt;
Requests: &lt;br /&gt;
1. Allow users to resize the window to match the map size, and/or&lt;br /&gt;
2. Either allow users to set map aligment within the window, or change auto-aligment settings to the most efficient space use (generally top left, but not always, which argues for allowing the user to decide).&lt;br /&gt;
&lt;br /&gt;
Thanks for a great application!!&lt;br /&gt;
&lt;br /&gt;
=== Easier to delete nodes ===&lt;br /&gt;
&lt;br /&gt;
A relatively straightforward enhancement: the Node/Remove Node on the popup menu could be moved to the main popup menu, under &#039;Insert Child Node&#039;. It would probably be better server by being called &#039;Delete Child Node&#039;. I think it would also be fantastic if it had a shortcut key - Del probably being the most suitable. I find it a right pain to delete nodes (I notice someone submitted an RFE on sourceforge asking for a delete function, clearly not being aware there already was one - I think this indicates it needs moving!)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;David Perez comment&#039;&#039;: An alternative I use is to cut the node in order to delete it.&lt;br /&gt;
&lt;br /&gt;
: Nodes will be easy to delete in the next version. The reason why they are not easy to delete currently is that there&#039;s no undo available. In the mean time, pressing Ctrl + X should suffice to delete a node. --[[User:Danielpolansky|Danielpolansky]] 09:28, 20 Dec 2004 (PST)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Torsten GrÃÂ¤ÃÂler comment&#039;&#039;:&lt;br /&gt;
: Find the line starting with &amp;quot;#keystroke_remove&amp;quot; in the &amp;lt;user home&amp;gt;/freemind/user.properties file and change it to &amp;quot;keystroke_remove = DELETE&amp;quot;. Now you can delete a node with the DEL key. This works on my WinXP Pro, but should work on other platforms, too. -- 04:27, 23 Mar 2004&lt;br /&gt;
&lt;br /&gt;
Most of the times you delete something and sooner or later you find out that you actually need that thing again. Undo is good, but once you have closed FreeMind it&#039;s lost forever. Wouldn&#039;t it be nice to have a .trash file to accompany every .mm file just to make things easier? --Anonymous.&lt;br /&gt;
&lt;br /&gt;
: This is a known issue by now. Deleting nodes is far too easy in FreeMind 0.8.0, in my view anyway. --[[User:Danielpolansky|Danielpolansky]] 06:51, 13 May 2006 (PDT)&lt;br /&gt;
&lt;br /&gt;
===Statistics===&lt;br /&gt;
&lt;br /&gt;
Requests for features:&lt;br /&gt;
&lt;br /&gt;
* [http://sourceforge.net/tracker/index.php?func=detail&amp;amp;aid=1040097&amp;amp;group_id=7118&amp;amp;atid=357118 1040097 : Total Node Count]&lt;br /&gt;
&lt;br /&gt;
Show the statistics&lt;br /&gt;
&lt;br /&gt;
* number of nodes in a map&lt;br /&gt;
* number of leafs (childless nodes)&lt;br /&gt;
* number of nodes with children&lt;br /&gt;
&lt;br /&gt;
on the &#039;&#039;node&#039;&#039; level or a &#039;&#039;map&#039;&#039; level (once you can do node level, you also can do map level).&lt;br /&gt;
&lt;br /&gt;
===Thousands of new icons===&lt;br /&gt;
&lt;br /&gt;
Enhancing the number and variety of icons to the sufficient amout would definetely increase versatility of FreeMind. Plenty of small pictures it is a must if you want to organize your knowledge (e.g. notes from collage), so that every &#039;key info&#039; could be easily remembered. The more icons that help associating the information the better - I would like to see pictures of man, men, woman, women, tree, chair, table and so on - any thing you can imagine, categorized. I know I can use external pictures, but it&#039;s really inconvenient if I have to look for each picture on the Internet for a few minutes while creating a new map. Built-in icons would be a great help.&lt;br /&gt;
&lt;br /&gt;
: It is clear that a larger icon library would be helpful. --[[User:Danielpolansky|Danielpolansky]] 13:18, 18 Feb 2005 (PST)&lt;br /&gt;
&lt;br /&gt;
it would be great if i would able to add or delete icons in to the toolbar my self. 22.2.05 by erwin&lt;br /&gt;
&lt;br /&gt;
Not sure if the hyperlink arrows count as icons, but it would be good if they could be colour coded; eg blue arrow for a hyperlink to a local file on the local computer, yellow for a file located on the local network, red arrow for a hyperlink to a html site, Green arrow for a local hyperlink&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
: I use famfamfam.com&#039;s general purpose silk icons set in most of my projects, there are over 1000 icons, each one of them is a little gem. There are distributed under the creative common license, I don&#039;t know if they can be included and distributed in a open source project .. probably. Still, the best would be an kind of icon manager to allow us to build our own icons libraries and includes some basics libraries by default.&lt;br /&gt;
&lt;br /&gt;
 --[[User:h3|h3]] 11:00, 27 Jul 2006&lt;br /&gt;
&lt;br /&gt;
I suggested in another place to have groups of icons, so that the access of all icons gets simplified, and the change of an icon gets simplified too. Here are some examples of groups/categories:&lt;br /&gt;
 * To be Completed, important/urgent/both/not important&lt;br /&gt;
 * partial/ complete&lt;br /&gt;
 * mecanism (ex: &amp;quot;rouages&amp;quot;),	GUI, Database,&lt;br /&gt;
 * draft/under review/finalized (different evident progressing levels)&lt;br /&gt;
 * analogy with road signal: &amp;quot;sans issue/cul de sac, speed limit, ...&amp;quot;	&lt;br /&gt;
 * communication mean (phone, e-mail, mail...)&lt;br /&gt;
 * context (work, home, travel)&lt;br /&gt;
 * art (music, painting, sculpture)???&lt;br /&gt;
 * time management (date, time, time duration)&lt;br /&gt;
 * Satisfaction (smiles)&lt;br /&gt;
Thanks :-) --[[User:Patco|Patco]]&lt;br /&gt;
&lt;br /&gt;
===Zooming With Scroll Button===&lt;br /&gt;
&lt;br /&gt;
Being able to pan by holding down the right-hand mouse button and twiddling the scroll wheel is great. What would help navigation a little more would be to zoom in and out by holding down, say, the left-hand mouse button.&lt;br /&gt;
&lt;br /&gt;
===New menu entry &#039;&#039;Save All&#039;&#039; ===&lt;br /&gt;
&lt;br /&gt;
Requests for enhancements:&lt;br /&gt;
&lt;br /&gt;
* [http://sourceforge.net/tracker/index.php?func=detail&amp;amp;aid=932817&amp;amp;group_id=7118&amp;amp;atid=357118 932817 : Easy: &amp;quot;Save all&amp;quot;-menu entry]&lt;br /&gt;
&lt;br /&gt;
* [http://sourceforge.net/tracker/?group_id=7118&amp;amp;atid=357118&amp;amp;func=detail&amp;amp;aid=665584 665584 : Add function &amp;quot;Save all&amp;quot;, to menus and toolbar]&lt;br /&gt;
&lt;br /&gt;
===  User defined icons ===&lt;br /&gt;
&lt;br /&gt;
Requests for enhancements&lt;br /&gt;
&lt;br /&gt;
* [http://sourceforge.net/tracker/index.php?func=detail&amp;amp;aid=966193&amp;amp;group_id=7118&amp;amp;atid=357118 966193 : User defined icons (similar 883498) - a quick implementation]&lt;br /&gt;
&lt;br /&gt;
=== Keep custom/unknown XML tags when saving ===&lt;br /&gt;
&lt;br /&gt;
Requests for enhancements:&lt;br /&gt;
&lt;br /&gt;
* [http://sourceforge.net/tracker/index.php?func=detail&amp;amp;aid=943713&amp;amp;group_id=7118&amp;amp;atid=357118  943713 : Keep custom/unknown XML tags when saving]&lt;br /&gt;
&lt;br /&gt;
=== Collaborative editing of mind maps ===&lt;br /&gt;
&lt;br /&gt;
Requests for enhancements:&lt;br /&gt;
&lt;br /&gt;
* [http://sourceforge.net/tracker/?group_id=7118&amp;amp;atid=357118&amp;amp;func=detail&amp;amp;aid=869746 869746 : Multi-user collaboration on one map, using tracking of changes ]&lt;br /&gt;
* [http://sourceforge.net/tracker/index.php?func=detail&amp;amp;aid=1058763&amp;amp;group_id=7118&amp;amp;atid=357118  1058763 : conference mode / work together online]&lt;br /&gt;
&lt;br /&gt;
Conference-like editing of a shared map. When one user adds a node, other users get display update, and vice versa. Rather demanding request, but also potentially highly useful.&lt;br /&gt;
&lt;br /&gt;
--[[User:Violetlight|Violetlight]] 09:30, 2 Aug 2006 (PDT): Problems to solve in this area:&lt;br /&gt;
* Whether to mesh peer to peer (e.g. Jabber/XMPP) or to use notification via a server&lt;br /&gt;
* How to perform locking (and whether to use optimistic locking)&lt;br /&gt;
* How to resolve conflicts&lt;br /&gt;
* How to bring a new change to a collaborating user&#039;s attention without being intrusive (say a &amp;quot;delta icon&amp;quot; in the node or something like that?)&lt;br /&gt;
&lt;br /&gt;
=== Allow for mathematical formulas using LaTeX or MathML ===&lt;br /&gt;
&lt;br /&gt;
Requests for enhancements:&lt;br /&gt;
&lt;br /&gt;
* [http://sourceforge.net/tracker/index.php?func=detail&amp;amp;aid=977500&amp;amp;group_id=7118&amp;amp;atid=357118 977500 : include formulas / latex support]&lt;br /&gt;
&lt;br /&gt;
People want to type in mathematical formulas in text markup and see something good looking when not edited.&lt;br /&gt;
&lt;br /&gt;
=== User attributes or tags of a node ===&lt;br /&gt;
&lt;br /&gt;
Requests for enhancements:&lt;br /&gt;
* [http://sourceforge.net/tracker/index.php?func=detail&amp;amp;aid=1122973&amp;amp;group_id=7118&amp;amp;atid=357118 1122973 : Allow nodes to &amp;quot;carry&amp;quot; other attributes]&lt;br /&gt;
&lt;br /&gt;
For user editable using a popping up table. File format example:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;node TEXT=&amp;quot;Tagged&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;lt;tag NAME=&amp;quot;cost&amp;quot; VALUE=&amp;quot;500ÃÂ¬&amp;quot;/&amp;gt;&lt;br /&gt;
   &amp;lt;tag NAME=&amp;quot;todo&amp;quot; VALUE=&amp;quot;yes&amp;quot;/&amp;gt;&lt;br /&gt;
 &amp;lt;/node&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Rich text formatting of nodes ===&lt;br /&gt;
&lt;br /&gt;
Requests for enhancements:&lt;br /&gt;
&lt;br /&gt;
* [http://sourceforge.net/tracker/index.php?func=detail&amp;amp;aid=909694&amp;amp;group_id=7118&amp;amp;atid=357118 909694 : Different text attributes within text nodes]&lt;br /&gt;
&lt;br /&gt;
Rich text formatting includes boldface, italics, font colors, tables and the like. It is already possible using HTML in nodes. What&#039;s missing is the GUI support for editing HTML nodes. Another thing missing is pasting of RTF - Rich Text Format directly into FreeMind.&lt;br /&gt;
&lt;br /&gt;
=== Scalable Vector Graphics (SVG) in nodes ===&lt;br /&gt;
&lt;br /&gt;
Nodes could store and view scalable vector graphics (SVG). Currently, nodes certainly can store SVG, but only its source code is displayed. It should be possible that SVG is displayed like graphics. Editing of SVG can be done using external programs like Inkscape, or using an SVG editing component written in Java.&lt;br /&gt;
&lt;br /&gt;
Viewing of SVG could perhaps be achieved using Apache&#039;s Batik framework. How fast, and how much more memory consuming it would be is unclear.&lt;br /&gt;
&lt;br /&gt;
=== Enable spell checking ===&lt;br /&gt;
&lt;br /&gt;
Requests for enhancements:&lt;br /&gt;
&lt;br /&gt;
* [http://sourceforge.net/tracker/index.php?func=detail&amp;amp;aid=1080652&amp;amp;group_id=7118&amp;amp;atid=357118 1080652 : Ability to spell Check Text Fields]&lt;br /&gt;
&lt;br /&gt;
=== Add label to edges ===&lt;br /&gt;
&lt;br /&gt;
Requests for enhancements:&lt;br /&gt;
&lt;br /&gt;
* [http://sourceforge.net/tracker/index.php?func=detail&amp;amp;aid=997862&amp;amp;group_id=7118&amp;amp;atid=357118 997862 : Naming of Edges]&lt;br /&gt;
&lt;br /&gt;
: As I see it, this will make the map difficult to read. I can&#039;t imagine how to implement this in a visually acceptable manner. --[[User:Danielpolansky|Danielpolansky]] 14:02, 5 Mar 2005 (PST)&lt;br /&gt;
&lt;br /&gt;
: On the other hand, edge labels make a lot of sense with freely positioned nodes introduced in FreeMind 0.8.0. --[[User:Danielpolansky|Danielpolansky]] 09:29, 26 Oct 2005 (PDT)&lt;br /&gt;
&lt;br /&gt;
=== Add label to arrow link ===&lt;br /&gt;
&lt;br /&gt;
Requests for enhancements:&lt;br /&gt;
&lt;br /&gt;
* [http://sourceforge.net/tracker/index.php?func=detail&amp;amp;aid=1214199&amp;amp;group_id=7118&amp;amp;atid=357118 1214199 : labels on arrows]&lt;br /&gt;
&lt;br /&gt;
Sometimes it could be very useful to label arrow link. It may help to better express and easily understand the exact sense (meaning) of specific arrow link.&lt;br /&gt;
&lt;br /&gt;
=== Filter nodes by their icons  ===&lt;br /&gt;
&lt;br /&gt;
Requests for enhancements&lt;br /&gt;
&lt;br /&gt;
* [http://sourceforge.net/tracker/index.php?func=detail&amp;amp;aid=1071438&amp;amp;group_id=7118&amp;amp;atid=357118 1071438 : Filter nodes based on icon]&lt;br /&gt;
&lt;br /&gt;
Set filter on a given node, as a list of icon names. When such a filter is set, only those descendands of the filtered node are shown that satisify the filter. A node satisfies the filter, if one of its icons is in the filter&#039;s set of icons, or one of its descendants satisfies the filter.&lt;br /&gt;
&lt;br /&gt;
: Filtering based on icons is not very neat, as it does not decouple the meaning from its presentation. But it may be a good interim solution anyway. --[[User:Danielpolansky|Danielpolansky]] 11:02, 20 Feb 2005 (PST)&lt;br /&gt;
&lt;br /&gt;
* It&#039;s done in FreeMind 0.9 --[[User:Terkor|Terkor]] 04:21, 18 Aug 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
=== Insert Current Date and Hour ===&lt;br /&gt;
&lt;br /&gt;
Feb 25,2005. It would be nice to have a button to insert in a node the current date and/or hour. Thanks!&lt;br /&gt;
&lt;br /&gt;
: Makes sense. Can be found in Window&#039;s Notepad under the key F5. --[[User:Danielpolansky|Danielpolansky]] 10:06, 26 Feb 2005 (PST)&lt;br /&gt;
&lt;br /&gt;
It would be great if a time stamp would be created automaticaly wehn creating a new nod.&lt;br /&gt;
It should only be displayed when a special &amp;quot;Date-Button&amp;quot; is aktive!&lt;br /&gt;
&lt;br /&gt;
: You guys, would you mind stopping shouting at us with your exclamation marks? In English speaking countries, it is not necessary to add an exclamation mark to every second sentence. --[[User:Danielpolansky|Danielpolansky]] 09:31, 26 Oct 2005 (PDT)&lt;br /&gt;
&lt;br /&gt;
==== Simple Trick for KDE Users ====&lt;br /&gt;
&lt;br /&gt;
2005-09-29-11:16:32-PDT&lt;br /&gt;
&lt;br /&gt;
This will be a really nice feature in general. In the mean time, you can use the following method if you are using KDE. Under KDE, you can insert the current date and time (like the one above) into klipper by binding the following command to a key combination (for example, Ctrl-Alt-C):&lt;br /&gt;
&lt;br /&gt;
  dcop klipper klipper setClipboardContents `date +&amp;quot;%Y-%m-%d-%H:%M:%S-%Z&amp;quot;`&lt;br /&gt;
&lt;br /&gt;
After this, Ctrl-Alt-C followed by Ctrl-v should allow you to insert the date, in a format of your choice, into any document (including freemind).&lt;br /&gt;
&lt;br /&gt;
=== Support for callto: protocol ===&lt;br /&gt;
&lt;br /&gt;
As pointed out in a [http://sourceforge.net/forum/forum.php?thread_id=1241290&amp;amp;forum_id=22101 forum posting], support for &#039;&#039;callto:&#039;&#039; protocol would be helpful.&lt;br /&gt;
&lt;br /&gt;
If this was fully integrated, it would allow integrated voice and mind-map collaboration.  For example passing &amp;quot;opinion sections&amp;quot; of a draft map between participants with a voiceover prior to including them into a collated and agreed version.  Another example might be calling between the participants of a (limited) brainstorm as the brainstorm was first diverged and then converged within the mapping tool. --[[User:Violetlight|Violetlight]] 09:17, 2 Aug 2006 (PDT)&lt;br /&gt;
&lt;br /&gt;
=== Support for use as a dashboard ===&lt;br /&gt;
Freemind could be an excellent generic front end as a dashboard for updating information if it supported file polling (refresh) or some other automated update.  For example, database loading scripts could write their progress using Freemind&#039;s XML format.  Any user monitoring processes such as these could see at a glance if a process had failed, add in some context dependent metadata, and could produce a log/report from the XML.&lt;br /&gt;
&lt;br /&gt;
=== Ability for arrows to have text associated, or be full nodes ===&lt;br /&gt;
&lt;br /&gt;
Related To [http://sourceforge.net/tracker/index.php?func=detail&amp;amp;aid=1167198&amp;amp;group_id=7118&amp;amp;atid=357118 1167198 non-tree graph (concept map?)]&lt;br /&gt;
&lt;br /&gt;
I have a need in my current project (uni), to show heirarchies of risks, causes, and parties involved. Associated among these varying levels of heirarchies I have created arrows indicating relationship (affects-this, causes-something-else etc.), the color of the arrows indicating the relationship. It would be helpful to be able to put labels on the arrows. Actually more important than this, arrows should be full nodes, Allowing different objects to be attached as children (including other arrows). Admittedly giving arrows the ability to be full nodes may invite abuse &amp;amp; cause complexity, however informational-relations are themselves complex (solution should be as simple as possible, no simpler). Coding would perhaps be more elegent to allow for more than 1 child node in the code, but have a limit placed by higher-level code? (i.e. no children of children, even though the arrow objects themselves may allow for this)&lt;br /&gt;
&lt;br /&gt;
=== Object Styles ===&lt;br /&gt;
&lt;br /&gt;
It would be nice to have the ability to set styles for an object, and be able to select styles (styles would perhaps be associated per object-type) when creating objects.&lt;br /&gt;
&lt;br /&gt;
Objects include nodes, edges and arrow links.&lt;br /&gt;
&lt;br /&gt;
Using styles, the physical formatting shall no longer be set for a node but rather for a style. An example XML representation may be:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;map&amp;gt;&lt;br /&gt;
   &amp;lt;style ID=&amp;quot;S1&amp;quot; LABEL=&amp;quot;Urgent&amp;quot; OBJECTTYPE=&amp;quot;node&amp;quot;&lt;br /&gt;
          COLOR=&amp;quot;#404040&amp;quot; BACKGROUNDCOLOR=&amp;quot;#FFFFE0&amp;quot;/&amp;gt;&lt;br /&gt;
   &amp;lt;node TEXT=&amp;quot;Root&amp;quot;&amp;gt;&lt;br /&gt;
     &amp;lt;node STYLEID=&amp;quot;S1&amp;quot; TEXT=&amp;quot;Styled node&amp;quot;/&amp;gt;&lt;br /&gt;
   &amp;lt;/node&amp;gt;&lt;br /&gt;
 &amp;lt;/map&amp;gt;&lt;br /&gt;
&lt;br /&gt;
It is not clear if the user may set the ID himself. Then it perhaps should not be ID but rather NAME. XSLT transforming sheets refer either to ID or to NAME rather than to LABEL of style.&lt;br /&gt;
&lt;br /&gt;
=== Hyperlinks to Programs with Arguments ===&lt;br /&gt;
&lt;br /&gt;
In addition to (followable) hyperlinks to web-pages, to local folders, to executable programs, and to executable files (e.g. &amp;quot;datasheet.xls&amp;quot;), it would also be nice to have hyperlinks to programs with arguments and switches such as: &amp;quot;notepad myfile.bat&amp;quot; or &amp;quot;explorer.exe /n,/e,C:\&amp;quot; --[[User:Lhg|Lhg]] 01:11, 18 Apr 2005 (PDT)&lt;br /&gt;
&lt;br /&gt;
Yes...I am using freemind for System Administration:  And it is quite excellent, to have nodes for every computer and user on my system with child&lt;br /&gt;
nodes for services, nfsmounts, etc... but i would like very much to be able to link to the other computers with executables like &lt;br /&gt;
&lt;br /&gt;
           # ssh mynfsserver.mynetwork emacs /etc/exports&lt;br /&gt;
or&lt;br /&gt;
           # ssh mykrb5server.mynetwork emacs /etc/kdc/kdc.conf&lt;br /&gt;
&lt;br /&gt;
=== Show multiple maps in tabs ===&lt;br /&gt;
&lt;br /&gt;
XEmacs shows multiple documents at tabs at the top. Microsoft Excel shows multiple sheets of a document at tabs at the bottom. Although this is not a standard user interface model, seems quite useful for FreeMind. Various users requested this feature. --[[User:Danielpolansky|Danielpolansky]] 11:38, 30 Apr 2005 (PDT)&lt;br /&gt;
&lt;br /&gt;
Could it be possible to have a &amp;quot;restore all tabs&amp;quot; option, as in Firefox? --[[User:Patco|Patco]]&lt;br /&gt;
&lt;br /&gt;
This would definitely be a useful enhancement. Typical use case: I&#039;m managing several projects, I have one &amp;quot;mindmap&amp;quot; for each project, that would allow me to have all the maps open at the same time and accessible with a single click, selecting the one I need to watch at the moment. I might try to code this myself if I ever find the time for that :-P --[[User:Maathieu|Maathieu]] 12:41, 22 Jul 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
=== Show multiple pages of the one map in tabs ===&lt;br /&gt;
&lt;br /&gt;
ConceptDraw MindMap has this feature. Right-click on a node, select &amp;quot;send to new page&amp;quot;, and the node with its children appears in a separate tab in the same document. This avoids the need to spawn extra files when your map becomes unwieldy and you want to chop off a branch. It is hyperlinked to and from its location on the original page.&lt;br /&gt;
&lt;br /&gt;
Why use this instead of exporting to a new file? Because when the &amp;quot;new&amp;quot; map is conceptually part of the original map from which it was extracted, it is tidier and less error-prone to keep it in the same file. It won&#039;t get lost. And with a new page, instead of a new file, the user is saved from having to think of a meaningful file name for the extracted section. Node names do not necessarily make good file names.&lt;br /&gt;
&lt;br /&gt;
=== Allow more maps to be shown side by side ===&lt;br /&gt;
&lt;br /&gt;
In XEmacs, Vim or Microsoft Excel, it is possible to see several documents side by side. It would make sense for FreeMind too. Nevertheless, the added value is questionable. --[[User:Danielpolansky|Danielpolansky]] 11:38, 30 Apr 2005 (PDT)&lt;br /&gt;
&lt;br /&gt;
If a few features are added, seeing two documents side by side would have more meaning.  Automatic creation of a cloned node that is the root node of a new document is one.  Press Ctrl-Enter (for example) would create a new document.  This document would have a root node and filename that is the same name as node from the parent document.  A line would connect these two nodes on the screen.  Note the line is really two lines that connect at the boundary of each window.  This type of line would also show visually the link between any two nodes in any two mm-files.  Alternatively you can have the second window show a piece of the same document.  This piece would include the node the cursor is on in the left pane and all the child nodes.  &lt;br /&gt;
&lt;br /&gt;
Another idea is to show a mind map as a menu.  Menus are useful because they require very little additional screen space.  Click on anything in the menu and it either shows the rest of the tree from the selected node or it evaluates the node which could mean it opens a new mind map, opens a program or does some other action.&lt;br /&gt;
--[[User:Mars729|Mars729]] 17:22, 1 Jun 2008 (EDT)&lt;br /&gt;
&lt;br /&gt;
=== Direct pasting of RTF from clipboard ===&lt;br /&gt;
&lt;br /&gt;
In one of the future versions, direct pasting of HTML into FreeMind will be supported; the code for it already exists and has not been published yet. In addition, direct pasting of [http://www.biblioscape.com/rtf15_spec.htm RTF] as HTML would be helpful. A free algorithm for conversion between RTF and HTML is needed for that.&lt;br /&gt;
&lt;br /&gt;
RTF (rich text format) is used in email messages in Microsoft Outlook, and in hierarchical notebooks [http://www.tranglos.com/free/keynote.html Key Note] and [http://www.tuxcards.de/ TuxCards]. --[[User:Danielpolansky|Danielpolansky]] 03:36, 22 May 2005 (PDT)&lt;br /&gt;
&lt;br /&gt;
=== Lock Contents and Hierarchical Position of a Node ===&lt;br /&gt;
&lt;br /&gt;
It will be really nice to be able to lock the contents of a node so it cannot be edited unless it is explicitly unlocked. Similarly, it might be useful to prevent a node from being moved to another position in the hierarchy of the map.&lt;br /&gt;
&lt;br /&gt;
=== Better Placement of New &amp;quot;Secondary&amp;quot; Nodes Relative to the Root Node ===&lt;br /&gt;
&lt;br /&gt;
When adding nodes to the root node, they appear to be placed Right, Left, Right, Left. If some of these secondary nodes are deleted and another one is added to the root node, the side on which it is added appears to be chosen according to the number of secondary nodes on each side.&lt;br /&gt;
&lt;br /&gt;
This seems fair enough, but if some of the secondary nodes have hundreds of child nodes and others only have a few then you can end up with a map which has far more nodes on the right than the left, but still have new secondary nodes added on the right hand side.&lt;br /&gt;
&lt;br /&gt;
How about using the total number of nodes on each side when working out whether a secondary node should be on the right or left of the root node? Alternatively, allow secondary nodes to be dragged onto the other side of the root node (which doesn&#039;t appear to be possible currently).&lt;br /&gt;
&lt;br /&gt;
: CTRL+[LEFT,RIGHT,UP,DOWN] moves the node and its children accordingly (at least in 0.9.0 Beta 8)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Can we have complete manual control of all secondary nodes originating from the root - so that each secondary node has its own unique point of origin on the root node which can be moved independently of all other secondary nodes.  At the moment all secondary nodes originate left or right.  It would be useful if they could originate like different points of the compass. North, north north west, north west, etc. and even points in between.&lt;br /&gt;
&lt;br /&gt;
=== Using basic vector shapes ===&lt;br /&gt;
&lt;br /&gt;
Using basic shapes like line, rectangle, square, circle etc. would by usefull.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Treat a node as HTML using an attribute ===&lt;br /&gt;
Instead of the cumbersome &amp;quot;&amp;lt;html&amp;gt;&amp;quot; string required at the beginning of the text.  And even worse, having to keep the MaxNodeWidth enforced with something like &amp;lt;body width=&amp;quot;600&amp;quot;&amp;gt;.  Why not take a different approach.  One that seems like it would have little impact on the code, though I have not read it as of yet...&lt;br /&gt;
&lt;br /&gt;
If html was treated as an attribute like bold and italic as in html=&amp;quot;true&amp;quot;, then process the entire node as html same as when the string &amp;quot;&amp;lt;html&amp;gt;&amp;quot; is detected at the beginning of the text.  There would be a default &amp;lt;style&amp;gt;body {width:&amp;lt;MaxNodeWidth&amp;gt;}&amp;lt;/style&amp;gt; in place, though the actual html in the node could override this just the way normal CSS does.&lt;br /&gt;
&lt;br /&gt;
This has &#039;&#039;&#039;MAJOR&#039;&#039;&#039; implications for the use of the xml file.  Though I have not written any XSLT yet for FreeMind yet,  I was appalled at the thought of having to strip out this &amp;quot;&amp;lt;html&amp;gt;&amp;quot; string out of every node that used it.  And positively frustrated at the idea of having to test for tags used to control width, i.e. &amp;lt;body width=&amp;quot;600&amp;quot;&amp;gt;.  I really thought this crude and that it would slow the proceesing of files that use what is really a most beautifully clean concept.&lt;br /&gt;
&lt;br /&gt;
However, an html attribute does away with all of this and seems to me to be a much more elegant and cleanly way to deal with html....&lt;br /&gt;
&lt;br /&gt;
BTW, it would be very straight forward to write an XSLT transform to upgrade existing .MM files.&lt;br /&gt;
&lt;br /&gt;
I just had another thought, why not go all the way and give each node a MIME type, limited to &amp;quot;text/plain&amp;quot; (default) and &amp;quot;text/html&amp;quot; for now.  This leaves the door open to readily process other mime types through plugins, or whatever.  In any case the attribute concept is something worth thinking about. --[[User:Danv|danv]] 10:25, 8 Feb 2006 (PST)&lt;br /&gt;
&lt;br /&gt;
=== Add pictures to notes ===&lt;br /&gt;
Add a picture to a note of a node. It would be cool to export a map to HTML (Clickable Map) and have the picture only in the note. Whis would be the logical implementation for e.g. [http://freemind.sourceforge.net/docs/features/0_8_0/Features%200.8.0.html overview of new features in 0.8.0]. It would not be needed to create extra nodes for pictures only.&lt;br /&gt;
&lt;br /&gt;
=== Code environment ===&lt;br /&gt;
&lt;br /&gt;
Possibility to insert source code e.g. html (pre does not work...)&lt;br /&gt;
&lt;br /&gt;
: I don&#039;t understand what this request is about. You can insert any source code you want into FreeMind&#039;s nodes, just that it cannot start with &amp;lt; html &amp;gt;; HTML code can be inserted by setting space as the first character of a node. --[[User:Danielpolansky|Danielpolansky]] 05:51, 29 Apr 2006 (PDT)&lt;br /&gt;
--[[User:Danielpolansky|Danielpolansky]] 05:57, 29 Apr 2006 (PDT)&lt;br /&gt;
&lt;br /&gt;
=== Alphabetize Nodes ===&lt;br /&gt;
Automatically rearrange a specified node level in alphabetical order.  Today I do this manually in certain circumstances.  It can be very time consuming to preform this manually, and hopefully it would not be too time consuming to automate. --[[User:Slashdotted|Slashdotted]] 18:22, 21 Jul 2006 (PDT)&lt;br /&gt;
&lt;br /&gt;
=== Order of Nodes ===&lt;br /&gt;
According to Buzan Mindmaps should be read clockwise. What every mindmapping tool misses is the fact that nodes on the left side of the center should be added from bottom to top, with the last entered node on the 11 position.&lt;br /&gt;
&lt;br /&gt;
that was the first thing i noticed about freemind also. i have been making mindmaps by hand for years now and they are always clockwise.&lt;br /&gt;
also when exporting eg. to html the nodes should be ordered clockwise. maybe i miss some feature, but when i first exported a mindmap the order was somehow from top to bottom (3 from the right, then 2 from the left, then continue with the right side,...)&lt;br /&gt;
the other thing is that nodes are always left or right, and not orderered in a circle. &lt;br /&gt;
the only way i can work with freemind is to put all nodes on the right side but the map looks more like a list then&lt;br /&gt;
&lt;br /&gt;
=== Selection and Deselection of Icons ===&lt;br /&gt;
It would be great if the icon toolbar on the left would show different styles of an icon (selected / not-selected), so one can easily deselect an icon for a node, rather than go through the contextmenue each time&lt;br /&gt;
&lt;br /&gt;
Besides, it would be great if the context menu could allow remove specific icons, not just the last one.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
As an addendum to this request, it would be really interesting to define a &amp;quot;combo box&amp;quot; type where (to do/project milestone/other actionable state) lists defined in the tree could be updated by clicking the drop down on the combo box instead of having to delete the icon and re-add another one.&lt;br /&gt;
&lt;br /&gt;
=== Reminder nodes - Alerts and possible Outlook / Lotus Notes / etc integration ===&lt;br /&gt;
It would be a great additional feature if it was possible to use FreeMind as a reminder tool too. This idea poped into my mind right now, so it&#039;s not pretty much developed yet, but if it was possible to mark a node as a reminder then I would have no need to use Outlook to remind me of things to be done. I was reading something on GTD (Gets Things Done) and it connection with MindMaps and I thought that it would be useful to attach reminders to MindMaps/Nodes. There&#039;re a couple of approachs to implement it: The first would be to integrate Freemind with Outlook ot Lotus Notes, and then when you tag a node as a reminder it actually creates a reminder inside Outlook or Notes using the node text and context, so that you get reminded by those applications when the reminder alert occurs. The other option is to write an application that is used to alert user of a node reminder. [[User:Loudenvier|Loudenvier]] 11:08, 11 Aug 2006 (PDT)&lt;br /&gt;
It would also be fabulous if one could hyperlink from FreeMind to a Lotus Notes database document. Currently, one gets a &amp;quot;This URL is malformed!&amp;quot; error message. Thanks!&lt;br /&gt;
&lt;br /&gt;
=== Demoting Root ===&lt;br /&gt;
Allow insert of sibling of root which auto creates a new root. The old root and the new sibling are both attached to it --[[User:Patheros|Patheros]] 11:45, 10 Apr 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
=== Open Mindmaps in the same already open Freemind ===&lt;br /&gt;
In Windows I open my mindmaps by double-clicking on the *.mm file. It would be nice if double-clicking would not always open a new FreeMind. Instead, I like to view the mindmap in the already existing open Freemind application. [[User:wasserratte|wasserratte]] 10:01, 3 May 2007 (CET)&lt;br /&gt;
&lt;br /&gt;
=== WBS Mode ===&lt;br /&gt;
I would like to see a WBS Viewing Mode, where the map would be arranged in a top-down hierarchical display. Something like the Organization Chart from Microsoft Office. That would help using FreeMind as a WBS Chart tool.&lt;br /&gt;
&lt;br /&gt;
I would like to see the ability to port a WBS developed with FreeMind into Microsoft Project similar to the plug in for MindMapper. --[[User:Tuneboy|Tuneboy]] 07:58, 27 Nov 2007 (PST)&lt;br /&gt;
&lt;br /&gt;
=== Improve MacOS Binary Package ===&lt;br /&gt;
All files should be contained inside the FreeMind.app package, like most other Mac programs.&lt;br /&gt;
&lt;br /&gt;
== Principles of Unix ==&lt;br /&gt;
&lt;br /&gt;
The principles from Unix are that programs should do one thing, and do it well, and to use well-defined inter-communication between those programs.  The current design of FreeMind completely violates those rules - mostly because it is written in Java, but definitely because it is written _exclusively_ in Java.  However, do not despair!  All Is Not Lost!&lt;br /&gt;
&lt;br /&gt;
By splitting FreeMind along very specific lines, it will very quickly be possible to do things like use a completely different viewing front-end (such as a web interface).  It will be possible to satisfy one of the RFEs listed here for &#039;command line only&#039;.  It will be possible to use FreeMind as a powerful semantic analysis engine tool.&lt;br /&gt;
&lt;br /&gt;
And none of that is possible because the current design is entirely in some stupid programming language called &amp;quot;java&amp;quot;, which should have been put down for its own good, at birth (thank you Sun Microsystems).&lt;br /&gt;
&lt;br /&gt;
For an example of the kind of architecture that you should follow, take a look at http://gnuenterprise.org/. It should be _trivial_ to add in a &amp;quot;database plugin&amp;quot; into gnuenterprise, and to have a gnuenterprise &amp;quot;reports&amp;quot; form viewing the same data and attributes etc. that a FreeMind user is simultaneously looking at.&lt;br /&gt;
&lt;br /&gt;
And it&#039;s _not_ difficult - IF you split along the right lines.&lt;br /&gt;
&lt;br /&gt;
[http://sourceforge.net/tracker/index.php?func=detail&amp;amp;aid=1687293&amp;amp;group_id=7118&amp;amp;atid=357118 RFE 1687293]&lt;br /&gt;
&lt;br /&gt;
== User Interface ==&lt;br /&gt;
&lt;br /&gt;
=== Views ===&lt;br /&gt;
&lt;br /&gt;
==== Hoist/Unhoist ====&lt;br /&gt;
&lt;br /&gt;
It would be awesome if FreeMind could allow the &#039;hoist&#039; of a non-root node. Clicking on the node and choosing &#039;hoist&#039; would redraw the map showing that node as root, its descendents around it, and the ancestors, which are now descendants, too, hidden.&lt;br /&gt;
&lt;br /&gt;
Watch an example XSLT script, which hoist the anchor from the root to the node where a graphical link, originating at the root, points at. Input sample FreeMind map:&lt;br /&gt;
 &lt;br /&gt;
 &amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot;?&amp;gt;&lt;br /&gt;
 &amp;lt;map version=&amp;quot;0.9.0_Beta_8&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;node ID=&amp;quot;Freemind_Link_1870928497&amp;quot; TEXT=&amp;quot;a&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;arrowlink DESTINATION=&amp;quot;Freemind_Link_731312914&amp;quot; ENDARROW=&amp;quot;Default&amp;quot; &lt;br /&gt;
 ENDINCLINATION=&amp;quot;219;0;&amp;quot; ID=&amp;quot;Arrow_ID_1222167311&amp;quot; STARTARROW=&amp;quot;None&amp;quot; &lt;br /&gt;
 STARTINCLINATION=&amp;quot;219;0;&amp;quot;/&amp;gt;&lt;br /&gt;
    &amp;lt;node ID=&amp;quot;Freemind_Link_530368245&amp;quot; POSITION=&amp;quot;right&amp;quot; TEXT=&amp;quot;aa&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;node ID=&amp;quot;Freemind_Link_29760795&amp;quot; TEXT=&amp;quot;aaa&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;node ID=&amp;quot;Freemind_Link_731312914&amp;quot; TEXT=&amp;quot;aab&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;node ID=&amp;quot;ID_1690650363&amp;quot; TEXT=&amp;quot;aaba&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;/node&amp;gt;&lt;br /&gt;
    &amp;lt;/node&amp;gt;&lt;br /&gt;
    &amp;lt;node ID=&amp;quot;Freemind_Link_16275782&amp;quot; POSITION=&amp;quot;right&amp;quot; TEXT=&amp;quot;bb&amp;quot;/&amp;gt;&lt;br /&gt;
  &amp;lt;/node&amp;gt;&lt;br /&gt;
 &amp;lt;/map&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The Hoist XSLT script moving the root along a graphic link:&lt;br /&gt;
 &lt;br /&gt;
 &amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot;?&amp;gt;&lt;br /&gt;
 &amp;lt;xsl:stylesheet xmlns:xsl=&amp;quot;http://www.w3.org/1999/XSL/Transform&amp;quot; version=&amp;quot;1.0&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;xsl:template match=&amp;quot;*|@*&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;xsl:copy&amp;gt;&lt;br /&gt;
      &amp;lt;xsl:copy-of select=&amp;quot;@*&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;xsl:apply-templates/&amp;gt;&lt;br /&gt;
    &amp;lt;/xsl:copy&amp;gt;&lt;br /&gt;
  &amp;lt;/xsl:template&amp;gt;&lt;br /&gt;
  &amp;lt;xsl:template match=&amp;quot;/map&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;xsl:copy&amp;gt;&lt;br /&gt;
      &amp;lt;xsl:copy-of select=&amp;quot;attribute_registry&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;xsl:apply-templates select=&amp;quot;//node[@ID=/map/node/arrowlink/@DESTINATION]&amp;quot;/&amp;gt;&lt;br /&gt;
    &amp;lt;/xsl:copy&amp;gt;&lt;br /&gt;
  &amp;lt;/xsl:template&amp;gt;&lt;br /&gt;
  &amp;lt;xsl:template match=&amp;quot;//node[@ID=/map/node/arrowlink/@DESTINATION]&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;xsl:copy&amp;gt;&lt;br /&gt;
      &amp;lt;xsl:copy-of select=&amp;quot;*|@*&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;xsl:apply-templates select=&amp;quot;.&amp;quot; mode=&amp;quot;aws&amp;quot;/&amp;gt;&lt;br /&gt;
    &amp;lt;/xsl:copy&amp;gt;&lt;br /&gt;
  &amp;lt;/xsl:template&amp;gt;&lt;br /&gt;
  &amp;lt;xsl:template match=&amp;quot;node&amp;quot; mode=&amp;quot;aws&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;xsl:if test=&amp;quot;parent::node&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;xsl:element name=&amp;quot;node&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;xsl:attribute name=&amp;quot;TEXT&amp;quot;&amp;gt;&lt;br /&gt;
          &amp;lt;xsl:value-of select=&amp;quot;../@TEXT&amp;quot;/&amp;gt;&lt;br /&gt;
        &amp;lt;/xsl:attribute&amp;gt;&lt;br /&gt;
        &amp;lt;xsl:apply-templates select=&amp;quot;preceding-sibling::node&amp;quot;/&amp;gt;&lt;br /&gt;
        &amp;lt;xsl:apply-templates select=&amp;quot;following-sibling::node&amp;quot;/&amp;gt;&lt;br /&gt;
        &amp;lt;xsl:apply-templates select=&amp;quot;parent::node&amp;quot; mode=&amp;quot;aws&amp;quot;/&amp;gt;&lt;br /&gt;
        &amp;lt;xsl:apply-templates select=&amp;quot;../attribute&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;/xsl:element&amp;gt;&lt;br /&gt;
    &amp;lt;/xsl:if&amp;gt;&lt;br /&gt;
  &amp;lt;/xsl:template&amp;gt;&lt;br /&gt;
 &amp;lt;/xsl:stylesheet&amp;gt;&lt;br /&gt;
&lt;br /&gt;
It would be nice, if this would be a function inside FreeMind e.g. right click on a node and in this context menu chose New Root.&lt;br /&gt;
[[User:JR|JR]] 06:34, 16 Apr 2008 (PDT)&lt;br /&gt;
&lt;br /&gt;
==== Folding Animation ====&lt;br /&gt;
I believe having a very short animation when folding/unfolding a node would increase readability as it whould make it easier to know where nodes where before and where did they moved to.&lt;br /&gt;
&lt;br /&gt;
==== Left toolbar ====&lt;br /&gt;
I think we have too much icons on the left, most of it isn&#039;t used. I think it could be halved, and only show the user preferred icons, and the rest of the place could be used to dock other tools. --[[User:Zslevi|Zslevi]] 13:03, 1 Nov 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
Leos: it would be nice, if I could remove some icon from the toolbar or rearrange order of the icons (like in MS Office).&lt;br /&gt;
&lt;br /&gt;
to allow an easy access to all the icons on the left bar, one may group icons that follow the same metaphor (ex: numbers, home/office, crosslight red/green/orange ....) and access to the icon of interest by clicking on the group icon. This could serve also to simplify the change: suppose you have an ordered list with the icons 1, 2, 3 ... or with icons representing different states &amp;quot;draft&amp;quot;, &amp;quot;in review&amp;quot;, &amp;quot;published&amp;quot; ... then you could click on the icon on a node, and have a contextual menu with all the other icons of the same group (and delete/delete all). You could much more easily change from &amp;quot;in review&amp;quot; to &amp;quot;publish&amp;quot; state :-) --[[User:Patco|Patco]]&lt;br /&gt;
&lt;br /&gt;
==== Notes ====&lt;br /&gt;
I think it&#039;s a great thing to have notes for nodes, but I would prefer more options on formatting note text. (What about integrating with Open Office Writer?) At least the font size should be set, because the default size is so small and hard to read. --[[User:Zslevi|Zslevi]] 13:03, 1 Nov 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
==== Zoom to fit ====&lt;br /&gt;
It would be nice if on loading a map, the view executes an automatic zoom-to-fit instead of the default 100%. Also the Fit option should be added to the Zoom drop down menu (as Powerpoint does for example). Also a keyboard accelerator should be added for Zoom to Fit (e.g. Ctrl-Shift-Z, they are near each other). Another small thing: if you have a map larger than taller, the current implementation adjust the scale to fit the map horizontally, but leave the map not centered in the vertical direction. Could this also be fixed?&lt;br /&gt;
--[[User:Mvalle|mvalle]] 06:14, 2 Dec 2008&lt;br /&gt;
&lt;br /&gt;
=== Windows ===&lt;br /&gt;
It would be especially helpful if we could reorganize the arrangement of freemind&#039;s windows.  For example, nodes with notes appear at the bottom and can&#039;t be moved around.  In other heirarchical editors, a tree view could appear at the left and the text (notes) could be moved to the right, where a large screen and indentation could make most of the text readable as compared to the bottom of the screen.&lt;br /&gt;
&lt;br /&gt;
=== Keyboard ===&lt;br /&gt;
==== F1 is conventionally help ====&lt;br /&gt;
F1 is normally a help key in most apps&lt;br /&gt;
&lt;br /&gt;
* When zooming with the keyboard shortcuts it would be better to have&lt;br /&gt;
  Alt + Up Arrow  to zoom-in and Alt + Down Arrow to zoom-out. This is&lt;br /&gt;
  a more natural way of thinking about zooming.-ZSDM&lt;br /&gt;
&lt;br /&gt;
==== Show a help bar on the bottom of the screen for F keys ====&lt;br /&gt;
Have an optional toolbar that can be shown along bottom of screen with buttons that can be clicked with a mouse and operate as per the function keys and also give a hint as to what key does.&lt;br /&gt;
e.g.&lt;br /&gt;
[F1 help] [F2 hot][F3 green][F4 ]  [F5]&lt;br /&gt;
And format the text of the key as per the pattern it applies&lt;br /&gt;
==== Enforce Default Per-Line Text Width For Long Nodes ====&lt;br /&gt;
&lt;br /&gt;
At least 70% of the nodes are multi-line nodes, and to make all the long nodes look *uniform*, we need to manually insert line breaks for each long node, this can get pretty tedious, and also it&#039;s difficult to get all nodes of uniform width.  A much better way is to have the system enforce a configurable &amp;quot;long node width&amp;quot;, that adds line breaks when necessary.  If no such paramater is set, it can default to the current behavior.&lt;br /&gt;
&lt;br /&gt;
This can happen through a default attribute of the &amp;lt;body&amp;gt;-tag i.e. &amp;lt;body width=&amp;quot;200px&amp;quot;&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
===== Locking Node Focus =====&lt;br /&gt;
&lt;br /&gt;
Currently the node focus is &amp;quot;set&amp;quot; by moving the mouse.  The last node that the mouse flys over is the default focus node, and subsequent operations like &amp;quot;insert an icon&amp;quot; is performed will be performed on that node.  It would be really helpful to be able to *manually* lock the focus on a node, this way it&#039;s easier to set an icon (all the way to the left side of the screen) to the right node.&lt;br /&gt;
&lt;br /&gt;
==== Toggle for Re-centering the Map upon node selection =====&lt;br /&gt;
&lt;br /&gt;
I love FreeMind and yet I still dream of a more and better version.  Under the mouse section, I have suggested a toggle to enable and disable the mouse fly-overs select node mechanism.  It would also be nice if there was some means to recenter the map upon node selection to make that section of the map the graphical focus.  &lt;br /&gt;
&lt;br /&gt;
==== Re-centering the Map with Hypergraph-like navigation tool =====&lt;br /&gt;
&lt;br /&gt;
The most compelling form of refocusing large mind maps are ThinkMap&#039;s Visual Thesaurus, The Brain, The WebBrain.  Of course, being a user and not a programmer, I can only imagine how much work that might take. Perhaps, you might find it useful to forge a collaboration with the SourceForge Hypergraph Project and ask them to build an export to Hypergraph module for you.  One note of caution:  Straightforward implementation of a hypergraphs compress large peripheral nodes into a small and unreadable overlapping space.  This defeats the value of the hypergraph navigation.  Thinkmap has solved that problem by forcing peripheral nodes to be well-spaced for readability.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== &amp;quot;physical style&amp;quot; could be customized ===&lt;br /&gt;
&lt;br /&gt;
I love the flexibility FreeMind provided to make my mindmap pretty. For each node, I can choose the font size, format, color...The choices are so many that making the changes with mouse is a little bit slow because the choices are buried in many sub-menus. The physical style provides a short-cut. But the styles are not attractive. Why not provide a tool so that the user can define a node format (including font size, format, color and icon et al) and associate it to F3~F9 and Ctrl +F1~F9. So after I type in the content, by pushing one key, the node can be customized within a second.&lt;br /&gt;
&lt;br /&gt;
* It&#039;s done exactly this way in FreeMind 0.9 --[[User:Terkor|Terkor]] 19:39, 18 Jul 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
=== Mouse ===&lt;br /&gt;
&lt;br /&gt;
==== Scroll wheel zoom Operation ====&lt;br /&gt;
&lt;br /&gt;
a) It would be nice to be able to zoom using just the scroll wheel rather than pressing CTRL at the same time. How about a user preference/option to control this. This is similar to many other Apps e.g. Excel ie wheel = zoom or pan&lt;br /&gt;
&lt;br /&gt;
b) The way the scroll wheel works seems opposite to many other programs which is confusing&lt;br /&gt;
ie push wheel forward causes a zoom out whereas other apps zoom in&lt;br /&gt;
&lt;br /&gt;
==== Right mouse popup menu text ====&lt;br /&gt;
The words &amp;quot;Node up&amp;quot; and &amp;quot;Node down&amp;quot; could be easier to understand if there was a verb in it&lt;br /&gt;
e.g.&lt;br /&gt;
Move node up&lt;br /&gt;
Move node down&lt;br /&gt;
&lt;br /&gt;
The operation of it is great, but as a novice it is not clear if it does&lt;br /&gt;
move up a node - ie where current cursor is moves&lt;br /&gt;
or&lt;br /&gt;
move the node - ie the node is moved to a different position on the diagram&lt;br /&gt;
&lt;br /&gt;
==== Photoshop/Freehand-like Keyboard/Mouse Document Navigation ====&lt;br /&gt;
Coming from the graphics department, it would be really nice to have the standard mouse/keyboard navigation style (which by the way is great way of handling oversized documents and going from overview to detail view with just a few clicks):&lt;br /&gt;
&lt;br /&gt;
a) Space toggles View Panning&lt;br /&gt;
b) CTRL-Space toggles zoom in (Click to zoom in, zoom centered to position of mouse cursor)&lt;br /&gt;
c) CTRL-ALT-Space toggles zoom out (click to zoom out, zoom centered to position of mouse cursor)&lt;br /&gt;
Tried to map CTRL-Space to zoom in, which worked, but not on mouseclick but on keydown. Additional ALT key for zoom out was not accepted at all in settings-&amp;gt;keys&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Toggle for Mouse fly-over ====&lt;br /&gt;
&lt;br /&gt;
Elsewhere in this RFE, others have noted that although the mouse fly-over selection mode is great for rapid navigation, there are times when one changes the selection as the mouse cursor moves up to the toolbar.  Why not toggle the mouse fly-over by some method.  Perhaps one of the most convenient methods would be a left mouse double click on the node to freeze the selection.&lt;br /&gt;
&lt;br /&gt;
=== TouchPad ===&lt;br /&gt;
&lt;br /&gt;
==== Horizontal scroll ====&lt;br /&gt;
&lt;br /&gt;
Horizontal scrolling does not seem to work.&lt;br /&gt;
&lt;br /&gt;
=== Menu ===&lt;br /&gt;
==== Toggle toolbar on/off via View Menu ====&lt;br /&gt;
Add ability to toggle display of toolbars via the menu&lt;br /&gt;
Suggest put it under View menu&lt;br /&gt;
&lt;br /&gt;
Functionality as per RIGHT mouse key on a blank part of the screen&lt;br /&gt;
&lt;br /&gt;
==== Alter wording of sub menu Mode ====&lt;br /&gt;
As a novice found it hard to understand the difference between Map and Browse&lt;br /&gt;
would have found it easier if it had said&lt;br /&gt;
ALT+1 Edit map&lt;br /&gt;
ALT+2 Browse map&lt;br /&gt;
ALT+3 File&lt;br /&gt;
&lt;br /&gt;
==== Add a save all map icons ====&lt;br /&gt;
If you work with several maps, it is impossible to save all maps in one shot,&lt;br /&gt;
except if you close freemind.&lt;br /&gt;
&lt;br /&gt;
=== Toolbars ===&lt;br /&gt;
&lt;br /&gt;
==== Icon toolbar ====&lt;br /&gt;
&lt;br /&gt;
===== Cross and watebasket look like icons rather than buttons =====&lt;br /&gt;
To a novice the delete (red cross) and delete all (wastebasket) icons look like icons&lt;br /&gt;
ie add a cross to the map rather than perform operations&lt;br /&gt;
especially on the popup &amp;quot;select icon&amp;quot; window.&lt;br /&gt;
&lt;br /&gt;
===== Some icons in left toolbar fall off bottom of toolbar =====&lt;br /&gt;
&lt;br /&gt;
===== Clone icon toolbars on both sides =====&lt;br /&gt;
I want to have same icon toolbar on both sides - left and right.  If I had icon toolbar on both sides, I could choose the shortest way to the icon.&lt;br /&gt;
&lt;br /&gt;
==== Top toolbar ====&lt;br /&gt;
===== Order of icons in top toolbar =====&lt;br /&gt;
Would be nice if these icons were in a more standard order (as per other apps)&lt;br /&gt;
e.g.&lt;br /&gt;
New, Open, save, print, cut,copy, paste with next/previous map buttons more to the right&lt;br /&gt;
&lt;br /&gt;
(Icons in V0.08 RC2 look a lot smarter)&lt;br /&gt;
&lt;br /&gt;
===== Font size pulldown is very wide =====&lt;br /&gt;
Pulldown to select font size is stretching and becoming very wide, which doesn&#039;t look neat.&lt;br /&gt;
&lt;br /&gt;
===== Visual feedback for toolbar buttons =====&lt;br /&gt;
Currently (0.8.1) The buttons in the top toolbar do not show any visual feedback when pushed, so you remain with the doubt to have done anything. -- [[User:Mvalle|Mvalle]] 03-dec-08&lt;br /&gt;
&lt;br /&gt;
===== Customizable top toolbar =====&lt;br /&gt;
A few functions are often used so it&#039;s more efficient to be able to customize the top toolbar to have those buttons, eg. node background color, node font color are both very useful to highlight different nodes for different purpose. Last applied color should be able to use just by clicking the same button. There should be more this kind of depends on individual preference.&lt;br /&gt;
-- [[User:dGuru|dGuru]] 08-Dec-2008&lt;br /&gt;
&lt;br /&gt;
==== New toolbar for format operations ====&lt;br /&gt;
&lt;br /&gt;
===== Move font type and size pulldowns to new format toolbar =====&lt;br /&gt;
ie group all formatting functions as per Format menu options onto a format toolbar&lt;br /&gt;
&lt;br /&gt;
===== Add ability to select a default format for text =====&lt;br /&gt;
e.g. have a split icon&lt;br /&gt;
left part looks like a letter &amp;quot;A&amp;quot; in colour text is currently set to&lt;br /&gt;
right part of icon looks like a black down arrowhead which if clicked pulls up a colour picker&lt;br /&gt;
&lt;br /&gt;
===== Add ability to select a default format for lines =====&lt;br /&gt;
e.g. have a split icon&lt;br /&gt;
left part looks like a line in colour text is currently set to&lt;br /&gt;
right part of icon looks like a black down arrowhead which if clicked pulls up a colour picker&lt;br /&gt;
&lt;br /&gt;
===== Add ability to select a default format for clouds =====&lt;br /&gt;
e.g. have a split icon&lt;br /&gt;
left part looks like a coloured outline of a cloud in colour text is currently set to&lt;br /&gt;
right part of icon looks like a black down arrowhead which if clicked pulls up a colour picker&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===== One-click selection of cloud color =====&lt;br /&gt;
It would be nice not to have to go through the context-menu to change the cloud color. This should be as easy as in v0.7 by just clicking in the toolbar.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Enlarge and reduce the text size ====&lt;br /&gt;
Enlarge and reduce the text size will be very helpful.&lt;br /&gt;
&lt;br /&gt;
=== Map Overview / Navigation Pane ===&lt;br /&gt;
..like seen in MindManager: a small detached window that allows quick overview and repositioning of the visualized map section&lt;br /&gt;
&lt;br /&gt;
===Gestures===&lt;br /&gt;
How about the ability to use gestures (mouse or pen) to do basic manipulation?&lt;br /&gt;
Click and drag right to enter new node.&lt;br /&gt;
Click and drag left to enter new sub-node.&lt;br /&gt;
&lt;br /&gt;
Maybe use middle button click for gestures to avoid conflict with current capabilities.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Remark:&#039;&#039;&#039; This is already possible. Just use the freeware StrokeIt. It very easily adds gestures to any program. --[[User:Terkor|Terkor]] 18:08, 28 May 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
=== Outline View ===&lt;br /&gt;
It would be really nice to have the option of seeing an outline view - which you could also drag and drop with --[[User:Slashdotted|Slashdotted]] 18:26, 21 Jul 2006 (PDT)&lt;br /&gt;
&lt;br /&gt;
Along the lines of using gestures for manipulation and entry I use FreeMind on a tabletpc. I would like to be able to use inking capabilities.&lt;br /&gt;
&lt;br /&gt;
=== Applet ===&lt;br /&gt;
Since you can drag for navigation, why not allow the scrollbars to be disabled&lt;br /&gt;
in order to increase screen real estate?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== MacOS Enhancements ===&lt;br /&gt;
Some keystrokes should be remapped (by default) to conform with the keystrokes used on Mac&#039;s User Interface, like:&lt;br /&gt;
* Delete Child: CMD-BACKSPACE, instead of DELETE (Mac laptops doesn&#039;t have a DELETE key)&lt;br /&gt;
* Zoom Out: ALT-DOWN, instead of ALT-UP&lt;br /&gt;
* Zoom In: ALT-UP, instead of ALT-DOWN (consistent with macos Zoom feature)&lt;br /&gt;
&lt;br /&gt;
Some common keyboard shortcuts should also be implemented:&lt;br /&gt;
* Minimize the window to the Dock: CMD-M&lt;br /&gt;
* Restore window from the Dock: ALT-1&lt;br /&gt;
&lt;br /&gt;
=== Spell Check ===&lt;br /&gt;
I&#039;m a dyslectic - at least am used to type many errors. (Almost) All software I use (to type content) have some form of spell checker supported. And because I also use FreeMind for mindmaps in presentations; they need to contain as less as possible number of writing errors. (Please in any supported language) --[[User:Sent|Sent]] 11:41, 8 Mar 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Maps ==&lt;br /&gt;
&lt;br /&gt;
=== Flowchart for Programming Structure ===&lt;br /&gt;
[[Image:Freemind flowchart.PNG|Flowchart M&lt;/div&gt;</summary>
		<author><name>MikeS</name></author>
	</entry>
	<entry>
		<id>https://freemind.sourceforge.io/wiki/index.php?title=Requests_for_enhancements&amp;diff=8193</id>
		<title>Requests for enhancements</title>
		<link rel="alternate" type="text/html" href="https://freemind.sourceforge.io/wiki/index.php?title=Requests_for_enhancements&amp;diff=8193"/>
		<updated>2009-09-04T10:41:30Z</updated>

		<summary type="html">&lt;p&gt;MikeS: /* Nodes */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;[http://aleastr.amigasa.jp/page330.html free e-cards] [http://merundoi.org.gy/blog/wp-content/uploads/podpress_temp/img/trocbob.htm nj driver license test] [http://a1club.net/award/mailform/data/files/article571.html bel ami] [http://krifoundation.org/gallery/data/thumbnails/24/pics/topic-2368.htm movie with meg ryan and nicholas cage] [http://doakoxa.suppa.jp/article761.html prom hair dos] [http://divertigenio.es/bk_subscription/files/news-329-20090802.html noel divine highlight video] [http://inkoorle.0lx.net/page-20.html misty dawn] [http://exelib.com/webmasters/files/news-986-20090808.html artist inspiration] [http://nfveasdoo.tonosama.jp/article-449.html funny picture] [http://www.seniorlendersreversemortgage.com/script/files/topic1142.htm medical bracelets] [http://merundoi.org.gy/blog/wp-content/uploads/podpress_temp/img/mexactaca.htm new adult movie] [http://rsdmilitaria.com/images/icons/index.html http] [http://xacnrfum.michikusa.jp/article855.html replica sunglasses] [http://freshwaterpearlspuppetry.com/holidayblog/media/2/topic-2182.htm ademco] [http://e-miroku.jp/attach/files/sitemap.htm index] [http://fafafaric.biroudo.jp/page-202.html nick jr] [http://kwhw.com/cms3/images/pics/article697.html braless teachers] [http://fur.bz/0left/zed02/dat/cgi/article-692.htm titanic tits] [http://janreel.namekuji.jp/873.html disney characters] [http://fevcaraad.aikotoba.jp/2zvuyzgt6.html list of traditional gifts for wedding anniversary] [http://fevcaraad.aikotoba.jp/qux37j5fe.html muscle pain] [http://zonvone.ojaru.jp/543.html tyra bank] [http://miyako-wakamaru.com/main/archives/2009/05/img/racacel1543.htm slipnot music videos] [http://folkvlvog.ashigaru.jp/article717.html email search] [http://plelefvda.amigasa.jp/article-584.html hyundai dealerships] [http://takasui.net/pta/data/2010.3/files/news-1356-2009-08-04.html promod drug] [http://even.com.au/archives/images/text1665.htm job search canada] [http://e-miroku.jp/attach/files/new445.htm free ringtones razor v3] [http://kwhw.com/cms3/images/pics/article2181.html us postal service shipping rates] [http://hiv.gov.gy/tmp/files/article686.html antidepressant drugs that aggravate an enlarged prostate] [http://politonomist.com/wp-content/uploads/2007/page-1134.html real american] [http://a1club.net/award/mailform/data/files/article1156.html races videos] [http://bugboloh.0lx.net/index.html sitemap] [http://doakoxa.suppa.jp/article763.html college girl] [http://roowiraas.zouri.jp/207.html online dictionary] [http://takasui.net/pta/data/2010.3/files/news-680-2009-08-05.html lederhosen lucil video] [http://janreel.namekuji.jp/483.html sport authority] [http://servpro.ca/complogos/thumbs/topic-890.html medical drug facts] [http://northerndaylily.com/wpThumbnails/pics/comment-625.html felt family] [http://zonvone.ojaru.jp/705.html shayla laveaux] [http://e-miroku.jp/attach/files/new994.htm play music video code] [http://janreel.namekuji.jp/737.html david allen coe] [http://nfveasdoo.tonosama.jp/article-164.html patio cover] [http://fafafaric.biroudo.jp/page-563.html christian music lyrics] [http://fevtroct.wakatono.jp/page419.html tanning bed bulb] [http://wyarfvfol.client.jp/179.html belladonna] [http://audi-s.net/kprof/data/915/img/news-1332.html men in high heels] [http://peakdocs.com/ac/images/pics/article2262.html movie review unfaithful] [http://triexcellence.com/qapro/registration/files/article2316.html movie north shore theater] [http://exelib.com/webmasters/files/news-664-20090807.html used car blue book price]  &lt;br /&gt;
&amp;lt;table&amp;gt;&amp;lt;tr&amp;gt;&lt;br /&gt;
&amp;lt;td valign=top&amp;gt;&lt;br /&gt;
{{Navigation_bar}}&lt;br /&gt;
&amp;lt;td&amp;gt;&amp;amp;nbsp;&lt;br /&gt;
&amp;lt;td width=600&amp;gt;&lt;br /&gt;
&lt;br /&gt;
We prefer that you send your requests for enhancements here. Please look first if a similar request for enhancement already exists, using Ctrl + F. Also, there is a section of [http://sourceforge.net/tracker/?group_id=7118&amp;amp;atid=357118 requests for enhancements] at FreeMind&#039;s project page at SourceForge.&lt;br /&gt;
&lt;br /&gt;
== Features in development ==&lt;br /&gt;
&lt;br /&gt;
2006-07-16. The development team of FreeMind is currently working on the following features. (We cannot guarantee that the features will actually make it into the next release; most of them should.)&lt;br /&gt;
&lt;br /&gt;
* Attributes on nodes&lt;br /&gt;
* Filtering which nodes are shown by icons and contained string&lt;br /&gt;
* Rich text nodes&lt;br /&gt;
* Save All function&lt;br /&gt;
&lt;br /&gt;
=== Purge this list ===&lt;br /&gt;
Could this enhancement request be purged when features are implemented? --[[User:Mvalle|Mvalle]] 6:49, 2 Dec 2008&lt;br /&gt;
&lt;br /&gt;
== Project management ==&lt;br /&gt;
&lt;br /&gt;
=== Firefox Integration ===&lt;br /&gt;
&lt;br /&gt;
My suggestion is to integrate FreeMind with Firefox so you can classify anything you download and extract useful knowledge. In case of being a html page also would be great some clipboard features to add selected text to FM notes in a particular node or as a new child etc.. My html notes consist on a short text I write about the webpage, below link to webpage and below selected text of this webpage, then I save the webpage in a directory for later use. Currently I am using FM to organize some info from my html notes and recent html pages (several hundreds) I have downloaded and I would find this feature fantastic. First you download a file/html page with selected/typed/default text as filename and assign selected or typed text to their FM node, then you organize downloads in a new tab in which FreeMind is running.. Wonderful!! (Also persistent notes instead of temporal ones or at least the ability to choose their behaviour would be great too)&lt;br /&gt;
&lt;br /&gt;
To make FreeMind a productive tool with Firefox, at the very least, when you drag the URL icon from the URL toolbar on the top of Firefox to a node in FreeMind, FreeMind should create a single child node with the correct label and link in it.  Currently, it creates multiple child nodes with messed-up labels, which require tedious manual cleanup after the drag-n-drop.&lt;br /&gt;
&lt;br /&gt;
=== Ganttproject/Freemind integration ===&lt;br /&gt;
&lt;br /&gt;
It would be very interresting to integrate Ganttproject, for a better&lt;br /&gt;
project management. This solution would be very close from JCVGantt pro + mindmanager (http://www.gantt.fr/#).&lt;br /&gt;
Both (Freemind and Ganttproject) are GPL, and java coded.&lt;br /&gt;
- actually there is already a data converter for this: [http://johanneskutsam.spaces.live.com/blog/cns!1961B7AE7280AAFD!264.entry &#039;&#039;&#039;Freemind2gantt converter &#039;&#039;&#039;] It now needs a tighter integration and some more intelligent overlap of contents, so that 1:1 conversion is possible (in both directions) --[[User:BoP|BoP]] 05:31, 22 Jul 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
=== Time management and dependencies ===&lt;br /&gt;
Integrate date attributes and a timing view&lt;br /&gt;
Allow to set other attributes (people, groups, objects, locations)&lt;br /&gt;
Build on top of that a half-hierarchical structure with dependencies&lt;br /&gt;
&lt;br /&gt;
* For some of the software packages leading this field look at: [http://www.matchware.com/en/products/openmind/default.htm &amp;quot;OpenMind 2&amp;quot;] or [http://www.conceptdraw.com &amp;quot;ConceptDraw&amp;quot;]&lt;br /&gt;
--[[User:BoP|BoP]] 05:31, 22 Jul 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
There should be the option for recurring Reminders (e.g. every week, every month, etc.). --[[User:Terkor|Terkor]] 07:29, 19 Aug 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
== Nodes ==&lt;br /&gt;
===Allow nodes to be moved up or down within heirarchial structure===&lt;br /&gt;
&lt;br /&gt;
Allow nodes to be moved up or down within heirarchial structure, where you can allready physically change the distance between nodes it would be great if you move a node too high or too low it shifts it up or down accordingly with the structural fromat of the mind map&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Allow picture-nodes to be Pasted ===&lt;br /&gt;
I&#039;ve been using FreeMind as a note taker during lectures for a while, and its great. Of course, every once in a while you need to add a picture quickly.  I wish FreeMind would allow for me to draw a picture in Paint or whatever and simply Paste it into a node.&lt;br /&gt;
-RogerF&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;KeepNote&#039;&#039; has a build in &#039;&#039;Insert Screenshot&#039;&#039; function, which is very easy to use. That would enhance note taker jobs enormous. In addition a creation of a journal note with default date and time would be nice.&lt;br /&gt;
-JSp&lt;br /&gt;
&lt;br /&gt;
=== Sketch-nodes ===&lt;br /&gt;
As a note taker during lectures, FreeMind is great.  Of cource every once in a while the lecturer will draw a more complex picture on the board, and suddenly you&#039;re out of ways to &#039;capture&#039; an important part of the lecture.  I would like to be able to add a &#039;Sketch&#039; node, that would bring up a popup Window and a simple SVG editor.  It doesnt have to be advanced, but being able to draw circles, ellipses, straight lines, a few colors an line widths etc. would come a long way with respect to FreeMind as a note-taker during lectures!&lt;br /&gt;
-RogerF&lt;br /&gt;
&lt;br /&gt;
=== Improved Table editor ===&lt;br /&gt;
IMHO, the table feature of FreeMind is great to have, but a little inflexible. I would like to see features such as:&lt;br /&gt;
- drag to indicate number of cells  (similar to Word)&lt;br /&gt;
- insert row, column etc. should be avaiable from the right-click menu&lt;br /&gt;
- change background colors&lt;br /&gt;
&lt;br /&gt;
=== Add Fonts, Especially Strikethrough ===&lt;br /&gt;
- I use Freemind for, amongst other things, task management.  I&#039;d like the ability to format node text with strikethrough so the placeholder is kept but it&#039;s clear on a quick scan that the task has been handled.  I find this much easier than, say, using an icon to identify a completed task&lt;br /&gt;
&lt;br /&gt;
and generally I would encourage that tables are formatted as compact as possible by default.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Automatically selecting a specific node on startup ===&lt;br /&gt;
&lt;br /&gt;
html allows you to access specifically marked sections immediately using the anchor syntax, which is incorporated into the url.  But in freemind, all nodes already have unique id&#039;s.  It would be very convenient if you could refer to a specific node id right after specifying the filename so that freemind could jump to that particular node immediately.  For example:&lt;br /&gt;
&lt;br /&gt;
freemind foo.mm -&amp;gt; opens foo.mm and selects the center of the map&lt;br /&gt;
&lt;br /&gt;
freemind foo.mm bar -&amp;gt; opens foo.mm and goes to the node ID&#039;d bar.&lt;br /&gt;
&lt;br /&gt;
This kind of syntax will make it very convenient for a user of freemind to make a network of mindmaps, and to jump in between networks using the hyperlink input.  Of course, for this to be useful, there must also be a shortcut to display the current node&#039;s unique ID, and a mechanism for freemind to recognize other hyperlinks that are also mindmaps.&lt;br /&gt;
&lt;br /&gt;
-Markd&lt;br /&gt;
&lt;br /&gt;
=== Automatic Numbering of Nodes ===&lt;br /&gt;
&lt;br /&gt;
A key feature of MindJet and Simtech mindmaps is the ability to toggle a numbers on or numbers off view.   This makes a large mindmap more workable, because everyone can quickly reference specific nodes by the node number(s).   This is especially useful after converting a map to Open Office or Word, so you have a numbered outline.   The numbers would be the logical parent-child relationship seen in outlining or data modeling.  The number should be displayed above the node text with a dashed line or shading to distinguish it from the node text.  The user should also have the option to display numbers with dots, or without dots (to reduce the length).   When a node is moved, deleted, etc. - the maps numbers are auto-recalculated to show the new relationships.  This enhancement (along with spell check) would make FreeMind a more useable business tool.&lt;br /&gt;
&lt;br /&gt;
GregA&lt;br /&gt;
&lt;br /&gt;
FullACK. The feature should allow to have all/selected nodes [http://en.wikipedia.org/wiki/ISO_2145 ISO2145]-numbered (in map-view or at least on export). I believe this would not be too difficult to implement. (Probably in 0.9.0 this can be done more or less easily by Groovy-scripting, but maybe it would just turn into a standard-feature for everybody, if it was included into one of the standard-menus.)&lt;br /&gt;
&lt;br /&gt;
Thanks, Golgol&lt;br /&gt;
&lt;br /&gt;
Numbering can be easily achieved by having an external plugin, which is a program that analyses the data (node) it receives, and just adds a &amp;quot;number&amp;quot; attribute.&lt;br /&gt;
&lt;br /&gt;
lkcl.&lt;br /&gt;
&lt;br /&gt;
=== Automatic word wrap in Nodetext ===&lt;br /&gt;
&lt;br /&gt;
I&#039;d like to see this feature. I want for example set a default max node width. So the text will wrap when this width is reached. This would make mindmaps more readable and easier to edit.&lt;br /&gt;
&lt;br /&gt;
Edit: I just noticed, that it is possible by giving &amp;quot;width=&amp;quot; to the body tag in html mode (or rich formatting) but it would be nice having this in plain text mode, too.&lt;br /&gt;
&lt;br /&gt;
Edit2: If you set a &amp;quot;width=&amp;quot; in the body TAG the Node will be this wide. The Node should get smaller if the given width is not needed.&lt;br /&gt;
&lt;br /&gt;
nautsch&lt;br /&gt;
&lt;br /&gt;
=== Automatic transition to Edit Long Node ===&lt;br /&gt;
&lt;br /&gt;
When the user starts typing a node, she/he may not know in advance if the text will fit on one line or require multiple lines (Long Node). It would be advisable that pressing ALT-ENTER at the end of a single line node, switches to the Long Node editing window as it does now, but with the cursor already on the second line of the editing window, so that the user can keep typing right away from there. Currently it&#039;s necessary to press END and then ENTER to obtain this behavior. The proposed modification would avoid pressing this two extra keys.&lt;br /&gt;
&lt;br /&gt;
Marco&lt;br /&gt;
&lt;br /&gt;
=== Add to alert to a node ===&lt;br /&gt;
&lt;br /&gt;
I do use Freemind to keep track of my current tasks. MindMaps are IMO a very good way to organize to chaos in them (if you know a better tool, please mail hoffi@muskelshirt.de). But since some tasks do contain da deadline, the possibility to add an alert would be very handy (e.g. like Outlook-alerts).&lt;br /&gt;
&lt;br /&gt;
* Tools -&amp;gt; Show Calendar... -&amp;gt; Remind Me At This Date; also see: Tools -&amp;gt; Show Time Sceduler List... --[[User:Terkor|Terkor]] 19:32, 11 Feb 2008 (PST)&lt;br /&gt;
&lt;br /&gt;
=== Sorting nodes ===&lt;br /&gt;
&lt;br /&gt;
It will be very useful to SORT SELECTED NODES at the same hierarchical level like a list. The simplest and fastest sorting rule would be the alphabetical order. It will improve the visibility of a map. It could be added as plugin or function at the same level as the function &amp;quot;join nodes&amp;quot;. It would have to work even if the nodes have subnodes. Thanks. Franck --[[User:Fb5|Fb5]] 02:50, 15 Nov 2007 (PST)&lt;br /&gt;
&lt;br /&gt;
=== Synchronised nodes / mirror nodes / relational nodes ===&lt;br /&gt;
&lt;br /&gt;
Some times you might want a node in two locations. What you can do today is to add a link and/or a graphical link. What I would like to is to have mirrored / synchronised nodes. Say that I have node A, and that I want the same node in another location as well. Simply I should be able to Ã¢ÂÂInsert mirror nodeÃ¢ÂÂ, and wupti node A is shown here as well. No matter whether I now edit the node at the new or original location the nodes is changed in both locations (but of course only stores once). If a plugin for this exists then please mail me at freemind@skinny.dk.&lt;br /&gt;
&lt;br /&gt;
Martin&lt;br /&gt;
&lt;br /&gt;
Another more data centric way to look at this is as relational nodes.  Instead of restricting the data model to a simple tree you could store the data in a relational format.  This would give users the ability to store nodes with many parents.  &lt;br /&gt;
&lt;br /&gt;
This would produce the effect described about but would also open up the possibilities of the app for more human like brain dumping.  I am almost certain that the human brain does not relate 1 single piece of information to 1 other piece, it is more natural for us to relate it to as many other pieces of info as possible as this helps us to remember.&lt;br /&gt;
&lt;br /&gt;
So... new data model!!  Many to many relationships!  :-)&lt;br /&gt;
&lt;br /&gt;
A simple way of storing this type of data would be a flat list of nodes with IDs and then another list of relationships with a focus on Parent relationships.  There is only a need to store which Parent(s) a node belongs to.  This could be none or more than one.&lt;br /&gt;
&lt;br /&gt;
Some other considerations include rendering the data.  For e.g. if a user highlights a node which appears in more than one location in the map (i.e. has more than one parent) do you explode both end points, just the one or maybe provide the option to do either.&lt;br /&gt;
&lt;br /&gt;
PH4wks&lt;br /&gt;
=== Free-standing nodes ===&lt;br /&gt;
&lt;br /&gt;
The main feature missing from freemind is free standing nodes, not initially connected to anything, which you later organise, making them parents or children or simply just linked to other nodes.  This is how our brains work - it&#039;s important not to be restricted to an hierarchical model as currrently.&lt;br /&gt;
PBL&lt;br /&gt;
&lt;br /&gt;
Yes i definantly agree free standing nodes is essential. Furthermore from this, a more network orientated view of nodes and links would be a lot freeer and natural. So Linking the nodes with links, and then being able to view them in different ways, Selecting different root nodes or groups of nodes, or the main topic as the root node as it is now.&lt;br /&gt;
&lt;br /&gt;
I completely agree.  I have long felt that this is the single biggest thing missing from freemind (and most mind-mapping tools).  Being limited to a hierarchy under a single node is a very severe limitation.  It completely artificially constrains my natural organizational habits and it leads to &amp;quot;uncomfortable&amp;quot; mapping layouts.  For example, I prefer to have my parent nodes on the left and my child nodes on the right, but I quickly run out of visual real-estate when working with mindmaps in my lop-sided way.  If I could detach nodes and arrange them freely I could see and work with so much more on a single screen.  Also, by having free nodes, I could use a single mindmap for a lot more (possibly my whole life) - and I could avoid having to manage or maintain several maps to manage several separate projects.  My mind is not &amp;quot;free&amp;quot; without free nodes. :-)&lt;br /&gt;
&lt;br /&gt;
=== Other node print layout for very big maps ===&lt;br /&gt;
&lt;br /&gt;
While working with a map having 4000 nodes - well structured - it is useful to have a plotter to print it on one sheet. On the other hand there are no walls 5 meters high in this office. So I&#039;d like to request an alternative print mode with a 90 degree rotated layout. This would also enable collaboration of 2 and more people in front of this wallpaper. [[User:Noiv|Noiv]]&lt;br /&gt;
&lt;br /&gt;
=== Inheritance of Node Characteristics ===&lt;br /&gt;
&lt;br /&gt;
If the font size/type, colour and background colour of a node have been set then any child nodes that are created (as opposed to moved into place) should inherit those characteristics.   --[[User:Anton|Anton]] 12:20, 25 Jul 2008 (PDT)&lt;br /&gt;
&lt;br /&gt;
I wouldn&#039;t use the above suggestion much, actually. Instead, I&#039;d want nodes to inherit font size/type, edge styles etc. from their &#039;&#039;siblings&#039;&#039;. This makes sense to me as nodes on a particular level would tend to be section headings, which I&#039;d want e.g. in a larger font than the nodes that come below them.&lt;br /&gt;
&lt;br /&gt;
Perhaps there could be the option for both these types of inheritance. For any &#039;leg&#039; of a map, the user could right click and get a menu listing the various elements which could be formatted (font [+size, +colour], edge [+style, +width, +colour], etc.), and could indicate whether that element is to inherit from Parent, Sibling or No inheritance.&lt;br /&gt;
&lt;br /&gt;
It sounds a little complicated, but I&#039;d like to have that level of control. It&#039;d save a lot of time for large, complex projects.&lt;br /&gt;
-- [[User:Doubi|Doubi]] 20:13, 6 Dec 2008 (UTC)&lt;br /&gt;
&lt;br /&gt;
=== ALT/ENTER to close Long Node editing window ===&lt;br /&gt;
&lt;br /&gt;
As you can use ALT+ENTER to open long node editing window, it woult be logical to use the same keys to close this window.&lt;br /&gt;
&lt;br /&gt;
Kast&lt;br /&gt;
&lt;br /&gt;
=== Merge several nodes back into one branch ===&lt;br /&gt;
&lt;br /&gt;
This feature could work as follows: &lt;br /&gt;
ctrl-select several nodes. hit &amp;quot;insert&amp;quot;. all selected nodes are now connected to the newly created node&lt;br /&gt;
&lt;br /&gt;
Joshua&lt;br /&gt;
&lt;br /&gt;
== Export and Import ==&lt;br /&gt;
&lt;br /&gt;
=== Import from an &amp;quot;interpreter&amp;quot;, Export via &amp;quot;programs&amp;quot; ===&lt;br /&gt;
&lt;br /&gt;
Possibly the most important feature to have for FreeMind is to have an &amp;quot;interpreter&amp;quot; plugin, of scripts - external programs - which can &amp;quot;suck in&amp;quot; content that is defined in a SIMPLE (and by simple i don&#039;t mean XML) format.&lt;br /&gt;
&lt;br /&gt;
FreeMind should therefore, ultimately and effectively, be a &amp;quot;cacheing&amp;quot; and &amp;quot;display&amp;quot; and &amp;quot;edit&amp;quot; mechanism.&lt;br /&gt;
&lt;br /&gt;
Likewise, for exporting of information, it should be possible to feed internal data to a predefined program (where the program to be used should be an attribute, where the attribute itself can be the result of a decision made from running an external script!!)&lt;br /&gt;
&lt;br /&gt;
Ultimately, therefore, it should be absolutely trivial to do all of the import and export capabilities, listed below, in terms of well-defined and very simple external programs.&lt;br /&gt;
&lt;br /&gt;
(side-note: the external programs can be non-java programs, of course - even shell scripts.  java is a really stupid programming language to do this kind of work in: as a statically typed object-orientated language, it&#039;s simply not up to the job.  it&#039;s great for display purposes, and it&#039;s great for platform-independence, but that&#039;s about all that it&#039;s good for)&lt;br /&gt;
&lt;br /&gt;
[http://sourceforge.net/tracker/index.php?func=detail&amp;amp;aid=1687292&amp;amp;group_id=7118&amp;amp;atid=357118 RFE 1687292]&lt;br /&gt;
&lt;br /&gt;
=== Import and Export from HTML and different Wiki formats ===&lt;br /&gt;
&lt;br /&gt;
Simple import/export scripts can be written which have &amp;quot;rules&amp;quot; on understanding the different types of web pages, for example Wikis, and, also, the current &amp;quot;wiki exporter&amp;quot; should be the first plugin created as an &amp;quot;exporter&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
It would be trivial for people to then use lynx or wget for example and a few lines of awk or perl to write an HTML &amp;quot;import&amp;quot; plugin.  Instead of having to wade through tens of thousands of lines of stupid java (which is only really suitable for display purposes and platform-independence).&lt;br /&gt;
&lt;br /&gt;
Include an option to state whether the notes file should be in a pop-up window, or a link to a separate file in a scrollable window (in the last version I used notes text came up in non-scrollable temporary pop-ups).&lt;br /&gt;
&lt;br /&gt;
===== Export to HTML =====&lt;br /&gt;
Exporting to HTML the various labels are styled with a &amp;lt;nowiki&amp;gt;&amp;lt;span&amp;gt;&amp;lt;/nowiki&amp;gt; that has a long style=&amp;quot;&amp;quot; entry. It is better to create a set of CSS classes, one for each distinct style, and reference them in the various &amp;lt;nowiki&amp;gt;&amp;lt;span&amp;gt;&amp;lt;/nowiki&amp;gt; blocks. This simplifies also the import into MS Word.&lt;br /&gt;
--[[User:Mvalle|Mvalle]] 08:43, 20 Dec 2008 (UTC)&lt;br /&gt;
&lt;br /&gt;
Thinking about cheap export to MS Word a new export to HTML option could be added with every level of the map producing a different &amp;lt;nowiki&amp;gt;&amp;lt;hx&amp;gt;&amp;lt;/hx&amp;gt;&amp;lt;/nowiki&amp;gt; title. The central node becomes &amp;lt;nowiki&amp;gt;&amp;lt;h1&amp;gt;&amp;lt;/h1&amp;gt;&amp;lt;/nowiki&amp;gt;, the first branch &amp;lt;nowiki&amp;gt;&amp;lt;h2&amp;gt;&amp;lt;/h2&amp;gt;&amp;lt;/nowiki&amp;gt; and so on. The node notes could become the text below this level heading. Or the map leaves could become the contained text.&lt;br /&gt;
--[[User:Mvalle|Mvalle]] 08:43, 20 Dec 2008 (UTC)&lt;br /&gt;
&lt;br /&gt;
==== Import and Export from Bugtrackers ====&lt;br /&gt;
&lt;br /&gt;
It would be really nice to have import/export plugin scripts which understand the different bugtrackers.  FreeMind is already an extremely good project management tool: why isn&#039;t it also helping to be the Uber-Project Project?&lt;br /&gt;
&lt;br /&gt;
=== Import and Export databases ===&lt;br /&gt;
Any database connectivity would be nice to have, &lt;br /&gt;
especially import, be it either via ODBC or MySQL.&lt;br /&gt;
Thanks, UndiFineD&lt;br /&gt;
&lt;br /&gt;
Corresponding requests for enhancement.&lt;br /&gt;
&lt;br /&gt;
* [http://sourceforge.net/tracker/index.php?func=detail&amp;amp;aid=1100921&amp;amp;group_id=7118&amp;amp;atid=357118 1100921 : Export JPEG]&lt;br /&gt;
&lt;br /&gt;
=== Filesystem Integration complimenting Import/Export ===&lt;br /&gt;
Definitely powerful would be the use of a node to view/edit the contents of a local file instead of an in-program node.  This could effectively replace a lot of import/export functions, as a mindmap could be stored as a folder instead of as a single file, so that clients could extract wanted nodes without having to bring their freemind executable.  Secondly, while native viewers do not yet exist, it could help users access their data nodes in extraneous formats.  Some ideas.&lt;br /&gt;
&lt;br /&gt;
==== Loading viewers for certain data nodes ====&lt;br /&gt;
Now that nodes can be given attributes, it isn&#039;t too that farfetched to create different kinds of viewers/editors for different kinds of nodes - or to load viewers for those nodes specifically.&lt;br /&gt;
&lt;br /&gt;
==== Completely virtual nodes ====&lt;br /&gt;
Likewise, nodes whose content relies entirely on an external text (or other) file could be created which could be parsed back as text to freemind when viewed.&lt;br /&gt;
&lt;br /&gt;
==== Directory operations ====&lt;br /&gt;
Freemind&#039;s hierarchical structure of node viewing makes it an interesting way to organize directories.&lt;br /&gt;
&lt;br /&gt;
==== Exporting from command line ====&lt;br /&gt;
A feature I would really like would be to be able to do export programatically from cmdline.. something like:&amp;lt;br /&amp;gt;&lt;br /&gt;
&amp;lt;code&amp;gt;freemind-export --flash mymindmap.mm -o mymindmap.html&amp;lt;/code&amp;gt;&lt;br /&gt;
&lt;br /&gt;
You not need to export mindmaps, if you want to browse it with flash browser (visorFreemind).&lt;br /&gt;
Just use one ÃÂ«smartÃÂ» HTML/Javasript file which takes mindmap name from parameters, like this:&lt;br /&gt;
[http://discopal.ispras.ru/mindmaps/mindmaps.html?intro-and-samples.mm], [http://discopal.ispras.ru/mindmaps/mindmaps.html?algorithms-definitions.mm], [http://discopal.ispras.ru/mindmaps/mindmaps.html?algorithms-dtime-dspace.mm].&lt;br /&gt;
But this  feature (export from command line) will be very useful to export SVG ([http://sourceforge.net/tracker/index.php?func=detail&amp;amp;aid=1865152&amp;amp;group_id=7118&amp;amp;atid=357118 corresponding ticket]). --[[User:StasFomin|StasFomin]] 19:48, 2 Mar 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
=== Exporting Legend of used Icons ===&lt;br /&gt;
It would be nice when a legend would be attached to the exported graphs, explaining the meaning of the icons used in the map. Would support usability for everyone who doesn&#039;t know what the freeMind icons should mean; even if they should be intuitive.&lt;br /&gt;
&lt;br /&gt;
comment on the above:&lt;br /&gt;
&lt;br /&gt;
&amp;quot;Yes, I agree too.  It would be great also if a TITLE and SUB-TITLES can be placed (and movable) anywhere in the MindMap, so when it is printed out, people know what this mind map is for.&lt;br /&gt;
&lt;br /&gt;
Also, since we can color our own ARROW LINKS, having their descriptions customizable alongside with those colored arrow links inside the legend would be a great enhancement!&amp;quot;&lt;br /&gt;
&lt;br /&gt;
=== Export to OpenOffice ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
: FreeMind-0.8.0 can export mindmaps to OpenOffice Writer files. However, the fonts, colors, and formatting are not exported. A method that works well is to export as HTML, open the exported document in Konqueror (or some other web browse), and copy-and-paste the entire document into OpenOffice Writer.&lt;br /&gt;
&lt;br /&gt;
Unfortunately there seems to be some problem though with opening the files in version 2 of OpenOffice. I haven&#039;t had a chance to go and check against the 1.x versions.&lt;br /&gt;
&lt;br /&gt;
: I have the same problem with OOo 1.9.104 (package from Knoppix). I can provide maps where this happens. Regards, [[User:Zapyon|Zapyon]] 14:02, 16 Nov 2006 (PST)&lt;br /&gt;
&lt;br /&gt;
: Freemind .9beta9 exports to OOo 2.2x though it&#039;s not pretty.&lt;br /&gt;
&lt;br /&gt;
==== Export to OpenOffice Impress ====&lt;br /&gt;
&lt;br /&gt;
I wonder how difficult it would be to export into Impress presentation. The Nodes cen be Slide Headers, Subnodes can be Outlines and so on.  Then Notes can be exported into Slide Notes. One can do a presentation off the screen, give away handouts with full notes to keep.&lt;br /&gt;
--[[User:Koaster|Koaster]] 08:48, 7 Aug 2006 (PDT)&lt;br /&gt;
&lt;br /&gt;
* It&#039;s not that difficult, at least for simple cases and when ignoring styles/patterns. I just implemented a small xslt-stylesheet which does the job for me. I may set up a project for that (or give it to the contributions). Meanwhile please contact me -- [[User:htgoebel|htgoebel]] 2008-01-08&lt;br /&gt;
&lt;br /&gt;
==== Export Options to Open Document Format .odt ====&lt;br /&gt;
&lt;br /&gt;
Allow user to set options such as:&lt;br /&gt;
&lt;br /&gt;
* number of levels which translate to heading levels&lt;br /&gt;
** thereafter use bulleted list levels.&lt;br /&gt;
&lt;br /&gt;
=== Export to Scalable Vector Graphics format (SVG) ===&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Available in FreeMind 0.8.0 RC2.&#039;&#039; Yes!  I&#039;d love to see something done with scalable vector graphics, or some such...  I really wish Freemind could export to SVG, or maybe even flash... -- Bruce&lt;br /&gt;
And happily, developers are thinking the same thing: --   Here&#039;s Dimitri on that very possibility in&lt;br /&gt;
[http://sourceforge.net/forum/forum.php?thread_id=1031174&amp;amp;forum_id=22101 forum thread].&lt;br /&gt;
&lt;br /&gt;
=== Export to Portable Network Graphics format (PNG) (enhanced) ===&lt;br /&gt;
&lt;br /&gt;
It is already possible to export mindmaps to PNG. But the export function can be enhanced. E.g. the possibility to export PNG pictures with a &#039;&#039;&#039;transparent background&#039;&#039;&#039; instead of a white background (respectively the color thats used in the presets) would be very handy. Also possibilities to adjust the resolution and PPI (pixels per inch) are very useful when it comes to printing documents with embedded mindmaps in the PNG format. --[[User:UrsusExplorans|UrsusExplorans]] 10:04, 1 Aug 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
=== Export to Flash or teach Flash to view mm ===&lt;br /&gt;
&lt;br /&gt;
SVG, however, is still not widely supported - not even in desktop browsers, so it is mostly a way to exchange drawings and print. Exporting to Flash or having a Flash viewer that displayed .mm files (after all, ActionScript can now load XML data easily) would enable quick and effortless integration with current Web browsers without requiring them to install the Sun JVM (which can be a major issue in some environments).&amp;lt;br&amp;gt;&lt;br /&gt;
Edit: Good news: I was looking for the same and came accross this: http://nobi.com/appleexpo/index-f.html View source to see how it is made, it simply loads the .mm as parameter in a javacript, and I suppose the graphics and rules from freemind is programmed into the .swf. Should be able to take it appart, if noone has the sourcecode for something similar already. [[User:Mskogly|Mskogly]] 15:54, 20 Sep 2005 (PDT)&lt;br /&gt;
:This appears done in .9 beta 9. Please test --[[User:Ddaniels|Ddaniels]] 20:40, 22 Mar 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
=== Support for Embedded Freemind Maps in Pages.Google ===&lt;br /&gt;
Embedded maps on free hosts like pages.google would be very cool. Here is a video of my efforts to get Freemind flash maps to work in pages.google. &lt;br /&gt;
http://video.google.com/videoplay?docid=4967726587301956565&amp;amp;q=freemind+dennis --[[User:Ddaniels|Ddaniels]] 20:40, 22 Mar 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
=== Export to LaTeX ===&lt;br /&gt;
&lt;br /&gt;
Feb 10,2005. MindMapping concept is perfect when organizing the structure of a document. I&lt;br /&gt;
believe that it would be a great feature if freemind could directly export a&lt;br /&gt;
mindmap as a LaTeX file (using the text of the main node for the title,&lt;br /&gt;
the text of the main branches for \section and so on).&lt;br /&gt;
&lt;br /&gt;
In the mean time (and since I know nothing about java) I wrote &lt;br /&gt;
[http://control.cicese.mx/twiki/pub/Main/FreeMindToLaTeX/mm2tex this perl script]&lt;br /&gt;
to translate mm-&amp;gt;tex.  Any improvements are welcome. I will mantain this utility&lt;br /&gt;
[http://control.cicese.mx/twiki/bin/view/Main/FreeMindToLaTeX here], but I hope&lt;br /&gt;
this feature will be included in freemind one day.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;June 19, 2007&#039;&#039;&#039;  The above links to the perl script are broken.  Does anyone have it or something similar?&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;17 mei, 2008&#039;&#039;&#039;  I export the mindmap to OpenOffice and uses OpenOffice to export it to Latex. I use OpenOffice 3.0, not sure if that option is already available in 2.0.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;9 Feb, 2009&#039;&#039;&#039;   This is probably the most important feature I&#039;d like to see in freemind; the openoffice conversion trick doesn&#039;t work for my needs.  The link to the perl script is still broken and the link to Freemindtolatex appears down now too.&lt;br /&gt;
&lt;br /&gt;
=== Export and import to Ganttproject ===&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
This link takes you directly to the download and instructions for the export / import xslt files &lt;br /&gt;
[http://wwwl.kutsam.at/home/johannes/index.php?option=com_content&amp;amp;task=view&amp;amp;id=15&amp;amp;Itemid=4 : export / import to ganttproject via xslt ]&lt;br /&gt;
&lt;br /&gt;
in Freemind 0.8 you can use &amp;quot;File-&amp;gt;Export-&amp;gt;Using XSLT&amp;quot; to export a &amp;quot;.gan&amp;quot; file using the xslt file from the link above&lt;br /&gt;
&lt;br /&gt;
=== Export to favorites or bookmarks ===&lt;br /&gt;
&lt;br /&gt;
Requests for enhancements:&lt;br /&gt;
&lt;br /&gt;
* [http://sourceforge.net/tracker/index.php?func=detail&amp;amp;aid=916260&amp;amp;group_id=7118&amp;amp;atid=357118 916260 : Export to Favourites / Bookmarks]&lt;br /&gt;
&lt;br /&gt;
=== Export to ontology formats (OWL, DAML) ===&lt;br /&gt;
&lt;br /&gt;
Requests for enhancements:&lt;br /&gt;
&lt;br /&gt;
* [http://sourceforge.net/tracker/index.php?func=detail&amp;amp;aid=1096791&amp;amp;group_id=7118&amp;amp;atid=357118 1096791 : Export to ontology formats (OWL, DAML)]&lt;br /&gt;
&lt;br /&gt;
=== Export and import to OPML ===&lt;br /&gt;
&lt;br /&gt;
Requests for enhancements:&lt;br /&gt;
&lt;br /&gt;
* [http://sourceforge.net/tracker/index.php?func=detail&amp;amp;aid=940616&amp;amp;group_id=7118&amp;amp;atid=357118 940616 : OPML import / export support]&lt;br /&gt;
&lt;br /&gt;
See also [http://www.opml.org/ OPML]. OPML - Outline Processor Markup Language.&lt;br /&gt;
&lt;br /&gt;
=== Export branch as folder tree ===&lt;br /&gt;
&lt;br /&gt;
A function like &amp;quot;export folder structure&amp;quot; would be useful for the use cases of bookmark manager, and of project preparation. I use [http://sourceforge.net/projects/bkm Bookmark Manager] from SourceForge, a very nice project. I found that importing bookmarks into FreeMind is a great option, if there only was a plugin to export them, Freemind would work as a perfect bookmark manager. Plus, Freemind would work as a nice &#039;project manager&#039; for creating directory-trees for large projects, at least I see I could find it very usable in my projects which require managing a lot of project files. Creating such structure in Freemind and then exporting it would be very usable. Date: Fri, 16 Apr 2004 18:10:33 +0200&lt;br /&gt;
&lt;br /&gt;
=== Import through any XSLT filter===&lt;br /&gt;
The File-&amp;gt;Import Menu should have an item &amp;quot;using xslt&amp;quot;  (just as File-&amp;gt;Export has &amp;quot;using xslt&amp;quot;) This would ease the integration of costum transformations (e.g. ganttchart &amp;lt;-&amp;gt; freemind)&lt;br /&gt;
&lt;br /&gt;
lkcl: not recommended.  xslt is so bad at doing &amp;quot;programming&amp;quot; that you will have an absolutely _awful_ time.  however, if there&#039;s a plugin mechanism, and you want to shoot yourself in the head by  having an xslt import/export plugin - then great!  if the plugin architecture idea is ever taken up, and comes about, i will watch with fascinated horror at your efforts to add an XSLT import plugin...&lt;br /&gt;
&lt;br /&gt;
=== Export and import to GraphViz ===&lt;br /&gt;
&lt;br /&gt;
=== Export to eps ===&lt;br /&gt;
&lt;br /&gt;
=== Integrate with Microsoft Outlook ===&lt;br /&gt;
&lt;br /&gt;
support for adding specially labeled nodes to Outlook&#039;s calendar and Outlook&#039;s todo list.&lt;br /&gt;
&lt;br /&gt;
Is there a way to integrate the calendar dates for start and completion of events into Outlook.&lt;br /&gt;
&lt;br /&gt;
The export formats allowed in Freemind and the import requirements of Outlook appear to be different.&lt;br /&gt;
Is there a format that is acceptable to both of them or a process such as converting to notepad and then into Outlook.&lt;br /&gt;
&lt;br /&gt;
Austin.  austin@elanay.net&lt;br /&gt;
&lt;br /&gt;
=== Integrate with Microsoft Office ===&lt;br /&gt;
&lt;br /&gt;
Enable export in EMF (enhanced metafile format). It will help to integrate FreeMind&#039;s Mind Maps with Word, Excel or Powerpoint.&lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
I&#039;m a new user, and a very computer-illiterate one, but if possible would love to see more integration with Windows Word. At the moment I can copy-paste from FreeMind into Word to get an indented list representing my mindmaps, but could see myself better able to use FM for putting together documents if it had more functionality:&lt;br /&gt;
&lt;br /&gt;
(1) Dynamic integration between Word and FM with nodes mapping to (formatted) Word headings.&lt;br /&gt;
&lt;br /&gt;
(2) Text placed in a node&#039;s Note appearing under the corresponding heading in Word as body text.&lt;br /&gt;
&lt;br /&gt;
(3) Changes made either through Word or FM being reflected in both the document and the corresponding mindmap (including rearrangements, additions, changes to text etc).&lt;br /&gt;
&lt;br /&gt;
No doubt a tall order, but it can&#039;t hurt to ask :)&lt;br /&gt;
&lt;br /&gt;
-KCM&lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
&lt;br /&gt;
=== Import/Export in various Calendar formats ===&lt;br /&gt;
&lt;br /&gt;
The idea being that I can import can a list of meetings, or tasks into Freemind.  They would be imported into a sub-node and then i can redistribute them in my mindmap as I want. -- Thanx AP&lt;br /&gt;
&lt;br /&gt;
=== Import via XSLT ===&lt;br /&gt;
&lt;br /&gt;
Would be nice to hase the same dialog for importing as the xslt dialog for exporting. That means the user can import any XML with a proper XSL (sure that needs to generate valid .mm, otherwise the importer will throw an error).&lt;br /&gt;
&lt;br /&gt;
=== Export to Executable JAR File ===&lt;br /&gt;
&lt;br /&gt;
Export to an executable JAR file that can be sent to anyone who has Java installed so they can run the mind map in read only mode. The JAR file would contain the Freemind (browser?) JAR and anything else it needs to run, as well as the mind map file I created. This would be extremely useful because it would allow me to send people mind maps who don&#039;t have Freemind installed. I just send them the exported JAR, they double click it and they can view my mind map. This is better than PDF or image exporting because people could actually expand and collapse nodes and it&#039;s better than HTML export because it would look and work much better, like the applet does. Hopefully it would only include the necessary stuff for read only/browse mode to keep the JAR as small as possible.&lt;br /&gt;
&lt;br /&gt;
=== Integrate Editor of choice ===&lt;br /&gt;
&lt;br /&gt;
I&#039;d like to have the opportunity to integrate my editor of choice (well there are only vim and Emacs, right? *g*). Being able to invoke an &amp;quot;edit with ...&amp;quot; using a keyboard shortcut (Ctrl-e perhaps if I&#039;m able to redefine the existing &amp;quot;Export to HTML&amp;quot;-shortcut) enables me to edit e.g. notes of nodes in my editor.&lt;br /&gt;
&lt;br /&gt;
In my editor, I do have *a lot of possibilities* FreeMind is not likely going to implement at all or at least that fast: spell check with my existing personalized dictionary, my already defined macros, vertical/column edit mode, various syntax highlighting, enhanced navigation possibilities, completion, folding, search/replace also with regular expressions, undo/redo, ...  &lt;br /&gt;
&lt;br /&gt;
-- novoid 2009-05-14&lt;br /&gt;
&lt;br /&gt;
:: This would be nice.  Would love to do long node editing in gedit on Ubuntu.  Firefox has a plugin called &amp;quot;It&#039;s All Text&amp;quot; that lets you edit a web page text box in a configurable text editor.  It handles things pretty well with opening up in gedit (for me), and then you save and close it and the web page text box is updated.  Something similar would be super here, although I&#039;d recommend just jumping straight to the external editor for long node editing, if you&#039;ve defined one. [[User:Scarpent|Scarpent]] 19:07, 20 Aug 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Searching ==&lt;br /&gt;
&lt;br /&gt;
Requests for enhancements:&lt;br /&gt;
&lt;br /&gt;
* [http://sourceforge.net/tracker/index.php?func=detail&amp;amp;aid=1084091&amp;amp;group_id=7118&amp;amp;atid=357118 1084091 : Boolean Searches]&lt;br /&gt;
&lt;br /&gt;
Further searching requests.&lt;br /&gt;
* regular expression search&lt;br /&gt;
* incremental search. No popup; with every letter typed, a node containing the string typed so far is found. Can be modelled on Emacs.&lt;br /&gt;
* standard global search and replace functionality of text expressions within nodes&lt;br /&gt;
* search accross all the maps that happen to be open at the time&lt;br /&gt;
&lt;br /&gt;
Actually, I&#039;d wish that we have search across all maps opened or not. Just like &lt;br /&gt;
&lt;br /&gt;
&#039;find . -name &amp;quot;*.mm&amp;quot; -exec grep -H &amp;quot;long term&amp;quot; {} \; &amp;gt; /tmp/scratch, &lt;br /&gt;
&lt;br /&gt;
but much more user friendly. Ideally, there should be a Google Desktop search plug-in for FreeMind. I wish I knew how to do it. &lt;br /&gt;
--[[User:Yubrshen|yushen]] 00:17, 28 Feb 2007 (PST)&lt;br /&gt;
&lt;br /&gt;
=== Plugin architecture for &amp;quot;actions&amp;quot; ===&lt;br /&gt;
&lt;br /&gt;
Searches is a specific category of the general category of &amp;quot;actions&amp;quot;, which should themselves simply be external plugins of actions, with an input capability, output capability and an &amp;quot;iterator&amp;quot; capability.&lt;br /&gt;
&lt;br /&gt;
essentially, what is needed is this:&lt;br /&gt;
&lt;br /&gt;
 * Internally, the &amp;quot;search&amp;quot; terms that you&#039;re performing are stored in a FreeMind database.&lt;br /&gt;
   so, the text (as it&#039;s being typed!) is entered into a list of &amp;quot;Searches&amp;quot;.&lt;br /&gt;
 * The &amp;quot;context&amp;quot; is the location where the search is to be performed.&lt;br /&gt;
 * Then, an external script is run called &amp;quot;search&amp;quot; which is passed the two nodes:&lt;br /&gt;
   the search terms as they&#039;re being typed, and the &amp;quot;context&amp;quot; i.e. the data to be searched.&lt;br /&gt;
&lt;br /&gt;
Essentially, you&#039;re applying subject-predicate-object to the issue.&lt;br /&gt;
&lt;br /&gt;
Then, you could _have_ your &amp;quot;google desktop&amp;quot; search plug-in, because if the data is stored in flat files (instead of XML) and the search term is turned into a flat file, your plugin can return search results by parsing the HTML that comes back from the Google Desktop search and returning new &amp;quot;nodes&amp;quot; or &amp;quot;attributes&amp;quot; in the simple &amp;quot;import&amp;quot; format that was recommended to be added.&lt;br /&gt;
&lt;br /&gt;
== Notes attached to Nodes ==&lt;br /&gt;
&lt;br /&gt;
=== Note enhancements in 0.9 beta 7 ... ===&lt;br /&gt;
&lt;br /&gt;
* As already mentioned in some postings it would be cool if it would be possible to place the note window optionally on each side of the application. &lt;br /&gt;
&lt;br /&gt;
* Further it would be cool if it could be detached from the main-window so that it becomes a kind of tool-window.&lt;br /&gt;
&lt;br /&gt;
* The graphical version of the note window is cool. But it consumes a lot of space ... Is it possible to avoid the nested tabs and put the tabs for &amp;quot;Layout view/HTML Code view&amp;quot; instead as a toggle button on the toolbar? Would save a lot of space and is more useable! Also maybe we could hide the &amp;quot;&amp;lt;END&amp;gt;&amp;quot; Tag in the graphical editor.&lt;br /&gt;
&lt;br /&gt;
* A possibility to set a &amp;lt;nowiki&amp;gt;&amp;lt;br&amp;gt;&amp;lt;/nowiki&amp;gt; instead a &amp;lt;nowiki&amp;gt;&amp;lt;p&amp;gt;&amp;lt;/p&amp;gt;&amp;lt;/nowiki&amp;gt; in notes would be great. In other programms it&#039;s often shift+return. This would lead to less used space in notes.&lt;br /&gt;
&lt;br /&gt;
=== Word wrap for notes ===&lt;br /&gt;
The notes are very important and I tend to write a lot of things in them! So it would be helpful to have for the notes the word wrap option already available for nodes.&lt;br /&gt;
&lt;br /&gt;
=== Shortcut for adding a note to a node ===&lt;br /&gt;
It would be nice if there was a shortcut for adding a note to a node&lt;br /&gt;
&lt;br /&gt;
In mousing from the selected node to the menu in order to reach the Insert-&amp;gt;Note menu item, I often overfly another node: the selection changes, which is a useability feature I like very much - but then the note drops on the newly-selected node, which is not where I wanted it.&lt;br /&gt;
*ditto, a shortcut for adding notes would be of great use. --[[User:Goncalopp|Goncalopp]] 08:03, 27 Sep 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
=== Link to Nodes from Notes===&lt;br /&gt;
I wish to have the ability to create links to various nodes on words within the notes pane. This would be a great feature.&lt;br /&gt;
&lt;br /&gt;
I agree.&lt;br /&gt;
&lt;br /&gt;
=== Mechanism to delete a note from a node ===&lt;br /&gt;
I have not found a way to delete a note from a node.&lt;br /&gt;
&lt;br /&gt;
:Just delete the text from the note.&lt;br /&gt;
&lt;br /&gt;
In my case this doesn&#039;t work - the note icon remains at the node and the notes window keeps appearing if I mouse over such a node. Deleting jsut the text doesn&#039;t help. (Version 0.8.1) - Florian&lt;br /&gt;
&lt;br /&gt;
I can confirm the problem isn&#039;t just for you.  Although it isn&#039;t too hard to open the saved file and remove the Note lines. (Version 0.8.1) - vanstrien&lt;br /&gt;
&lt;br /&gt;
=== Option to keep Notes window open ===&lt;br /&gt;
Many but not all of the nodes in a map have notes. As I mouse around the map, the Notes window pops into and out of existence. This is distracting: I would like an option to keep the Notes window open, and see its text update if the selected node has a note.&lt;br /&gt;
&lt;br /&gt;
Include with this an option to stick with the current note - and be able to move around the map from node to node without changing the note and still be able to edit it.&lt;br /&gt;
&lt;br /&gt;
=== Option to position Notes window at right ===&lt;br /&gt;
I would like the Notes window to be at the right; others may prefer it at the bottom.&lt;br /&gt;
Or to undoc the notes node - movable separate window.&lt;br /&gt;
&lt;br /&gt;
=== Attach note to a node ===&lt;br /&gt;
&lt;br /&gt;
Requests for enhancements:&lt;br /&gt;
&lt;br /&gt;
* [http://sourceforge.net/tracker/index.php?func=detail&amp;amp;aid=1043427&amp;amp;group_id=7118&amp;amp;atid=357118 1043427 : Glorified Endnoting]&lt;br /&gt;
* [http://sourceforge.net/tracker/?group_id=7118&amp;amp;atid=357118&amp;amp;func=detail&amp;amp;aid=974920 974920 : Add notes/comments to node]&lt;br /&gt;
* [http://sourceforge.net/tracker/?group_id=7118&amp;amp;atid=357118&amp;amp;func=detail&amp;amp;aid=671074 671074 : Additional text for a node, displayed in separate text area]&lt;br /&gt;
* [http://sourceforge.net/tracker/?group_id=7118&amp;amp;atid=357118&amp;amp;func=detail&amp;amp;aid=521406 521406 : Separate note for a node, displayed upon request only]&lt;br /&gt;
&lt;br /&gt;
Many people want to have a note attached to a node. Some mind mapping programs have this feature. In my view, such a feature creates a basis for splitting of uses. I would expect long nodes to contain paragraphs or even small articles; I have such nodes, both plain and HTML. I also have long nodes containing nicely set HTML tables. An XSLT transforming script can either assume that paragraphs are in the long nodes or that they are in the notes; not both. Different uses would then require different XSLT scripts. Searching would need to be extended to also search through notes. Notes of different nodes, unlike nodes themselves, cannot be made visible on the canvas at the same time. Without note, every piece of the text in the mind map is a node and therefore first class citizen; it is allowed for it to have children, and whatever feature is offered to other nodes (like icons, time reminders, changing of the default color and the like) is offered to it as well.&lt;br /&gt;
&lt;br /&gt;
Screenshots showing how long nodes can be used follow.&lt;br /&gt;
&lt;br /&gt;
[[Image:FreeMindLongNodes.png]]&lt;br /&gt;
[[Image:FreeMindLongNodes2.png]]&lt;br /&gt;
[[Image:FreeMindLongNodes3.png]]&lt;br /&gt;
&lt;br /&gt;
As this is such a requested feature, I&#039;d like to invite you to discuss pros and cons here. --[[User:Danielpolansky|Danielpolansky]] 11:47, 15 Feb 2005 (PST)&lt;br /&gt;
&lt;br /&gt;
:  The main reasons for enabling node text are as follows:   a).   to speed the process of map construction &amp;amp; brainstorming.   many times note text can be added &amp;quot;after&amp;quot; the primary brainstorming of a topic is complete, as the dimension of information is different - usually it is more detailed.  b).  the second reason is just or even more important, and that is, to enhance &amp;quot;readability&amp;quot; of the map itself.   At our company, we teach that a good mindmap should not contain full sentences, but instead, it should have short phrases - even just one or two words.   That is, studies have found out people can understand the main point of any topic by &amp;quot;seeing&amp;quot; just a few words.   Maps should be &amp;quot;seen&amp;quot; and not &amp;quot;read&amp;quot;.   Then, when more detail is needed, you just open the specific node, or view it by a mouse-over type operation.   So to summarize, SPEED and READABILITY are critical to the maps actual development and use for most people.   --[[ User:GregArndt|GregArndt]] 14:15, 15 Feb 2005 (CST-US)&lt;br /&gt;
&lt;br /&gt;
:: I don&#039;t get the point of a). Current solution does not prevent anynode from adding long nodes after the first brainstorming phase. In fact, without separate note, you can always add something afterwards as there is no limit to the depth. What concerns b), long nodes can be folded. This prevents map from being cluttered.&lt;br /&gt;
&lt;br /&gt;
:: Admittedly, &#039;&#039;mouse over&#039;&#039; operation is not sufficient to show the long nodes folded behind a short one. Having a quick look at many long nodes, one at the time, is currently not that easy; it requires a lot of single clicks. --[[User:Danielpolansky|Danielpolansky]] 12:42, 19 Feb 2005 (PST)&lt;br /&gt;
&lt;br /&gt;
: Ok, here&#039;s my &#039;&#039;go ahead&#039;&#039;. So many people want this feature, and so many mind mapping programs have it. As I am not a mind mapper but rather knowledge manager, I can&#039;t judge on this issue properly. Let&#039;s get surprised. --[[User:Danielpolansky|Danielpolansky]] 12:48, 19 Feb 2005 (PST)&lt;br /&gt;
&lt;br /&gt;
::: Great news.  This will be a real positive addition.   And for users that like long notes on the map, they can still always do that.   Thank you in advance, this is an excellent application that will continue to improve.  ==[[ User:GregArndt|GregArndt]] 23:12,, 19 Feb 2005 (USA-CST)&lt;br /&gt;
&lt;br /&gt;
: To me, HTML long nodes impair Readability of large mindmaps. On the other hand, I get the point that notes don&#039;t exactly fit into the concept. Why not go for a compromise: Long nodes would consist of (1) a first line of text, which is always visible/editable and (2) a formated long text, which is only visible/editable in a drop-down window. I would also appreciate a simpler way of editing formated long text than HTML tags. Why not using a RTF editor add-in? [[User:RainerFaller|RainerFaller]] 30 Dec 2005&lt;br /&gt;
&lt;br /&gt;
:: I am all for this.  I think that if there was some kind of collapsability the long text problem would be solved.  It may be because I am used to programming, but to be able to collapse a bit of text is superb.  This would mean that a long node would be collapsed into a single line, say the first line.  You can still tell what the node is saying with the first line, but the bulk is concealed.  Also, I think that if the nodes are resizable it could be resizable, that would solve the problem. Say a really large node is constructed containing an article, you could resize it to create a scrollable text box.  You would only be viewing part of the article at a time, but i think that is manageable when the structure of the mindmap on the whole is preserved.--[[User:Peterw|Peterw]] 12:00, 5 Oct 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
Maybe it could help to add something like a &#039;keep-folded&#039; property to a node.&lt;br /&gt;
Idea behind it: &lt;br /&gt;
A node with &#039;keep-folded&#039; set is not shown, when the parent of it is unfolded. You would need extra handling for setting the property or showing those &#039;moved to the background&#039; nodes though. But that way a note could just be a node with that property set. I think a property like that could be helpful in other contexts, too. If you use the Mind Map as a todo-list, you could keep done ((sub-)sub-)...)subtasks folded for example. &lt;br /&gt;
Hilmar&lt;br /&gt;
&lt;br /&gt;
: &#039;&#039;&#039;Notes are essential:&#039;&#039;&#039; While you can write really large nodes, a large node will obscure the mindmap. Lets describe it this way: I do want to perform some medical laboratory tests. This is my &#039;&#039;&#039;primary node&#039;&#039;&#039;. I want to add &#039;&#039;&#039;notes&#039;&#039;&#039; on the various aspects how tests should be ordered. The &#039;&#039;&#039;child nodes&#039;&#039;&#039; describe various symptoms and the attached &#039;&#039;&#039;notes&#039;&#039;&#039; add epidemiological information and detail. The next &#039;&#039;&#039;child nodes&#039;&#039;&#039; describe these tests based on the parent symptom nodes. Again, &#039;&#039;&#039;notes&#039;&#039;&#039; offer further details. The problem with notes-as-nodes is, that the huge text size will obscure the siblings (and even the children of those siblings), thus rendering the map ugly and difficult to comprehend. IF the notes would be only on the last hierarchical level, this wouldn&#039;t be such a great problem, BUT IF the notes are written on parent nodes, than the nodes-only approach is a mindblocker, not really a FreeMind.&lt;br /&gt;
&lt;br /&gt;
=== Copy/Export note(s) of node(s) ===&lt;br /&gt;
&lt;br /&gt;
WYSIWYG &amp;amp; note editor ... are very inviting for extensive usage of notes.&lt;br /&gt;
* at the moment it is not simple to export or copy them alltogether (with relevant nodes). Option for exporting the notes (also when clipboard-copying-pasting) would be very welcome - something like &amp;quot;Copy With Notes&amp;quot;, &amp;quot;Export With Notes&amp;quot; or &amp;quot;Print with notes&amp;quot;: &lt;br /&gt;
** e.g. for Export/OpenOfficeWriter notes are not exported (they were in 0.8) - I understand that xslt-s have to be adapted to the new xml format of mm (&amp;lt;richcontent ... type=note...&amp;gt; instead of &amp;lt;hook ...&amp;gt;)&lt;br /&gt;
* Q: can we consider the freeMind mm.xml format as fixed (at least for 0_9_0)?&lt;br /&gt;
&lt;br /&gt;
AlesPoredos &lt;br /&gt;
&lt;br /&gt;
--[[User:ap|ap]] 07:26, 28 Sep 2006 (PDT)&lt;br /&gt;
&lt;br /&gt;
=== Tooltips ===&lt;br /&gt;
&lt;br /&gt;
Having created a map, it might be more natural to enable us to either show the notes as tooltips, or alternatively to add tooltips as seperate children to notes.&lt;br /&gt;
&lt;br /&gt;
--[[User:Slowlearner|Slowlearner]] 12:08, 12 Aug 2009 (GMT)&lt;br /&gt;
&lt;br /&gt;
== Misc ==&lt;br /&gt;
&lt;br /&gt;
=== Please make freemind more colorful ===&lt;br /&gt;
Just like Tony Buzan said, mindmap needs to be very colorful to make your brain exciting.&lt;br /&gt;
Freemind is just too &amp;quot;grey&amp;quot; right now.&lt;br /&gt;
&lt;br /&gt;
=== Screen clipping ===&lt;br /&gt;
If you used Microsoft OneNote, you will notice a very good feature, Screen clipping.&lt;br /&gt;
It allows you anytime, switch to your screen, select an area, got a snapshot and paste the picture in your notes by just few clicks.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This is extremly useful if when taking notes for an online document or electrinic book, no matter what you are reading, pdf, html or ppt, just click and drag, you got the picture in your notes.&amp;lt;br&amp;gt;&lt;br /&gt;
If freemind will support similar feature, that would be great.&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Multiple Maps at Startup ===&lt;br /&gt;
When I start FreeMind it loads the last map I worked on, which is very good. I can have multiple maps open, which I juse a lot, so I can work on multiple projects at the same time. However when I close FreeMind and open it again, it only loads the last active map. It would be very usefull if it loaded all the maps that was open when FreeMind was closed, so I quickly can continue to work on my ongoing projects.&lt;br /&gt;
&lt;br /&gt;
: Yes, I want this &#039;&#039;&#039;very&#039;&#039;&#039; much! --[[User:Ase|Ase]] 10:29, 9 Jul 2008 (PDT)&lt;br /&gt;
: So do I. Leos&lt;br /&gt;
: Me as well. --[[User:Terkor|Terkor]] 02:32, 4 Nov 2008 (UTC)&lt;br /&gt;
&lt;br /&gt;
=== Single Copy Multiple ===&lt;br /&gt;
The Single Copy command is used to grab stuff to duplicate without also copying all child nodes. For example I have numbered items that I keep in an &amp;quot;Unresearched&amp;quot; node, and the same numbered items in a &amp;quot;Researched&amp;quot; Node. Instead of entering the node #&#039;s of 1 - 20 several times, I would like to be able to use the Copy Single command while selecting multiple items. Obviously it would have to be renamed &amp;quot;Copy Without Children&amp;quot; or something similar. Just keeping the command the same but adding support for multiple selection would help me a lot. Then I could copy items 1 - 20 and paste them somewhere else in one shot.&lt;br /&gt;
&lt;br /&gt;
: This is definitely a good request. The action for copying without children would have to be renamed from &amp;quot;Single Copy&amp;quot; to &amp;quot;Shallow Copy&amp;quot; or &amp;quot;Copy without Children&amp;quot; as you suggested. --[[User:Danielpolansky|Danielpolansky]] 10:13, 2 Jun 2006 (PDT)&lt;br /&gt;
&lt;br /&gt;
: I would also need something in the same vein. I have a deep tree of actions from which I choose leaves to do today. I would like to keep the classification embodied in the ancestors of any chosen leaf node I copy to the Today FreeMind. If I could click on a node (not just a terminal leaf) and &amp;quot;Copy Ancestors&amp;quot;, then paste I would save a lot of time. The Copy Ancestors would copy all ancestors exclusing the single root node. A variation would be to click a series of consecutively embedded nodes and &amp;quot;Copy Chain&amp;quot; which would copy the nodes themselves only, without any other children, and keep the chain as a unit.&lt;br /&gt;
&lt;br /&gt;
=== Print across pages ===&lt;br /&gt;
Would be great to have a possibility to print spanning over several pages if mind map is huge.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Hint:&#039;&#039;&#039; In 0.8.0 this is possible if you deactivate the &amp;quot;scale to one page&amp;quot; checkbox in the page format dialog and enters a scale factor like &amp;quot;1.0&amp;quot;. But there seems to be a little bug; if I enter just &amp;quot;1&amp;quot; as scale factor the output is still scaled to fit on one page.&lt;br /&gt;
&lt;br /&gt;
=== Print out of notes ===&lt;br /&gt;
I think it is a very good idea to add the possibility to print out the notes together with the map(on a separate page/pages), something like as in the export of HTML sides.&lt;br /&gt;
&lt;br /&gt;
   I agree with this suggestion. It makes a lot of sense to be able to print your notes.&lt;br /&gt;
&lt;br /&gt;
=== Print preview ===&lt;br /&gt;
I would like to have a print preview dialog to see if my manually set scale factor (defined in the page format dialog) is ideal.&lt;br /&gt;
&lt;br /&gt;
=== Auto scale to fit one page wide for printing ===&lt;br /&gt;
I would like to be able to set a map to print &amp;quot;one page wide&amp;quot; rather than just &amp;quot;fit one page&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
=== Auto scale to fit several pages ===&lt;br /&gt;
As RFE 972845 another has already provided code to have FreeMind scale the output to fit several pages. It would be really nice to have this enhancement in the normal code base.&lt;br /&gt;
&lt;br /&gt;
=== Calculations ===&lt;br /&gt;
I think that is good idea to add possibility to associate numeric values with nodes and make top nodes to recursively calculate sum of child nodes&#039; values. This feature will turn FreeMind into &#039;&#039;&#039;easy and visual way to do home accounting or resource planning&#039;&#039;&#039;. Adding, removing or dragging child nodes between parents must cause sum to update.&lt;br /&gt;
&lt;br /&gt;
More complex feature - adding multiplication factors to parent nodes.&lt;br /&gt;
: &#039;&#039;&#039;I vote for this.&#039;&#039;&#039; I think such a feature would open Freemind to a new business public: those who must build work resources planning/estimations WBS (Work Breakdown Stucture). Excel could be favourably replaced by mind maps softwares with such capabilities. &lt;br /&gt;
: From a more technical point of view, I would add that each node should be associated with an &#039;&#039;&#039;aggregation function&#039;&#039;&#039; like sum (default), average, geometric average, or even user defined aggregation function. Nodes would gather value of their children and aggregate it to set their own value.--[[User:OliGator|OliGator]] 08:55, 22 Oct 2006 (PDT)&lt;br /&gt;
&lt;br /&gt;
: For now, I didn&#039;t used the Time plug-in ; my expects would go in two directions (--[[User:JdX|JdX.fr]]  200706222:&lt;br /&gt;
: Go-ing to plan a bussiness, I would like to get some Calculations as said above, that I could get back into a calc-like spreadsheet in another window.&lt;br /&gt;
: May I imagine better than a number and an aggregation function, I would enjoy to improve in triplet-properties, not only a number and a function for each node... You may know high potential in A.I. for that representation for many qualities (I began to work on wikini.net on that matter..)&lt;br /&gt;
&lt;br /&gt;
=== Support for Unicode and RTL languages ===&lt;br /&gt;
&lt;br /&gt;
I think that the inclusion of better support for Unicode and RTL languages such as Hebrew and Arabic would allow a larger number of people to use Freemind as their mind-mapping tool of choice.&lt;br /&gt;
&lt;br /&gt;
: What support of unicode are you missing? FreeMind is unicode-enabled. --[[User:Danielpolansky|Danielpolansky]] 11:56, 27 Jul 2005 (PDT)&lt;br /&gt;
&lt;br /&gt;
:: It doesn&#039;t work with Vietnamese. Try this: HÃÂ  NÃ¡Â»Âi, SÃÂ i GÃÂ²n, ChÃ¡Â»Â£ LÃ¡Â»Ân * a ÃÂ¡ ÃÂ  Ã¡ÂºÂ£ ÃÂ£ Ã¡ÂºÂ¡ ... [[User:DeltaVictorLima|DeltaVictorLima]] 11:24, 18 Jun 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
=== Use UTF-8 in the XML file to store unicode characters ===&lt;br /&gt;
&lt;br /&gt;
: FreeMind 0.8.0&#039;s utf-8 support is limited, I think. When open file, FreeMind simply loads the file contents into buffer without valid and proper encoding, if .mm file version matches current freemind version. And all Chinese characters encoding as &amp;quot;&#039;&#039;&amp;amp;#x...;&#039;&#039;&amp;quot; is meaningless for Chinese. I have a patch for this: [[User:Jiangxin/Better_chinese_characters_support]]. --[[User:Jiangxin|Jiangxin]] 11:53, 6 Apr 2006 (PDT)&lt;br /&gt;
&lt;br /&gt;
:: Indeed, FreeMind does not support UTF-8. Maybe it would be better if it would. That would improve the ease with which the XML files can be read directly in plain text editors. --[[User:Danielpolansky|Danielpolansky]] 10:18, 2 Jun 2006 (PDT)&lt;br /&gt;
&lt;br /&gt;
::: Shouldn&#039;t the .mm-file be changed to a real XML file first? It does not have a XML declaration, like &amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;ISO-8859-1&amp;quot;?&amp;gt;... This gives far better support when opening it in standalone XML editors, and you can also validate your XML. --[[User:pahles|pahles]] 21:16, 3 Jun 2006 (UTC+2)&lt;br /&gt;
&lt;br /&gt;
: Vote for this! It is impossible to compare/merge different mindmaps (also process/edit) with ÃÂ«entities gibberishÃÂ» like ÃÂ«&amp;amp;#1087;&amp;amp;#1086; &amp;amp;#1087;&amp;amp;#1088;&amp;amp;#1086;&amp;amp;#1077;&amp;amp;#1082;&amp;amp;#1090;&amp;amp;#1091; &amp;amp;#171;SAT&amp;amp;#187;ÃÂ»--[[User:StasFomin|StasFomin]] 19:36, 2 Mar 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
=== Support general graphs rather than trees ===&lt;br /&gt;
&lt;br /&gt;
Some users want FreeMind to support general graphs rather than only trees. To an extent, their wish is covered by what we call arrow links, and what is called connectors in Microsoft Powerpoint. FreeMind&#039;s arrow links are not that powerful as connectors, but that can be improved.&lt;br /&gt;
&lt;br /&gt;
Still, FreeMind is not planned to become a general graph editor, or a concept mapper. Some years ago there was a [http://sourceforge.net/forum/forum.php?thread_id=821693&amp;amp;forum_id=22101 discussion] on that in Open Discussion forum, followed by a concluding [http://sourceforge.net/forum/forum.php?thread_id=957873&amp;amp;forum_id=22101  consideration] by me where the final position on the issue is stated together with an explanation. --[[User:Danielpolansky|Danielpolansky]] 11:56, 27 Jul 2005 (PDT)&lt;br /&gt;
&lt;br /&gt;
===Always On===&lt;br /&gt;
&lt;br /&gt;
I would like to minimize to the system tray(for Windows). Or better yet, let&#039;s run FreeMind as a transparent window docked to the desktop. Like my brain, I like to always have FreeMind on in the background. Regardless, thanks!&lt;br /&gt;
&lt;br /&gt;
: You can google for RBTray, which lets you minimise anything to the system tray. -- JettLogic&lt;br /&gt;
&lt;br /&gt;
===Better File Operations, Restore Workspace, New File Extension===&lt;br /&gt;
&lt;br /&gt;
On Mac OS X at least, the file dialog is buggy - it does not show network drives or my iDisk. Also, it would be useful to have FreeMind re-open the last edited file (and restore the workspace as it was when the user last quit). Still, the most annoying thing is the .mm filename extension - that extension is tied to Obj-C code files in Mac OS X, and probably on other platforms as well. Maybe .mind or .mmp? -- RuiCarmo&lt;br /&gt;
&lt;br /&gt;
===File Dialog Improvements===&lt;br /&gt;
&lt;br /&gt;
The file dialogs could use some minor improvements.  I would like the dialog boxes for load and save to remember what directory they were in and start from there the next time the dialog is open. &lt;br /&gt;
&lt;br /&gt;
Also, if you try to open a file from the &amp;quot;recent files&amp;quot; list but the file no longer exists, there is no warning from freemind.  It would be better to have a &amp;quot;file not found&amp;quot; warning, and better still to remove the bad entry from the list when that happens.  --fist_187&lt;br /&gt;
&lt;br /&gt;
It would be better not to &amp;quot;remember what directory they were in&amp;quot;, but add possibility to choose &amp;quot;Default directory&amp;quot; in Preferences, which will be opened automatically whenever you save or load something. --Elwin&lt;br /&gt;
&lt;br /&gt;
Yes the file dialogs could use some improvements. It should be possible these days to simply use the native OS&#039;en File Open dialogs.  IMHO, either that or a full-featured file dialog that a) provides a few shortcuts to frequently used directories,  b) remembers the directory used last time, -or- uses a default directory, and c) allows one to create new directories&lt;br /&gt;
&lt;br /&gt;
=== Crosslinking Nodes ===&lt;br /&gt;
&lt;br /&gt;
The possibility to create cross-references between nodes which are &lt;br /&gt;
already part of the mindmap tree would be a great feature. In many &lt;br /&gt;
real-life mindmaps items could not be categorized in one and only &lt;br /&gt;
one category. The possibility to visualize these dependencies would &lt;br /&gt;
be a great advantage over other mindmap solutions. Something like &lt;br /&gt;
this is already implemented in Freemind by selecting two nodes &lt;br /&gt;
and pressing STRG+L.&lt;br /&gt;
&lt;br /&gt;
For enhancing this feature the following aspects should receive attention:&lt;br /&gt;
* the application should visualize cross-references in a eye-friendly way&lt;br /&gt;
** nodes with cross-references should be directly identifiable (i.e. by color, shape-type, ...)&lt;br /&gt;
** mouse-over effects visualize the dependencies with flashing nodes&lt;br /&gt;
** dashed grey lines sound visualize cross-dependencies&lt;br /&gt;
* cross-references, especially those which reside not current view-context, should be traceable by a hotkey which toggles b+etween the source and the destination node of a link.&lt;br /&gt;
* if a source or destination-node is in hinged position the link should be optionally visualized by propagated a parent nod+e as source or destination-node&lt;br /&gt;
&lt;br /&gt;
Is it possible to add links to specific nodes in other FreeMind map files? Perhaps using Request Parameters in the external hyperlink URL? Identifying the target node while creating the link may be tricky. Here is an idea on how that can be done: &amp;lt;br/&amp;gt;&lt;br /&gt;
When creating the link, a dialog window with two textboxes can be used. One textbox would be for the hyperlink URL and the other would be for the target node name. The target node name textbox would have an auto-complete feature (with dropdown) that uses a list of node names that were obtained from the target map file. There could be a button next to the URL textbox that starts the node name retrieval process from the target map file. Before hitting the button the target node name textbox is disabled, and it is enabled after the node names have been read. --[[User:EdB|EdB]] 10:37, 2 Sep 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
=== Unlimited/Arbitrary Attributes ===&lt;br /&gt;
&lt;br /&gt;
We use a couple of different products (including an internally developed one) to manage requirements. In each case we have the ability to assign arbitrary attributes to requirements at any level in the structure (e.g., Type=Priority Value=High or Type=Source Value=Mike Jones). To support migration between Freemind and these requirements management tools, Freemind should allow X number of attributes per requirement. Though I know this concept would scare the minimalists.&lt;br /&gt;
-- unknown&lt;br /&gt;
&lt;br /&gt;
And a custom plugin might read these values, then calculate and display something on the map, e.g. an indicator or an aggregate.&lt;br /&gt;
-- [[User:abadger|abadger]] 30 May 2006&lt;br /&gt;
(or even just set the colour or insert a tick or cross icon) --[[User:Violetlight|Violetlight]] 15:24, 2 Aug 2006 (PDT)&lt;br /&gt;
&lt;br /&gt;
It would be really nice if as well as text attributes, we could support check or radio buttons (e.g. &amp;quot;done&amp;quot;, or &amp;quot;priority H/M/L&amp;quot;)&amp;lt;br&amp;gt;&lt;br /&gt;
A node action or a function key/pattern (see below) could check the box.&lt;br /&gt;
--[[User:Violetlight|Violetlight]] 15:22, 2 Aug 2006 (PDT)&lt;br /&gt;
&lt;br /&gt;
=== Node-specific actions ===&lt;br /&gt;
&lt;br /&gt;
At the moment, there is one &amp;quot;action&amp;quot; on a node (discounting the usual edit/cut/paste etc) - navigate to the target link.&lt;br /&gt;
&amp;lt;p/&amp;gt;&lt;br /&gt;
I can see a reason to have more than one action on a node, depending on the semantics of the map&#039;s content, and specifically the storage backend or plugin.  For example, a map that was a live visualisation of the tree structure of a website could have an action to navigate to a page, to check it with a W3C validator, to edit the page, to submit it to a search engine etc etc.  These actions would be defined by the plugin supplying the data content, or by other plugins resident - e.g. &amp;quot;schedule this node&amp;quot; for the time scheduling plugin or &amp;quot;bookmark this node&#039;s target&amp;quot; for a (possible future) Google Bookmarking plugin.&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
I can see two (possibly co-existing) methods of implementing this:&lt;br /&gt;
# A context-specific node sub-menu cascading off the right button menu called &amp;quot;Actions-&amp;gt;&amp;quot;&lt;br /&gt;
# A control-right-button menu just for actions on the node&lt;br /&gt;
&amp;lt;br&amp;gt;&lt;br /&gt;
I&#039;d welcome feedback on whether this is a nutcase idea. --[[User:Violetlight|Violetlight]] 15:16, 2 Aug 2006 (PDT)&lt;br /&gt;
&lt;br /&gt;
===Images in freemind===&lt;br /&gt;
&lt;br /&gt;
I really like the way freemind can use images as nodes.  However, one of the problems with adding a lot of images to a map is that they are all different sizes.  So, I wrote this php script:&lt;br /&gt;
 &amp;lt;?php&lt;br /&gt;
 &lt;br /&gt;
        $tsize = 100; //thumbnail size&lt;br /&gt;
 &lt;br /&gt;
        function noresize($name)&lt;br /&gt;
        {&lt;br /&gt;
                global $argv;&lt;br /&gt;
                $fullpath = $argv[1] . &amp;quot;$name&amp;quot;;&lt;br /&gt;
                echo &amp;quot;&amp;lt;node TEXT=\&amp;quot;&amp;amp;amp;lt;html&amp;amp;amp;gt;&amp;quot;;&lt;br /&gt;
                echo &amp;quot;&amp;amp;amp;lt;img src=&amp;amp;amp;quot;$fullpath&amp;amp;amp;quot;/&amp;amp;amp;gt; \&amp;quot;&amp;quot;;&lt;br /&gt;
                echo &amp;quot; FOLDED=\&amp;quot;true\&amp;quot;&amp;gt;\n&amp;lt;/node&amp;gt;\n&amp;quot;;&lt;br /&gt;
        }&lt;br /&gt;
 &lt;br /&gt;
        function thumbit($name, $w, $h)&lt;br /&gt;
        {&lt;br /&gt;
                global $argv;&lt;br /&gt;
                $fullpath = $argv[1] . &amp;quot;$name&amp;quot;;&lt;br /&gt;
                echo &amp;quot;&amp;lt;node TEXT=\&amp;quot;&amp;amp;amp;lt;html&amp;amp;amp;gt;&amp;amp;amp;lt;img src=&amp;amp;amp;quot;$fullpath&amp;amp;amp;quot;&amp;quot;; &lt;br /&gt;
                echo &amp;quot; width=&amp;amp;amp;quot;$w&amp;amp;amp;quot; height=&amp;amp;amp;quot;$h&amp;amp;amp;quot;\&amp;quot; FOLDED=\&amp;quot;true\&amp;quot;&amp;gt;\n&amp;quot;;&lt;br /&gt;
                echo &amp;quot;&amp;lt;node TEXT=\&amp;quot;&amp;amp;amp;lt;html&amp;amp;amp;gt;&amp;amp;amp;lt;img src=&amp;amp;amp;quot;$fullpath&amp;amp;amp;quot;\&amp;quot;&amp;quot;; &lt;br /&gt;
                echo &amp;quot; FOLDED=\&amp;quot;true\&amp;quot;&amp;gt;\n&amp;lt;/node&amp;gt;\n&amp;quot;;&lt;br /&gt;
                echo &amp;quot;&amp;lt;node LINK=\&amp;quot;$fullpath\&amp;quot; TEXT=\&amp;quot;$name\&amp;quot;&amp;gt;\n&amp;lt;/node&amp;gt;\n&amp;quot;;&lt;br /&gt;
                echo &amp;quot;&amp;lt;/node&amp;gt;\n&amp;quot;;&lt;br /&gt;
        }&lt;br /&gt;
 &lt;br /&gt;
        if ($argc &amp;lt; 3)&lt;br /&gt;
        {&lt;br /&gt;
                die(&amp;quot;usage: &amp;quot; . $argv[0] . &amp;quot; IMAGEPATH IMAGE1 [[IMAGE2] ... ]\n&amp;quot;);&lt;br /&gt;
        }&lt;br /&gt;
 &lt;br /&gt;
        echo &amp;quot;&amp;lt;map version=\&amp;quot;0.7.1\&amp;quot;&amp;gt;\n&amp;lt;node TEXT=\&amp;quot;Ian&#039;s image generator\&amp;quot;&amp;quot;;&lt;br /&gt;
        echo &amp;quot; FOLDED=\&amp;quot;true\&amp;quot;&amp;gt;\n&amp;quot;;&lt;br /&gt;
 &lt;br /&gt;
        for ($i=2; $i&amp;lt;$argc; $i++)&lt;br /&gt;
        {&lt;br /&gt;
                $myimg = $argv[$i];&lt;br /&gt;
                $props = getimagesize($myimg);&lt;br /&gt;
                $w = $props[0];&lt;br /&gt;
                $h = $props[1];&lt;br /&gt;
 &lt;br /&gt;
                if ($w &amp;lt;= $tsize &amp;amp;&amp;amp; $h &amp;lt;= $tsize) //too small&lt;br /&gt;
                {&lt;br /&gt;
                        noresize($myimg);&lt;br /&gt;
                }&lt;br /&gt;
                else if ($w &amp;lt; $h) //resize height to 100, scale width&lt;br /&gt;
                {&lt;br /&gt;
                        $w = intval(($tsize * $w) / $h);&lt;br /&gt;
                        $h = $tsize;&lt;br /&gt;
                        thumbit($myimg, $w, $h);&lt;br /&gt;
                }&lt;br /&gt;
                else //resize width to 100, scale height&lt;br /&gt;
                {&lt;br /&gt;
                        $h = intval(($tsize * $h) / $w);&lt;br /&gt;
                        $w = $tsize;&lt;br /&gt;
                        thumbit($myimg, $w, $h);&lt;br /&gt;
                }&lt;br /&gt;
        }&lt;br /&gt;
 &lt;br /&gt;
        echo &amp;quot;&amp;lt;/node&amp;gt;\n&amp;lt;/map&amp;gt;\n&amp;quot;;&lt;br /&gt;
 ?&amp;gt;&lt;br /&gt;
This is a command line PHP script, so to use it under linux you would type something like:&lt;br /&gt;
 $ php freemindImgGen.php &amp;quot;file:////path/to/prepend/to/images/&amp;quot; image1.jpg [image2.jpg ... ]&lt;br /&gt;
This will output the text for a new mind map (direct it to a file of your choice) with each image thumbnailed in its own node.  The images should all be in the same directory (for some reason, relative paths for images don&#039;t seem to work).  Each thumbnailed image will have 2 child nodes: one node with the full size image and one node with the filename of the image as a freemind link.&lt;br /&gt;
&lt;br /&gt;
Anyway, the reason that I&#039;m posting this here in the request section instead of the user contributions section is that I would like to see this behavior ported into freemind itself.  This would be a better behavior for when you drag-and-drop an image file into freemind, as it does just about everything you would want to do with an image in one shot.   --fist_187&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
:[[User:lkcl]] - fist_187: this is a fantastic example of an import/export plugin program that should NOT be added into freemind: it should be possible to RUN this program on-demand from FreeMind from WITHIN freemind as a plugin extension.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
--[[User:Pdf|pdf]] 22:11, 30 Aug 2009 (UTC): A thumbnail image function is a great idea! Some images can be huge, and thumbnails would be an excellent option.  Photographers could make big use of this, but images in general just make an idea map a richer communication tool.  In fact, this capability could re-invent the typical image &amp;quot;gallery&amp;quot; that is often a liner row of images, or an unwieldy table, because images would be represented in a hierarchical context of other references or meaning.  Of course, a link to the original file always lets a viewer see an image in its full glory.&lt;br /&gt;
&lt;br /&gt;
However, for the general non-programmer user I would implement the user interface like this: &lt;br /&gt;
 &lt;br /&gt;
- When an image is inserted, create a thumbnail as a default (or by prompt) to avoid unpleasant surprises of large images taking over the UI and displacing everything else. &lt;br /&gt;
&lt;br /&gt;
- Add an option to convert an image back to normal, or back to thumbnail.&lt;br /&gt;
&lt;br /&gt;
- In preferences, let the user select &amp;quot;thumbnail&amp;quot; as default, or not, and let the user specify the size (as a maximum dimension of either side of the image). Let the user choose whether a prompt appears, or add a check box to the prompt to not ask again.  Another useful preference would be to specify a thumbnail directory (default location inside source image directory)&lt;br /&gt;
&lt;br /&gt;
- As another option (or as a future enhancement) the program would either 1)Create new image files to use as thumbnails, or 2)Generate thumbnails on the fly for display only (or read in thumbnails that may already be appended to some image formats by certain images editors) and maybe cache them. The advantage of reading in on the fly is that the size could also be changed on the fly.  The downside is the time required for the program to generate on-the-fly images in large maps.&lt;br /&gt;
&lt;br /&gt;
- Provide a link to the file so the user can open the full size version in its associated application.&lt;br /&gt;
&lt;br /&gt;
- When importing a folder of files provide an option to import any images.&lt;br /&gt;
&lt;br /&gt;
- After a folder is imported, provide an option to add images to existing links.&lt;br /&gt;
&lt;br /&gt;
=== Node Cloning or Mirroring (aka soft links) ===&lt;br /&gt;
&lt;br /&gt;
Requests for enhancements:&lt;br /&gt;
&lt;br /&gt;
* [http://sourceforge.net/tracker/index.php?func=detail&amp;amp;aid=1021772&amp;amp;group_id=7118&amp;amp;atid=357118 1021772 : One Node object at different places]&lt;br /&gt;
&lt;br /&gt;
One feature request that has attracted a lot of attention from users is what they call &#039;&#039;node cloning or mirorring&#039;&#039;. This amounts to enabling a node to have more than one fathers. That is, such a node appears visually at more places of a map, still, has only one structure and data. Linking a node graphically to more parts of a map is already possible, but users proposing cloning would like to see more visually integrated approach.&lt;br /&gt;
&lt;br /&gt;
Users get encouraged by the fact that the hierarchical application&lt;br /&gt;
[http://leo.sf.net/ LEO] already has such a feature.&lt;br /&gt;
&lt;br /&gt;
This feature has been discussed at forums under threads&lt;br /&gt;
[http://sourceforge.net/forum/forum.php?thread_id=1022954&amp;amp;forum_id=22101 Cloning of nodes] and [http://sourceforge.net/forum/forum.php?thread_id=1051440&amp;amp;forum_id=22101 Node cloning/mirroring].&lt;br /&gt;
&lt;br /&gt;
: I would REALLY like it if FreeMind supported &#039;shortcuts&#039;, &#039;soft/hard links&#039;, or &#039;virtual folders&#039;. You know what I mean? Just some manner of having one node (and its sub-nodes) be able to exist in 2 different places at once. Change one clone, the other is affected, delete one clone, they all go away. (with options to make it a copy instead of a clone, etc...) You&#039;d make my day if you&#039;d add this functionality! --anonymous&lt;br /&gt;
&lt;br /&gt;
: Alright, but &amp;quot;cloning&amp;quot; is not a good term for this as it implies having a physical copy of something. Less misleading could be &amp;quot;linking&amp;quot;, &amp;quot;mirroring&amp;quot;, &amp;quot;redirecting&amp;quot;, &amp;quot;pointing&amp;quot;, &amp;quot;referring&amp;quot;... --anonymous&lt;br /&gt;
&lt;br /&gt;
:: You are right; cloning is not a proper term. This is the way our users expressed their wishes. --[[User:Danielpolansky|Danielpolansky]] 09:26, 20 Dec 2004 (PST)&lt;br /&gt;
&lt;br /&gt;
: I agree too - soft links would be a great feature -- Brad Langhorst&lt;br /&gt;
&lt;br /&gt;
: Seconded - the suggestion on sourceforge of using a local link, but with a &amp;quot;ghost&amp;quot; display at the current location (instead of jumping to the destination of the link) sounds like the way to go.  The side-effect is that you could have a cycle, whereby you are in node A, with child B being a ghost-link to C, expanding C reveals child D which is a ghost-link back to A. -- JettLogic&lt;br /&gt;
&lt;br /&gt;
=== Mindmap-Wikis ===&lt;br /&gt;
&lt;br /&gt;
Creating a mixture of Freemind and a Wiki would be very interesting. It would be shown on the web, and editable by everybody, like a Wiki, but it would not be text-only but a FreeMind&#039;s mind map instead.&lt;br /&gt;
&lt;br /&gt;
That is, provide FreeMind user interface to the underlying wiki technology, handling versioning and other issues. Is there any use of wiki markup in this scenario? (lkcl: yes - see &amp;quot;Notes&amp;quot; section!)&lt;br /&gt;
&lt;br /&gt;
: [[User:lkcl]] - all of these things are possible if you split out a plugin architecture for import / export of data.&lt;br /&gt;
&lt;br /&gt;
Current wiki technology like MediaWiki is already quite attractive in its present state. Either FreeMind interface would be the only one, which would in my view discourage most of the users, or FreeMind interface would be alternative to a web interface, which would require FreeMind to understand wiki markup. This considered, I hold such a project for too expensive compared to the value it brings. Quite another issue is collaborative mind mapping. This issue is similar to wiki, but here the wiki name does not properly apply as neither wiki markup nor wiki&#039;s versioning concept applies. --[[User:Danielpolansky|Danielpolansky]] 13:24, 18 Feb 2005 (PST)&lt;br /&gt;
&lt;br /&gt;
Ok, GraphViz is not really mindmapping, but oddmuse-wiki in colaboration with graphviz is really fascinating, take a look (and don&#039;t forget to follow the &amp;quot;Edit the text of the Page&amp;quot;-link): http://wiki.doomicile.de/LinuxMuleHistory -- HinnerK&lt;br /&gt;
&lt;br /&gt;
: I don&#039;t get your point. What is the relevance to the topic discussed here? --[[User:Danielpolansky|Danielpolansky]] 13:28, 18 Feb 2005 (PST)&lt;br /&gt;
&lt;br /&gt;
:: [[User:lkcl]] he&#039;s illustrating that the text you see on that page is actually created by simply putting &amp;quot;digraph { ..... }&amp;quot; into the text, you get a really cool graph.  in other words, he&#039;s illustrating that it would be easy to replace the FreeMind user interface, written in stupid java, by an oddmuse-wiki using the &amp;quot;digraph ....&amp;quot; concept.&lt;br /&gt;
&lt;br /&gt;
I would suggest starting with a simple [http://www.webdav.org/ save-to-WebDAV] option, and then following it up with a standardized [http://www.xmlrpc.com/ XML-RPC] interface (maybe Atom would be too complex). Having some sort of hooks into node editing operations in the code would be useful, so that people could develop plugins of some sort to perform the actual HTTP transactions live from the applet version -- RuiCarmo&lt;br /&gt;
&lt;br /&gt;
The first thing that came to my mind while opening FreeMind for the very first time was: &amp;quot;Would it be possible to integrate Wiki in FreeMind?&amp;quot;. Currently I am working with a project management software (named Trac) which integrates a Wiki Engine. It is a kind of colaborative project management solution, and it has encouraged all the team to document and activelly contribute to each otherÃÂ´s tasks. &lt;br /&gt;
&lt;br /&gt;
Maybe WikiFreeMind :-) could be something similar. I donÃÂ´t think that FreeMind being the only one interface to be an issue, I think it would be great if we could use wiki formatting inside FreeMind nodes. It would be easy (a gross guess) to allow &#039;&#039;Wiki-links&#039;&#039; between nodes, or wiki/web-pages &#039;&#039;outside&#039;&#039; the map. &lt;br /&gt;
&lt;br /&gt;
It would not be too difficult to do a kind of serialization of the map as a Wiki Database, each node being a wiki page, following the extension mechanics proposed by WikiMedia, you could allow wiki tags that would keep track of the properties of the node as a serialized wiki-page. ItÃÂ´s pretty much brainstorming, but I think it would be possible to use FreeMind as a Wiki Navigator, and the Web Browser + Wiki Engine as a Node Editor. --[[User:loudenvier|loudenvier]] 17:15, 05 Apr 2005 (BRA)&lt;br /&gt;
&lt;br /&gt;
Have a look at the [http://wikkawiki.org/HomePage WikkaWiki software]. My zero programming skills don&#039;t let me to grasp how it works or what it does. But it seems pretty interesting. It allows to insert FreeMind maps into the wiki. [http://wikkawiki.org/MindMapRecentChanges here&#039;s a inline example].&lt;br /&gt;
--[[User:Calamar|Calamar]] 04:31, 20 Dec 2005 (PST)&lt;br /&gt;
&lt;br /&gt;
: This portion hasn&#039;t been edited in a while. With the flash plugin in architecture in place for .9 beta 9 it shouldn&#039;t be too much of a problem to create graphical representations of a wiki to Freemind. The user would have to download the wiki page into the Freemind application and then upload the finished product after editing. It might seem like a long round trip but it would be very useful. &lt;br /&gt;
&lt;br /&gt;
: Furthermore, the Flash application should/could be smart enough to detect a wiki word in the Freemind and auto link it.&lt;br /&gt;
--[[User:Ddaniels|Ddaniels]] 05:17, 24 Mar 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
* There is an development approach for mediawiki and freemind (browser): http://www.wikimindmap.org/ which is available with GNU GPL v3. I managed it to get it run after understanding the config in the getpages.php and the index.php and discommenting something out in getpages.php. But it currently does not show some articles and categories. Perhaps someone is able to bring it to a better version: [[:Image:wwm_zip.mm]]. Just rename file extension to zip. --[[User:Hiverider|Hiverider]] 15:08, 26 Mar 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
===Applet allowing editing mind maps.===&lt;br /&gt;
&lt;br /&gt;
Requests for enhancements:&lt;br /&gt;
&lt;br /&gt;
* [http://sourceforge.net/tracker/index.php?func=detail&amp;amp;aid=1061195&amp;amp;group_id=7118&amp;amp;atid=357118 1061195 : Editor Mode (MindMap Mode) applet]&lt;br /&gt;
&lt;br /&gt;
It would be fine to edit a map via applet and save it to a webserver directory.&lt;br /&gt;
&lt;br /&gt;
: Indeed it would be fine. This is related to integration of mindmaps in wikis. In particular, [http://wikka.jsnx.com/HomePage WikkaWiki] uses freemind applet to show mindmaps in web pages. Unfortunately, mindmap edition is not possible while it is obviously possible for text. Such a capability would allow mindmap to be editable inside a wiki by wiki users. I also think this is more natural and a lot easier to insert mindmap capabilities inside wiki softwares than implement wiki functionnalities inside freemind. Don&#039;t you ? --[[User:OliGator|OliGator]] 09:18, 22 Oct 2006 (PDT)&lt;br /&gt;
&lt;br /&gt;
I wonder why the .mm extension is mandatory on the applet. At this point on the web we use Content-type instead of extensions, isn&#039;t it? Why then don&#039;t use Content-type OR .mm extension to open a map with the applet?&lt;br /&gt;
&lt;br /&gt;
Will be fantastic if the applet could capture drop events. With this enhancement we could use a custom toolbar to add custom snippets or integrate it with our solutions&lt;br /&gt;
&lt;br /&gt;
Leos: Editing capabilities would be great benefit. I use multiple computers and notebooks at the office and at home, so it is nightmare to synchronize their content. If I could just open the map from browser, modify it and click save, I would be very happy. If there are some Java security restrictions, you can implement it via some servlet, I could deploy into my server.&lt;br /&gt;
&lt;br /&gt;
=== Saving maps using WebDAV ===&lt;br /&gt;
&lt;br /&gt;
Let FreeMind read from and save to [http://www.webdav.org WebDAV] server. Repeatedly requested.&lt;br /&gt;
&lt;br /&gt;
According to the WebDAV website,&lt;br /&gt;
&lt;br /&gt;
: WebDAV stands for &amp;quot;Web-based Distributed Authoring and Versioning&amp;quot;. It is a set of extensions to the HTTP protocol which allows users to collaboratively edit and manage files on remote web servers.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
What&#039;s the holdup on integrating WebDav into Freemind?  There&#039;s a patch available already [[http://www.ubik-products.com/ludowiki/FreeMind FreeMind WebDAV Enhancement]].  Is there anything wrong with that patch or have people just not gotten around to integrating it?  This would also address the need of applets and wiki-like functionality.&lt;br /&gt;
&lt;br /&gt;
Working with WebDAV would make for an outstanding creative toolkit. &lt;br /&gt;
There is a keen need for a tool like this in our business (long distances; documents cobbled together from Basecamp and IM logs). One consideration: how would changes be merged? And is there an unobtrusive way to identify authors of specific changes and content?&lt;br /&gt;
&lt;br /&gt;
===Changing attributes by depth level.=== Wouldn&#039;t it be good if nodes could have levels (defined as outward from the centre) so that you could change color, font and other node properties by level. For instace, all nodes of level two would have red bubbles.&lt;br /&gt;
&lt;br /&gt;
OR Allow user to define default level attributes to be applied when a branch is made. The most common one being font size and edge width. Undefined attributes like colour should flow down. This is just the desired default at creation time and may be changed. Branches further out than the deepest defined default all inherit from previous branch.&lt;br /&gt;
&lt;br /&gt;
===Integrated Google web search===&lt;br /&gt;
How about an accessory software that would input FreeMind&#039;s XML and conduct Google and Google News searches on all nodes plus their neighbours? If anything useful is found (and there would be less than x hits), it would *wget* them and add links to the material to the map. Run this as a cronjob and your mind map will always have new ideas when you open FreeMind again.&lt;br /&gt;
&lt;br /&gt;
: Seems like a suggestion for a plugin. For sure it does not belong to the core FreeMind. Such a plugin will call external tools like wget which increases the installation costs. --[[User:Danielpolansky|Danielpolansky]] 09:34, 20 Dec 2004 (PST)&lt;br /&gt;
&lt;br /&gt;
===MIDlet for editing with mobile phones===&lt;br /&gt;
&lt;br /&gt;
MIDlet idea entry front-end is a MUST! I want to be able to do mind mapping with my mobile phone and then upload the changes to the main map on my desktop.&lt;br /&gt;
&lt;br /&gt;
: It is not a &#039;&#039;must&#039;&#039;. When enabled with importing various other formats, FreeMind can take data from mobile applications. Also, it is not clear why MIDlet should be the technology of choice, if FreeMind shall run on mobile phones. --[[User:Danielpolansky|Danielpolansky]] 09:33, 20 Dec 2004 (PST)&lt;br /&gt;
&lt;br /&gt;
===Have floating textbox for titles or comments===&lt;br /&gt;
&lt;br /&gt;
Hi I would like to request a feature, namely a title and/or comment at the beginning/end of page to be able to use it in presentations, where I would have my name on top right.&lt;br /&gt;
I would suggest that there is no link to other nodes just a kind of text box.&lt;br /&gt;
Maybe there are more people thinking about this nice addon?&lt;br /&gt;
&lt;br /&gt;
Request for enhancements:&lt;br /&gt;
* [http://sourceforge.net/tracker/index.php?func=detail&amp;amp;aid=1167418&amp;amp;group_id=7118&amp;amp;atid=357118 1167418]: Legends&lt;br /&gt;
&lt;br /&gt;
=== An editable tree view (like the html export) ===&lt;br /&gt;
&lt;br /&gt;
With such view I can imagine freemind to be useable an smaller devices like an ipaq running familiar (or ppc). Can you run freemind on such devices? --Alex&lt;br /&gt;
&lt;br /&gt;
=== A non graphic tree view mode ===&lt;br /&gt;
Similar request as Alex. &lt;br /&gt;
A &#039;&#039;&#039;non-graphic&#039;&#039;&#039; linear mode would be usefull ! The graphic mode is the best to organise and visualise the information, but a simple linear tree mode is more comfortable for reading and editing large portion of text. It would also allow to access the same databases on a small screen. Freemind has become one of my most important tools on my Pc and I am dreaming to use it on a symbian phone too. Thank you so much. Franck&lt;br /&gt;
&lt;br /&gt;
Il second that, Inspiration also a midn mapping tool used at school does this, translates the mind map into linear. Being able to see the same information in different ways is what computers are amazing at doing. It would be great to see information from different perspectives, Mind map form, linear (for printing essays/or books), Network diagram, etc.&lt;br /&gt;
&lt;br /&gt;
=== Option not to open last opened file upon start ===&lt;br /&gt;
&lt;br /&gt;
Users request that they should get a user option to tell FreeMind not to open the last opened file upon start. Seems like a sensible request to me. --[[User:Danielpolansky|Danielpolansky]] 10:07, 2 Jun 2006 (PDT)&lt;br /&gt;
&lt;br /&gt;
===ToughGraph like dynamic layout===&lt;br /&gt;
&lt;br /&gt;
Requests for enhancements:&lt;br /&gt;
&lt;br /&gt;
* [http://sourceforge.net/tracker/index.php?func=detail&amp;amp;aid=1052556&amp;amp;group_id=7118&amp;amp;atid=357118 1052556 : TouchGraph style dynamic layout]&lt;br /&gt;
* [http://sourceforge.net/tracker/index.php?func=detail&amp;amp;aid=909016&amp;amp;group_id=7118&amp;amp;atid=357118 909016 : TouchGraph display mode]&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The [[TouchGraph]] interface has more potential than the existing fixed one. Mind maps are not supposed to necessarily be hierarchical, but organically growing and intertwined a lot. In FreeMind I can add links, but they aren&#039;t really good if compared with something universal like TouchGraph (GoogleBrowser, WikiBrowser). &lt;br /&gt;
 &lt;br /&gt;
I think FreeMind would become much more powerful (not to mention cool looking) if it had a dynamic mode without a root node. It would be great if arbitrary links (not just parent/child) between any nodes were supported, if text size and colors would dynamically adjust according to the distance, relevance and other factors, and if the layout would be dynamic, with the graph rearranging itself on the fly.&lt;br /&gt;
&lt;br /&gt;
More details at the TouchGraph site ([http://www.touchgraph.com/]), and at this page: [http://www.jspwiki.org/PageInfo.jsp?page=TouchGraphWikiBrowser]).&lt;br /&gt;
&lt;br /&gt;
: I disagree with the views presented here. A good news for you is that if you don&#039;t like the way FreeMind presents data, you can choose TouchGraph instead. --[[User:Danielpolansky|Danielpolansky]] 09:32, 20 Dec 2004 (PST)&lt;br /&gt;
&lt;br /&gt;
:* Well, in my opinion the links between nodes certainly offer a starting point for improvements. They are more curved than really necessary. --[[User:TMaschler|TMaschler]] 01:46, 17 Feb 2005 (PST)&lt;br /&gt;
&lt;br /&gt;
:* Further, the idea of formatting nodes in function of their distance from the start node (i.e. by style sheets) would greatly enhance the mind map appearance; although it should be possible to overwrite the node formatting style for each node individually. --[[User:TMaschler|TMaschler]] 01:46, 17 Feb 2005 (PST)&lt;br /&gt;
&lt;br /&gt;
:* What about offering a variety of display modes for the nodes (tree view, the current default view, without hierarchy, ...)?&lt;br /&gt;
&lt;br /&gt;
I agree that alternatives to the hierarchical view are important and the whole advantage of using visual mapping in the first place --[[User:Ryba|Ryba]] 17:16, 27 Oct 2005 (PDT)&lt;br /&gt;
&lt;br /&gt;
===More flexible Resize Options===&lt;br /&gt;
What about the following resize possibilities: --[[User:TMaschler|TMaschler]] 01:46, 17 Feb 2005 (PST)&lt;br /&gt;
* automatically/ dynamically&lt;br /&gt;
* by clicking on magnification glass icons (+ and -)&lt;br /&gt;
&lt;br /&gt;
Resizing should be able to resize a node and the text dynamically wraps and changes the size of the box.  The current approach requires hard returns to resize the text boxes.--[[User:Ryba|Ryba]] 17:06, 27 Oct 2005 (PDT)&lt;br /&gt;
&lt;br /&gt;
===More Flexible Window Resize and Reformat Options===&lt;br /&gt;
Background: We are using Freemind in an internal Wiki to document all the program file paths. Unfortunately, when opened in a browser window, the .mm file shows a couple of hundred pixels of blank area above and to the left of the map, then fails to allow users to scroll all the way to the right so they can see the information.  My apologies if the answer is there, but I have not been able to find any information in the forums or help to either reduce the total window size, or to change the map alignment from CENTER to TOP RIGHT. (Help mentions a user.properties file, not present in 9.0.x).&lt;br /&gt;
&lt;br /&gt;
Requests: &lt;br /&gt;
1. Allow users to resize the window to match the map size, and/or&lt;br /&gt;
2. Either allow users to set map aligment within the window, or change auto-aligment settings to the most efficient space use (generally top left, but not always, which argues for allowing the user to decide).&lt;br /&gt;
&lt;br /&gt;
Thanks for a great application!!&lt;br /&gt;
&lt;br /&gt;
=== Easier to delete nodes ===&lt;br /&gt;
&lt;br /&gt;
A relatively straightforward enhancement: the Node/Remove Node on the popup menu could be moved to the main popup menu, under &#039;Insert Child Node&#039;. It would probably be better server by being called &#039;Delete Child Node&#039;. I think it would also be fantastic if it had a shortcut key - Del probably being the most suitable. I find it a right pain to delete nodes (I notice someone submitted an RFE on sourceforge asking for a delete function, clearly not being aware there already was one - I think this indicates it needs moving!)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;David Perez comment&#039;&#039;: An alternative I use is to cut the node in order to delete it.&lt;br /&gt;
&lt;br /&gt;
: Nodes will be easy to delete in the next version. The reason why they are not easy to delete currently is that there&#039;s no undo available. In the mean time, pressing Ctrl + X should suffice to delete a node. --[[User:Danielpolansky|Danielpolansky]] 09:28, 20 Dec 2004 (PST)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;Torsten GrÃÂ¤ÃÂler comment&#039;&#039;:&lt;br /&gt;
: Find the line starting with &amp;quot;#keystroke_remove&amp;quot; in the &amp;lt;user home&amp;gt;/freemind/user.properties file and change it to &amp;quot;keystroke_remove = DELETE&amp;quot;. Now you can delete a node with the DEL key. This works on my WinXP Pro, but should work on other platforms, too. -- 04:27, 23 Mar 2004&lt;br /&gt;
&lt;br /&gt;
Most of the times you delete something and sooner or later you find out that you actually need that thing again. Undo is good, but once you have closed FreeMind it&#039;s lost forever. Wouldn&#039;t it be nice to have a .trash file to accompany every .mm file just to make things easier? --Anonymous.&lt;br /&gt;
&lt;br /&gt;
: This is a known issue by now. Deleting nodes is far too easy in FreeMind 0.8.0, in my view anyway. --[[User:Danielpolansky|Danielpolansky]] 06:51, 13 May 2006 (PDT)&lt;br /&gt;
&lt;br /&gt;
===Statistics===&lt;br /&gt;
&lt;br /&gt;
Requests for features:&lt;br /&gt;
&lt;br /&gt;
* [http://sourceforge.net/tracker/index.php?func=detail&amp;amp;aid=1040097&amp;amp;group_id=7118&amp;amp;atid=357118 1040097 : Total Node Count]&lt;br /&gt;
&lt;br /&gt;
Show the statistics&lt;br /&gt;
&lt;br /&gt;
* number of nodes in a map&lt;br /&gt;
* number of leafs (childless nodes)&lt;br /&gt;
* number of nodes with children&lt;br /&gt;
&lt;br /&gt;
on the &#039;&#039;node&#039;&#039; level or a &#039;&#039;map&#039;&#039; level (once you can do node level, you also can do map level).&lt;br /&gt;
&lt;br /&gt;
===Thousands of new icons===&lt;br /&gt;
&lt;br /&gt;
Enhancing the number and variety of icons to the sufficient amout would definetely increase versatility of FreeMind. Plenty of small pictures it is a must if you want to organize your knowledge (e.g. notes from collage), so that every &#039;key info&#039; could be easily remembered. The more icons that help associating the information the better - I would like to see pictures of man, men, woman, women, tree, chair, table and so on - any thing you can imagine, categorized. I know I can use external pictures, but it&#039;s really inconvenient if I have to look for each picture on the Internet for a few minutes while creating a new map. Built-in icons would be a great help.&lt;br /&gt;
&lt;br /&gt;
: It is clear that a larger icon library would be helpful. --[[User:Danielpolansky|Danielpolansky]] 13:18, 18 Feb 2005 (PST)&lt;br /&gt;
&lt;br /&gt;
it would be great if i would able to add or delete icons in to the toolbar my self. 22.2.05 by erwin&lt;br /&gt;
&lt;br /&gt;
Not sure if the hyperlink arrows count as icons, but it would be good if they could be colour coded; eg blue arrow for a hyperlink to a local file on the local computer, yellow for a file located on the local network, red arrow for a hyperlink to a html site, Green arrow for a local hyperlink&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
: I use famfamfam.com&#039;s general purpose silk icons set in most of my projects, there are over 1000 icons, each one of them is a little gem. There are distributed under the creative common license, I don&#039;t know if they can be included and distributed in a open source project .. probably. Still, the best would be an kind of icon manager to allow us to build our own icons libraries and includes some basics libraries by default.&lt;br /&gt;
&lt;br /&gt;
 --[[User:h3|h3]] 11:00, 27 Jul 2006&lt;br /&gt;
&lt;br /&gt;
I suggested in another place to have groups of icons, so that the access of all icons gets simplified, and the change of an icon gets simplified too. Here are some examples of groups/categories:&lt;br /&gt;
 * To be Completed, important/urgent/both/not important&lt;br /&gt;
 * partial/ complete&lt;br /&gt;
 * mecanism (ex: &amp;quot;rouages&amp;quot;),	GUI, Database,&lt;br /&gt;
 * draft/under review/finalized (different evident progressing levels)&lt;br /&gt;
 * analogy with road signal: &amp;quot;sans issue/cul de sac, speed limit, ...&amp;quot;	&lt;br /&gt;
 * communication mean (phone, e-mail, mail...)&lt;br /&gt;
 * context (work, home, travel)&lt;br /&gt;
 * art (music, painting, sculpture)???&lt;br /&gt;
 * time management (date, time, time duration)&lt;br /&gt;
 * Satisfaction (smiles)&lt;br /&gt;
Thanks :-) --[[User:Patco|Patco]]&lt;br /&gt;
&lt;br /&gt;
===Zooming With Scroll Button===&lt;br /&gt;
&lt;br /&gt;
Being able to pan by holding down the right-hand mouse button and twiddling the scroll wheel is great. What would help navigation a little more would be to zoom in and out by holding down, say, the left-hand mouse button.&lt;br /&gt;
&lt;br /&gt;
===New menu entry &#039;&#039;Save All&#039;&#039; ===&lt;br /&gt;
&lt;br /&gt;
Requests for enhancements:&lt;br /&gt;
&lt;br /&gt;
* [http://sourceforge.net/tracker/index.php?func=detail&amp;amp;aid=932817&amp;amp;group_id=7118&amp;amp;atid=357118 932817 : Easy: &amp;quot;Save all&amp;quot;-menu entry]&lt;br /&gt;
&lt;br /&gt;
* [http://sourceforge.net/tracker/?group_id=7118&amp;amp;atid=357118&amp;amp;func=detail&amp;amp;aid=665584 665584 : Add function &amp;quot;Save all&amp;quot;, to menus and toolbar]&lt;br /&gt;
&lt;br /&gt;
===  User defined icons ===&lt;br /&gt;
&lt;br /&gt;
Requests for enhancements&lt;br /&gt;
&lt;br /&gt;
* [http://sourceforge.net/tracker/index.php?func=detail&amp;amp;aid=966193&amp;amp;group_id=7118&amp;amp;atid=357118 966193 : User defined icons (similar 883498) - a quick implementation]&lt;br /&gt;
&lt;br /&gt;
=== Keep custom/unknown XML tags when saving ===&lt;br /&gt;
&lt;br /&gt;
Requests for enhancements:&lt;br /&gt;
&lt;br /&gt;
* [http://sourceforge.net/tracker/index.php?func=detail&amp;amp;aid=943713&amp;amp;group_id=7118&amp;amp;atid=357118  943713 : Keep custom/unknown XML tags when saving]&lt;br /&gt;
&lt;br /&gt;
=== Collaborative editing of mind maps ===&lt;br /&gt;
&lt;br /&gt;
Requests for enhancements:&lt;br /&gt;
&lt;br /&gt;
* [http://sourceforge.net/tracker/?group_id=7118&amp;amp;atid=357118&amp;amp;func=detail&amp;amp;aid=869746 869746 : Multi-user collaboration on one map, using tracking of changes ]&lt;br /&gt;
* [http://sourceforge.net/tracker/index.php?func=detail&amp;amp;aid=1058763&amp;amp;group_id=7118&amp;amp;atid=357118  1058763 : conference mode / work together online]&lt;br /&gt;
&lt;br /&gt;
Conference-like editing of a shared map. When one user adds a node, other users get display update, and vice versa. Rather demanding request, but also potentially highly useful.&lt;br /&gt;
&lt;br /&gt;
--[[User:Violetlight|Violetlight]] 09:30, 2 Aug 2006 (PDT): Problems to solve in this area:&lt;br /&gt;
* Whether to mesh peer to peer (e.g. Jabber/XMPP) or to use notification via a server&lt;br /&gt;
* How to perform locking (and whether to use optimistic locking)&lt;br /&gt;
* How to resolve conflicts&lt;br /&gt;
* How to bring a new change to a collaborating user&#039;s attention without being intrusive (say a &amp;quot;delta icon&amp;quot; in the node or something like that?)&lt;br /&gt;
&lt;br /&gt;
=== Allow for mathematical formulas using LaTeX or MathML ===&lt;br /&gt;
&lt;br /&gt;
Requests for enhancements:&lt;br /&gt;
&lt;br /&gt;
* [http://sourceforge.net/tracker/index.php?func=detail&amp;amp;aid=977500&amp;amp;group_id=7118&amp;amp;atid=357118 977500 : include formulas / latex support]&lt;br /&gt;
&lt;br /&gt;
People want to type in mathematical formulas in text markup and see something good looking when not edited.&lt;br /&gt;
&lt;br /&gt;
=== User attributes or tags of a node ===&lt;br /&gt;
&lt;br /&gt;
Requests for enhancements:&lt;br /&gt;
* [http://sourceforge.net/tracker/index.php?func=detail&amp;amp;aid=1122973&amp;amp;group_id=7118&amp;amp;atid=357118 1122973 : Allow nodes to &amp;quot;carry&amp;quot; other attributes]&lt;br /&gt;
&lt;br /&gt;
For user editable using a popping up table. File format example:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;node TEXT=&amp;quot;Tagged&amp;quot;&amp;gt;&lt;br /&gt;
   &amp;lt;tag NAME=&amp;quot;cost&amp;quot; VALUE=&amp;quot;500ÃÂ¬&amp;quot;/&amp;gt;&lt;br /&gt;
   &amp;lt;tag NAME=&amp;quot;todo&amp;quot; VALUE=&amp;quot;yes&amp;quot;/&amp;gt;&lt;br /&gt;
 &amp;lt;/node&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Rich text formatting of nodes ===&lt;br /&gt;
&lt;br /&gt;
Requests for enhancements:&lt;br /&gt;
&lt;br /&gt;
* [http://sourceforge.net/tracker/index.php?func=detail&amp;amp;aid=909694&amp;amp;group_id=7118&amp;amp;atid=357118 909694 : Different text attributes within text nodes]&lt;br /&gt;
&lt;br /&gt;
Rich text formatting includes boldface, italics, font colors, tables and the like. It is already possible using HTML in nodes. What&#039;s missing is the GUI support for editing HTML nodes. Another thing missing is pasting of RTF - Rich Text Format directly into FreeMind.&lt;br /&gt;
&lt;br /&gt;
=== Scalable Vector Graphics (SVG) in nodes ===&lt;br /&gt;
&lt;br /&gt;
Nodes could store and view scalable vector graphics (SVG). Currently, nodes certainly can store SVG, but only its source code is displayed. It should be possible that SVG is displayed like graphics. Editing of SVG can be done using external programs like Inkscape, or using an SVG editing component written in Java.&lt;br /&gt;
&lt;br /&gt;
Viewing of SVG could perhaps be achieved using Apache&#039;s Batik framework. How fast, and how much more memory consuming it would be is unclear.&lt;br /&gt;
&lt;br /&gt;
=== Enable spell checking ===&lt;br /&gt;
&lt;br /&gt;
Requests for enhancements:&lt;br /&gt;
&lt;br /&gt;
* [http://sourceforge.net/tracker/index.php?func=detail&amp;amp;aid=1080652&amp;amp;group_id=7118&amp;amp;atid=357118 1080652 : Ability to spell Check Text Fields]&lt;br /&gt;
&lt;br /&gt;
=== Add label to edges ===&lt;br /&gt;
&lt;br /&gt;
Requests for enhancements:&lt;br /&gt;
&lt;br /&gt;
* [http://sourceforge.net/tracker/index.php?func=detail&amp;amp;aid=997862&amp;amp;group_id=7118&amp;amp;atid=357118 997862 : Naming of Edges]&lt;br /&gt;
&lt;br /&gt;
: As I see it, this will make the map difficult to read. I can&#039;t imagine how to implement this in a visually acceptable manner. --[[User:Danielpolansky|Danielpolansky]] 14:02, 5 Mar 2005 (PST)&lt;br /&gt;
&lt;br /&gt;
: On the other hand, edge labels make a lot of sense with freely positioned nodes introduced in FreeMind 0.8.0. --[[User:Danielpolansky|Danielpolansky]] 09:29, 26 Oct 2005 (PDT)&lt;br /&gt;
&lt;br /&gt;
=== Add label to arrow link ===&lt;br /&gt;
&lt;br /&gt;
Requests for enhancements:&lt;br /&gt;
&lt;br /&gt;
* [http://sourceforge.net/tracker/index.php?func=detail&amp;amp;aid=1214199&amp;amp;group_id=7118&amp;amp;atid=357118 1214199 : labels on arrows]&lt;br /&gt;
&lt;br /&gt;
Sometimes it could be very useful to label arrow link. It may help to better express and easily understand the exact sense (meaning) of specific arrow link.&lt;br /&gt;
&lt;br /&gt;
=== Filter nodes by their icons  ===&lt;br /&gt;
&lt;br /&gt;
Requests for enhancements&lt;br /&gt;
&lt;br /&gt;
* [http://sourceforge.net/tracker/index.php?func=detail&amp;amp;aid=1071438&amp;amp;group_id=7118&amp;amp;atid=357118 1071438 : Filter nodes based on icon]&lt;br /&gt;
&lt;br /&gt;
Set filter on a given node, as a list of icon names. When such a filter is set, only those descendands of the filtered node are shown that satisify the filter. A node satisfies the filter, if one of its icons is in the filter&#039;s set of icons, or one of its descendants satisfies the filter.&lt;br /&gt;
&lt;br /&gt;
: Filtering based on icons is not very neat, as it does not decouple the meaning from its presentation. But it may be a good interim solution anyway. --[[User:Danielpolansky|Danielpolansky]] 11:02, 20 Feb 2005 (PST)&lt;br /&gt;
&lt;br /&gt;
* It&#039;s done in FreeMind 0.9 --[[User:Terkor|Terkor]] 04:21, 18 Aug 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
=== Insert Current Date and Hour ===&lt;br /&gt;
&lt;br /&gt;
Feb 25,2005. It would be nice to have a button to insert in a node the current date and/or hour. Thanks!&lt;br /&gt;
&lt;br /&gt;
: Makes sense. Can be found in Window&#039;s Notepad under the key F5. --[[User:Danielpolansky|Danielpolansky]] 10:06, 26 Feb 2005 (PST)&lt;br /&gt;
&lt;br /&gt;
It would be great if a time stamp would be created automaticaly wehn creating a new nod.&lt;br /&gt;
It should only be displayed when a special &amp;quot;Date-Button&amp;quot; is aktive!&lt;br /&gt;
&lt;br /&gt;
: You guys, would you mind stopping shouting at us with your exclamation marks? In English speaking countries, it is not necessary to add an exclamation mark to every second sentence. --[[User:Danielpolansky|Danielpolansky]] 09:31, 26 Oct 2005 (PDT)&lt;br /&gt;
&lt;br /&gt;
==== Simple Trick for KDE Users ====&lt;br /&gt;
&lt;br /&gt;
2005-09-29-11:16:32-PDT&lt;br /&gt;
&lt;br /&gt;
This will be a really nice feature in general. In the mean time, you can use the following method if you are using KDE. Under KDE, you can insert the current date and time (like the one above) into klipper by binding the following command to a key combination (for example, Ctrl-Alt-C):&lt;br /&gt;
&lt;br /&gt;
  dcop klipper klipper setClipboardContents `date +&amp;quot;%Y-%m-%d-%H:%M:%S-%Z&amp;quot;`&lt;br /&gt;
&lt;br /&gt;
After this, Ctrl-Alt-C followed by Ctrl-v should allow you to insert the date, in a format of your choice, into any document (including freemind).&lt;br /&gt;
&lt;br /&gt;
=== Support for callto: protocol ===&lt;br /&gt;
&lt;br /&gt;
As pointed out in a [http://sourceforge.net/forum/forum.php?thread_id=1241290&amp;amp;forum_id=22101 forum posting], support for &#039;&#039;callto:&#039;&#039; protocol would be helpful.&lt;br /&gt;
&lt;br /&gt;
If this was fully integrated, it would allow integrated voice and mind-map collaboration.  For example passing &amp;quot;opinion sections&amp;quot; of a draft map between participants with a voiceover prior to including them into a collated and agreed version.  Another example might be calling between the participants of a (limited) brainstorm as the brainstorm was first diverged and then converged within the mapping tool. --[[User:Violetlight|Violetlight]] 09:17, 2 Aug 2006 (PDT)&lt;br /&gt;
&lt;br /&gt;
=== Support for use as a dashboard ===&lt;br /&gt;
Freemind could be an excellent generic front end as a dashboard for updating information if it supported file polling (refresh) or some other automated update.  For example, database loading scripts could write their progress using Freemind&#039;s XML format.  Any user monitoring processes such as these could see at a glance if a process had failed, add in some context dependent metadata, and could produce a log/report from the XML.&lt;br /&gt;
&lt;br /&gt;
=== Ability for arrows to have text associated, or be full nodes ===&lt;br /&gt;
&lt;br /&gt;
Related To [http://sourceforge.net/tracker/index.php?func=detail&amp;amp;aid=1167198&amp;amp;group_id=7118&amp;amp;atid=357118 1167198 non-tree graph (concept map?)]&lt;br /&gt;
&lt;br /&gt;
I have a need in my current project (uni), to show heirarchies of risks, causes, and parties involved. Associated among these varying levels of heirarchies I have created arrows indicating relationship (affects-this, causes-something-else etc.), the color of the arrows indicating the relationship. It would be helpful to be able to put labels on the arrows. Actually more important than this, arrows should be full nodes, Allowing different objects to be attached as children (including other arrows). Admittedly giving arrows the ability to be full nodes may invite abuse &amp;amp; cause complexity, however informational-relations are themselves complex (solution should be as simple as possible, no simpler). Coding would perhaps be more elegent to allow for more than 1 child node in the code, but have a limit placed by higher-level code? (i.e. no children of children, even though the arrow objects themselves may allow for this)&lt;br /&gt;
&lt;br /&gt;
=== Object Styles ===&lt;br /&gt;
&lt;br /&gt;
It would be nice to have the ability to set styles for an object, and be able to select styles (styles would perhaps be associated per object-type) when creating objects.&lt;br /&gt;
&lt;br /&gt;
Objects include nodes, edges and arrow links.&lt;br /&gt;
&lt;br /&gt;
Using styles, the physical formatting shall no longer be set for a node but rather for a style. An example XML representation may be:&lt;br /&gt;
&lt;br /&gt;
 &amp;lt;map&amp;gt;&lt;br /&gt;
   &amp;lt;style ID=&amp;quot;S1&amp;quot; LABEL=&amp;quot;Urgent&amp;quot; OBJECTTYPE=&amp;quot;node&amp;quot;&lt;br /&gt;
          COLOR=&amp;quot;#404040&amp;quot; BACKGROUNDCOLOR=&amp;quot;#FFFFE0&amp;quot;/&amp;gt;&lt;br /&gt;
   &amp;lt;node TEXT=&amp;quot;Root&amp;quot;&amp;gt;&lt;br /&gt;
     &amp;lt;node STYLEID=&amp;quot;S1&amp;quot; TEXT=&amp;quot;Styled node&amp;quot;/&amp;gt;&lt;br /&gt;
   &amp;lt;/node&amp;gt;&lt;br /&gt;
 &amp;lt;/map&amp;gt;&lt;br /&gt;
&lt;br /&gt;
It is not clear if the user may set the ID himself. Then it perhaps should not be ID but rather NAME. XSLT transforming sheets refer either to ID or to NAME rather than to LABEL of style.&lt;br /&gt;
&lt;br /&gt;
=== Hyperlinks to Programs with Arguments ===&lt;br /&gt;
&lt;br /&gt;
In addition to (followable) hyperlinks to web-pages, to local folders, to executable programs, and to executable files (e.g. &amp;quot;datasheet.xls&amp;quot;), it would also be nice to have hyperlinks to programs with arguments and switches such as: &amp;quot;notepad myfile.bat&amp;quot; or &amp;quot;explorer.exe /n,/e,C:\&amp;quot; --[[User:Lhg|Lhg]] 01:11, 18 Apr 2005 (PDT)&lt;br /&gt;
&lt;br /&gt;
Yes...I am using freemind for System Administration:  And it is quite excellent, to have nodes for every computer and user on my system with child&lt;br /&gt;
nodes for services, nfsmounts, etc... but i would like very much to be able to link to the other computers with executables like &lt;br /&gt;
&lt;br /&gt;
           # ssh mynfsserver.mynetwork emacs /etc/exports&lt;br /&gt;
or&lt;br /&gt;
           # ssh mykrb5server.mynetwork emacs /etc/kdc/kdc.conf&lt;br /&gt;
&lt;br /&gt;
=== Show multiple maps in tabs ===&lt;br /&gt;
&lt;br /&gt;
XEmacs shows multiple documents at tabs at the top. Microsoft Excel shows multiple sheets of a document at tabs at the bottom. Although this is not a standard user interface model, seems quite useful for FreeMind. Various users requested this feature. --[[User:Danielpolansky|Danielpolansky]] 11:38, 30 Apr 2005 (PDT)&lt;br /&gt;
&lt;br /&gt;
Could it be possible to have a &amp;quot;restore all tabs&amp;quot; option, as in Firefox? --[[User:Patco|Patco]]&lt;br /&gt;
&lt;br /&gt;
This would definitely be a useful enhancement. Typical use case: I&#039;m managing several projects, I have one &amp;quot;mindmap&amp;quot; for each project, that would allow me to have all the maps open at the same time and accessible with a single click, selecting the one I need to watch at the moment. I might try to code this myself if I ever find the time for that :-P --[[User:Maathieu|Maathieu]] 12:41, 22 Jul 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
=== Show multiple pages of the one map in tabs ===&lt;br /&gt;
&lt;br /&gt;
ConceptDraw MindMap has this feature. Right-click on a node, select &amp;quot;send to new page&amp;quot;, and the node with its children appears in a separate tab in the same document. This avoids the need to spawn extra files when your map becomes unwieldy and you want to chop off a branch. It is hyperlinked to and from its location on the original page.&lt;br /&gt;
&lt;br /&gt;
Why use this instead of exporting to a new file? Because when the &amp;quot;new&amp;quot; map is conceptually part of the original map from which it was extracted, it is tidier and less error-prone to keep it in the same file. It won&#039;t get lost. And with a new page, instead of a new file, the user is saved from having to think of a meaningful file name for the extracted section. Node names do not necessarily make good file names.&lt;br /&gt;
&lt;br /&gt;
=== Allow more maps to be shown side by side ===&lt;br /&gt;
&lt;br /&gt;
In XEmacs, Vim or Microsoft Excel, it is possible to see several documents side by side. It would make sense for FreeMind too. Nevertheless, the added value is questionable. --[[User:Danielpolansky|Danielpolansky]] 11:38, 30 Apr 2005 (PDT)&lt;br /&gt;
&lt;br /&gt;
If a few features are added, seeing two documents side by side would have more meaning.  Automatic creation of a cloned node that is the root node of a new document is one.  Press Ctrl-Enter (for example) would create a new document.  This document would have a root node and filename that is the same name as node from the parent document.  A line would connect these two nodes on the screen.  Note the line is really two lines that connect at the boundary of each window.  This type of line would also show visually the link between any two nodes in any two mm-files.  Alternatively you can have the second window show a piece of the same document.  This piece would include the node the cursor is on in the left pane and all the child nodes.  &lt;br /&gt;
&lt;br /&gt;
Another idea is to show a mind map as a menu.  Menus are useful because they require very little additional screen space.  Click on anything in the menu and it either shows the rest of the tree from the selected node or it evaluates the node which could mean it opens a new mind map, opens a program or does some other action.&lt;br /&gt;
--[[User:Mars729|Mars729]] 17:22, 1 Jun 2008 (EDT)&lt;br /&gt;
&lt;br /&gt;
=== Direct pasting of RTF from clipboard ===&lt;br /&gt;
&lt;br /&gt;
In one of the future versions, direct pasting of HTML into FreeMind will be supported; the code for it already exists and has not been published yet. In addition, direct pasting of [http://www.biblioscape.com/rtf15_spec.htm RTF] as HTML would be helpful. A free algorithm for conversion between RTF and HTML is needed for that.&lt;br /&gt;
&lt;br /&gt;
RTF (rich text format) is used in email messages in Microsoft Outlook, and in hierarchical notebooks [http://www.tranglos.com/free/keynote.html Key Note] and [http://www.tuxcards.de/ TuxCards]. --[[User:Danielpolansky|Danielpolansky]] 03:36, 22 May 2005 (PDT)&lt;br /&gt;
&lt;br /&gt;
=== Lock Contents and Hierarchical Position of a Node ===&lt;br /&gt;
&lt;br /&gt;
It will be really nice to be able to lock the contents of a node so it cannot be edited unless it is explicitly unlocked. Similarly, it might be useful to prevent a node from being moved to another position in the hierarchy of the map.&lt;br /&gt;
&lt;br /&gt;
=== Better Placement of New &amp;quot;Secondary&amp;quot; Nodes Relative to the Root Node ===&lt;br /&gt;
&lt;br /&gt;
When adding nodes to the root node, they appear to be placed Right, Left, Right, Left. If some of these secondary nodes are deleted and another one is added to the root node, the side on which it is added appears to be chosen according to the number of secondary nodes on each side.&lt;br /&gt;
&lt;br /&gt;
This seems fair enough, but if some of the secondary nodes have hundreds of child nodes and others only have a few then you can end up with a map which has far more nodes on the right than the left, but still have new secondary nodes added on the right hand side.&lt;br /&gt;
&lt;br /&gt;
How about using the total number of nodes on each side when working out whether a secondary node should be on the right or left of the root node? Alternatively, allow secondary nodes to be dragged onto the other side of the root node (which doesn&#039;t appear to be possible currently).&lt;br /&gt;
&lt;br /&gt;
: CTRL+[LEFT,RIGHT,UP,DOWN] moves the node and its children accordingly (at least in 0.9.0 Beta 8)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Can we have complete manual control of all secondary nodes originating from the root - so that each secondary node has its own unique point of origin on the root node which can be moved independently of all other secondary nodes.  At the moment all secondary nodes originate left or right.  It would be useful if they could originate like different points of the compass. North, north north west, north west, etc. and even points in between.&lt;br /&gt;
&lt;br /&gt;
=== Using basic vector shapes ===&lt;br /&gt;
&lt;br /&gt;
Using basic shapes like line, rectangle, square, circle etc. would by usefull.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Treat a node as HTML using an attribute ===&lt;br /&gt;
Instead of the cumbersome &amp;quot;&amp;lt;html&amp;gt;&amp;quot; string required at the beginning of the text.  And even worse, having to keep the MaxNodeWidth enforced with something like &amp;lt;body width=&amp;quot;600&amp;quot;&amp;gt;.  Why not take a different approach.  One that seems like it would have little impact on the code, though I have not read it as of yet...&lt;br /&gt;
&lt;br /&gt;
If html was treated as an attribute like bold and italic as in html=&amp;quot;true&amp;quot;, then process the entire node as html same as when the string &amp;quot;&amp;lt;html&amp;gt;&amp;quot; is detected at the beginning of the text.  There would be a default &amp;lt;style&amp;gt;body {width:&amp;lt;MaxNodeWidth&amp;gt;}&amp;lt;/style&amp;gt; in place, though the actual html in the node could override this just the way normal CSS does.&lt;br /&gt;
&lt;br /&gt;
This has &#039;&#039;&#039;MAJOR&#039;&#039;&#039; implications for the use of the xml file.  Though I have not written any XSLT yet for FreeMind yet,  I was appalled at the thought of having to strip out this &amp;quot;&amp;lt;html&amp;gt;&amp;quot; string out of every node that used it.  And positively frustrated at the idea of having to test for tags used to control width, i.e. &amp;lt;body width=&amp;quot;600&amp;quot;&amp;gt;.  I really thought this crude and that it would slow the proceesing of files that use what is really a most beautifully clean concept.&lt;br /&gt;
&lt;br /&gt;
However, an html attribute does away with all of this and seems to me to be a much more elegant and cleanly way to deal with html....&lt;br /&gt;
&lt;br /&gt;
BTW, it would be very straight forward to write an XSLT transform to upgrade existing .MM files.&lt;br /&gt;
&lt;br /&gt;
I just had another thought, why not go all the way and give each node a MIME type, limited to &amp;quot;text/plain&amp;quot; (default) and &amp;quot;text/html&amp;quot; for now.  This leaves the door open to readily process other mime types through plugins, or whatever.  In any case the attribute concept is something worth thinking about. --[[User:Danv|danv]] 10:25, 8 Feb 2006 (PST)&lt;br /&gt;
&lt;br /&gt;
=== Add pictures to notes ===&lt;br /&gt;
Add a picture to a note of a node. It would be cool to export a map to HTML (Clickable Map) and have the picture only in the note. Whis would be the logical implementation for e.g. [http://freemind.sourceforge.net/docs/features/0_8_0/Features%200.8.0.html overview of new features in 0.8.0]. It would not be needed to create extra nodes for pictures only.&lt;br /&gt;
&lt;br /&gt;
=== Code environment ===&lt;br /&gt;
&lt;br /&gt;
Possibility to insert source code e.g. html (pre does not work...)&lt;br /&gt;
&lt;br /&gt;
: I don&#039;t understand what this request is about. You can insert any source code you want into FreeMind&#039;s nodes, just that it cannot start with &amp;lt; html &amp;gt;; HTML code can be inserted by setting space as the first character of a node. --[[User:Danielpolansky|Danielpolansky]] 05:51, 29 Apr 2006 (PDT)&lt;br /&gt;
--[[User:Danielpolansky|Danielpolansky]] 05:57, 29 Apr 2006 (PDT)&lt;br /&gt;
&lt;br /&gt;
=== Alphabetize Nodes ===&lt;br /&gt;
Automatically rearrange a specified node level in alphabetical order.  Today I do this manually in certain circumstances.  It can be very time consuming to preform this manually, and hopefully it would not be too time consuming to automate. --[[User:Slashdotted|Slashdotted]] 18:22, 21 Jul 2006 (PDT)&lt;br /&gt;
&lt;br /&gt;
=== Order of Nodes ===&lt;br /&gt;
According to Buzan Mindmaps should be read clockwise. What every mindmapping tool misses is the fact that nodes on the left side of the center should be added from bottom to top, with the last entered node on the 11 position.&lt;br /&gt;
&lt;br /&gt;
that was the first thing i noticed about freemind also. i have been making mindmaps by hand for years now and they are always clockwise.&lt;br /&gt;
also when exporting eg. to html the nodes should be ordered clockwise. maybe i miss some feature, but when i first exported a mindmap the order was somehow from top to bottom (3 from the right, then 2 from the left, then continue with the right side,...)&lt;br /&gt;
the other thing is that nodes are always left or right, and not orderered in a circle. &lt;br /&gt;
the only way i can work with freemind is to put all nodes on the right side but the map looks more like a list then&lt;br /&gt;
&lt;br /&gt;
=== Selection and Deselection of Icons ===&lt;br /&gt;
It would be great if the icon toolbar on the left would show different styles of an icon (selected / not-selected), so one can easily deselect an icon for a node, rather than go through the contextmenue each time&lt;br /&gt;
&lt;br /&gt;
Besides, it would be great if the context menu could allow remove specific icons, not just the last one.&lt;br /&gt;
&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
As an addendum to this request, it would be really interesting to define a &amp;quot;combo box&amp;quot; type where (to do/project milestone/other actionable state) lists defined in the tree could be updated by clicking the drop down on the combo box instead of having to delete the icon and re-add another one.&lt;br /&gt;
&lt;br /&gt;
=== Reminder nodes - Alerts and possible Outlook / Lotus Notes / etc integration ===&lt;br /&gt;
It would be a great additional feature if it was possible to use FreeMind as a reminder tool too. This idea poped into my mind right now, so it&#039;s not pretty much developed yet, but if it was possible to mark a node as a reminder then I would have no need to use Outlook to remind me of things to be done. I was reading something on GTD (Gets Things Done) and it connection with MindMaps and I thought that it would be useful to attach reminders to MindMaps/Nodes. There&#039;re a couple of approachs to implement it: The first would be to integrate Freemind with Outlook ot Lotus Notes, and then when you tag a node as a reminder it actually creates a reminder inside Outlook or Notes using the node text and context, so that you get reminded by those applications when the reminder alert occurs. The other option is to write an application that is used to alert user of a node reminder. [[User:Loudenvier|Loudenvier]] 11:08, 11 Aug 2006 (PDT)&lt;br /&gt;
It would also be fabulous if one could hyperlink from FreeMind to a Lotus Notes database document. Currently, one gets a &amp;quot;This URL is malformed!&amp;quot; error message. Thanks!&lt;br /&gt;
&lt;br /&gt;
=== Demoting Root ===&lt;br /&gt;
Allow insert of sibling of root which auto creates a new root. The old root and the new sibling are both attached to it --[[User:Patheros|Patheros]] 11:45, 10 Apr 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
=== Open Mindmaps in the same already open Freemind ===&lt;br /&gt;
In Windows I open my mindmaps by double-clicking on the *.mm file. It would be nice if double-clicking would not always open a new FreeMind. Instead, I like to view the mindmap in the already existing open Freemind application. [[User:wasserratte|wasserratte]] 10:01, 3 May 2007 (CET)&lt;br /&gt;
&lt;br /&gt;
=== WBS Mode ===&lt;br /&gt;
I would like to see a WBS Viewing Mode, where the map would be arranged in a top-down hierarchical display. Something like the Organization Chart from Microsoft Office. That would help using FreeMind as a WBS Chart tool.&lt;br /&gt;
&lt;br /&gt;
I would like to see the ability to port a WBS developed with FreeMind into Microsoft Project similar to the plug in for MindMapper. --[[User:Tuneboy|Tuneboy]] 07:58, 27 Nov 2007 (PST)&lt;br /&gt;
&lt;br /&gt;
=== Improve MacOS Binary Package ===&lt;br /&gt;
All files should be contained inside the FreeMind.app package, like most other Mac programs.&lt;br /&gt;
&lt;br /&gt;
== Principles of Unix ==&lt;br /&gt;
&lt;br /&gt;
The principles from Unix are that programs should do one thing, and do it well, and to use well-defined inter-communication between those programs.  The current design of FreeMind completely violates those rules - mostly because it is written in Java, but definitely because it is written _exclusively_ in Java.  However, do not despair!  All Is Not Lost!&lt;br /&gt;
&lt;br /&gt;
By splitting FreeMind along very specific lines, it will very quickly be possible to do things like use a completely different viewing front-end (such as a web interface).  It will be possible to satisfy one of the RFEs listed here for &#039;command line only&#039;.  It will be possible to use FreeMind as a powerful semantic analysis engine tool.&lt;br /&gt;
&lt;br /&gt;
And none of that is possible because the current design is entirely in some stupid programming language called &amp;quot;java&amp;quot;, which should have been put down for its own good, at birth (thank you Sun Microsystems).&lt;br /&gt;
&lt;br /&gt;
For an example of the kind of architecture that you should follow, take a look at http://gnuenterprise.org/. It should be _trivial_ to add in a &amp;quot;database plugin&amp;quot; into gnuenterprise, and to have a gnuenterprise &amp;quot;reports&amp;quot; form viewing the same data and attributes etc. that a FreeMind user is simultaneously looking at.&lt;br /&gt;
&lt;br /&gt;
And it&#039;s _not_ difficult - IF you split along the right lines.&lt;br /&gt;
&lt;br /&gt;
[http://sourceforge.net/tracker/index.php?func=detail&amp;amp;aid=1687293&amp;amp;group_id=7118&amp;amp;atid=357118 RFE 1687293]&lt;br /&gt;
&lt;br /&gt;
== User Interface ==&lt;br /&gt;
&lt;br /&gt;
=== Views ===&lt;br /&gt;
&lt;br /&gt;
==== Hoist/Unhoist ====&lt;br /&gt;
&lt;br /&gt;
It would be awesome if FreeMind could allow the &#039;hoist&#039; of a non-root node. Clicking on the node and choosing &#039;hoist&#039; would redraw the map showing that node as root, its descendents around it, and the ancestors, which are now descendants, too, hidden.&lt;br /&gt;
&lt;br /&gt;
Watch an example XSLT script, which hoist the anchor from the root to the node where a graphical link, originating at the root, points at. Input sample FreeMind map:&lt;br /&gt;
 &lt;br /&gt;
 &amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot;?&amp;gt;&lt;br /&gt;
 &amp;lt;map version=&amp;quot;0.9.0_Beta_8&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;node ID=&amp;quot;Freemind_Link_1870928497&amp;quot; TEXT=&amp;quot;a&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;arrowlink DESTINATION=&amp;quot;Freemind_Link_731312914&amp;quot; ENDARROW=&amp;quot;Default&amp;quot; &lt;br /&gt;
 ENDINCLINATION=&amp;quot;219;0;&amp;quot; ID=&amp;quot;Arrow_ID_1222167311&amp;quot; STARTARROW=&amp;quot;None&amp;quot; &lt;br /&gt;
 STARTINCLINATION=&amp;quot;219;0;&amp;quot;/&amp;gt;&lt;br /&gt;
    &amp;lt;node ID=&amp;quot;Freemind_Link_530368245&amp;quot; POSITION=&amp;quot;right&amp;quot; TEXT=&amp;quot;aa&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;node ID=&amp;quot;Freemind_Link_29760795&amp;quot; TEXT=&amp;quot;aaa&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;node ID=&amp;quot;Freemind_Link_731312914&amp;quot; TEXT=&amp;quot;aab&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;node ID=&amp;quot;ID_1690650363&amp;quot; TEXT=&amp;quot;aaba&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;/node&amp;gt;&lt;br /&gt;
    &amp;lt;/node&amp;gt;&lt;br /&gt;
    &amp;lt;node ID=&amp;quot;Freemind_Link_16275782&amp;quot; POSITION=&amp;quot;right&amp;quot; TEXT=&amp;quot;bb&amp;quot;/&amp;gt;&lt;br /&gt;
  &amp;lt;/node&amp;gt;&lt;br /&gt;
 &amp;lt;/map&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The Hoist XSLT script moving the root along a graphic link:&lt;br /&gt;
 &lt;br /&gt;
 &amp;lt;?xml version=&amp;quot;1.0&amp;quot; encoding=&amp;quot;UTF-8&amp;quot;?&amp;gt;&lt;br /&gt;
 &amp;lt;xsl:stylesheet xmlns:xsl=&amp;quot;http://www.w3.org/1999/XSL/Transform&amp;quot; version=&amp;quot;1.0&amp;quot;&amp;gt;&lt;br /&gt;
  &amp;lt;xsl:template match=&amp;quot;*|@*&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;xsl:copy&amp;gt;&lt;br /&gt;
      &amp;lt;xsl:copy-of select=&amp;quot;@*&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;xsl:apply-templates/&amp;gt;&lt;br /&gt;
    &amp;lt;/xsl:copy&amp;gt;&lt;br /&gt;
  &amp;lt;/xsl:template&amp;gt;&lt;br /&gt;
  &amp;lt;xsl:template match=&amp;quot;/map&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;xsl:copy&amp;gt;&lt;br /&gt;
      &amp;lt;xsl:copy-of select=&amp;quot;attribute_registry&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;xsl:apply-templates select=&amp;quot;//node[@ID=/map/node/arrowlink/@DESTINATION]&amp;quot;/&amp;gt;&lt;br /&gt;
    &amp;lt;/xsl:copy&amp;gt;&lt;br /&gt;
  &amp;lt;/xsl:template&amp;gt;&lt;br /&gt;
  &amp;lt;xsl:template match=&amp;quot;//node[@ID=/map/node/arrowlink/@DESTINATION]&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;xsl:copy&amp;gt;&lt;br /&gt;
      &amp;lt;xsl:copy-of select=&amp;quot;*|@*&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;xsl:apply-templates select=&amp;quot;.&amp;quot; mode=&amp;quot;aws&amp;quot;/&amp;gt;&lt;br /&gt;
    &amp;lt;/xsl:copy&amp;gt;&lt;br /&gt;
  &amp;lt;/xsl:template&amp;gt;&lt;br /&gt;
  &amp;lt;xsl:template match=&amp;quot;node&amp;quot; mode=&amp;quot;aws&amp;quot;&amp;gt;&lt;br /&gt;
    &amp;lt;xsl:if test=&amp;quot;parent::node&amp;quot;&amp;gt;&lt;br /&gt;
      &amp;lt;xsl:element name=&amp;quot;node&amp;quot;&amp;gt;&lt;br /&gt;
        &amp;lt;xsl:attribute name=&amp;quot;TEXT&amp;quot;&amp;gt;&lt;br /&gt;
          &amp;lt;xsl:value-of select=&amp;quot;../@TEXT&amp;quot;/&amp;gt;&lt;br /&gt;
        &amp;lt;/xsl:attribute&amp;gt;&lt;br /&gt;
        &amp;lt;xsl:apply-templates select=&amp;quot;preceding-sibling::node&amp;quot;/&amp;gt;&lt;br /&gt;
        &amp;lt;xsl:apply-templates select=&amp;quot;following-sibling::node&amp;quot;/&amp;gt;&lt;br /&gt;
        &amp;lt;xsl:apply-templates select=&amp;quot;parent::node&amp;quot; mode=&amp;quot;aws&amp;quot;/&amp;gt;&lt;br /&gt;
        &amp;lt;xsl:apply-templates select=&amp;quot;../attribute&amp;quot;/&amp;gt;&lt;br /&gt;
      &amp;lt;/xsl:element&amp;gt;&lt;br /&gt;
    &amp;lt;/xsl:if&amp;gt;&lt;br /&gt;
  &amp;lt;/xsl:template&amp;gt;&lt;br /&gt;
 &amp;lt;/xsl:stylesheet&amp;gt;&lt;br /&gt;
&lt;br /&gt;
It would be nice, if this would be a function inside FreeMind e.g. right click on a node and in this context menu chose New Root.&lt;br /&gt;
[[User:JR|JR]] 06:34, 16 Apr 2008 (PDT)&lt;br /&gt;
&lt;br /&gt;
==== Folding Animation ====&lt;br /&gt;
I believe having a very short animation when folding/unfolding a node would increase readability as it whould make it easier to know where nodes where before and where did they moved to.&lt;br /&gt;
&lt;br /&gt;
==== Left toolbar ====&lt;br /&gt;
I think we have too much icons on the left, most of it isn&#039;t used. I think it could be halved, and only show the user preferred icons, and the rest of the place could be used to dock other tools. --[[User:Zslevi|Zslevi]] 13:03, 1 Nov 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
Leos: it would be nice, if I could remove some icon from the toolbar or rearrange order of the icons (like in MS Office).&lt;br /&gt;
&lt;br /&gt;
to allow an easy access to all the icons on the left bar, one may group icons that follow the same metaphor (ex: numbers, home/office, crosslight red/green/orange ....) and access to the icon of interest by clicking on the group icon. This could serve also to simplify the change: suppose you have an ordered list with the icons 1, 2, 3 ... or with icons representing different states &amp;quot;draft&amp;quot;, &amp;quot;in review&amp;quot;, &amp;quot;published&amp;quot; ... then you could click on the icon on a node, and have a contextual menu with all the other icons of the same group (and delete/delete all). You could much more easily change from &amp;quot;in review&amp;quot; to &amp;quot;publish&amp;quot; state :-) --[[User:Patco|Patco]]&lt;br /&gt;
&lt;br /&gt;
==== Notes ====&lt;br /&gt;
I think it&#039;s a great thing to have notes for nodes, but I would prefer more options on formatting note text. (What about integrating with Open Office Writer?) At least the font size should be set, because the default size is so small and hard to read. --[[User:Zslevi|Zslevi]] 13:03, 1 Nov 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
==== Zoom to fit ====&lt;br /&gt;
It would be nice if on loading a map, the view executes an automatic zoom-to-fit instead of the default 100%. Also the Fit option should be added to the Zoom drop down menu (as Powerpoint does for example). Also a keyboard accelerator should be added for Zoom to Fit (e.g. Ctrl-Shift-Z, they are near each other). Another small thing: if you have a map larger than taller, the current implementation adjust the scale to fit the map horizontally, but leave the map not centered in the vertical direction. Could this also be fixed?&lt;br /&gt;
--[[User:Mvalle|mvalle]] 06:14, 2 Dec 2008&lt;br /&gt;
&lt;br /&gt;
=== Windows ===&lt;br /&gt;
It would be especially helpful if we could reorganize the arrangement of freemind&#039;s windows.  For example, nodes with notes appear at the bottom and can&#039;t be moved around.  In other heirarchical editors, a tree view could appear at the left and the text (notes) could be moved to the right, where a large screen and indentation could make most of the text readable as compared to the bottom of the screen.&lt;br /&gt;
&lt;br /&gt;
=== Keyboard ===&lt;br /&gt;
==== F1 is conventionally help ====&lt;br /&gt;
F1 is normally a help key in most apps&lt;br /&gt;
&lt;br /&gt;
* When zooming with the keyboard shortcuts it would be better to have&lt;br /&gt;
  Alt + Up Arrow  to zoom-in and Alt + Down Arrow to zoom-out. This is&lt;br /&gt;
  a more natural way of thinking about zooming.-ZSDM&lt;br /&gt;
&lt;br /&gt;
==== Show a help bar on the bottom of the screen for F keys ====&lt;br /&gt;
Have an optional toolbar that can be shown along bottom of screen with buttons that can be clicked with a mouse and operate as per the function keys and also give a hint as to what key does.&lt;br /&gt;
e.g.&lt;br /&gt;
[F1 help] [F2 hot][F3 green][F4 ]  [F5]&lt;br /&gt;
And format the text of the key as per the pattern it applies&lt;br /&gt;
==== Enforce Default Per-Line Text Width For Long Nodes ====&lt;br /&gt;
&lt;br /&gt;
At least 70% of the nodes are multi-line nodes, and to make all the long nodes look *uniform*, we need to manually insert line breaks for each long node, this can get pretty tedious, and also it&#039;s difficult to get all nodes of uniform width.  A much better way is to have the system enforce a configurable &amp;quot;long node width&amp;quot;, that adds line breaks when necessary.  If no such paramater is set, it can default to the current behavior.&lt;br /&gt;
&lt;br /&gt;
This can happen through a default attribute of the &amp;lt;body&amp;gt;-tag i.e. &amp;lt;body width=&amp;quot;200px&amp;quot;&amp;gt;.&lt;br /&gt;
&lt;br /&gt;
===== Locking Node Focus =====&lt;br /&gt;
&lt;br /&gt;
Currently the node focus is &amp;quot;set&amp;quot; by moving the mouse.  The last node that the mouse flys over is the default focus node, and subsequent operations like &amp;quot;insert an icon&amp;quot; is performed will be performed on that node.  It would be really helpful to be able to *manually* lock the focus on a node, this way it&#039;s easier to set an icon (all the way to the left side of the screen) to the right node.&lt;br /&gt;
&lt;br /&gt;
==== Toggle for Re-centering the Map upon node selection =====&lt;br /&gt;
&lt;br /&gt;
I love FreeMind and yet I still dream of a more and better version.  Under the mouse section, I have suggested a toggle to enable and disable the mouse fly-overs select node mechanism.  It would also be nice if there was some means to recenter the map upon node selection to make that section of the map the graphical focus.  &lt;br /&gt;
&lt;br /&gt;
==== Re-centering the Map with Hypergraph-like navigation tool =====&lt;br /&gt;
&lt;br /&gt;
The most compelling form of refocusing large mind maps are ThinkMap&#039;s Visual Thesaurus, The Brain, The WebBrain.  Of course, being a user and not a programmer, I can only imagine how much work that might take. Perhaps, you might find it useful to forge a collaboration with the SourceForge Hypergraph Project and ask them to build an export to Hypergraph module for you.  One note of caution:  Straightforward implementation of a hypergraphs compress large peripheral nodes into a small and unreadable overlapping space.  This defeats the value of the hypergraph navigation.  Thinkmap has solved that problem by forcing peripheral nodes to be well-spaced for readability.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== &amp;quot;physical style&amp;quot; could be customized ===&lt;br /&gt;
&lt;br /&gt;
I love the flexibility FreeMind provided to make my mindmap pretty. For each node, I can choose the font size, format, color...The choices are so many that making the changes with mouse is a little bit slow because the choices are buried in many sub-menus. The physical style provides a short-cut. But the styles are not attractive. Why not provide a tool so that the user can define a node format (including font size, format, color and icon et al) and associate it to F3~F9 and Ctrl +F1~F9. So after I type in the content, by pushing one key, the node can be customized within a second.&lt;br /&gt;
&lt;br /&gt;
* It&#039;s done exactly this way in FreeMind 0.9 --[[User:Terkor|Terkor]] 19:39, 18 Jul 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
=== Mouse ===&lt;br /&gt;
&lt;br /&gt;
==== Scroll wheel zoom Operation ====&lt;br /&gt;
&lt;br /&gt;
a) It would be nice to be able to zoom using just the scroll wheel rather than pressing CTRL at the same time. How about a user preference/option to control this. This is similar to many other Apps e.g. Excel ie wheel = zoom or pan&lt;br /&gt;
&lt;br /&gt;
b) The way the scroll wheel works seems opposite to many other programs which is confusing&lt;br /&gt;
ie push wheel forward causes a zoom out whereas other apps zoom in&lt;br /&gt;
&lt;br /&gt;
==== Right mouse popup menu text ====&lt;br /&gt;
The words &amp;quot;Node up&amp;quot; and &amp;quot;Node down&amp;quot; could be easier to understand if there was a verb in it&lt;br /&gt;
e.g.&lt;br /&gt;
Move node up&lt;br /&gt;
Move node down&lt;br /&gt;
&lt;br /&gt;
The operation of it is great, but as a novice it is not clear if it does&lt;br /&gt;
move up a node - ie where current cursor is moves&lt;br /&gt;
or&lt;br /&gt;
move the node - ie the node is moved to a different position on the diagram&lt;br /&gt;
&lt;br /&gt;
==== Photoshop/Freehand-like Keyboard/Mouse Document Navigation ====&lt;br /&gt;
Coming from the graphics department, it would be really nice to have the standard mouse/keyboard navigation style (which by the way is great way of handling oversized documents and going from overview to detail view with just a few clicks):&lt;br /&gt;
&lt;br /&gt;
a) Space toggles View Panning&lt;br /&gt;
b) CTRL-Space toggles zoom in (Click to zoom in, zoom centered to position of mouse cursor)&lt;br /&gt;
c) CTRL-ALT-Space toggles zoom out (click to zoom out, zoom centered to position of mouse cursor)&lt;br /&gt;
Tried to map CTRL-Space to zoom in, which worked, but not on mouseclick but on keydown. Additional ALT key for zoom out was not accepted at all in settings-&amp;gt;keys&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Toggle for Mouse fly-over ====&lt;br /&gt;
&lt;br /&gt;
Elsewhere in this RFE, others have noted that although the mouse fly-over selection mode is great for rapid navigation, there are times when one changes the selection as the mouse cursor moves up to the toolbar.  Why not toggle the mouse fly-over by some method.  Perhaps one of the most convenient methods would be a left mouse double click on the node to freeze the selection.&lt;br /&gt;
&lt;br /&gt;
=== TouchPad ===&lt;br /&gt;
&lt;br /&gt;
==== Horizontal scroll ====&lt;br /&gt;
&lt;br /&gt;
Horizontal scrolling does not seem to work.&lt;br /&gt;
&lt;br /&gt;
=== Menu ===&lt;br /&gt;
==== Toggle toolbar on/off via View Menu ====&lt;br /&gt;
Add ability to toggle display of toolbars via the menu&lt;br /&gt;
Suggest put it under View menu&lt;br /&gt;
&lt;br /&gt;
Functionality as per RIGHT mouse key on a blank part of the screen&lt;br /&gt;
&lt;br /&gt;
==== Alter wording of sub menu Mode ====&lt;br /&gt;
As a novice found it hard to understand the difference between Map and Browse&lt;br /&gt;
would have found it easier if it had said&lt;br /&gt;
ALT+1 Edit map&lt;br /&gt;
ALT+2 Browse map&lt;br /&gt;
ALT+3 File&lt;br /&gt;
&lt;br /&gt;
==== Add a save all map icons ====&lt;br /&gt;
If you work with several maps, it is impossible to save all maps in one shot,&lt;br /&gt;
except if you close freemind.&lt;br /&gt;
&lt;br /&gt;
=== Toolbars ===&lt;br /&gt;
&lt;br /&gt;
==== Icon toolbar ====&lt;br /&gt;
&lt;br /&gt;
===== Cross and watebasket look like icons rather than buttons =====&lt;br /&gt;
To a novice the delete (red cross) and delete all (wastebasket) icons look like icons&lt;br /&gt;
ie add a cross to the map rather than perform operations&lt;br /&gt;
especially on the popup &amp;quot;select icon&amp;quot; window.&lt;br /&gt;
&lt;br /&gt;
===== Some icons in left toolbar fall off bottom of toolbar =====&lt;br /&gt;
&lt;br /&gt;
===== Clone icon toolbars on both sides =====&lt;br /&gt;
I want to have same icon toolbar on both sides - left and right.  If I had icon toolbar on both sides, I could choose the shortest way to the icon.&lt;br /&gt;
&lt;br /&gt;
==== Top toolbar ====&lt;br /&gt;
===== Order of icons in top toolbar =====&lt;br /&gt;
Would be nice if these icons were in a more standard order (as per other apps)&lt;br /&gt;
e.g.&lt;br /&gt;
New, Open, save, print, cut,copy, paste with next/previous map buttons more to the right&lt;br /&gt;
&lt;br /&gt;
(Icons in V0.08 RC2 look a lot smarter)&lt;br /&gt;
&lt;br /&gt;
===== Font size pulldown is very wide =====&lt;br /&gt;
Pulldown to select font size is stretching and becoming very wide, which doesn&#039;t look neat.&lt;br /&gt;
&lt;br /&gt;
===== Visual feedback for toolbar buttons =====&lt;br /&gt;
Currently (0.8.1) The buttons in the top toolbar do not show any visual feedback when pushed, so you remain with the doubt to have done anything. -- [[User:Mvalle|Mvalle]] 03-dec-08&lt;br /&gt;
&lt;br /&gt;
===== Customizable top toolbar =====&lt;br /&gt;
A few functions are often used so it&#039;s more efficient to be able to customize the top toolbar to have those buttons, eg. node background color, node font color are both very useful to highlight different nodes for different purpose. Last applied color should be able to use just by clicking the same button. There should be more this kind of depends on individual preference.&lt;br /&gt;
-- [[User:dGuru|dGuru]] 08-Dec-2008&lt;br /&gt;
&lt;br /&gt;
==== New toolbar for format operations ====&lt;br /&gt;
&lt;br /&gt;
===== Move font type and size pulldowns to new format toolbar =====&lt;br /&gt;
ie group all formatting functions as per Format menu options onto a format toolbar&lt;br /&gt;
&lt;br /&gt;
===== Add ability to select a default format for text =====&lt;br /&gt;
e.g. have a split icon&lt;br /&gt;
left part looks like a letter &amp;quot;A&amp;quot; in colour text is currently set to&lt;br /&gt;
right part of icon looks like a black down arrowhead which if clicked pulls up a colour picker&lt;br /&gt;
&lt;br /&gt;
===== Add ability to select a default format for lines =====&lt;br /&gt;
e.g. have a split icon&lt;br /&gt;
left part looks like a line in colour text is currently set to&lt;br /&gt;
right part of icon looks like a black down arrowhead which if clicked pulls up a colour picker&lt;br /&gt;
&lt;br /&gt;
===== Add ability to select a default format for clouds =====&lt;br /&gt;
e.g. have a split icon&lt;br /&gt;
left part looks like a coloured outline of a cloud in colour text is currently set to&lt;br /&gt;
right part of icon looks like a black down arrowhead which if clicked pulls up a colour picker&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
===== One-click selection of cloud color =====&lt;br /&gt;
It would be nice not to have to go through the context-menu to change the cloud color. This should be as easy as in v0.7 by just clicking in the toolbar.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== Enlarge and reduce the text size ====&lt;br /&gt;
Enlarge and reduce the text size will be very helpful.&lt;br /&gt;
&lt;br /&gt;
=== Map Overview / Navigation Pane ===&lt;br /&gt;
..like seen in MindManager: a small detached window that allows quick overview and repositioning of the visualized map section&lt;br /&gt;
&lt;br /&gt;
===Gestures===&lt;br /&gt;
How about the ability to use gestures (mouse or pen) to do basic manipulation?&lt;br /&gt;
Click and drag right to enter new node.&lt;br /&gt;
Click and drag left to enter new sub-node.&lt;br /&gt;
&lt;br /&gt;
Maybe use middle button click for gestures to avoid conflict with current capabilities.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Remark:&#039;&#039;&#039; This is already possible. Just use the freeware StrokeIt. It very easily adds gestures to any program. --[[User:Terkor|Terkor]] 18:08, 28 May 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
=== Outline View ===&lt;br /&gt;
It would be really nice to have the option of seeing an outline view - which you could also drag and drop with --[[User:Slashdotted|Slashdotted]] 18:26, 21 Jul 2006 (PDT)&lt;br /&gt;
&lt;br /&gt;
Along the lines of using gestures for manipulation and entry I use FreeMind on a tabletpc. I would like to be able to use inking capabilities.&lt;br /&gt;
&lt;br /&gt;
=== Applet ===&lt;br /&gt;
Since you can drag for navigation, why not allow the scrollbars to be disabled&lt;br /&gt;
in order to increase screen real estate?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== MacOS Enhancements ===&lt;br /&gt;
Some keystrokes should be remapped (by default) to conform with the keystrokes used on Mac&#039;s User Interface, like:&lt;br /&gt;
* Delete Child: CMD-BACKSPACE, instead of DELETE (Mac laptops doesn&#039;t have a DELETE key)&lt;br /&gt;
* Zoom Out: ALT-DOWN, instead of ALT-UP&lt;br /&gt;
* Zoom In: ALT-UP, instead of ALT-DOWN (consistent with macos Zoom feature)&lt;br /&gt;
&lt;br /&gt;
Some common keyboard shortcuts should also be implemented:&lt;br /&gt;
* Minimize the window to the Dock: CMD-M&lt;br /&gt;
* Restore window from the Dock: ALT-1&lt;br /&gt;
&lt;br /&gt;
=== Spell Check ===&lt;br /&gt;
I&#039;m a dyslectic - at least am used to type many errors. (Almost) All software I use (to type content) have some form of spell checker supported. And because I also use FreeMind for mindmaps in presentations; they need to contain as less as possible number of writing errors. (Please in any supported language) --[[User:Sent|Sent]] 11:41, 8 Mar 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Maps ==&lt;br /&gt;
&lt;br /&gt;
=== Flowchart for Programming Structure ===&lt;br /&gt;
[[Image:Freemind flowchart.PNG|Flowchart M&lt;/div&gt;</summary>
		<author><name>MikeS</name></author>
	</entry>
	<entry>
		<id>https://freemind.sourceforge.io/wiki/index.php?title=FreeMind_0.9.0:_The_New_Features&amp;diff=8051</id>
		<title>FreeMind 0.9.0: The New Features</title>
		<link rel="alternate" type="text/html" href="https://freemind.sourceforge.io/wiki/index.php?title=FreeMind_0.9.0:_The_New_Features&amp;diff=8051"/>
		<updated>2009-07-14T11:33:26Z</updated>

		<summary type="html">&lt;p&gt;MikeS: /* User Feedback */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A great release is to come. We have many exciting new features: WYSIWYG-Editing for nodes and notes, scripting, filter, attributes and many more. &lt;br /&gt;
 &lt;br /&gt;
But all these new features still need a lot of testing and documentation. To start this, please have a look at the newest version [http://sourceforge.net/project/showfiles.php?group_id=7118&amp;amp;package_id=188772 here] and [http://sourceforge.net/forum/forum.php?thread_id=1592095&amp;amp;forum_id=22101 tell us your opinions].&lt;br /&gt;
&lt;br /&gt;
Use this wiki page for documenting the new features.&lt;br /&gt;
&lt;br /&gt;
But: Don&#039;t use this version for productive maps. It is not stable enough!&lt;br /&gt;
* Further warning: If you create a map with Attributes, it will open as a &amp;quot;New Map&amp;quot; with no data in version 0.8. Your data is not lost, just not readable by 0.8.&lt;br /&gt;
* You can try to convert the 0.9.0 - saved map back to 0.8.0 by following steps&lt;br /&gt;
&lt;br /&gt;
# Make the backup copy of the map &lt;br /&gt;
# Open it with the 0.9.0 again&lt;br /&gt;
# Select all nodes &lt;br /&gt;
# Format-&amp;gt; use plain text &lt;br /&gt;
# Save&lt;br /&gt;
# Open the mind map file in text editor &lt;br /&gt;
# Remove all lines starting with &amp;lt;attribute_registry&amp;gt; and ending with &amp;lt;attribute_registry/&amp;gt; &lt;br /&gt;
# Save the file and try to open it in 0.8.0 &lt;br /&gt;
 &lt;br /&gt;
If it does not help you should use the 0.9.0. &lt;br /&gt;
&lt;br /&gt;
= Attributes =&lt;br /&gt;
&#039;&#039;FIXME: An introduction should be given here explaining what attributes are and what they are good for. Why should the user learn how to fiddle around with attributes if he does not know what they are?&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Attributes provide different perspectives for ordering/viewing your MindMap. Attributes are tuple name/value pairs that are globally available i.e. can be tagged to any node and assigned specific values.  For example, you can create shopping lists, add notional weightings, performance metrics, etc.  The real power of attribute comes from writing Groovy scripts that can operate on attribute value or change the behavior of a node.  For example,  you can summarize the info contained within several nodes for a total cost.  Attributes are complemented by Filters.&lt;br /&gt;
&lt;br /&gt;
Real world example:  I use Attributes and Filters after taking staff meeting notes.  Immediately after a meeting, I assign attributes to nodes as applicable:  Attribute 1 is &amp;quot;Name&amp;quot;, values are the names of my staff;  Attribute 2 is &amp;quot;Priority&amp;quot;, values are numbers 1-5.  The &amp;quot;Assign Attributes...&amp;quot; dialogue allows me to select all comments from a certain staff member and then assign their name to those nodes at once.  If there is an action required, I might assign a priority.  Filters allow me to quickly see only nodes from a certain staff member, or specific priority levels, or any combination.  --[[User:Dnbarg|Dnbarg]] 20:21, 22 Oct 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
== Quick Attribute creation ==&lt;br /&gt;
* Select node.&lt;br /&gt;
* Edit Attribute: Alt-F9 or, Rt-click&amp;gt;Edit attributes.&lt;br /&gt;
* Type in an Attribute name.&lt;br /&gt;
* Then add a value if desired.&lt;br /&gt;
* Edit with the Attribute Manager later if necessary.&lt;br /&gt;
== Using Attribute Manager ==&lt;br /&gt;
* Open the attribute manager with attribute icon on toolbar or, Tools&amp;gt;Attribute Manager.&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
=== Working with Attributes ===&lt;br /&gt;
*     Click the &amp;quot;Edit&amp;quot; button in the &amp;quot;All Attributes&amp;quot; row&lt;br /&gt;
*     Select attribute names from existing names to Rename/Delete in popup dialog&lt;br /&gt;
*     Enter new attribute name to Add in popup dialog&lt;br /&gt;
*     Press &amp;quot;Close&amp;quot; to close the dialog after all changes are done&lt;br /&gt;
&lt;br /&gt;
==== Create Attribute ====&lt;br /&gt;
*     Type in your Attribute name, then press add&lt;br /&gt;
*     Repeat to add multiple attributes&lt;br /&gt;
==== Create Attribute values==== &lt;br /&gt;
*         type the value, then press &amp;quot;Add&amp;quot;&lt;br /&gt;
*         It&#039;s a good idea to add a blank value to the list. It helps when assigning attributes later&lt;br /&gt;
Every Attribute can have multiple values&lt;br /&gt;
*         eg. I use an Attribute called &amp;quot;Staff&amp;quot; and the values are the staff person&#039;s name&lt;br /&gt;
*         eg. I use an Attribute called &amp;quot;Priority&amp;quot; and the values are #&#039;s 1 to 5&lt;br /&gt;
&lt;br /&gt;
==== Delete Attribute ====&lt;br /&gt;
* Select the menu option Tools/Attribute Manager, to open the panel Attribute Manager. &lt;br /&gt;
* In the line &amp;quot;All Attributes&amp;quot; of this panel, click on the icon in the last column (Edit). This opens a new panel &amp;quot;All Attributes&amp;quot;.&lt;br /&gt;
* In this panel, select the attribute name, then press &amp;quot;Delete&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
==== Delete Attribute values ==== &lt;br /&gt;
*     Select the value, then press &amp;quot;Delete&amp;quot;&lt;br /&gt;
*     All attributes with the deleted value are removed from the whole map&lt;br /&gt;
&lt;br /&gt;
    All attributes with the deleted name and/or value are removed from the whole map&lt;br /&gt;
&lt;br /&gt;
==== Rename Attribute ==== &lt;br /&gt;
*     Select the attribute name to be renamed, type the new name, then press &amp;quot;Rename&amp;quot;&lt;br /&gt;
*     All attributes with the renamed value are adjusted&lt;br /&gt;
&lt;br /&gt;
==== Rename Attribute values ==== &lt;br /&gt;
*     Select the value to be renamed, type the new value, then press &amp;quot;Rename&amp;quot;&lt;br /&gt;
*     All attributes with the renamed value are adjusted&lt;br /&gt;
&lt;br /&gt;
=== Working with Attribute values (in Attribute Mgr) ===&lt;br /&gt;
*     After adding Attributes, you should see them listed under the &amp;quot;Attributes&amp;quot; column heading&lt;br /&gt;
*     Click on the &amp;quot;Edit&amp;quot; button in the row of your new Attribute and add the values&lt;br /&gt;
*     Edit attribute values in popup dialog&lt;br /&gt;
*     Press &amp;quot;Close&amp;quot; to close the dialog after all changes are done&lt;br /&gt;
&lt;br /&gt;
== Assign Attributes to nodes ==&lt;br /&gt;
assigning only a few nodes&lt;br /&gt;
*     Choose the node, press Alt-F9 or, Rt-Click the node and choose &amp;quot;Edit Attributes&amp;quot;&lt;br /&gt;
*     To add more attribute per node, use TAB key (if View&amp;gt;Attributes&amp;gt;Show all attributes is selected), or use the following.&lt;br /&gt;
*     got to:  Tools&amp;gt;&amp;quot;Assign attributes...&amp;quot;&lt;br /&gt;
*     choose &amp;quot;Selected Nodes&amp;quot; or &amp;quot;Visible Nodes&amp;quot;&lt;br /&gt;
*     from the drop down list, choose the Attribute you want to assign. (Here it helps when there&#039;s a blank value. You can assign an Attribute to all nodes needing it, and then set the value later, on a node by node basis)&lt;br /&gt;
*     press the &amp;quot;Add&amp;quot; button to assign the Attribute to the node/s&lt;br /&gt;
*     add more than one attribute to a node if necessary&lt;br /&gt;
*     delete attributes from multiple nodes with this dialog&lt;br /&gt;
&lt;br /&gt;
== Viewing/Hiding Attributes ==&lt;br /&gt;
to see an icon on nodes with attributes&lt;br /&gt;
*     Tools&amp;gt;Preferences&amp;gt;Appearance&amp;gt;Show icon for attributes&lt;br /&gt;
show all attributes&lt;br /&gt;
*     Alt-s or, View&amp;gt;Attributes&amp;gt;Show all attributes&lt;br /&gt;
show no attributes&lt;br /&gt;
*     Alt-h or, View&amp;gt;Attributes&amp;gt;Show no attributes&lt;br /&gt;
show selected attributes&lt;br /&gt;
*     in the Attribute Manager, select desired Attributes in the &amp;quot;Selected Visible&amp;quot; column&lt;br /&gt;
*     then, View&amp;gt;Attributes&amp;gt;Show selected Attributes&lt;br /&gt;
optimize the width of the Attribute/value table&lt;br /&gt;
*     Rt-click on the Attribute and choose optimal width&lt;br /&gt;
&lt;br /&gt;
== User feedback ==&lt;br /&gt;
=== Bugs concerning attributes ===&lt;br /&gt;
* Better sorting of the options: Add Attribute &amp;gt; Delete this Attribute &amp;gt; Delete all Attributes. Numerous times I accidentally clicked on the middle button which is now (beta20) &amp;quot;Alle Werte löschen&amp;quot; when I intended to only &amp;quot;Diesen Wert löschen&amp;quot;, because it is on the same line where I specify the criteria, which attribute value pair I try to delete [[User:JR|JR]] 13:16, 8 Oct 2008 (UTC)&lt;br /&gt;
*     The key bindings alt-s and alt-h do not work as expected for showing or hiding attributes.--[[User:Yubrshen|yushen]] 02:23, 25 Nov 2006 (PST)&lt;br /&gt;
* When Attributes are visible, scrolling with mouse wheel stops when cursor is over the attribute of a node. --[[User:Terkor|Terkor]] 20:11, 27 Aug 2007 (PDT)&lt;br /&gt;
* If I set attributes, I can&#039;t export the map in PDF. It&#039;s ok in flash, png, xhtml, jpeg. Beta 17 on Ubuntu 8.04 - Sun Java -- freemind@smci.ch 2008-05-23&lt;br /&gt;
* If I add a blank character such as space after an attribute name, it is not considered as the same attribute (no trim) --[[User:Patco|Patco]] 19:27, 19 Jun 2008 (PDT)&lt;br /&gt;
* If you create attributes for the first time, but not assign them to a node, they won&#039;t be saved in your document --[[User:kvantomme|kvantomme]] 17:15, 3 Dec 2008 (GMT+1)&lt;br /&gt;
* Selecting an attribute with the arrow keys (from the dropdown) and then pressing tab makes the attributes box disappear.--[[User:Kartunes|kar]] 18:19, 12 Mar 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
=== Bugs or features? (questions about attributes to the developers) ===&lt;br /&gt;
&lt;br /&gt;
* The context menu key on the keyboard doesn&#039;t open the context-menu. --[[User:Jan|Jan]] 01:07, 4 Jul 2008 (PDT)&lt;br /&gt;
&lt;br /&gt;
* When changing the font-size of a node by keyboard-shortcut (ctrl+&amp;quot;+&amp;quot; / crtl+&amp;quot;-&amp;quot;) the fontsize-combobox of the toolbar isn&#039;t refreshing. --[[User:Jan|Jan]] 01:00, 4 Jul 2008 (PDT)&lt;br /&gt;
 &lt;br /&gt;
* When adding an attribute to a node which already has the attribute, the attribute will be shown as many times as added. However, when deleting the attribute from node, all instances of the attribute would be deleted.--[[User:Yubrshen|yushen]] 02:23, 25 Nov 2006 (PST) &lt;br /&gt;
:* In version 0.9.0b13, the bug is corrected (i.e. deleting one attribute does not delete all other attributes with the same name). So, the possibility to have several attributes with the same name but different values ought probably to be considered as a feature, not a bug ? For example the attribute &amp;quot;child&amp;quot; could have the values &amp;quot;Peter&amp;quot; and &amp;quot;Mary&amp;quot; attached to a given node &amp;quot;Paul and Jane&amp;quot; to include in the map the information that  Paul and Jane have at least 2 children named Peter and Mary (if I understood correctly the notion and usefulness of attributes)? --[[User:Miclav|Miclav]] 01:56, 9 Sep 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
* It is not possible to delete an attribute from the List of attributes. If one is created, it lives forever .... It seems that using tool/assign attribute by selecting the attribute in question, and select delete all values, it&#039;s possible to remove an attribute of a node. --[[User:Yubrshen|yushen]] 21:19, 15 Jan 2007 (PST)&lt;br /&gt;
&lt;br /&gt;
:* You can remove or even rename some attributes and attribute values from the map using the attribute manager. Use Tools-&amp;gt;Attribute Manager-&amp;gt;All Attributes-&amp;gt;[edit]-&amp;gt;[click on attribute]-&amp;gt;[Delete] --[[User:DimitriPolivaev|DimitriPolivaev]] 05:12, 9 Sep 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
* It is not intuitive to go to Tools-&amp;gt;Assign Attributes to set attributes on several nodes.  I expected to be able to select several nodes (or all) and use Edit-&amp;gt;Attributes.  It didn&#039;t occur to me to look on the Tools menu for Editing. -- [[User:JimK|JimK]]&lt;br /&gt;
* The workflow in the Assign Attributes dialog is backwards: actions should be from left to right, top to bottom. I suggest moving the buttons to the right side. It&#039;s also strange why Add &amp;amp; Delete have one section and Replace has another. From user viewpoint they&#039;re all the same.  Just need one name/value input box? -- [[User:JimK|JimK]]&lt;br /&gt;
* The title of the Assign Attributes dialog box has an extra character in &amp;quot;Assign&amp;quot; that should be removed. -- [[User:JimK|JimK]]&lt;br /&gt;
* Attributes are a great idea, but the whole dialog thing is very slow to work with.  And it sucks to have a dialog over your workspace.  I suggest making attributes work pretty much like a dynamic list of icons in terms of user interface:&lt;br /&gt;
** Make a toolbar dedicated to adding attribute values to nodes.  Put the toolbar on the right side of the screen, make a button for every value, so that it can be assigned with one click.&lt;br /&gt;
*** This is so that, rather than choosing &amp;quot;apply to selected&amp;quot; or &amp;quot;apply to visible&amp;quot;, you can use the standard built in selecting mechanisms, and apply attributes the same way that you apply icons.&lt;br /&gt;
**** You also have the added bonus of standardizing the interface somewhat.&lt;br /&gt;
** Put a selector box, or in the case of a low number of attribute value pairs, section them off, so you never need more than one or two clicks to assign an attribute.&lt;br /&gt;
** Have an empty box in the toolbar for new attribute or value definitions.&lt;br /&gt;
** Remove the attribute assignment dialog.  &lt;br /&gt;
** Here&#039;s a visual sample.  I found it was easier just to illustrate it:  [[Media:FreeMindAttributeToolbar.png]] --[[User:RazielJaTier|RazielJaTier]] 22:50, 20 May 2008 (PDT)&lt;br /&gt;
* There is a bug in the browser applet of 0.9.0-Beta19 related to notes attached on nodes: if you switch between nodes the text of the note in the bottom window don&#039;t get updated, unless you select a node without a note and go back to one with a note. I guess the method onSelectHook(NodeView pNode) in NodeNoteViewer.java isn&#039;t called when switch between nodes with notes. --[[User:Jens|Jens]] 14:20, 11 Aug 2008 (PDT)&lt;br /&gt;
&lt;br /&gt;
=== Wishes concerning attributes ===&lt;br /&gt;
* I love the attribute &amp;amp; filter feature &amp;amp; see great potential ahead.  Being able to name &amp;amp; save searches would also be extremely useful.--[[User:Felipe|Felipe]] 07:34, 26 Apr 2007 (PDT)&lt;br /&gt;
*     Really wish for a feature to only selectively show the attribute of the node in focus. The current options of &amp;quot;show all attributes&amp;quot;, &amp;quot;show the selected attributes&amp;quot; all apply to all the nodes visible. With all nodes showing attributes, it occupy too much space. I wish that it only shows all the attributes for the current node being selected, i.e. in focus. This would be often enough for normal use.--[[User:Yubrshen|yushen]] 20:36, 1 Dec 2006 (PST)&lt;br /&gt;
* Default attributes of new node: I need to add some attributes to all new nodes. Therefore, I wish that there is mechanism to automatically stuff some default attributes to all the new nodes created after the functionality is enabled. This function may be configured to enable/disable. --[[User:Yubrshen|yushen]] 21:19, 15 Jan 2007 (PST)&lt;br /&gt;
* Or there is functionality to add a group of selected attributes to a group of selected nodes through one operation. --[[User:Yubrshen|yushen]] 21:19, 15 Jan 2007 (PST)&lt;br /&gt;
&lt;br /&gt;
*You explained how to create attribute etc... but after spending &amp;quot;only&amp;quot; 30 minutes on it, what is the real interest in practice of such feature ? What is the use of attributes ? not clear what it can  be used for ....--[[User:Djerr|Djerr]] 17:49, 20 Jan 2007&lt;br /&gt;
&lt;br /&gt;
*Roll-up: It&#039;d be really nice (and quite natural) to be able to roll-up (summarize or otherwise) the values of certain attributes (eg. money, time, resource requirements, etc) from children to parent nodes. --[[User:azimmer|azimmer]] 16:58, 14 Feb 2007&lt;br /&gt;
&lt;br /&gt;
* See also the [[Talk:FreeMind_0.9.0:_The_New_Features|discussion page]]&lt;br /&gt;
&lt;br /&gt;
* Adding &amp;quot;Attribute&amp;quot; is a great idea (for me ;-) !). There&#039;s a long time that I&#039;m thinking of using freemind in an Artificial Intelligence way. Using Attribute, simultaneously with groovy, may help me for creating rules. Thanks ! --[[User:PLANTING|PLANTING]] 12 Aug 2007&lt;br /&gt;
* A way to copy and paste all the attributes assigned to a node or one of these attributes would be nice. Perhaps a &amp;quot;Copy Attribute&amp;quot; and &amp;quot;Copy All Attributes&amp;quot; in popup menu when you right-click on the attributes of a node. --[[User:Terkor|Terkor]] 10:06, 30 Aug 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
* A way to assign different types of data to attributes: AKA Boolean, Integer, Date, Text, etc.&lt;br /&gt;
*Refactor/sort nodes by attribute: Dunno if anybody knows the dashboard plugin for mindmanager, but this idea is similar (except better cause it uses custom attributes). basically, any given attribute/group of attributes would be a parent node.  And the values of the attribute would be the children.  The nodes with those values would branch off from that. Would allow for awesome fluid mindmaps that could show all sorts of relationships between nodes without ruining the linear structure of the map, allowing for scheduling, budgeting, etc.  I&#039;m creating some example mindmaps which show how this feature would be incredibly usefull for something like scheduling.&lt;br /&gt;
* Sorting function would be great, but I propose it on the node (alphabetical). Having it on the attribute means for me having to update individually each node&#039;s attribute, which would take more time than sorting them by hand. I imagine a function sorting alphabetically all subnodes 1st level of the selected node. Franck --[[User:Fb5|Fb5]] 03:55, 6 Dec 2007 (PST)&lt;br /&gt;
** I&#039;d agree with &#039;sort nodes by attribute&#039; above. I&#039;m a mindmanager user and being able to easily and interactively prioritise tasks on a node is very useful.  In mm I just use the pre-defined priority icons, and sort accordingly.  This is useful, but freemind with multi-attributes could offer  more powerful sorts.&lt;br /&gt;
&lt;br /&gt;
* A way to add new attributes using just the keyboard.  I use keyboard shortcuts quite often with FreeMind and not having the ability to quickly add/change/delete attributes with the keyboard makes them much less useful.  --[[User:Verifex|Verifex]] 15:57, 8 Dec 2007 (PST)&lt;br /&gt;
** What about Alt+F9 for selecting the attribute table and F2 for editing, TAB for adding? [[User:DimitriPolivaev|DimitriPolivaev]]&lt;br /&gt;
* Some attributes should be single-valued. Right now they all seem to be multi-valued.  For example, I want only want attribute named Priority per node. -- [[User:JimK|JimK]]&lt;br /&gt;
* Hopefully you&#039;re going to add Help to dialog boxes? When I&#039;m in Attribute Manager I don&#039;t understand all the choices. I should be able to view help about them from within the app rather than going to a Website/wiki. -- [[User:JimK|JimK]]&lt;br /&gt;
* Clicking on the &amp;quot;Icon for Attributes&amp;quot; could show/hide the attributes.&lt;br /&gt;
* Ability to have &amp;quot;Optimal Width&amp;quot; applied on all nodes by default.&lt;br /&gt;
** Seconded. A preference for the default width would help as well. --[[User:Icekiss|Icekiss]] 08:08, 19 Apr 2008 (PDT)&lt;br /&gt;
* It would be great to have the possibillity to group attributes and give these groups names. These names may be treated as node types. One may assign a node type to a node meaning the node gets automatically all the attributes of this type. With this it would be possible to define for instance a node type like &#039;&#039;activity&#039;&#039; with attribute like &#039;&#039;who&#039;&#039;, &#039;&#039;start date&#039;&#039;, &#039;&#039;percent complete&#039;&#039; and so on. An easy way to assign node types to nodes, for instance something like &#039;&#039;default type for new nodes depending on parent node&#039;&#039; would be the cherry on top.&lt;br /&gt;
* I&#039;ve been using beta 15 seriously for a project.  Filtering is wonderful, and what I really need is sub-node sorting by attribute and/or icon priority. (Please!) - johnn&lt;br /&gt;
&lt;br /&gt;
* Don&#039;t know if it should be here or not. But actually, it would be nice if we could apply the same kind of filter to the icons:&lt;br /&gt;
** it would be faster &lt;br /&gt;
** it would be simpler, as some kind of default attribute+values&lt;br /&gt;
** it allows also multiple values (i can have multiple icons for one same branch)&lt;br /&gt;
* This would probably require to expand the list of icons to have more of the different types of notions that can be represented in a tool as FreeMind:&lt;br /&gt;
** relative to decision making: delay (e.g. hourglass), optionality, assumption/hypothesis, problem/inconsistency (e.g. lighting), advantage (&amp;quot;thumb up&amp;quot;, &amp;quot;+/-&amp;quot;), inconvenient (&amp;quot;thumb down&amp;quot;,&amp;quot;+/-&amp;quot;),cause, consequence, risk,&lt;br /&gt;
** relative to life in general: user (people), group, time (clock), time interval, machine, etc.--[[User:Patco|Patco]] 19:48, 19 Jun 2008 (PDT)&lt;br /&gt;
* Keyboard assigning of attributes is a bit clumsy.  Ideally, instead of using the arrow keys to select, the appropriate attribute would be suggested just by typing its first few letters.  Then tab could be pressed to select and go to the next attribute.--[[User:Kartunes|kar]] 17:45, 12 Mar 2009 (UTC)&lt;br /&gt;
* the attribute icon has not the same meaning than the others. For example, with an ordered list (with icons &amp;quot;1&amp;quot;, &amp;quot;2&amp;quot;, &amp;quot;3&amp;quot; ...), having a node with attributes will disorganize the position of the icons! -- [[User:Patco|Patco]]&lt;br /&gt;
&lt;br /&gt;
= Filter =&lt;br /&gt;
== Create filters to view and print the data more effectively ==&lt;br /&gt;
Clicking on the little funnel to the left of the zoom size toggles on and off the Filter Toolbar.&lt;br /&gt;
By default (i.e. in absence of any personal filter defined, see below) the values that can be selected in the List box of the Filter Toolbar are:&lt;br /&gt;
*    No Filtering&lt;br /&gt;
*    Currently Selected Nodes&lt;br /&gt;
To create a filter for one Attribute:&lt;br /&gt;
* to the right of the filter status, click &amp;quot;Edit&amp;quot;&lt;br /&gt;
* in the drop down menu at the top left, select your attribute&lt;br /&gt;
* the expression drop changes to &amp;quot;Exists&amp;quot;&lt;br /&gt;
* press &amp;quot;Add&amp;quot;, then &amp;quot;OK&amp;quot; at the bottom&lt;br /&gt;
* all nodes with the selected Attribute will be shown, and the branches that don&#039;t contain these nodes will be hidden.&lt;br /&gt;
* To display, on the contrary, all branches that do not contain nodes with the given attribute, click on Edit, then, in panel Filter Composer, click on buttons &amp;quot;Not&amp;quot; then &amp;quot;Apply&amp;quot;. This adds, in the List box of the Filter Toolbar, the two additional filters &amp;quot;attribute_XXX Exists&amp;quot; and &amp;quot;Not attribute_XXX Exists&amp;quot; (where attribute_XXX stands for the current attribute).&lt;br /&gt;
&lt;br /&gt;
To create a filter for an Attribute and one of its values:&lt;br /&gt;
* after step two above select the second drop down where &amp;quot;exists&amp;quot; is showing&lt;br /&gt;
* choose &amp;quot;Is equal to&amp;quot;. Your values should now be available in the third drop down&lt;br /&gt;
* press &amp;quot;Add&amp;quot;, then OK&lt;br /&gt;
&lt;br /&gt;
== use multiple filters at once ==&lt;br /&gt;
create two filter sets by the method above&lt;br /&gt;
select the filter sets you want&lt;br /&gt;
*     Shift-click for multiple, continuous sets&lt;br /&gt;
*     Ctrl-click for non-contiguous selection&lt;br /&gt;
press the &amp;quot;and&amp;quot; button on the right =&amp;gt; a new set is created which combines your selected sets&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;User feedback&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Another feature which can be useful: name for the filter. If you combine simple filters, it can be difficult to read what is it doing:&lt;br /&gt;
For example:&lt;br /&gt;
(Responsable is equal to Erwan and Type is equal to &amp;quot;draw&amp;quot;) can be renamed as &amp;quot;Erwan Drawing&amp;quot;, and could be more simple to manage.&lt;br /&gt;
&lt;br /&gt;
Another thing: It could be useful to see/mask attributes when clicking on the attribute icon.&lt;br /&gt;
&lt;br /&gt;
== filter on an icon ==&lt;br /&gt;
* add an icon to a node by highlighting the node, click on the icon on the left or Rt-click&amp;gt;Icons&lt;br /&gt;
* in the filtering &amp;quot;edit&amp;quot; dialog, choose &amp;quot;Icon&amp;quot; in the drop-down list at the top left, the second drop-down grays out, and the third contains the list of currently used icons&lt;br /&gt;
* click &amp;quot;Add&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;User Feedback&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;This is a great feature!&#039;&#039;&#039;  Honestly, I think in a lot of ways, filtering by icons is a lot more intuitive than filtering by attributes.  While the attributes give you a great deal of flexibility, they muck up the display at bit, and they&#039;re a lot more keystrokes to add.  I really can&#039;t think of any examples of an attribute that I wouldn&#039;t rather just create an icon for.  The icon is a much more succinct way of displaying an attribute about a node and it can be done inline.&lt;br /&gt;
** Having said that, I would like to see a little more love put into icons.  I already customized my icon library (Thank you!), but it becomes unwieldy when there are more than a small handful of additional items.  You can&#039;t replace the original icons either.&lt;br /&gt;
* I think it would be a good idea to filter icon clock and only those icons with active warning time scheduler&lt;br /&gt;
&lt;br /&gt;
== Persistent Map Filters ==&lt;br /&gt;
In Beta 13 persistent filters are added.&lt;br /&gt;
And filters can now be saved. --[[User:Terkor|Terkor]] 18:02, 2 Sep 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== user feedback ==&lt;br /&gt;
&lt;br /&gt;
* Would like to add some plain and simple text to graphical links. It could be inserted into the middle of the arrow or with an option to move it along the line. Thanks!&lt;br /&gt;
&lt;br /&gt;
* For using semantic strings in addition to numeric and logical ones it would be useful a) to have filters for &amp;quot;contains&amp;quot; (for substrings of text) as in normal content – like &amp;quot;contain&amp;quot; finds attributes with the values &amp;quot;container&amp;quot;, &amp;quot;contains&amp;quot;, &amp;quot;containment&amp;quot;, etc. b) be able to search a string-value across different attributes&lt;br /&gt;
&lt;br /&gt;
* Filtering is great to compact maps for printing, but no usable PDF was created from a filtered map (beta 17) --[[User:JR|JR]] 04:48, 23 May 2008 (PDT) &lt;br /&gt;
&lt;br /&gt;
* When I use filter extensively with very large map of thousands of nodes, I realize that the layout of the filtered map need some improvement. The resulted map&#039;s layout should be much compacted for the filtered nodes to be closer to the root node in order to be visible in the freemind window. For such large map, the reason to do filer is to focus so that I can see them easier. Without the improvement, it seems that the layout still follow that without the filter. The map becomes a tree with sparse nodes but stretched apart. It defeats the purpose of the filter somehow. If you need, I can provide a screen capture to show what I meant. Please tell me how. --[[User:Yubrshen|yushen]] 16:16, 5 Apr 2008 (PDT)&lt;br /&gt;
&lt;br /&gt;
* I find that it freezes up a lot when using folding and unfolding while applying filters. It is, however, a really powerful feature. To complete its power would it be possible to have a way to copy only selected or filtered nodes? Sometimes you want to select these nodes and put them in another application, but when I filter, select all and then copy-paste, I get lots of other nodes included.&lt;br /&gt;
&lt;br /&gt;
* Worked well for me. Especially like the filter on icon - no muss, no fuss.&lt;br /&gt;
&lt;br /&gt;
* Great feature. Filtering on an icon: For example if you have &amp;quot;OK&amp;quot; icons on some nodes and want to see all other nodes (= not OK) use filter &amp;quot;contains icon OK&amp;quot; and define filter &amp;quot;Not contains icon OK&amp;quot; using button &amp;quot;Not&amp;quot;&lt;br /&gt;
&lt;br /&gt;
* This great new feature has a little BUG. Situation: I have two maps opened and use the filter &amp;quot;Currently Selected Nodes&amp;quot; on one of them and switch between the maps. When I switch back to the filtered map I don&#039;t get the view that I had before I switched away. Instead I get the node filtered that was selected when I switched. (Terkor)&lt;br /&gt;
&lt;br /&gt;
* Filtering and Reminders are a very nice combination. Filtering on icons allows to distinguish between nodes that have a Reminder &amp;quot;whose time has not jet come&amp;quot; and nodes that have a Reminder &amp;quot;whose time has come&amp;quot;. But: in the filter composer these two different states are represented with the same icon (a clock). You always have to guess which icon represents which Reminder state. --[[User:Terkor|Terkor]] 19:40, 30 Jul 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
* It would be helpful to be able to give the composed filters names. --[[User:Terkor|Terkor]] 19:45, 30 Jul 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
* When filtering is activated there is a drop-down menu left to the &amp;quot;Edit&amp;quot; button. There you can find all the filters that were used that FreeMind session. It would be very effective if I could not only chose one of those filters but chose more than one. And then being able to chose in what order they are applied (for example by moving the filters up and down). Of course I can also get the desired filtering by using the Filter Composer. But with the described option I would be more flexible in quickly combining the filters. And being able to apply some &amp;quot;simple&amp;quot; filters in an order would make things more clear in some situations. --[[User:Terkor|Terkor]] 06:50, 31 Jul 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
* A refresh view button would be nice. Or even better: auto refresh (maybe as an option) when a node is changed. Explanation: When I mark a node (representing a task) as done and I use a filter that shows me all the undone tasks and hides the done tasks, the node is not filtered as long as I switch filter off and on again. Could be more handy. --[[User:Terkor|Terkor]] 06:09, 3 Dec 2007 (PST)&lt;br /&gt;
** I second this notion.  Nodes that meet the filter conditions after the filter is set don&#039;t get filtered out.  So for instance, I want to create a filter to show not checked off items.  Once I check them I want them to disappear automagically. --[[User:RazielJaTier|RazielJaTier]] 16:26, 20 May 2008 (PDT)&lt;br /&gt;
&lt;br /&gt;
* If I filter &amp;quot;Currently Selected Nodes&amp;quot;, in all the now empty space of the map there appear the ovals of the hidden nodes that allow to move them around, when you move your mouse to that places where they are when filter is not applied. --[[User:Terkor|Terkor]] 06:42, 15 Dec 2007 (PST)&lt;br /&gt;
&lt;br /&gt;
* If &amp;quot;Selection Bubble&amp;quot; is &amp;quot;on&amp;quot; and a filter is applied, also hidden nodes can be &amp;quot;selected&amp;quot; when you for example move the focus using the arrow-keys. --[[User:Terkor|Terkor]] 06:42, 15 Dec 2007 (PST)&lt;br /&gt;
&lt;br /&gt;
* Is there a way to assign attributes when you assign an icon to a node? For example I have lists of phone calls / emails that I have to send. I usually assign a phone or envelope icon to that node. I would like to assign an attribute or ActionType so that I can sort by them later (i.e. see a list of phone calls or emails that I have to make).&lt;br /&gt;
&lt;br /&gt;
* It would be very helpful to have an option to filter out entries without children.  This would be very valuable e.g. in situations where in a big map, several nodes have a &amp;quot;Tasks&amp;quot; subnode, and one wants to look at all tasks currently pending.&lt;br /&gt;
&lt;br /&gt;
* Would it be possible to be able to add free text to the map to allow for titles and possibly a Key?&lt;br /&gt;
&lt;br /&gt;
* Filter toolbar should be a standard toolbar. Should be able to show/hide filter toolbar from the View menu. (I am not displaying the main toolbar, but may need the Filter toolbar from time to time)&lt;br /&gt;
&lt;br /&gt;
* Attributes have great potential. However I find editing a bit inconvenient. Would it be possible to add a small handle to existing attribute table (say immediately left of the cells, similar to the handles that are already on top of the table), so that a single attribute could be selected to be copied, cut, or even dragged and dropped to copy/move it to other nodes? Keyboard modifier keys (shift or ctrl) could be used to specify moving/copying in a drag and drop operation. arg0.&lt;br /&gt;
&lt;br /&gt;
* Am loving the attributes. Using beta 20. Am doing a massive project on the muscular system. muscles directly effect eachother. For each muscle there is are muscles directly affecting it, muscles that it directly affects it, and muscles with a mutual two way relation. Each muscle also has a common problem associated with it. Each muscle group is an attribute and each muscle is a value. Filters will be used for self diagnosis, and finding the appropriate stretches. For example hands and shoulders due to using the computer a lot.&lt;br /&gt;
**Would be great if graphical links can be attributed, so that they can be filtered. + have the option of making them visible or not. &lt;br /&gt;
**Better sorting of attributes would be good. Like an attribute mind map, for sorting and the depth of the filter that is undertaken.&lt;br /&gt;
** To have Attributes and Filters integrated on the mind map. Anyone know how to write scripts to run a filter function.&lt;br /&gt;
** To filter core structure of mind maps: this would be good for summarising the link to other mind maps.&lt;br /&gt;
Thanks for your time. alf&lt;br /&gt;
* to encourage the use of attributes and filtering, it would be good to have the search/filter box always visible by default (I have a large screen, and the font/font size take all the extra space on the right, that could be used by this search/filter box (also, there should be a specific menu &amp;quot;search&amp;quot; or &amp;quot;filter&amp;quot; --[[User:Patco|Patco]]&lt;br /&gt;
&lt;br /&gt;
= WYSIWYG-Editing for nodes and notes =&lt;br /&gt;
&lt;br /&gt;
Yet to be documented&lt;br /&gt;
&lt;br /&gt;
I like the WYSIWYG and how it&#039;s available when needed.  On piece I find lacking is the ability to easily add link &amp;amp;lt;a href=.... and the ability to click on it to pull it up.  That feature would be very useful -- [[User:Matthias|Matthias]] 21:57, 18 Feb 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
== HTML paste tip ==&lt;br /&gt;
&lt;br /&gt;
Paste of HTML content creates one node. Use Edit -&amp;gt; Split to split it in many nodes.&lt;br /&gt;
&lt;br /&gt;
Tools-&amp;gt;Split Node is more efficent. --[[User:Phil31753|Phil31753]] 10:06, 9 Apr 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
==== User Feedback ====&lt;br /&gt;
Version beta 0.9.16&lt;br /&gt;
I personally hate the WYSIWYG mode but I understand that others might find this feature helpful. &lt;br /&gt;
My problem is that I copy and paste very often into and out of mindmaps. Due to the WYSIWYG mode I can not pasten normally into thunderbird. Copying into mindmaps is terrible. &lt;br /&gt;
Suggestion: having the possibility to select between plain text modus or html modus or mixed modus. Helpful would be also a shortcut to &amp;quot;paste as plain text and split&amp;quot; and copy as plain text. &lt;br /&gt;
--[[User:bebach|bebach]] 2008-04-05&lt;br /&gt;
&lt;br /&gt;
Love this feature, especially the way that the notes export to javascript enabled html.  Couple of observations.&lt;br /&gt;
&lt;br /&gt;
* The popup notes in the Javascript export don&#039;t seem to work in IE (care factor 0?).&lt;br /&gt;
&lt;br /&gt;
* It would be good to be able to view the note in the main mindmap window, maybe as a popup.&lt;br /&gt;
&lt;br /&gt;
* It would also be helpful if there was some sort of visual indicator of the existence of a popup note in the exported html - at present the note just magically appears as a rollover. &lt;br /&gt;
&lt;br /&gt;
* Don&#039;t know if it is due to this feature, but &amp;quot;edit long node&amp;quot; now introduced an extra line feed if the enter key is used (confirm on enter turned off).&lt;br /&gt;
&lt;br /&gt;
--[[User:RichardForster|RichardForster]] 18:04, 19 Sep 2006 (PDT)&lt;br /&gt;
&lt;br /&gt;
I&#039;d like to have the option to collapse the WYSIWYG editing area to free up more screen real-estate.&lt;br /&gt;
&lt;br /&gt;
--[[User:Marko|Marko]] 21:45, 23 Sep 2006 (PDT)&lt;br /&gt;
&lt;br /&gt;
* The WYSIWYG screen estate seems a good place to do all &#039;richer&#039; content editing: e.g. if freemind would let me edit the multiline text nodes there, and, manage the attributes, i&#039;d find that very usefull. &lt;br /&gt;
&lt;br /&gt;
--[[User:Neanderlander|Neanderlander]] 22:01, 24 Sep 2006 (PDT)&lt;br /&gt;
&lt;br /&gt;
* Some way to change the width of nodes would be great, so free form text can be flowed into thinner columns. Also a way to insert &amp;amp;lt;br&amp;amp;gt; easily without resorting to the html view.&lt;br /&gt;
&lt;br /&gt;
--[[User:pedron|pedron]] 1:02pm, 10 October 2006 (EST)&lt;br /&gt;
* In version 0.8 the note attached to a node was very discrete in the sense that it would only show when the mouse is on that node.  This new version has many editing features but it&#039;s &amp;quot;in your face&amp;quot; (so to speak) until you physically minimize it.  I wish there was a way to configure it so that it would act like the previous version while keeping it&#039;s editing extras.  Or at least have the option of toggling editing toolbar...&lt;br /&gt;
&lt;br /&gt;
--[[User:Cichutki75|Cichutki75]] 8:09pm, 19 October 2006 (GMT)&lt;br /&gt;
* In version 0.9 max node width function does not work properly. At least not all nodes for the map created in version 0.8 keep the set width. I did not discover the rule. Some keep some don&#039;t.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
--[[User:CautiousChaos|CautiousChaos]] 02:22, 12 Nov 2006 (EST)&lt;br /&gt;
* The editing panel is intrusive when it is not needed.  A hotkey to open/close it would be helpful.  Clicking on the note icon resulting in the panel appearing could also be very helpful.&lt;br /&gt;
* It seems that word-wrapping does not work in plain-text mode for nodes, making  the node to be of single line extending far too long. I had to change the mode of each node to make it word-wrapping. Only using rich-text mode, the wrapping would work. I wish that word-wrapping would still work as in 0.80. --[[User:Yubrshen|yushen]] 15:03, 5 Dec 2006 (PST)&lt;br /&gt;
* It seems that in editing long node, the splitting function would only work with word on different line, while in 0.80, the function works even for words on the same line. --[[User:Yubrshen|yushen]] 15:03, 5 Dec 2006 (PST)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
--[[User:Djerr|Djerr]] 17:42, 20 Jan 2007&lt;br /&gt;
&lt;br /&gt;
* Using a 0.8 map with notes in 0.9 beta version show all notes as pop up but they can not be modified with the format tool or even edited in the layout page. I have to delete the note and create a new one under the 0.9 version.&lt;br /&gt;
&lt;br /&gt;
I usually write short nodes but very long notes in order to have a &amp;quot;clear&amp;quot; map.  2 special comments on notes : &lt;br /&gt;
* For long notes, the time the pop up is shown is too short. Would it be possible to define a time on how long you want this pop up to be shown ? Or even better: to show them as long as the cursor is pointing on the node (or perhaps the note icon).&lt;br /&gt;
*  I could find very useful (especially for my long notes) to be able in the format menu to change not only italic or bold or font size etc.. but also COLORS, to be able to see very fast the most important points&lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
* I don&#039;t understand the purpose of freemind&#039;s notes feature.  It seems to be an incomplete feature.  On the one hand, it could be used as popup notes for a node on the freemind map.  On the other hand, it could be used to provide the details for a topic expressed by the node.  I think both should be possibilities, but currently only the first really seems possible.&lt;br /&gt;
* I want to use freemind to develop an outline into a full-blown paper.  To do that, I would start using freemind to create an outline of the paper.  Each node in the mindmap would be an entry in the outline with the node level equating to the outline level.  Then, when I start fleshing out the paper, I would use the notes feature to fill-in paragraphs of information for each node.  The problem is that there is no good way of outputting the paper -- the notes become popups rather than entries in the paper.&lt;br /&gt;
* Is there a way to export a mindmap from freemind in such a way that it could later be imported?&lt;br /&gt;
&lt;br /&gt;
--[[User:DavidMasterson|DavidMasterson]] 22:00, 23 May 2007&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* I don&#039;t like this feature in the current implementation. This is because i use this tool to connect IDEAS and usually i use formatting things only in the end. A paragraph, a sentence, a list, a word list this are things that i want to have in a hierarchical structure, not as a rich text. In 0.8.0 the copy/paste feature converted a paragraph/list to an hierarchical tree of nodes. That was a better aproach then to get a simple html node. The split feature doesn&#039;t replace this functionality better. I hope and trust that you will find a way to add rich text nodes without so much interference with the old style of working. Maybe a paste option with paste as nodes, paste as html will resolve this issue?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
--[[User:Terkor|Terkor]] 16:25, 21 June 2007&lt;br /&gt;
* Great Feature, but it could be more handy if the (by far) most often used formating-features like Bold and Italic could be used without opening the editor. Just mark the words or characters you want bold (or italic), click the Bold (or Italic) icon (or use Ctrl-B /Ctrl-I) - and that&#039;s it.&lt;br /&gt;
* It is not &amp;quot;logical&amp;quot; that you open the editor with &amp;quot;Alt-Enter&amp;quot; and close it with &amp;quot;Ctrl-Enter&amp;quot;. It should both be the same.&lt;br /&gt;
* &amp;quot;Split&amp;quot; should have a shortcut. Suggestion: Alt-Enter or Ctrl-Enter. (See previous paragraph.)&lt;br /&gt;
* When I open the editor whilst I am editing a node, the editor should know the actual position of the cursor and if some text is already marked.&lt;br /&gt;
* Double clicking the note icon should open / close the note editor. (Generally icons should be more clickable like the link icon. (Double) clicking on the clock icon of notes with a Reminder should open the calendar. And right-clicking an icon should open the &amp;quot;Select Icon&amp;quot; box.)&lt;br /&gt;
* The popups displaying the note content don&#039;t match size if a note is very short. Does not look nice. (The same for popups that show  the &amp;quot;Created&amp;quot;, &amp;quot;Modified&amp;quot;, and &amp;quot;Reminder&amp;quot; times - too wide.&lt;br /&gt;
* Choosing colors should definitely have an icon in the tool bar of the editors. So it takes six (!) clicks to change the color of a word. (Opening the editor not counted.)&lt;br /&gt;
* The editor for notes and the one for nodes behave differently, when it comes to use the Enter-key. The node-editor just enters a new line (as one would expect) when I press Enter. The note editor enters a new line and a blank line. Here I have to use Shift-Enter to get just a new line. Why the difference?&lt;br /&gt;
* The note editor by default adds a blank line before the text and after text. I see no reason for that. (The node editor does not do that either.) Just takes away precious space.&lt;br /&gt;
* In order to save space, please place the toolbar of the note editor next to the menu of the editor. As it is now, there is much unused space. The editor should look more slim.&lt;br /&gt;
* Like the note-editor of FreeMind 0.8, the note-editor of version 0.9 should automatically close when not needed. (Or at least there should be an option to pick this behavior.)&lt;br /&gt;
* The little arrows on the splitting line that allow to hide/show the note editor should be wider (not higher), they are very hard to click quickly. Perhaps put each of them in a clickable wider boxlike area.&lt;br /&gt;
* &amp;quot;Note&amp;quot; in the menu &amp;quot;Insert&amp;quot; is gone. Should be there, that&#039;s where people look for it, and it seams a logical place for it (also for a &amp;quot;Remove Note&amp;quot;-function). And &amp;quot;Add Note&amp;quot; / &amp;quot;Remove Note&amp;quot; should be in the context-menu, when I right-click a node.&lt;br /&gt;
* How about a function that turns a node into a note and vice versa?&lt;br /&gt;
* The popups of long notes should be scrollable.&lt;br /&gt;
&lt;br /&gt;
--[[User:Pascal|Pascal]] 11:33, 20 Nov 2007&lt;br /&gt;
* It would be great to have spell checking in notes editor&lt;br /&gt;
* In version 0.9.0 beta 14, bold, italic and underline buttons have no icons (if you click where they should be, it does the job, but you don&#039;t see the buttons).&lt;br /&gt;
&lt;br /&gt;
--[[User:puckja|puckja]] 13:51, 3 Jan. 2008&lt;br /&gt;
* Great feature! Now I can add formated text/graphics in the note panel (SimpleHTML). Cut &amp;amp; Paste from webpage and even MS Word 2003 with figures and math equations works great.&lt;br /&gt;
* More user friendly functions such as FONT property in toolbar or shortcut, HIGHLIGHTING capability, insert HYBERLINK (it can be added with direct HTML coding), configurable property for the inserted graphic(size/alignment, etc.) would be great. (It is already very good! Thanks!)&lt;br /&gt;
&lt;br /&gt;
--[[User:puckja|puckja]] 16:09, 3 Jan. 2008&lt;br /&gt;
* It seems that all the figures inserted in the note are not &amp;quot;locally saved.&amp;quot;  It may a a &#039;&#039;&#039;SERIOUS BUG!&#039;&#039;&#039; If the figures are cut &amp;amp; paste from Internet, then they will not be available if machine is offline.  If the figures are C &amp;amp; P from local file (such as MS Word), then the source files are still at your personal Win TEMP directory, which means that they will be deleted some time in the future while you think it is saved.  Other software such as PersonalBrain will save the file and change the HTML src location after you saved the &amp;quot;brain&amp;quot;, but Freemind seems to leave it unattended.  :(&lt;br /&gt;
&lt;br /&gt;
* HTML Editor won&#039;t let you put a table in a node.  Well, that&#039;s not quite true.  The &amp;quot;table&amp;quot; item n the menu bar has all its items disabled, but you can edit the HTML to make the node have a table.  Why is the menu bar operation turned of for nodes?&lt;br /&gt;
--[[User:Anton|Anton]] 18:16, 20 Jul 2008 (PDT)&lt;br /&gt;
a&lt;br /&gt;
* The HTML Editor seems to have a &#039;template&#039; which is the same for all nodes.  It would be nice to have&lt;br /&gt;
## User-definable style sheet, that could set font, size, colour, box width ...&lt;br /&gt;
## ... for each level&lt;br /&gt;
--[[User:Anton|Anton]] 18:25, 22 Jul 2008 (PDT)&lt;br /&gt;
&lt;br /&gt;
Filter macros on the mind map itself would be good. They could be adjustable. And/or/not etc, could be done by clicking the different parts of the map corresponding to the attributes/icons under question. This would be nice because it would be more natural to drill down the search in this way. Filter by cliking on a node, filter again on what is left within that filter etc.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*The WYSIWYG is a big + for my workflow. However, I often use this program w/ widescreen setups and it would be a great if I could reposition the WYSIWYG window to the left, right of the Map window. &lt;br /&gt;
*It would be v.nice if the editor could interpret latex formating for math/equations.&lt;br /&gt;
--[[User:Lessfield|Lessfield]] 18:01, 19 Feb 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
I agree with Lessfield - I want to create extensive notes, instructions etc. and I&#039;d like to be able to move the note editing pane to the right side.  To go with this, I&#039;d like to be able to control the node layout so it&#039;s a tree expanding from top to bottom or left to right (like Visual Mind&#039;s Standard, left-to_right and right-to-left views).&lt;br /&gt;
&lt;br /&gt;
Possible bug:- frequently when I&#039;m typing in the notes pane, the insertion cursor zips back to the beginning of the line and text insertion continues there. I don&#039;t think I&#039;m accidentally hitting any hot keys ;-) &lt;br /&gt;
--[[User:MikeS|MikeS]] 12:09, 19 Jun 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
 Update 14 July 2009:- the cursor problem coincides with an autosave.  If you&#039;re editing a note and an autosave occurs, the cursor returns to the head of the note, even though you&#039;re still typing!&lt;br /&gt;
--[[User:MikeS|MikeS]] 11:33, 14 Jul 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
= Scripting via Groovy =&lt;br /&gt;
[http://en.wikipedia.org/wiki/Groovy_programming_language Groovy] scripts may be attached to individual nodes in the map.  When &amp;quot;evaluate&amp;quot; is selected via the menu or keypress (Alt-F8), all nodes in the map are searched (depth-first) for one or more attributes named &amp;quot;script&amp;quot;.  If such an attribute is found, the value of the attached attribute is passed to the Groovy engine to execute.&lt;br /&gt;
&lt;br /&gt;
Only nodes are evaluated, which attribute keys start with &amp;quot;script&amp;quot;.  However, there is nothing preventing a script on one node from acting on other nodes via normal operations (e.g. node.getChildren or similar) as far as I can tell from the code.&lt;br /&gt;
&lt;br /&gt;
=== Assignment vs. Operation ===&lt;br /&gt;
&lt;br /&gt;
If the value of the script attribute starts with the equals sign (&amp;quot;=&amp;quot;), then the node text will be replaced by the RESULT of the script evaluation.  Be careful not to overwrite your nodes!  See the example for using the &amp;quot;node.getText()&amp;quot; in an assignment script.&lt;br /&gt;
&lt;br /&gt;
If the value of the script attribute does not begin with the equals sign, then the script will run and may affect the map, but the expression result is not assigned to the node text.&lt;br /&gt;
&lt;br /&gt;
=== Available Operations ===&lt;br /&gt;
&lt;br /&gt;
When the Groovy binding is created, two variables are set:&lt;br /&gt;
&lt;br /&gt;
* &amp;quot;c&amp;quot; is set to the MindMapController&lt;br /&gt;
* &amp;quot;node&amp;quot; is set to the MindMapNode being evaluated&lt;br /&gt;
&lt;br /&gt;
You will have to examine the FreeMind source code for operations on the interfaces.  See the examples for a few operations such as setting the node text, node color and background color.&lt;br /&gt;
&lt;br /&gt;
=== Examples ===&lt;br /&gt;
I have only played with the engine for five minutes, and spent about the same amount of time on the Groovy home page.  The following examples work for me:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Prepend the node text with an integer representing the node depth.&#039;&#039;&#039;  Note that the script starts with &#039;=&#039; so the result is assigned back to the node text.&lt;br /&gt;
&amp;lt;groovy&amp;gt;=node.getNodeLevel() + &amp;quot; &amp;quot; + node.getText()&amp;lt;/groovy&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Set the text color of a node:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;groovy&amp;gt;node.setColor(java.awt.Color.RED)&amp;lt;/groovy&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Set the background color of a node:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;groovy&amp;gt;node.setBackgroundColor(java.awt.Color.BLUE)&amp;lt;/groovy&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Project Manager: Don&#039;t do this; use methods of the controller c instead.&#039;&#039;&#039; If you manipulate the node model directly, you&#039;ll miss the undo and flow control capabilities of FreeMind. Please, consult methods from the interface MindMapActions only.&lt;br /&gt;
&lt;br /&gt;
=== Advanced Examples===&lt;br /&gt;
&lt;br /&gt;
All advanced examples have been moved to the [[Example scripts]]&lt;br /&gt;
&lt;br /&gt;
== About Groovy ==&lt;br /&gt;
For people unfamiliar with Groovy scripting, it&#039;s [http://groovy.codehaus.org home page], an [http://www.onjava.com/pub/a/onjava/2004/09/29/groovy.html introduction], a review on [http://ask.slashdot.org/article.pl?sid=06/04/18/2223237 slashdot].&lt;br /&gt;
&lt;br /&gt;
== How to get started ==&lt;br /&gt;
&lt;br /&gt;
# Create an attribute for a node.  The attribute must be named &amp;quot;script&amp;quot;&lt;br /&gt;
# Create the Groovy script and set as the value of the attribute&lt;br /&gt;
# Press Alt-F8 or select &amp;quot;Evaluate&amp;quot; from the Tools menu.&lt;br /&gt;
&lt;br /&gt;
== Wish for Groovy script editing ==&lt;br /&gt;
* Need good editor for writing such script for the attribute. The current attribute manager is not suitable to write long script. --[[User:Yubrshen|yushen]] 15:41, 15 Jan 2007 (PST)&lt;br /&gt;
* I know I could dig through the source code and figure it out, but even a rudimentary object reference would be great. --[[User:RazielJaTier|RazielJaTier]] 15:01, 21 May 2008 (PDT)&lt;br /&gt;
** Created a page called [[FreeMindGroovyObjects|FreeMind / Groovy Object Reference]] to start compiling known information into a reference page.  If you&#039;re familiar with any of the objects and navigation, lets start documenting it here. &lt;br /&gt;
* Debug Console while you&#039;re running scripts from the map.  If you have a typo, the script simply does nothing.  It would be nice to get an error or some sort of feedback. --[[User:RazielJaTier|RazielJaTier]] 15:01, 21 May 2008 (PDT)&lt;br /&gt;
&lt;br /&gt;
== Scripting the application, not the documents ==&lt;br /&gt;
&lt;br /&gt;
When I first read about Groovy in Freemind, I was irritated by the fact that the Groovy scripts are part of the Map (as script attribute) and not the application.&lt;br /&gt;
&lt;br /&gt;
To my opinion it would make more sense to allow Groovy scripts to be plugged into the application and work on either Map.&lt;br /&gt;
&lt;br /&gt;
An example of how this could work can be found here: [http://groovy.codehaus.org/Integrating+Groovy+in+an+application+-+a+success+story]&lt;br /&gt;
&lt;br /&gt;
In a similar way each script could be bound to a menu item in a user menu or a button, and be provided with the current &#039;context&#039;, maybe containing a model of an open Map when activated.&lt;br /&gt;
This way it would be possible to create complete maps on-the-fly without having to create the Map and the root node with a script attribute first(!).&lt;br /&gt;
&lt;br /&gt;
This is from user&#039;s point of view more like scripted plug-ins and filters in Gimp or Steinberg-like music software, and not so much like the VBA thing stored inside office documents.&lt;br /&gt;
&lt;br /&gt;
--[[User:Det|Det]] 07:28, 16 Mar 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
== Tips of editing script ==&lt;br /&gt;
# Before there is good editor for script, I use a template node to define long script then use copy and paste to duplicate the script. &lt;br /&gt;
&lt;br /&gt;
--[[User:Yubrshen|yushen]] 15:41, 15 Jan 2007 (PST)&lt;br /&gt;
&lt;br /&gt;
= TaskJuggler Integration =&lt;br /&gt;
&lt;br /&gt;
[http://taskjuggler.org/ TaskJuggler] is a opensource project management tool for linux. It covers the complete spectrum of project management tasks from the first idea to the completion of the project. It assists you during project scoping, resource assignment, cost and revenue planing, risk and communication management. &lt;br /&gt;
&lt;br /&gt;
=== Idea ===&lt;br /&gt;
The idea is to have special task, resource, and account nodes on the mindmap. &lt;br /&gt;
&lt;br /&gt;
====Usage summary====&lt;br /&gt;
 - Tasks are defined as subnodes of TASKS node.&lt;br /&gt;
 - Resources are defined as subnodes of RESOURCES node. &lt;br /&gt;
 - Accounts as subnodes of ACCOUNTS node. (not yet implemented in 0.9.0 beta 18)&lt;br /&gt;
 - Taskjuggler task/resource/account info contained as node attributes. &amp;lt;br&amp;gt;     You can find more info about these attribs in [http://taskjuggler.org/manual-2.3.0/c1376.html TaskJuggler documentation]&lt;br /&gt;
 - After entering all task/resource/account info in freemind, use File--&amp;gt;Export to &amp;lt;br&amp;gt;    export the task/resource/account info that is currently VISIBLE &amp;lt;br&amp;gt;     (your freemind filters can be used to limit the info being exported to TaskJuggler).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:Taskjuggler_example.png]]&lt;br /&gt;
&lt;br /&gt;
=== Project file (TJP) ===&lt;br /&gt;
We generate only includes with FreeMind, so we must write simple TaskJuggler main project file: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;project simple &amp;quot;Simple Project&amp;quot; &amp;quot;1.0&amp;quot; 2005-06-06 - 2005-06-26&lt;br /&gt;
&lt;br /&gt;
include &amp;quot;example.accounts.tji&amp;quot;&lt;br /&gt;
include &amp;quot;example.resources.tji&amp;quot;&lt;br /&gt;
include &amp;quot;example.tasks.tji&amp;quot;&lt;br /&gt;
&lt;br /&gt;
taskreport &amp;quot;Gantt Chart&amp;quot; {&lt;br /&gt;
  headline &amp;quot;Project Gantt Chart&amp;quot;&lt;br /&gt;
  columns hierarchindex, name, start, end, effort, duration, cost, revenue, chart&lt;br /&gt;
  timeformat &amp;quot;%a %Y-%m-%d&amp;quot;&lt;br /&gt;
  loadunit days&lt;br /&gt;
  hideresource 1&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
htmlaccountreport &amp;quot;accountsreport.html&amp;quot;{&lt;br /&gt;
  timeformat &amp;quot;%d-%M-%y&amp;quot;&lt;br /&gt;
  accumulate&lt;br /&gt;
  columns index, name, weekly&lt;br /&gt;
}&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Include Files (TJI) ===&lt;br /&gt;
Mindmap with defined TASKS, RESOURCES and ACCOUNTS nodes can look like this:&lt;br /&gt;
{| cellpadding=&amp;quot;20&amp;quot; cellspacing=&amp;quot;0&amp;quot; border=&amp;quot;0&amp;quot;&lt;br /&gt;
|[http://pliki.rodos.com.pl/freemind/tji_example/example_freemind2.png http://pliki.rodos.com.pl/freemind/tji_example/example_freemind2_maly.png]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
We can export include files which we have defined in our project file directly from FreeMind mindmap:&amp;lt;br&amp;gt;&lt;br /&gt;
- example.resources.tji - from RESOURCES node (File-&amp;gt;Export-&amp;gt;Resources from RESOURCES node to TJI file..)&amp;lt;br&amp;gt;&lt;br /&gt;
- example.tasks.tji - from TASKS node (File-&amp;gt;Export-&amp;gt;Task from TASKS node to TJI file..)&amp;lt;br&amp;gt;&lt;br /&gt;
- example.accounts.tji - from ACCOUNTS node (File-&amp;gt;Export-&amp;gt;Accounts from ACCOUNTS node to TJI file..)&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In TaskJuggler our project will look like this:&lt;br /&gt;
{| cellpadding=&amp;quot;20&amp;quot; cellspacing=&amp;quot;0&amp;quot; border=&amp;quot;0&amp;quot;&lt;br /&gt;
|[http://pliki.rodos.com.pl/freemind/tji_example/example_taskjuggler.png http://pliki.rodos.com.pl/freemind/tji_example/example_taskjuggler_maly.png] &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Download ===&lt;br /&gt;
[http://pliki.rodos.com.pl/freemind/tji_example/example.zip Here] you can download full example without accounts feature and [http://pliki.rodos.com.pl/freemind/account/accountexample.zip here] with accounts.&lt;br /&gt;
&lt;br /&gt;
=== Account support ===&lt;br /&gt;
Becouse accounts functionality isn&#039;t in CVS yet. You need use [http://pliki.rodos.com.pl/freemind/account/Freemind_0_9_0_beta15_koprin_b2.zip this] binary or &lt;br /&gt;
get Freemind from CVS (CVS tag: fm_060405_integration) and aply [http://pliki.rodos.com.pl/freemind/account/diff.zip this] patch.&lt;br /&gt;
&lt;br /&gt;
= The rest of the new features =&lt;br /&gt;
&lt;br /&gt;
==Icons==&lt;br /&gt;
=== User icons ===&lt;br /&gt;
&lt;br /&gt;
User icons can be added. PNG files of the icons have to be added to the folder &#039;&#039;&#039;&amp;lt;user_home&amp;gt;&#039;&#039;&#039;/.freemind/icons. All *.png files in &#039;&#039;&#039;&amp;lt;user_home&amp;gt;&#039;&#039;&#039;/.freemind/icons are handled as user icons. Size is &#039;&#039;not&#039;&#039; limited to 16 px x 16 px.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;User feedback:&#039;&#039;&#039;&lt;br /&gt;
* FreeMind adds &amp;quot;icon_&amp;quot; to the user-given name of a user icon. The name should just be the user given name - without &amp;quot;.png&amp;quot; of course.&lt;br /&gt;
* When adding user icons, they appear in a random order within the side bar and mixed with the Freemind built-in icons. Is there a way to control this order ?&lt;br /&gt;
* My new icons appeared at the end of the standard ones and appeared to be in alphabetical order by filename. GREAT feature. I was able to take screen captures of the icons for Access objects and some of the Office program icons and use them in a mind map documenting a project my computer literacy students do at the end of the semester. This is far superior to having to use a limited set of standard icons which aren&#039;t particularly meaningful.&lt;br /&gt;
* Q: what is the procedure for adding user icons in Mac OS? Which is the correct destination folder?&lt;br /&gt;
&lt;br /&gt;
* User icons are not included in exported mindmaps (flash at least).&lt;br /&gt;
* Including icons does not appear to work (WinXP - Freemind 0.9.0 Beta 19). Have assumed that placing .png files in C:\Program Files\Freemind\Icons should ensure that they are included but have nt been able to get this feature to work. Is this the correct placement for the icons folder in Windows?&lt;br /&gt;
::You put the icons in the wrong folder. Look again above. --[[User:Terkor|Terkor]] 03:23, 21 Oct 2008 (UTC)&lt;br /&gt;
* I think I put the files in the correct place. I put them here: c:/Documents%20and%20Settings/fklein23/.freemind/icons/*.png&lt;br /&gt;
and they did NOT appear in the icons menu nor on the left hand border -- User:fklein23&lt;br /&gt;
* I also note that the menu runs down past the bottom of the screen and though my mouse cursor is actually selecting hidden icons, I can&#039;t see them until I click the right mouse button, at which time the &amp;quot;mystery icon&amp;quot; appears! -- User:fklein23&lt;br /&gt;
&lt;br /&gt;
===Selecting, Substituting and Deleting Icons===&lt;br /&gt;
* Using Shift+Click on icon bar substitutes the current icons by the new one.&lt;br /&gt;
* Icon bar Icon Selection Dialog: click on icon with control key hold: removes the first matching icon, with alt key removes the last one. Icon Selection Dialog: Shift+Enter or Alt+Enter can be used as well.&lt;br /&gt;
* Icon hot keys available in Select Icon Dialog. They can be set in Preferences &amp;gt; Keystrokes. --[[User:Terkor|Terkor]] 13:26, 3 Sep 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;User feedback:&#039;&#039;&#039;&lt;br /&gt;
* Substituting icons with Shift+Enter in the Icon Selection Dialog (as announced in the changes for Beta 9) does not work. Just inserts the selected icon.&lt;br /&gt;
* Can I suggest you add a couple of icons as standard namely &#039;$&#039; and &#039;$$&#039; too?  Thanks.&lt;br /&gt;
&lt;br /&gt;
==Latex Plugin==&lt;br /&gt;
With the new Latex Plugin (Insert &amp;gt; Latex) you can now add mathematical formulas to your nodes.&lt;br /&gt;
Select a node and chose Insert &amp;gt; Latex. Under the node a default text in a box is added. When you click on that box a simple editor opens to enter the Latex code. Close the editor and your formula is displayed underneath the node.&lt;br /&gt;
&lt;br /&gt;
Erase the formula by clicking Latex again when the node is selected. --[[User:Terkor|Terkor]] 06:31, 3 Sep 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;User feedback:&#039;&#039;&#039;&lt;br /&gt;
* I like this one, but there may be an easier way for access of this functionality (a shortcut or s.th.).&lt;br /&gt;
* Great, adds a whole new field of use to FreeMind!&lt;br /&gt;
* Tip: Can also be used to just add a text to node instead of a mathematical formula. If you just add text without any commands, you get italic text in the box. Everything put between \mbox{ and } appears as normal text. (The code is contained in the default formula that is added every time you add a new Latex box to a node.)&lt;br /&gt;
* Exporting the formulas does not work for at least for some filters (Flash at least).&lt;br /&gt;
* LaTeX formulas do not scale with the rest of the map but have always the same size. Please make them scalable if possible.--[[User:Christofb|Christofb]] 12:19, 30 Oct 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
* Nice feature. It would be nice if the graphical representation of the formula could appear with the higher quality associated with LaTeX. Is it possible to improve via anti aliasing or exporting/printing via postscript?&lt;br /&gt;
&lt;br /&gt;
==Linking to nodes in another mm-file==&lt;br /&gt;
&lt;br /&gt;
You may create a link to a node in another map by appending #node_name to the map path&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;User feedback:&#039;&#039;&#039;&lt;br /&gt;
*Bug?:  This feature does not seem to work for file urls ex: file:\\dfs\folder\file.mm##Freemind_Link_335867258.  It also does not seem to work through the website applet.&lt;br /&gt;
** The URL is wrong. Must be file:///dfs\folder\file.mm##Freemind_Link_335867258&lt;br /&gt;
&lt;br /&gt;
* Bug: This very useful feature seems to work for the current instance of the target map only. Once the target map is closed and reopened the link points to the root node in the target map, even though the link text is still correct. Closing the source map and reopening it works fine. - Tested based on FM 0.8.0 maps with the Windows version of FM.--[[User:Uli|Uli]] 02:51, 13 Feb 2007 (PST)&lt;br /&gt;
&lt;br /&gt;
(•) Solution:&lt;br /&gt;
&lt;br /&gt;
• create a (temporary) local link to the intended target node from any other node within the target MindMap (MM) (ALT+L)&lt;br /&gt;
  =&amp;gt; i.e. the target-node must be the &#039;referred&#039; node in this case meaning that it must be the second of the two nodes composing said (temporary) local link.&lt;br /&gt;
    -&amp;gt; Digression: A local link is created by first left clicking on the source node and, while holding down the CTRL-button, then &lt;br /&gt;
       left clicking on the target node, then press Alt-L. The link is created in the source node (a green arrow appears).&lt;br /&gt;
• Now highlight the &#039;referring&#039;/source node, i.e. the other of the two nodes in this (temporary) local link (the one with the green arrow) and press CTRL+k (edit link)&lt;br /&gt;
  =&amp;gt; the freemind node name of the &#039;referred&#039; node (i.e. our desired target node) appears (eg. #Freemind_Link_676133257)&lt;br /&gt;
• Copy (or better still, cut) this node name [ctrl+c/ctrl+x].&lt;br /&gt;
&lt;br /&gt;
• In the Source MM create an external link to the target MM (eg. c:\mindmaps\TASKS.mm),&lt;br /&gt;
  =&amp;gt; Digression: An external link is created thus: CTRL+k (manually enter path) or SHIFT+CTRL+k (choose path). A red arrow appears.&lt;br /&gt;
• highlight the node with the newly created external link and append the copied/cut freemind node name to it using CTRL+k (edit link).&lt;br /&gt;
  =&amp;gt; The result could look like this: c:\mindmaps\TASKS#Freemind_Link_676133257&lt;br /&gt;
&lt;br /&gt;
• Finally, delete the local link if you may so wish (this step is only relevant, if you&#039;d only copied and not cut the node name above).&lt;br /&gt;
&lt;br /&gt;
• Being able to link to a specific link should not only possible within freemind but also from other tools. This could be established via adding a command line parameter giving the node ID to select right after startup.&lt;br /&gt;
&lt;br /&gt;
== Edit Styles, Patterns, Automatic Layout Patterns ==&lt;br /&gt;
&lt;br /&gt;
=== Change Format Dialog ===&lt;br /&gt;
&lt;br /&gt;
New &amp;quot;Change Format&amp;quot; dialog box that lets you edit node and edge attributes at once. (Format &amp;gt; Change format...)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;User feedback:&#039;&#039;&#039;&lt;br /&gt;
* The very powerful and useful dialog box needs a shortcut, and an entry in the context menu when you right-click on a node.&lt;br /&gt;
* A preview-area would be helpful.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Manage Patterns ===&lt;br /&gt;
&lt;br /&gt;
There is now a manager for the physical styles. (Format &amp;gt; Physical Styles &amp;gt; Manage Patterns..)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== User feedback: ====&lt;br /&gt;
&lt;br /&gt;
* It is so helpfull!!!!!&lt;br /&gt;
* Would it be possible to also show (and even change) the shortcuts of the patterns in the pattern manager?&lt;br /&gt;
* Styles should be renamed Format Macro. They are a great feature.&lt;br /&gt;
* Feature Request&lt;br /&gt;
** A real Style formating feature with style_registry, where the formating is defined, would be great.&lt;br /&gt;
* Bugs&lt;br /&gt;
** Style names are not proper UTF-8 encoded e.g. ü in become FC in patterns.xml and not &amp;amp;#xfc;&lt;br /&gt;
** beta 18 couldn&#039;t generate new Style from current node. Pressing Save&amp;amp;Exit didn&#039;t save and a Notice pop up without any message.&lt;br /&gt;
* All version including RC1 - F11 window does not allow to choose a font size which is not in the list (11 for example) this is not consistent with the tool bar of the main window. I&#039;m using style with 11 pt font size !&lt;br /&gt;
* Im experimenting with TONY BUZAN&#039;s mind mapping and memroy techniques. Eventaully i wnat to make a mind map of his book&#039;s and share, however copywright questions arise?? anyone know about it. Regardless of this question it brings to my attention the powers of formatting and memory enhancement. &lt;br /&gt;
**Is there a way of patterning the width/thikness of the links?&lt;br /&gt;
**Would be great to have a plugin that does a network analysis of the mind map and formatts acordingly. Hubs/number of links to a node = format value. Format value&#039;s to stimmulate as many sensory modalites as possible (NLP/ memory techniqes) &lt;br /&gt;
***These formats can then have an icon/ memory hook to filter by.&lt;br /&gt;
&lt;br /&gt;
=== Edit Automatic Layout Patterns ===&lt;br /&gt;
It is now possible to edit Automatic Layout Patterns. (Tools &amp;gt; Preferences ... &amp;gt; Automatic layout pat...) Click there on a pattern and the new &amp;quot;Change Format&amp;quot; box appears (here called &amp;quot;Change Pattern&amp;quot;).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;User feedback:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* I also really like this feature, BUT I also would badly need to automaticaly layout for more then 4 levels (even if I could not change it by myself)! This is one of the most important things missing yet in this great application. Thanks anyway!&lt;br /&gt;
&lt;br /&gt;
* Great! Could you please make the area &amp;quot;Automatic Layout Styles&amp;quot; a bit wider. There is no reason to keep it so tiny.&lt;br /&gt;
&lt;br /&gt;
* I find the automatic layout a bit limited; after four levels, the layout remains the same, but I oftentimes use five, six or seven levels. Only feature I&#039;d like to see added to the program is to set an auto format for a larger (custom-defined?) amount of levels.&lt;br /&gt;
&lt;br /&gt;
* I love automatic layout, I use it pretty much exclusively.  The only thing that sucks is that it completely disables the ability to apply localized formats to nodes with it enabled.  Can you put in some sort of cascading functionality.  The default would be automatic, but you could override the formats at any time.  Also put something like the &amp;quot;reset position&amp;quot;  like  &amp;quot;remove custom formatting&amp;quot;.  --[[User:RazielJaTier|RazielJaTier]] 15:27, 20 May 2008 (PDT)&lt;br /&gt;
&lt;br /&gt;
* I second Raziel&#039;s motion. I&#039;d love to be able to store code snippets in a map, but automatic layout disrupts my custom formatting. --[[User:Neontapir|Neontapir]] 09:47, 23 Jun 2008 (PDT)&lt;br /&gt;
&lt;br /&gt;
* Wonderfull. Would it be possible choose (at least) color to be applied per branch instead of per level. This is more in tune with Dr. Buzan&#039;s suggestions.&lt;br /&gt;
&lt;br /&gt;
== Find And Replace ==&lt;br /&gt;
FreeMind has now a Find &amp;amp; Replace dialog. It combines the old &amp;quot;Show Map History...&amp;quot; (which is not there any more) with a classical Find &amp;amp; Replace dialog.&lt;br /&gt;
&lt;br /&gt;
Found nodes can be sorted by Date, Text, Icons, Created, Modified, and Notes.&lt;br /&gt;
&lt;br /&gt;
You can choose: Export Selected Nodes, Replace All, Replace Selected, Goto, and Select.&lt;br /&gt;
&lt;br /&gt;
When no search text is entered all nodes of the map are shown in a sorted list.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;User Feedback&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Characters like äöü&amp;quot; are not displayed correctly (the HTML-versions are displayed).&lt;br /&gt;
* Could it be possible to hide columns that I don&#039;t need to see?&lt;br /&gt;
* Thank You for the &amp;quot;replace&amp;quot; addition. How difficult would it be to have a &amp;quot;find&amp;quot; on all opened maps ?&lt;br /&gt;
* Is it possible to extend the &amp;quot;find&amp;quot; in all opened maps ?  When searching for a text pattern, it will save to open individually each maps and execute a find. --[[User:Fb5|Fb5]] 02:16, 15 Nov 2007 (PST)&lt;br /&gt;
** I second this - extremely needed (at least for me :) ) to be able to search across several maps!! --[[User:Spacevulture|Spacevulture]] 11:59, 21 Jun 2008 (PDT)&lt;br /&gt;
* Would very helpful if nodes themselves could not only be sorted alphabetically, but also by Icons. And maybe by Date, Created, Modified, and Notes.&lt;br /&gt;
* A drop-down menu with recent search/replace terms would be helpful, to avoid retyping when repeating searches. --[[User:Arg0|arg0]] 08:38, 25 Feb 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Display Selection as Bubble==&lt;br /&gt;
In the menu View there is now the option to display the selected nodes inside a bubble: &amp;quot;Display Selection as Rectangle on/off&amp;quot;. You can also pick this new option in Preferences &amp;gt; Defaults, where you can also choose the color of the bubble. &amp;quot;Display Selection as Rectangle on/off&amp;quot; is now (Beta 13) by default &amp;quot;on&amp;quot;. --[[User:DimitriPolivaev|DimitriPolivaev]] 14:50, 9 Sep 2007 (PDT) --[[User:Terkor|Terkor]] 16:57, 9 Sep 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;User Feedback&#039;&#039;&#039;&lt;br /&gt;
* Like it very much.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Tabs==&lt;br /&gt;
There are now Tabs (like in Firefox) representing the opened maps. Properties &amp;gt; Appearance &amp;gt; Look And Feel &amp;gt; Use Tabs lets you choose if you want to use tabs.  --[[User:Terkor|Terkor]] 10:36, 26 Aug 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;User Feedback&#039;&#039;&#039;&lt;br /&gt;
* Could it be possible that the tabs only appear (option) when more than one map is opened?&lt;br /&gt;
** I&#039;d like this too.  Screen space can be important.  --[[User:Kenrob|Kenrob]] 04:14, 5 Oct 2007 (PDT)&lt;br /&gt;
* Could it be possible to show and hide tabs &#039;&#039;in View&#039;&#039;?&lt;br /&gt;
* Could it be possible to rearrange the order of the tabs (by dragging and dropping them)?&lt;br /&gt;
** drag&amp;amp;drop, automatic hide when only one, close one/all via context menu etc. would be very usefull (i.e. like it is possible in firefox) --[[User:flusi100|flusi100]] 08:00, 24 Feb 2008&lt;br /&gt;
* Would be nice to close the maps by using their tabs (context menu with &amp;quot;Close&amp;quot; when right-clicking on tab, or middle-click on tab).&lt;br /&gt;
** Agreed - this would be useful.  --[[User:Kenrob|Kenrob]] 04:14, 5 Oct 2007 (PDT)&lt;br /&gt;
** ++ to that. Seemed unnatural not to have a context menu on the tabs.--[[User:Doubi|Doubi]] 23:08, 18 Apr 2009 (UTC)&lt;br /&gt;
* Now with tabs and Save All it would just be the next logical step that (as an option) all the tabs would open when FreeMind starts, that were open when FreeMind was closed.&lt;br /&gt;
*Switching tabs takes 15-20 seconds. Especially slow after FreeMind has been minimized and computer has been suspended/hibernated. Version 0.9.0 Beta 18. --[[User:Emkeyen|Emkeyen]]&lt;br /&gt;
&lt;br /&gt;
==Move Back and Move Forward==&lt;br /&gt;
There are now Move Back and Move Forward buttons in the Toolbar (also available in the Navigate menu and by using Alt-Left and Alt-Right). FreeMind stores a chronology of the selected nodes. Using Back and Forward you can navigate back and forth to those nodes - even if they are in an other opened map. --[[User:Terkor|Terkor]] 19:31, 26 Aug 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;User Feedback&#039;&#039;&#039;&lt;br /&gt;
* Very Helpful!&lt;br /&gt;
* Could there be a way to get back to the latest selection by one click.&lt;br /&gt;
* How about a popup list of the previous and next selected nodes (like in IE or FF)?&lt;br /&gt;
* Useful when navigating in large maps--[[User:Fb5|Fb5]] 02:13, 15 Nov 2007 (PST)&lt;br /&gt;
&lt;br /&gt;
==Export Filters==&lt;br /&gt;
Open Office Export now for the ODT format.&lt;br /&gt;
&lt;br /&gt;
Besides the two export filters for TaskJuggler there are three new filters for exporting:&lt;br /&gt;
&lt;br /&gt;
* As Java Appelt&lt;br /&gt;
* As Flash&lt;br /&gt;
* As TWiki --[[User:Terkor|Terkor]] 19:06, 27 Aug 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== User feedback ===&lt;br /&gt;
* Embedded links on images and then exported to flash do not work.&lt;br /&gt;
** [http://video.google.com/videoplay?docid=-781058038619276488&amp;amp;q=freemind+dennis Video of Bug]&lt;br /&gt;
* HTML links and then exported to flash do not work either. Please see: &lt;br /&gt;
** http://www.efectokiwano.net/mm/&lt;br /&gt;
--[[User:VincentD|VincentD]] 02:30, 9 Nov 2006 (PST)&lt;br /&gt;
* Export to Flash does not support Rich Formatted nodes.&lt;br /&gt;
* When a map that contains a hyperlink is exported to HTML there is obviously an error in that exported hyperlink. --[[User:Terkor|Terkor]] 20:34, 2 Sep 2007 (PDT)&lt;br /&gt;
* In exporting to Flash, I have to enter URLs as &amp;lt;nowiki&amp;gt;http:www.yahoo.com&amp;lt;/nowiki&amp;gt;, instead of &amp;lt;nowiki&amp;gt;http://www.yahoo.com&amp;lt;/nowiki&amp;gt;, for the link to work.&lt;br /&gt;
* I&#039;m using 0.9.0 beta 19, when exporting to flash, http links fail. I&#039;ve watched the video and visited efectokiwano, still not working. Does the exported html require a special server build to serve the content?&lt;br /&gt;
&lt;br /&gt;
--[[User:Berti|Berti]] 12:04, 13 Feb 2008 (PST)&lt;br /&gt;
* I tried an export to txt tab separated this worked in 0.8 fine if  I rename the .mm to xml and try to view it I get an error it seems the html tags are going to break it. I also tested the xsl form this side Tabulator separated text ? FreeMind&lt;br /&gt;
http://freemind.sourceforge.net/wiki/index.php/Import_and_export_to_other_applications&lt;br /&gt;
&lt;br /&gt;
=== Wishes concerning Export Filters ===&lt;br /&gt;
--[[User:AlexandreDC|AlexandreDC]] 08:47, 13 Mar 2008 (CET)&lt;br /&gt;
* It would be useful to indicate some XSLT templates to produce HTML exports: we could thus choose whether and how to display attributes for example.&lt;br /&gt;
&lt;br /&gt;
--[[User:DRBusch]]&lt;br /&gt;
* To me, the most useful application of freemind is organizing complex documents (e.g. a thesis or book).  To this end, I&#039;ve modified the [http://sites.google.com/site/freemind2beamer/ freemind2beamer] script into [http://student.physics.upenn.edu/~drbusch/mm2thesis.xsl mm2thesis].  Unfortunately, I can&#039;t seem to figure out how to parse in the xsl document such that I can (for example) put a hard line break into the text of a node and use the second line as a label.  For example, node=abcd\\labelabcd would be translated into \section{abcd}\label{sec:labelabcd}.  Any thoughts?  I haven&#039;t dug into the java mm to beamer conversion yet.&lt;br /&gt;
&lt;br /&gt;
=General Bugs=&lt;br /&gt;
* Generating Output for a printer is almost impossible. On Ubuntu 7.10 printing does not work (nothing happens), PDF export does not work (Error popup with no content), SVG export does not work (Error popup with no content), PNG export  does not work (nothing happens), JPG export  does not work (nothing happens), (Jave and Flash export thus is working, but it&#039;s not printable in a browser). So I am limited to screenshots which are unreadable in larger mind maps. Preview is ok, by the way, but I would need a feature to resize the whole map to paper size.&lt;br /&gt;
* If I close the calendar not with &amp;quot;cancel&amp;quot; but by just closing the calendar window, I can&#039;t reopen the calendar. I have to restart FM to be able to open the Time Management dialog again. --[[User:Terkor|Terkor]] 06:27, 15 Dec 2007 (PST)&lt;br /&gt;
* I updated to java runtime enviroment 1.6 and was not able to save any mindmap any longer. Message was &amp;quot;Map ist write protected&amp;quot; --[[User:bebach|bebach]] 13 Nov 2007&lt;br /&gt;
* Sometimes I use freemind just as a simple extended clipbord. In openoffce 2.0 writer I get the message, the clipbord format does not exist. In thunderbird I always have to paste without format to see anything. It is painful. It seems to me that I was not able to switch freemind to the plain text option. I am looking again the documentation. --[[User:bebach|bebach]] 8 Nov 2007&lt;br /&gt;
* Using the PDF export feature results in an error message &amp;quot;null compatible with Global antialiasing enable key&amp;quot;. That was no problem in Version 0.8&lt;br /&gt;
* I can&#039;t save a new mind map under MS Vista. Modify and save of an existing mind map works.&lt;br /&gt;
* After pasting a node at a new position, keystrokes get stuck. The moviment is possible only changing the focus with mouse. After changing the focus, keystrokes (up,down,left,right) works normally.--[[User:Leslie|Leslie]] 05:16, 17 Apr 2007 (PDT)&lt;br /&gt;
* Ok, the new version is very nice... but there is still the Problem with printing. Sometimes the print is to small or to great or a part is cut off. Its difficult to configure the printer for good mindmap printings--[[User:Bkmzde|Bkmzde]] 00:31, 16 Feb 2007 (PST)&lt;br /&gt;
* Bug ? : MindManager Import doesn&#039;t include &amp;quot;Html Notes&amp;quot; hooked to the nodes. In 0.8, the note is &amp;quot;translate&amp;quot; in a text note.&lt;br /&gt;
* The context-menu that appears when you right-click while editing a node does not work. (It only contains &amp;quot;Copy&amp;quot; - which does not work.) Perhaps adding &amp;quot;Cut&amp;quot;, &amp;quot;Paste&amp;quot;, &amp;quot;Split&amp;quot; (at cursor-position), &amp;quot;Edit Long Node...&amp;quot; (with the editor remembering the cursor position and if some text is already marked). And perhaps some formating: &amp;quot;Bold&amp;quot;, &amp;quot;Italic&amp;quot;, &amp;quot;Font...&amp;quot;, &amp;quot;Paragraph...&amp;quot;&lt;br /&gt;
* Display error: Zoom is now (Beta 14) working perfectly, as far as I can see. Good work! --[[User:Terkor|Terkor]] 14:41, 21 Oct 2007 (PDT)&lt;br /&gt;
** OK, there is a little bug: use Format &amp;gt; Bubble. You will see that on most zoom levels text in the bubble is not centered correctly. On both sides of the map text is placed too much on the left side. --[[User:Terkor|Terkor]] 11:33, 22 Nov 2007 (PST)&lt;br /&gt;
* Display error: Edges don&#039;t connect properly to the root. With widths 4 or 8 the effect is very obvious, and if &amp;quot;Bezier&amp;quot; is chosen). --[[User:Terkor|Terkor]] 07:51, 11 May 2008 (PDT)&lt;br /&gt;
[[Image:Root.jpg]]&lt;br /&gt;
*     File Locking appears buggy: When you open a file with File Locking enabled in Preferences, the first open generates the error that &#039;file locking&#039; failed. Subsequently, all attempts to open a file result in &#039;File is already being edited by (Username). Opening as Read-Only.&#039; FreeMind does not appear to be willing to release this lock, except by turning off Experimental File Locking and turning it back on, so the entire feature appears to be broken. Specs: Windows XP SP2 machine, .mm file is on local drive which is also shared.--[[User:Perholm|Perholm]] 22:43, 13 Sep 2007 (PDT)&lt;br /&gt;
* Auto-Save Confirmed Buggy: &#039;&#039;&#039;I WOULD SUGGEST THAT THIS BUG IS AN EMERGENCY, AS DATA-LOSS CAN/WILL HAPPEN IF THE FEATURE IS RELIED UPON&#039;&#039;&#039;. Auto-Save at present does not work properly and should not be relied upon. Bug analysis: It appears that the timer used to control auto-save is only activated once at program launch, and when the auto-save interval has passed the timer does not reset for another auto-save interval, but instead NEVER generates an event again. Test: Set auto-save to 20000 milliseconds. Open an existing MindMap, and make a change within 20 seconds. If you check the .freemind directory, a single auto-save will be generated after 20 seconds, and no further auto-saves will EVER happen. If you again open a MindMap, and DO NOT make a change within 20 seconds, no auto-save will ever happen of any changes including the initial change. I would therefore conclude that the timer used for the auto-save interval is being programmed incorrectly, and does not launch another auto-save interval.--[[User:Perholm|Perholm]] 22:56, 13 Sep 2007 (PDT)&lt;br /&gt;
* The JRE 1.6 update 2 bug from javaw.exe on using the function of Open/Save File, it will waitting more than 30 sec per times, The JRE 1.5 update 11 will be better. --[[User:Josepchangtw|Josepchangtw]] 16:55, 15 Nov 2007 (PDT)&lt;br /&gt;
* Certain actions, foremost among them the &#039;&#039;paste&#039;&#039; action, cause FreeMind (or perhaps just the editing area) to lose focus somehow, so that no further keyboard input has any effect, until you click in the editing area to restore the focus. This severely detracts from the keyboard-only usability of FreeMind.&lt;br /&gt;
** Please describe how to reproduce and see this behavior [[User:DimitriPolivaev|DimitriPolivaev]] 14:40, 18 Oct 2007 (PDT)&lt;br /&gt;
** After pasting &#039;&#039;a node&#039;&#039; that has been copied from Freemind, the keyboard has absolutely no effect (really! I even tried mashing it randomly) until you click the mouse in the window, or switch to another window and then back, or do something else that focuses the Freemind window. Pasting text or anything else works just fine; only pasting a copied node (or nodes) causes the problem -- to put it as clearly as possible, the problem only occurs when pasting &#039;&#039;from Freemind to Freemind itself&#039;&#039;. Also, I should mention that this is not a problem in 0.8, only in 0.9.&lt;br /&gt;
** I have a very similar problem, under Ubuntu 7.10. It happens that: 1. whenever I paste something, I lose the ability to use the keyboard (all shortcuts), editing, entering text. 2. I can get keyboard back by switching to another window or virtual desktop, but after I repeat this (paste something) the third time, I lose keyboard for good until I close and re-open Freemind; 3. mouse works and I can save my map. Please note that for me it happens both with 0.8 and 0.9 branches, when running 0.9.x both with jre 5 and 6. [[User:Zecg|Zecg]]&lt;br /&gt;
** Same here on openSuSE 10.3, x86_64. It&#039;s hard to reproduce when it happens but I also suddenly use the ability to use keyboard. I&#039;ve found no way to get keyboard back except closing and re-opening Freemind. Mouse input still works. Appears to be introduced in the 0.9.x branch regardless whether I use jre 5 or 6. It&#039;s a show stopper. Is there a way to record all keyboard/mouse input to help to track this down ? --[[User:Steve|Steve]]&lt;br /&gt;
** The March 3 build seems to have fixed this bug. If others can confirm this, you can probably delete this thread.&lt;br /&gt;
** Not confirmed. The problem is still in Beta 16, just re-tested. A few times it happened after pressing INS, type in something, CR, CR, type in something, CR and cut the nodes again with CTRL-X, CTRL-X or a similar sequence. --[[User:Steve|Steve]]&lt;br /&gt;
* Node dragging problem: &amp;lt;br&amp;gt; When dragging the small circle in front of a node and moving the node vertically to raise the distance to the upper or lower node, this behavior in FreeMind seems to have changed. &amp;lt;br&amp;gt;In previous versions, the node could only be dragged to the right, up or down, but not more to the left towards the parent node. There was kind of an invisible vertical border. You could not drag the node beyond this border towards the parent node. This border was excellent to keep all child nodes aligned while changing the nodes&#039; distance. &amp;lt;br&amp;gt;Now this doesn&#039;t work any more. In the current version, this border seems to be gone unfortunately. When I change the vertical distance of one node to another node, I cannot keep the moved node in it&#039;s horizontal position any more. &amp;lt;br&amp;gt; (By the way, pressing &amp;lt;CTRL&amp;gt;-left-mouse-button on a node&#039;s drag-handle also changes the distance between nodes, but this functionality is not compareable, because it changes the distance of &amp;lt;u&amp;gt;all&amp;lt;/u&amp;gt; child nodes in this column, not only of the selected one.)&lt;br /&gt;
** Solution could be double-click on the small circle: it appears to work very well.--[[User:Luciodp|Luciodp]] 05:32, 7 May 2008 (PDT)&lt;br /&gt;
* Node dragging problem 2: &amp;lt;br&amp;gt; FM 0.9 B15. I created a map with FM 0.8, then switched to 0.9. If I copy the contents of a MSWord table into a node, MM gets it formatted with HTML and displays the table perfectly. The problem arises when I move the node to another branch of the tree. The html content gets converted to ascii (e.g. &amp;amp;lt;html&amp;amp;gt; becomes &amp;amp;amp;lt;html&amp;amp;amp;gt;) and thus all the formatting is lost. --[[User:ScavType|ScavType]] 14:09, 04 Jan 2008 (PDT)&lt;br /&gt;
* Print Preview shows wrong view after selecting Fit to one page. Steps: create map that&#039;s more than one page wide with default page setup options. Edit page options to fit to one page. Choose Print Preview. Expect it to show one page. Instead, it showed the first page of two pages as if ignoring the &amp;quot;fit to one page&amp;quot; option. After clicking next page button, print preview then realized it should zoom to fit to one page. --[[User:JimK|JimK]]&lt;br /&gt;
* Hover text for Print icon on toolbar says &amp;quot;Print...&amp;quot; implying that a dialog box will open but instead it just starts a print job.  Text should say &amp;quot;Print&amp;quot; or it should open dialog box. --[[User:JimK|JimK]]&lt;br /&gt;
* Opened a mind map created in 0.8.7. Looks good except that beta 17 put a cloud around the entire map---i.e., main node---that I can&#039;t remove, and all the child nodes on the right of the main node have been moved down far enough to be offscreen when view is centered on the main node. (One branch on the left side is fully expanded to four levels, so maybe that had something to do with it, but folding it back up makes no difference.) Tried to toggle off the cloud using the Insert main menu, the Insert shortcut menu, and with shift+ctl+b combo... no luck. This is my first try with 0.9 b17; and already I can&#039;t use it for existing maps. --[[User:foxcole|foxcole]] 13 May 2008    UPDATE:  Ah... in beta 17 I can&#039;t add a cloud to the main node either, so that seems to be a property that&#039;s not natively available at the main level. I&#039;ve no idea what&#039;s putting it there in the first place but now understand why I can&#039;t remove it.&lt;br /&gt;
* Open a mind map that saved on a network share with windows version of freemind, doesn&#039;t work. I got the following failure: An error occoured on opening the file: MindMap:\\mondsee\homes\ko\Eigene Dateien\Brainstorming\FTM\WLT-Event.mm. It&#039;s only while opening a file on a network-share - at my local desktop it works! --[[User:Osthoffinnovations|Osthoffinnovations]] 09:12, 30 May 2008 (PDT) &lt;br /&gt;
** The space in the path name &amp;quot;..\Eigene Dateien\..&amp;quot; plus double back slash &amp;quot;\\&amp;quot; causes this bug.&lt;br /&gt;
 As a quick fix add to FreeMind.java on line 517 (after “// bug fix by Dan:”) &lt;br /&gt;
   if (System.getProperty(&amp;quot;os.name&amp;quot;).startsWith(&amp;quot;Windows XP&amp;quot;) &amp;amp;&amp;amp; url.toString().startsWith(&amp;quot;file:////&amp;quot;))&lt;br /&gt;
     command = &amp;quot;rundll32 shell32.dll,ShellExec_RunDLL \&amp;quot;&amp;quot; + url.toString().replaceAll(&amp;quot;%20&amp;quot;,&amp;quot; &amp;quot;).replaceAll(&amp;quot;%25&amp;quot;,&amp;quot;%&amp;quot;)+&amp;quot;\&amp;quot;&amp;quot;;&lt;br /&gt;
* If I put a graphics in a node and use the HTML editor to try to scale it down .... &amp;quot;size=50%&amp;quot; or &amp;quot;width=120px&amp;quot; ... that has no effect.  [[User:Anton|Anton]]&lt;br /&gt;
* Freemind uses .mm as its file extension, but on Ubuntu (and probably other Linux distributions), this is the same as &amp;quot;Troff MM input document,&amp;quot; so the file manager misidentifies all Freemind maps as Troff documents. Perhaps use .mim (MInd Map) or .fmm (FreeMindMap) or something else as the extension?&lt;br /&gt;
* On 0.9.0 beta 20: If you select &amp;quot;save&amp;quot; for an unsaved document, but you cancel the action, a message box appears saying &amp;quot;Saving Failed&amp;quot;, but it&#039;s just a cancel. [[User:snookiex|snookiex]] 11:35, 27 Oct 2008 (GMT-5)&lt;br /&gt;
* 0.9.0 beta 20: Create child node using keyboard shortcut (eg. Insert) then press same kb shortcut (or if you have a second keystroke generated thru keystroke bounce) the second child-child node is created as closed node, ie not ready for keystroke entry. Basically pressing the &amp;quot;create child node&amp;quot; should not create a new node if the same keystroke is seen before the node has been &amp;quot;closed&amp;quot;. (0.9.0 beta 15 did not display this behaviour - not tested intermediate versions yet)&lt;br /&gt;
* 0.9.0 beta 20: Note icon sometimes disappears and hint fails to display. Moving node causes note icon to display and hint to become active again.&lt;br /&gt;
&lt;br /&gt;
=General Comments=&lt;br /&gt;
* Feature disable request:  Would be great to disable scroll with touch pad as on my MacBook Pro if I accidentally touch the touch pad it starts scrolling very slowely and freezes all functions until it has stopped.&lt;br /&gt;
* Feature request: Would be nice to have a Latex export for the mindmap. This especially helps structuring a bigger report without having to type everything in latex again. Nice would be if you could say till which level you want to have headlines (after that just  enumerations / lists).&lt;br /&gt;
* Feature request: I&#039;m thinking to add a &amp;quot;Rotate&amp;quot; node function. When a node is selected followed by a &amp;quot;Rotate&amp;quot; feature, the selected node and its child nodes will be rotated by 90 degree. This will form a flow chart. Thus, we can used FreeMind to build flow chart easily using its friendly interface.&lt;br /&gt;
* Feature request: Add a number &amp;quot;0&amp;quot; icon. The addition of numbers &amp;quot;8&amp;quot; and &amp;quot;9&amp;quot; in .9.0 Beta 18 are great, but &amp;quot;0&amp;quot; is all that&#039;s left to complete the set. This will allow users to use these icons in many ways other than just setting priority. For example, when using Freemind to take notes, if you have more than 9 items which would benefit from a graphical numerical identification, double (or more) digits could be used with great benefit. I may even suggest that a black icon with white text be used—black being a conceptually appropriate color for the number &amp;quot;0&amp;quot;.&lt;br /&gt;
* Feature request: Add the possibility to add a description to a graphical link, or even attributes (would be perfect). I use Freemind to create Moore and Mealy state machines in XML. So adding a text or attributes to a graphical link would be a milestone to reduce the complexity of the drawings.&lt;br /&gt;
* Feature request: When you move mouse over a node text is displayed in popup cloud, but it dissapears after few seconds. I would like for it to stay. Also, It would be great to be able to focus that popup and edit (ok that&#039;s a hard one, but at least copy) the contest there right away. --[[User:Kova|Kova]] 06:49, 19 Jan 2008 (PST)&lt;br /&gt;
* Feature request: I would like an option for text view (bottom) and tree view (top) to show (expand) when you move mouse over them. Right now I have tree view maximized when I&#039;m editing the tree, but when I want to write something in the nodes or have a look what is written I have to go down, resize the text view, write text / view the text and resize again. It would be great if it resizes to half for example if I just move my mouse down to bottom where text area is. In short, I need quickly switch between node edit (text) and tree edit (graphics). --[[User:Kova|Kova]] 06:49, 19 Jan 2008 (PST)&lt;br /&gt;
* How about a forum for this stuff? Wiki is great for a single document, but not for discussion or suggestions like this. --[[User:Kova|Kova]] 06:49, 19 Jan 2008 (PST) &lt;br /&gt;
* In the German translation the use of capitals is just a mess. (Sorry!) For example &amp;quot;Speichern Unter...&amp;quot; Why a capital &amp;quot;U&amp;quot;? --[[User:Terkor|Terkor]] 06:58, 15 Dec 2007 (PST)&lt;br /&gt;
* Since some changes in the properties of FM need a restart of the program in order to be seen, there should be a restart option after you changed settings or in the file-menu. --[[User:Terkor|Terkor]] 02:18, 19 Nov 2007 (PST)&lt;br /&gt;
* any idea how I can print or give out a mindmap WITH the notes I made to the nodes? I think I tried all export possibilities but could not find a way.  --[[User:bebach|bebach]] 17 Nov 2007&lt;br /&gt;
* Since I communicate with others using html exports or java/ flash exports, I uploaded to the web, it would be wounderful to have an internal ftp client in freemind and have an export option  &amp;quot;upload by FTP&amp;quot;. --[[User:bebach|bebach]] 8 Nov 2007&lt;br /&gt;
* Missing Export feature: I love the XHTML-Export with includes Image of the mindmap. For many reasons it would be much more comfortable to have just the images with an imagemap, for example a link collection. It will save user one very painful klick an the looking for the right section in the html export. HTML-Export as an image map would be much better for some users since the are not used to the also very nice flash or java  web exports. They are very good for experienced users. --[[User:bebach|bebach]] 8 Nov 2007&lt;br /&gt;
* Moving a branch from one side of the root to the other - the text and child branches should &amp;quot;flip&amp;quot; to enable this&lt;br /&gt;
** Um, they do!  Drag the node onto the root node and drop when you can see the gradient appear - then you&#039;ll mirror the structure.  Otherwise you&#039;re just repositioning the node.  --[[User:Kenrob|Kenrob]] 04:34, 5 Oct 2007 (PDT)&lt;br /&gt;
* I believe the Calendar / Scheduler feature can offer great benefits if improved.  I suggest a pop up will should come up when the reminder time arrives.  Similar to MS Outlook, you should have options of  delaying the reminder or canceling it.  --[[User:Felipe|Felipe]] 13:33, 1 May 2007 (PDT)&lt;br /&gt;
* I love freemind and work with it a lot some hours a day! I am looking forward to the new version and I start testing from v0.9 beta 12 --[[User:bebach|bebach]] 24 Aug 2007&lt;br /&gt;
* Feature Request: Database views are a powerful feature. I wish something like this for freemind. The idea is to store all the data in some ordinary mindmaps whithout redundancy, and on the other side work on them with the help of several &#039;&#039;&#039;virtual mindmaps&#039;&#039;&#039;, like views in database systems. The intention is to benefit from all the advantages of database views in freemind with a similar feature. To build the freemind views could xquery be used.--[[User:maxreeb|maxreeb]] 6 Sep 2007&lt;br /&gt;
* Feature Request: Lose Nodes. While FreeMind works great for information that is already relatively structured in your mind, it is VERY difficult to use when your information is very disorganised, like any kind of stream-of-consciousness type note-taking. In that scenario, the fact that FreeMind forces you with an iron hand to structure information before you&#039;re allowed to move on to the next idea, forces you to completely stop the creative process maybe 10 times a minute, which is why I tend to AVOID FreeMind and favor even just WordPad any time I&#039;m creative, because FreeMind works against me by forcing me to be so structure right off the bat that it grinds the creative process to a halt. I truly feel that you need the ability to have what I would term &#039;Lose Nodes&#039;, which is notes that are simply floating on the page and detached from the tree. Of course the goal is to get them attached to the tree in an orderly fashion, but for the sake of picking your own brain, you actually need the ability to simply drop them on the page, and then drag-drop organize them later by binding them together into a tree. You would do the exact same on a physical desktop -- you would cut out little pieces of paper, which would initially just be floating around on the table, until they slowly become organized into a tree. The fact that people have done this for hundreds years, I think proves that this is a natural and intuitive workflow, one that FreeMind easily both could and should support. By the same token, if you realize that a tree is poorly structured, you would want to take it apart and re-assemble it in a new way. As part of that process, maybe 20 or 40 nodes would be temporarily lose, and a &#039;Lose Nodes&#039; feature would allow you to simply drag the nodes lose from the tree, drop them in the white space, and then later attach them somewhere else. I think this would be extremely intuitive. And very lastly, in this mindset of being able to do in FreeMind what you are thinking, I think you need to support more than one root. Although the GOAL is of course a neatly structured tree with a single root, you again don&#039;t necessarily arrive there through clean path -- no, the path is messy and disorganized, and then order forms slowly. I feel I would be able to structure large and experimental concepts much more easily if you supported Lose Nodes and multiple roots. With multiple roots, you would be able to detach section of the tree into a new tree, work on them concurrently, until you realize that they&#039;re part of the same concept, and glue the trees back together. These two features together are what is preventing me from being truly productive with FreeMind from a discovery perspective. I have no doubt that FreeMind works like a charm for information that is already relatively organized, but for discovering new and original concepts, FreeMind forces a structure on the information that is not mature for. Rather, FreeMind helps your produce a graph of the end result, but doesn&#039;t fully help you get there. --[[User:Perholm|Perholm]] 16:23, 12 Sep 2007 (PDT)&lt;br /&gt;
** &amp;quot;Lose Nodes&amp;quot; or &amp;quot;Unattached Nodes&amp;quot; or &amp;quot;Additional Roots&amp;quot; are available in [http://www.mindjet.com/ MindJet&#039;s] Mindmap.  They are a class of &amp;quot;floating&amp;quot; objects that include labels and graphics.  I recall the implementation of this came in on of the service packs for X5.  [http://www.mindjet.com/resources/tutorials/mindmanagerx5/default.aspx X5] also added things like callouts, markers, map parts, and storing the map as XML.  Once again I would recommend looking at Mindjet&#039;s MindMap and if you are a Windows users trying the 30-day evaluation to get a feel for what is possible in both capabilities and interface.  --[[User:Anton|Anton]] 18:05, 20 Jul 2008 (PDT) &lt;br /&gt;
&lt;br /&gt;
** Understood the issue. What I do is setting &amp;quot;disable key type&amp;quot; off, and &amp;quot;key type adds new&amp;quot; on. So each time I am hitting &amp;quot;return&amp;quot; key and starting to type again, it is a new node automatically created. In fact it works then like &amp;quot;wordPad&amp;quot;, a node being equivalent to a line. To keep my map &amp;quot;clean&amp;quot; all those new nodes are created under a node &amp;quot;to be cleaned&amp;quot; or even a new map. Then I do the assembling by moving nodes with the mouse, and this is all the power of freemind. Faster to reorganise information than any other tool I have ever tried. I like your expression &amp;quot;kind of stream-of-consciousness type note-taking&amp;quot;. This is exactly my use (several hours/day for years) of Freemind which is my main/only data entry software, and it is the best tool I know for this. --[[User:Fb5|Fb5]] 03:57, 23 Oct 2007 (PDT)&lt;br /&gt;
** About the  multi root discussion. The same result could be attained easily now with the tabbed windows. For large maps already difficult to see, multiroots would make them really messy. An improvement for your concern could be to have an option to view tabbed windows &amp;quot;side by side&amp;quot; (&amp;quot;arrange all&amp;quot; in Word from Windows).--[[User:Fb5|Fb5]] 04:15, 23 Oct 2007 (PDT)&lt;br /&gt;
* Feature Request: Rearranging Nodes. I&#039;m wondering why, when you&#039;re rearranging the order of nodes on the same hierarchical level, why you&#039;re only allowed to move a node *before* another node by dropping things in the top half of the destination node. All the time, I need to move a node so it comes *after* another node, but you can&#039;t simply drop the node in the bottom half of the destination node to move it to come *after*. And by the same token, there&#039;s NO way to move a node to be the last one without dropping it in the right-side of the *parent* node. This is frustrating, really frustrating, and there&#039;s no real logic to it... who made the decision that you can only move nodes *before* other nodes, but not *after*? Why did you decide to make it like this and not the other way around. And why is the only way you can get a node to the bottom of a list, to drag and drop onto the right side of the *parent* node. I run into this probably 20 or 30 times an hour, and the current design seems arbitrarily selected. You should be able to move nodes both *before* and *after* each other by dragging and dropping them into the top or bottom half of the destination node. I feel that nothing else is consistent and makes sense. Sorry for my rant, I just feel that there are some things that don&#039;t follow GUI 101. --[[User:Perholm|Perholm]] 14:00, 13 Sep 2007 (PDT)&lt;br /&gt;
** A simple workaround is to drag to the &#039;&#039;second-last&#039;&#039; position, i.e. the top ½ of the lowest node.  When you have everything else repositioned, drag the lowest node to it rightful place.  --[[User:Kenrob|Kenrob]] 04:25, 5 Oct 2007 (PDT)&lt;br /&gt;
*** I think this is unacceptable as a solution. Workaround, yes. Solution, no. --[[User:Perholm|Perholm]] 14:12, 10 Oct 2007 (PDT)&lt;br /&gt;
* Feature Request: Copy/Paste Paragraphs. I&#039;m an author trying to use FreeMind to structure a large literary project, and it would be incredibly helpful if FreeMind had the following functionality: If you grab some text from Word (which might consist of for example 10 paragraphs), it would be incredibly helpful to get each of these paragraphs as individual child-nodes. The reason is that we&#039;re using FreeMind to organize a book-type project, of which some has already been written, and we need to get each paragraph of a chapter into a separate child-node in FreeMind so we can rearrange the blocks the FreeMind way, which by the way works fantastically. But at the moment, we can&#039;t find any other way than to copy/paste each single (friggin) paragraph individually. And the same goes for when you&#039;re trying to get something back into Word; it would be great to be able to simply select a branch, and get it copy/pasted into word as a simple top-to-bottom text copy where each child-node is an individual paragraph. That way you can use FreeMind to organize a literary project, knowing that the project ultimately has to end up in Word, but FreeMind is far superior for organizing and structuring the information. Perhaps consider a &#039;Paste Menu&#039; like Word has, which asks you how exactly you want to paste, i.e. &#039;Keep Formatting&#039; or &#039;Text Only&#039; -- a similar menu in FreeMind could ask if you want to turn individual paragraphs into nodes, or if you want to paste the whole text as a single node. This would be REALLY helpful to organize literary projects. This would also allow you to much more easily use FreeMind to edit something that is initially written as stream-of-consciousness, i.e. any brainstorm. Such a brainstorm would likely simply consist of lines upon lines (or paragraphs upon paragraphs) of disorganized ideas written into Word or a text-editor. When you bring this into FreeMind, you ought to be able to turn each &#039;idea&#039; (i.e. Paragraph) into a separate node. Right now, I can find no other way than to copy/paste each line individually, which is enormously labor-intensive. UPDATE: OK, FreeMind already has this feature, but it doesn&#039;t always work, because if you&#039;re pasting from Word, the text coming in is interpreted as Rich Text, and put into a single child node. If you want the behavior I describe, you have to first copy the text in Word, paste the text into Notepad (not Wordpad), copy it from Notepad, and paste it into FreeMind. I think there should be the ability to interpret text coming from Word as &#039;text-only&#039; and not automatically bring in the formatting. In the case of a literary project, the formatting is only interesting in Word... in FreeMind you only want to edit the text, the formatting is irrelevant in a FreeMind context.--[[User:Perholm|Perholm]] 23:11, 13 Sep 2007 (PDT)&lt;br /&gt;
** &#039;&#039;&#039;You can use Edit-&amp;gt;Split Node after inserting a formatted paragraph into the node. It splits the node in single paragraphs.&#039;&#039;&#039; [[User:DimitriPolivaev|DimitriPolivaev]] 14:19, 17 Sep 2007 (PDT)&lt;br /&gt;
** Using the Edit-&amp;gt;Split Node is very time consuming for a large number of branches.  &amp;lt;s&amp;gt;Why can&#039;t we retain the behaviour of Freemind 0.8.0?  It seems that a tool to organise thoughts should work at the lowest level of granularity not create huge &amp;quot;blobs&amp;quot; of text.  When I reorganise my ideas by pasting paragraphs from a document in 0.8.0, each paragraph in the document beocomes a separate branch.  I can then drag and drop branches to reorganise my ideas.  This issue is so important to me that it will be a show-stopper for 0.9.0 as far as I am concerned!&amp;lt;/s&amp;gt; --[[User:Phil31753|Phil31753]] 07:35, 9 Apr 2009 (UTC) Tool-&amp;gt;Split Node achieves what I (and others in this section) require.--[[User:Phil31753|Phil31753]] 10:05, 9 Apr 2009 (UTC)&lt;br /&gt;
** That&#039;s interesting discussion. When I copy from word to freemind, each paragraph is copied as an individual node and that is what I expect and what You would like. Maybe your freemind settings are different than mine ?--[[User:Fb5|Fb5]] 04:05, 23 Oct 2007 (PDT)&lt;br /&gt;
** It is now I met the issue You described Perholm. This is when copying form WEB BROWSER to FREEMIND. The copy keeps the html formating and keeps it in one node. This is a real annoyance for me too and that would stop me to move from 0.8 Version. Is it possible to have a &amp;quot;Paste Special&amp;quot; or &#039;&#039;&#039;&amp;quot;Paste as text&amp;quot;&#039;&#039;&#039; menu which also split paragraph as nodes, please Dimitri ?  One advantage of the html copy would be for tables, which doesn&#039;t work in 0.8. Thank You. Franck --[[User:Fb5|Fb5]] 03:46, 6 Dec 2007 (PST) &lt;br /&gt;
* SIMPLICITY , SPEED and RELIABILITY : Those must be the main strengths of Freemind. I am  using Freemind as my main computer interface for data entry for three years, ending with large maps (several 10s of thousands nodes). I have  tried many other softwares and my conclusion, there is simply no equivalence on the market. It would be a shame to slow the program or the user-interface because adding new features. So, my expectation is to have user-options for enabling or not those features (attributes and Wysiwig). Thank You so much for the great work. Franck --[[User:Fb5|Fb5]] 20:03, 2 Oct 2007 (PDT)&lt;br /&gt;
** I want to second that: my maps are not nearly as big as Franck&#039;s but for me simplicity and reliability (as already provided by 0.8.0) are most important, too. Please try to keep focus on the simple things instead of adding too many features.--[[User:Christofb|Christofb]] 12:27, 30 Oct 2007 (PDT)&lt;br /&gt;
** Absolutely right. It is wonderful that new features are being added, but it is ESSENTIAL that Freemind is able to run QUICKLY on any computer, or it won&#039;t be useful. --[[User:Loydog|Loydog]] 2:44, 8 Nov 2007 (PDT)&lt;br /&gt;
** I absolutely agree to that. I&#039;m a freemind user for years now and though I&#039;m looking forward to see new features in freemind I always loved the fast and easy way to create maps on every occasion. So maybe if there are resource consuming new features they could be inserted as plugins or sth. like that so users are able to decide wether they will activate a feature or not--lpdubel 02:06, 14 Nov 2007 (PST)&lt;br /&gt;
* Attachments (Multiple): It is necessary to be able to add multiple attachments to a single node. For example, one node may have an attached pdf doc, word doc, excel sheet, and other mindmap. [[User:kberardinelli|kberardinelli]] 09:17, 26 Oct 2007 (EDT)&lt;br /&gt;
** What I do is to create subnodes (even without any text) and assign an attachement to each of them. --[[User:Fb5|Fb5]] 02:26, 15 Nov 2007 (PST)&lt;br /&gt;
* Attachments (Deletion): Currently, there seems to be no way to delete an attachment. This needs to be very easy to do (perhaps by right-clicking and selecting &#039;Delete Attachment&#039;. [[User:kberardinelli|kberardinelli]] 09:17, 26 Oct 2007 (EDT)&lt;br /&gt;
* Feature Request: Especially when using freemind on a beamer I would like to have a fullscreen mode ie without window decorations etc. Just the canvas, even without menu bar or status bar. -- [[User:barney|barney]] 13:52, 29 Oct 2007 (MEZ)&lt;br /&gt;
** I would love to see that too. Think about using it in a classroom for a brainstorming on the  beamer. --[[User:Christofb|Christofb]] 12:27, 30 Oct 2007 (PDT)&lt;br /&gt;
** Agree, for uncluttering and focusing on one task. -- [[User:Vibrog|Vibrog]] 10:43, 17 Nov 2008 (UTC)&lt;br /&gt;
** Agree with you at all! I would like to use freemind for presentation on technical presentation. --[[User:Dinny|dinny]]&lt;br /&gt;
* Feedback: In Beta 13 (the one before 14), I could remove the note area from the view and use ctrl-&amp;lt; to activate the note area, make it visible again, and type ahead. This still works in Beta 14. When done, I could use ctrl-&amp;lt; again to focus the mind map node again and the note area vanishes again. In Beta 14 the note area stays visible and I need to ctrl-&amp;lt;, ctrl-&amp;gt; to move out and hide the area. The behaviour in Beta 13 was much easier to work with. -- [[User:barney|barney]] 13:52, 29 Oct 2007 (MEZ)&lt;br /&gt;
* Feature request: IMO it would be very useful to be able to add some metadata to a freemind map as a whole like titel, description, author, keywords --lpdubel 02:06, 14 Nov 2007 (PST)&lt;br /&gt;
&lt;br /&gt;
* Feature request: I would like very much to have a better method for transclusion. Compendium allows reuse of nodes across multiple views (whether maps or lists) and automatically handles updates from any instance to all appearances across a range of maps. Compendium even places a subscript counting the number of transclusions for a node! Can one hack this up through per node addressing in FreeMind? Would that handle automatic updates? I suspect a database back-end for nodes makes more sense. I want to construct constructing Maps through addition across a collection of nodes (again, like Compendium) instead of filtering maps by subtraction across a single map&#039;s nodes. As a first approximation to this, I&#039;d like to save Filters independently of maps. --[[User:Jay Dugger|Jay_Dugger]], 2217 Sunday, 2 December 2007&lt;br /&gt;
&lt;br /&gt;
*Feature request: Ship it! (sorry, but it would be nice to have a released version that works with the lattest java version), and well, it&#039;s been 2 and a half years... [[User:Tomh|Tomh]] 05:09, 10 Jan 2008 (PST)&lt;br /&gt;
&lt;br /&gt;
*Feature request: I really miss a strike-through along bold and italic, with a keyboard shortcut. Cheers.&lt;br /&gt;
&lt;br /&gt;
* Feature request: Nothing big, I just wanted to ask weather its possible to bind the structure to too points again (left right) from the rootnode like it was it 0.8 and that change this when you want. Because its much esear to start a structured mindmap using only the keys... Also I liked to have two sides to divide the thoughts when speaking about pro and contra. It Would be Great if it was possible to ad this as an Option to the root-point. (Inculding the move navigation with strg that could move one node all around the root) Thank you! --[[User:X-Site|X-Site]] 16:29, 9 Mar 2008 (PDT)&lt;br /&gt;
&lt;br /&gt;
* Feature lost? In 8.0 version when you copy nodes and paste in MSWord you immediately create a &amp;quot;structure&amp;quot;, that is a hyerarchic level: very useful if you want to adjust titles or paragraphs in preliminary notes, or import them in Power Point slides etc. I&#039;m a teacher and use Freemind with students for brainstorming, organize ideas and create texts or presentations from preliminary notes. Now in 9.0 version this feature seems to be lost. Why? Do tou know any solution? Many thanks for your work.--[[User:Luciodp|Luciodp]] 05:24, 7 May 2008 (PDT)&lt;br /&gt;
&lt;br /&gt;
* Try Tools-&amp;gt;Split Node --[[User:Phil31753|Phil31753]] 10:05, 9 Apr 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
*Feature request: I would like to be able to apply a cloud to a parent node but not necessarily its children; or maybe to only some selected children... similar to how a network or gateway is depicted in a flowchart. [[User:foxcole|foxcole]] 13 May 2008  UPDATE: Perhaps a more accurate request is to be able to choose from a limited set basic shapes to apply to a node or set of siblings but not children.&lt;br /&gt;
&lt;br /&gt;
* When I export my map to a text based format (i. e. HTML), FM starts with the right side and then continues the left side. For me it is not intuitive I start my maps on the left side - as I would read a newspaper or magazine. I guess it is not difficult to allow the user to choose if FM should start with the left or the right side. --[[User:Terkor|Terkor]] 16:28, 13 May 2008 (PDT)&lt;br /&gt;
&lt;br /&gt;
* Feedback:  Thanks for all your hard work, absolutely amazing product. --[[User:RazielJaTier|RazielJaTier]] 15:23, 20 May 2008 (PDT)&lt;br /&gt;
&lt;br /&gt;
* Changed Functionality:  In 0.8 I could hover over a node to select it, hold down ctrl, which would effectively prevent other nodes from being selected. Then move my mouse all the way across the map (again without worry about another node being selected), then click on an icon *with the ctrl key held down*.  The icon would be assigned.  In 0.9 you have to release ctrl before you click the icon, otherwise it will simply ignore it.  This is a simple little detail, and I&#039;m sure I&#039;ll get used to it, but if it&#039;s not difficult, and you don&#039;t have other plans for ctrl clicking icons, I&#039;d love the 0.8 behavior back. --[[User:RazielJaTier|RazielJaTier]] 15:23, 20 May 2008 (PDT)&lt;br /&gt;
&lt;br /&gt;
* Suggestion:  Create localized version of linked data.  When you use alt+L to create a link to another part of the map, it would be nice if you had an option to actually create &amp;quot;ghost&amp;quot; versions of that data instead of having to click in the link.  If you edited the ghost version, or the original, they would stay in sync. --[[User:RazielJaTier|RazielJaTier]] 15:23, 20 May 2008 (PDT)&lt;br /&gt;
&lt;br /&gt;
* Suggestion:  It would be neat to be able to with single click generate the framework of a thinking tool.  When I say thinking tool I am thinking mostly of the thinking tools created by Edward de Bono such as his Six Hats, CoRT and many others.  See http://www.edwdebono.com/ and http://www.edwarddebono.com/ for more info.  An example would be right clinking on &amp;quot;Six Hats&amp;quot; and from your current node it would create six child nodes: White Hat, Red Hat, Yellow Hat, Black Hat, Green Hat and Blue Hat.  For each of these child nodes an empty blank node would be created as well.  Lastly your cursor would move to the blank node under White Hat and then you can start typing.  Such functionality might be created with Groovy script but most would not want the difficulty of programming Groovy script.  It is also possible to cut and paste a section of a mind map but that is more cumbersome than a single click.  --[[User:Mars729|Mars729]] 17:59, 31 May 2008 (EDT)&lt;br /&gt;
** A library of templates would be a great contribution.  --[[User:Anton|Anton]] 17:52, 20 Jul 2008 (PDT)&lt;br /&gt;
&lt;br /&gt;
* Suggestion:  When working with images it would be nice to be able to paste or drop an image to a node. --[[User:trinxie|trinxie]]&lt;br /&gt;
&lt;br /&gt;
* Suggestion:  When adding an image link, if it is a file, should it be possible to store the relative path? Would be great if the whole model is distributed to someone else. Maybe this possibility already exists.  --[[User:trinxie|trinxie]]&lt;br /&gt;
&lt;br /&gt;
* If I install Freemind using aptitude in Ubuntu 8.10, I have the /usr/share/pixmaps/FreeMindWindowIcon.xpm to use in my panel, but as the available version in Ubuntu is 0.7.1 and I have some MMs created with later versions, I decided to try the 0.9 RC1, and downloaded it (freemind-bin-max-0.9.0_RC_1.zip). For my surprise, there is no icon to use in this zip. Please include one, or maybe more than one (see http://www.menyhart.net/blog/software/freemind-icon/). --[[User:Itamar|Itamar]] 12:33, 9 Feb 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;&#039;&#039;Observation:&#039;&#039;&#039;&#039;&#039; Many of these suggestions and feature requests are or are similar to ones that exist in [http://www.mindjet.com/ Mindjet&#039;s] MindMap.  It used to be that this leader had a great advantage in that it supported scripts.  Now that FreeMind has Groovy it is catching up.  All we need is the library of neat applications that use the scripting language&#039;&#039;!&#039;&#039;  I was a keen user of MM2002 and looked forward to MM-X5 and its shift to XML, but the real shift was for the benefit of people ho were programmers, not the baseline users.  Unless you were a EmbeddedVisualBasic programmer the change was a setback.  The library of  HTML export templates was lost - Mindjet&#039;s response was &amp;quot;its all XML so you can write your own XSLT.  Well some of us can&#039;t or don&#039;t have the time.  The other killer for me was that Mindjet tied in too closely with Microsoft Office.  It couldn&#039;t export to anything else.   So in reality one had to spend hundred of dollars more for each upgrade of MindMap since it always needed the latest version of Office.  &#039;&#039;However&#039;&#039; I would recommend looking at Mindjet&#039;s MindMap and if you are a Windows users trying the 30-day evaluation to get a feel for what is possible in both capabilities and interface.   --[[User:Anton|Anton]] 17:52, 20 Jul 2008 (PDT)&lt;br /&gt;
&lt;br /&gt;
* When you enter note-data for quite a number of nodes the map is so full with the note-icon. I would appreciate an option in the preferences as for the attribute icon, that disables showing an icon. (Tools&amp;gt;Preferences&amp;gt;Appearance&amp;gt;Show icon for attributes) --[[User:Kai|Kai]] 21:59, 20 Mar 2009 (CET)&lt;br /&gt;
&lt;br /&gt;
* Feature request: automatically calculating the print zoom factor according to a user-defined number of mosaiced printed pages. E.g., user should be able to specify he wants the map printed on N x M pages (M pages across and N pages high) and the print zoom factor should be calculated automatically. That would reduce the need to compute the best print zoom factor by trial-and-error. --[[User:Arg0|arg0]] 09:29, 24 Apr 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
* Feature request: settings for customising arrow links (e.g., ability to specify that links start from the root part of a node rather than from the leaf part). Moreover, it can be really tricky to rearrange the shape of an arrow link, especially short ones, since all parameters (starting point, tangency) are changed simultaneously when dragging a link point. Fine editing should be implemented. --[[User:Arg0|arg0]] 09:29, 24 Apr 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
* GENERAL OPEN SOURCE FEEDBACK LOOPS WITH FREEMIND, would it not be helpful if feedback loops were integrated into the beta versions, so that one can write requests for enhancements as one is using Freemind or other open source proejcts. For example, for each function there could be a questionnaire and comment box next to it. This info could then be uploaded to a wiki. It may help organize the locations of info and spur more user involvement in the feedback process. Could it also be possible that the uses of the porgramme are logged and statistically analyzed by the developers?&lt;/div&gt;</summary>
		<author><name>MikeS</name></author>
	</entry>
	<entry>
		<id>https://freemind.sourceforge.io/wiki/index.php?title=FreeMind_0.9.0:_The_New_Features&amp;diff=7970</id>
		<title>FreeMind 0.9.0: The New Features</title>
		<link rel="alternate" type="text/html" href="https://freemind.sourceforge.io/wiki/index.php?title=FreeMind_0.9.0:_The_New_Features&amp;diff=7970"/>
		<updated>2009-06-19T12:10:53Z</updated>

		<summary type="html">&lt;p&gt;MikeS: /* User Feedback */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A great release is to come. We have many exciting new features: WYSIWYG-Editing for nodes and notes, scripting, filter, attributes and many more. &lt;br /&gt;
 &lt;br /&gt;
But all these new features still need a lot of testing and documentation. To start this, please have a look at the newest version [http://sourceforge.net/project/showfiles.php?group_id=7118&amp;amp;package_id=188772 here] and [http://sourceforge.net/forum/forum.php?thread_id=1592095&amp;amp;forum_id=22101 tell us your opinions].&lt;br /&gt;
&lt;br /&gt;
Use this wiki page for documenting the new features.&lt;br /&gt;
&lt;br /&gt;
But: Don&#039;t use this version for productive maps. It is not stable enough!&lt;br /&gt;
* Further warning: If you create a map with Attributes, it will open as a &amp;quot;New Map&amp;quot; with no data in version 0.8. Your data is not lost, just not readable by 0.8.&lt;br /&gt;
* You can try to convert the 0.9.0 - saved map back to 0.8.0 by following steps&lt;br /&gt;
&lt;br /&gt;
# Make the backup copy of the map &lt;br /&gt;
# Open it with the 0.9.0 again&lt;br /&gt;
# Select all nodes &lt;br /&gt;
# Format-&amp;gt; use plain text &lt;br /&gt;
# Save&lt;br /&gt;
# Open the mind map file in text editor &lt;br /&gt;
# Remove all lines starting with &amp;lt;attribute_registry&amp;gt; and ending with &amp;lt;attribute_registry/&amp;gt; &lt;br /&gt;
# Save the file and try to open it in 0.8.0 &lt;br /&gt;
 &lt;br /&gt;
If it does not help you should use the 0.9.0. &lt;br /&gt;
&lt;br /&gt;
= Attributes =&lt;br /&gt;
&#039;&#039;FIXME: An introduction should be given here explaining what attributes are and what they are good for. Why should the user learn how to fiddle around with attributes if he does not know what they are?&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Attributes provide different perspectives for ordering/viewing your MindMap. Attributes are tuple name/value pairs that are globally available i.e. can be tagged to any node and assigned specific values.  For example, you can create shopping lists, add notional weightings, performance metrics, etc.  The real power of attribute comes from writing Groovy scripts that can operate on attribute value or change the behavior of a node.  For example,  you can summarize the info contained within several nodes for a total cost.  Attributes are complemented by Filters.&lt;br /&gt;
&lt;br /&gt;
Real world example:  I use Attributes and Filters after taking staff meeting notes.  Immediately after a meeting, I assign attributes to nodes as applicable:  Attribute 1 is &amp;quot;Name&amp;quot;, values are the names of my staff;  Attribute 2 is &amp;quot;Priority&amp;quot;, values are numbers 1-5.  The &amp;quot;Assign Attributes...&amp;quot; dialogue allows me to select all comments from a certain staff member and then assign their name to those nodes at once.  If there is an action required, I might assign a priority.  Filters allow me to quickly see only nodes from a certain staff member, or specific priority levels, or any combination.  --[[User:Dnbarg|Dnbarg]] 20:21, 22 Oct 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
== Quick Attribute creation ==&lt;br /&gt;
* Select node.&lt;br /&gt;
* Edit Attribute: Alt-F9 or, Rt-click&amp;gt;Edit attributes.&lt;br /&gt;
* Type in an Attribute name.&lt;br /&gt;
* Then add a value if desired.&lt;br /&gt;
* Edit with the Attribute Manager later if necessary.&lt;br /&gt;
== Using Attribute Manager ==&lt;br /&gt;
* Open the attribute manager with attribute icon on toolbar or, Tools&amp;gt;Attribute Manager.&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
=== Working with Attributes ===&lt;br /&gt;
*     Click the &amp;quot;Edit&amp;quot; button in the &amp;quot;All Attributes&amp;quot; row&lt;br /&gt;
*     Select attribute names from existing names to Rename/Delete in popup dialog&lt;br /&gt;
*     Enter new attribute name to Add in popup dialog&lt;br /&gt;
*     Press &amp;quot;Close&amp;quot; to close the dialog after all changes are done&lt;br /&gt;
&lt;br /&gt;
==== Create Attribute ====&lt;br /&gt;
*     Type in your Attribute name, then press add&lt;br /&gt;
*     Repeat to add multiple attributes&lt;br /&gt;
==== Create Attribute values==== &lt;br /&gt;
*         type the value, then press &amp;quot;Add&amp;quot;&lt;br /&gt;
*         It&#039;s a good idea to add a blank value to the list. It helps when assigning attributes later&lt;br /&gt;
Every Attribute can have multiple values&lt;br /&gt;
*         eg. I use an Attribute called &amp;quot;Staff&amp;quot; and the values are the staff person&#039;s name&lt;br /&gt;
*         eg. I use an Attribute called &amp;quot;Priority&amp;quot; and the values are #&#039;s 1 to 5&lt;br /&gt;
&lt;br /&gt;
==== Delete Attribute ====&lt;br /&gt;
* Select the menu option Tools/Attribute Manager, to open the panel Attribute Manager. &lt;br /&gt;
* In the line &amp;quot;All Attributes&amp;quot; of this panel, click on the icon in the last column (Edit). This opens a new panel &amp;quot;All Attributes&amp;quot;.&lt;br /&gt;
* In this panel, select the attribute name, then press &amp;quot;Delete&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
==== Delete Attribute values ==== &lt;br /&gt;
*     Select the value, then press &amp;quot;Delete&amp;quot;&lt;br /&gt;
*     All attributes with the deleted value are removed from the whole map&lt;br /&gt;
&lt;br /&gt;
    All attributes with the deleted name and/or value are removed from the whole map&lt;br /&gt;
&lt;br /&gt;
==== Rename Attribute ==== &lt;br /&gt;
*     Select the attribute name to be renamed, type the new name, then press &amp;quot;Rename&amp;quot;&lt;br /&gt;
*     All attributes with the renamed value are adjusted&lt;br /&gt;
&lt;br /&gt;
==== Rename Attribute values ==== &lt;br /&gt;
*     Select the value to be renamed, type the new value, then press &amp;quot;Rename&amp;quot;&lt;br /&gt;
*     All attributes with the renamed value are adjusted&lt;br /&gt;
&lt;br /&gt;
=== Working with Attribute values (in Attribute Mgr) ===&lt;br /&gt;
*     After adding Attributes, you should see them listed under the &amp;quot;Attributes&amp;quot; column heading&lt;br /&gt;
*     Click on the &amp;quot;Edit&amp;quot; button in the row of your new Attribute and add the values&lt;br /&gt;
*     Edit attribute values in popup dialog&lt;br /&gt;
*     Press &amp;quot;Close&amp;quot; to close the dialog after all changes are done&lt;br /&gt;
&lt;br /&gt;
== Assign Attributes to nodes ==&lt;br /&gt;
assigning only a few nodes&lt;br /&gt;
*     Choose the node, press Alt-F9 or, Rt-Click the node and choose &amp;quot;Edit Attributes&amp;quot;&lt;br /&gt;
*     To add more attribute per node, use TAB key (if View&amp;gt;Attributes&amp;gt;Show all attributes is selected), or use the following.&lt;br /&gt;
*     got to:  Tools&amp;gt;&amp;quot;Assign attributes...&amp;quot;&lt;br /&gt;
*     choose &amp;quot;Selected Nodes&amp;quot; or &amp;quot;Visible Nodes&amp;quot;&lt;br /&gt;
*     from the drop down list, choose the Attribute you want to assign. (Here it helps when there&#039;s a blank value. You can assign an Attribute to all nodes needing it, and then set the value later, on a node by node basis)&lt;br /&gt;
*     press the &amp;quot;Add&amp;quot; button to assign the Attribute to the node/s&lt;br /&gt;
*     add more than one attribute to a node if necessary&lt;br /&gt;
*     delete attributes from multiple nodes with this dialog&lt;br /&gt;
&lt;br /&gt;
== Viewing/Hiding Attributes ==&lt;br /&gt;
to see an icon on nodes with attributes&lt;br /&gt;
*     Tools&amp;gt;Preferences&amp;gt;Appearance&amp;gt;Show icon for attributes&lt;br /&gt;
show all attributes&lt;br /&gt;
*     Alt-s or, View&amp;gt;Attributes&amp;gt;Show all attributes&lt;br /&gt;
show no attributes&lt;br /&gt;
*     Alt-h or, View&amp;gt;Attributes&amp;gt;Show no attributes&lt;br /&gt;
show selected attributes&lt;br /&gt;
*     in the Attribute Manager, select desired Attributes in the &amp;quot;Selected Visible&amp;quot; column&lt;br /&gt;
*     then, View&amp;gt;Attributes&amp;gt;Show selected Attributes&lt;br /&gt;
optimize the width of the Attribute/value table&lt;br /&gt;
*     Rt-click on the Attribute and choose optimal width&lt;br /&gt;
&lt;br /&gt;
== User feedback ==&lt;br /&gt;
=== Bugs concerning attributes ===&lt;br /&gt;
* Better sorting of the options: Add Attribute &amp;gt; Delete this Attribute &amp;gt; Delete all Attributes. Numerous times I accidentally clicked on the middle button which is now (beta20) &amp;quot;Alle Werte löschen&amp;quot; when I intended to only &amp;quot;Diesen Wert löschen&amp;quot;, because it is on the same line where I specify the criteria, which attribute value pair I try to delete [[User:JR|JR]] 13:16, 8 Oct 2008 (UTC)&lt;br /&gt;
*     The key bindings alt-s and alt-h do not work as expected for showing or hiding attributes.--[[User:Yubrshen|yushen]] 02:23, 25 Nov 2006 (PST)&lt;br /&gt;
* When Attributes are visible, scrolling with mouse wheel stops when cursor is over the attribute of a node. --[[User:Terkor|Terkor]] 20:11, 27 Aug 2007 (PDT)&lt;br /&gt;
* If I set attributes, I can&#039;t export the map in PDF. It&#039;s ok in flash, png, xhtml, jpeg. Beta 17 on Ubuntu 8.04 - Sun Java -- freemind@smci.ch 2008-05-23&lt;br /&gt;
* If I add a blank character such as space after an attribute name, it is not considered as the same attribute (no trim) --[[User:Patco|Patco]] 19:27, 19 Jun 2008 (PDT)&lt;br /&gt;
* If you create attributes for the first time, but not assign them to a node, they won&#039;t be saved in your document --[[User:kvantomme|kvantomme]] 17:15, 3 Dec 2008 (GMT+1)&lt;br /&gt;
* Selecting an attribute with the arrow keys (from the dropdown) and then pressing tab makes the attributes box disappear.--[[User:Kartunes|kar]] 18:19, 12 Mar 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
=== Bugs or features? (questions about attributes to the developers) ===&lt;br /&gt;
&lt;br /&gt;
* The context menu key on the keyboard doesn&#039;t open the context-menu. --[[User:Jan|Jan]] 01:07, 4 Jul 2008 (PDT)&lt;br /&gt;
&lt;br /&gt;
* When changing the font-size of a node by keyboard-shortcut (ctrl+&amp;quot;+&amp;quot; / crtl+&amp;quot;-&amp;quot;) the fontsize-combobox of the toolbar isn&#039;t refreshing. --[[User:Jan|Jan]] 01:00, 4 Jul 2008 (PDT)&lt;br /&gt;
 &lt;br /&gt;
* When adding an attribute to a node which already has the attribute, the attribute will be shown as many times as added. However, when deleting the attribute from node, all instances of the attribute would be deleted.--[[User:Yubrshen|yushen]] 02:23, 25 Nov 2006 (PST) &lt;br /&gt;
:* In version 0.9.0b13, the bug is corrected (i.e. deleting one attribute does not delete all other attributes with the same name). So, the possibility to have several attributes with the same name but different values ought probably to be considered as a feature, not a bug ? For example the attribute &amp;quot;child&amp;quot; could have the values &amp;quot;Peter&amp;quot; and &amp;quot;Mary&amp;quot; attached to a given node &amp;quot;Paul and Jane&amp;quot; to include in the map the information that  Paul and Jane have at least 2 children named Peter and Mary (if I understood correctly the notion and usefulness of attributes)? --[[User:Miclav|Miclav]] 01:56, 9 Sep 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
* It is not possible to delete an attribute from the List of attributes. If one is created, it lives forever .... It seems that using tool/assign attribute by selecting the attribute in question, and select delete all values, it&#039;s possible to remove an attribute of a node. --[[User:Yubrshen|yushen]] 21:19, 15 Jan 2007 (PST)&lt;br /&gt;
&lt;br /&gt;
:* You can remove or even rename some attributes and attribute values from the map using the attribute manager. Use Tools-&amp;gt;Attribute Manager-&amp;gt;All Attributes-&amp;gt;[edit]-&amp;gt;[click on attribute]-&amp;gt;[Delete] --[[User:DimitriPolivaev|DimitriPolivaev]] 05:12, 9 Sep 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
* It is not intuitive to go to Tools-&amp;gt;Assign Attributes to set attributes on several nodes.  I expected to be able to select several nodes (or all) and use Edit-&amp;gt;Attributes.  It didn&#039;t occur to me to look on the Tools menu for Editing. -- [[User:JimK|JimK]]&lt;br /&gt;
* The workflow in the Assign Attributes dialog is backwards: actions should be from left to right, top to bottom. I suggest moving the buttons to the right side. It&#039;s also strange why Add &amp;amp; Delete have one section and Replace has another. From user viewpoint they&#039;re all the same.  Just need one name/value input box? -- [[User:JimK|JimK]]&lt;br /&gt;
* The title of the Assign Attributes dialog box has an extra character in &amp;quot;Assign&amp;quot; that should be removed. -- [[User:JimK|JimK]]&lt;br /&gt;
* Attributes are a great idea, but the whole dialog thing is very slow to work with.  And it sucks to have a dialog over your workspace.  I suggest making attributes work pretty much like a dynamic list of icons in terms of user interface:&lt;br /&gt;
** Make a toolbar dedicated to adding attribute values to nodes.  Put the toolbar on the right side of the screen, make a button for every value, so that it can be assigned with one click.&lt;br /&gt;
*** This is so that, rather than choosing &amp;quot;apply to selected&amp;quot; or &amp;quot;apply to visible&amp;quot;, you can use the standard built in selecting mechanisms, and apply attributes the same way that you apply icons.&lt;br /&gt;
**** You also have the added bonus of standardizing the interface somewhat.&lt;br /&gt;
** Put a selector box, or in the case of a low number of attribute value pairs, section them off, so you never need more than one or two clicks to assign an attribute.&lt;br /&gt;
** Have an empty box in the toolbar for new attribute or value definitions.&lt;br /&gt;
** Remove the attribute assignment dialog.  &lt;br /&gt;
** Here&#039;s a visual sample.  I found it was easier just to illustrate it:  [[Media:FreeMindAttributeToolbar.png]] --[[User:RazielJaTier|RazielJaTier]] 22:50, 20 May 2008 (PDT)&lt;br /&gt;
* There is a bug in the browser applet of 0.9.0-Beta19 related to notes attached on nodes: if you switch between nodes the text of the note in the bottom window don&#039;t get updated, unless you select a node without a note and go back to one with a note. I guess the method onSelectHook(NodeView pNode) in NodeNoteViewer.java isn&#039;t called when switch between nodes with notes. --[[User:Jens|Jens]] 14:20, 11 Aug 2008 (PDT)&lt;br /&gt;
&lt;br /&gt;
=== Wishes concerning attributes ===&lt;br /&gt;
* I love the attribute &amp;amp; filter feature &amp;amp; see great potential ahead.  Being able to name &amp;amp; save searches would also be extremely useful.--[[User:Felipe|Felipe]] 07:34, 26 Apr 2007 (PDT)&lt;br /&gt;
*     Really wish for a feature to only selectively show the attribute of the node in focus. The current options of &amp;quot;show all attributes&amp;quot;, &amp;quot;show the selected attributes&amp;quot; all apply to all the nodes visible. With all nodes showing attributes, it occupy too much space. I wish that it only shows all the attributes for the current node being selected, i.e. in focus. This would be often enough for normal use.--[[User:Yubrshen|yushen]] 20:36, 1 Dec 2006 (PST)&lt;br /&gt;
* Default attributes of new node: I need to add some attributes to all new nodes. Therefore, I wish that there is mechanism to automatically stuff some default attributes to all the new nodes created after the functionality is enabled. This function may be configured to enable/disable. --[[User:Yubrshen|yushen]] 21:19, 15 Jan 2007 (PST)&lt;br /&gt;
* Or there is functionality to add a group of selected attributes to a group of selected nodes through one operation. --[[User:Yubrshen|yushen]] 21:19, 15 Jan 2007 (PST)&lt;br /&gt;
&lt;br /&gt;
*You explained how to create attribute etc... but after spending &amp;quot;only&amp;quot; 30 minutes on it, what is the real interest in practice of such feature ? What is the use of attributes ? not clear what it can  be used for ....--[[User:Djerr|Djerr]] 17:49, 20 Jan 2007&lt;br /&gt;
&lt;br /&gt;
*Roll-up: It&#039;d be really nice (and quite natural) to be able to roll-up (summarize or otherwise) the values of certain attributes (eg. money, time, resource requirements, etc) from children to parent nodes. --[[User:azimmer|azimmer]] 16:58, 14 Feb 2007&lt;br /&gt;
&lt;br /&gt;
* See also the [[Talk:FreeMind_0.9.0:_The_New_Features|discussion page]]&lt;br /&gt;
&lt;br /&gt;
* Adding &amp;quot;Attribute&amp;quot; is a great idea (for me ;-) !). There&#039;s a long time that I&#039;m thinking of using freemind in an Artificial Intelligence way. Using Attribute, simultaneously with groovy, may help me for creating rules. Thanks ! --[[User:PLANTING|PLANTING]] 12 Aug 2007&lt;br /&gt;
* A way to copy and paste all the attributes assigned to a node or one of these attributes would be nice. Perhaps a &amp;quot;Copy Attribute&amp;quot; and &amp;quot;Copy All Attributes&amp;quot; in popup menu when you right-click on the attributes of a node. --[[User:Terkor|Terkor]] 10:06, 30 Aug 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
* A way to assign different types of data to attributes: AKA Boolean, Integer, Date, Text, etc.&lt;br /&gt;
*Refactor/sort nodes by attribute: Dunno if anybody knows the dashboard plugin for mindmanager, but this idea is similar (except better cause it uses custom attributes). basically, any given attribute/group of attributes would be a parent node.  And the values of the attribute would be the children.  The nodes with those values would branch off from that. Would allow for awesome fluid mindmaps that could show all sorts of relationships between nodes without ruining the linear structure of the map, allowing for scheduling, budgeting, etc.  I&#039;m creating some example mindmaps which show how this feature would be incredibly usefull for something like scheduling.&lt;br /&gt;
* Sorting function would be great, but I propose it on the node (alphabetical). Having it on the attribute means for me having to update individually each node&#039;s attribute, which would take more time than sorting them by hand. I imagine a function sorting alphabetically all subnodes 1st level of the selected node. Franck --[[User:Fb5|Fb5]] 03:55, 6 Dec 2007 (PST)&lt;br /&gt;
** I&#039;d agree with &#039;sort nodes by attribute&#039; above. I&#039;m a mindmanager user and being able to easily and interactively prioritise tasks on a node is very useful.  In mm I just use the pre-defined priority icons, and sort accordingly.  This is useful, but freemind with multi-attributes could offer  more powerful sorts.&lt;br /&gt;
&lt;br /&gt;
* A way to add new attributes using just the keyboard.  I use keyboard shortcuts quite often with FreeMind and not having the ability to quickly add/change/delete attributes with the keyboard makes them much less useful.  --[[User:Verifex|Verifex]] 15:57, 8 Dec 2007 (PST)&lt;br /&gt;
** What about Alt+F9 for selecting the attribute table and F2 for editing, TAB for adding? [[User:DimitriPolivaev|DimitriPolivaev]]&lt;br /&gt;
* Some attributes should be single-valued. Right now they all seem to be multi-valued.  For example, I want only want attribute named Priority per node. -- [[User:JimK|JimK]]&lt;br /&gt;
* Hopefully you&#039;re going to add Help to dialog boxes? When I&#039;m in Attribute Manager I don&#039;t understand all the choices. I should be able to view help about them from within the app rather than going to a Website/wiki. -- [[User:JimK|JimK]]&lt;br /&gt;
* Clicking on the &amp;quot;Icon for Attributes&amp;quot; could show/hide the attributes.&lt;br /&gt;
* Ability to have &amp;quot;Optimal Width&amp;quot; applied on all nodes by default.&lt;br /&gt;
** Seconded. A preference for the default width would help as well. --[[User:Icekiss|Icekiss]] 08:08, 19 Apr 2008 (PDT)&lt;br /&gt;
* It would be great to have the possibillity to group attributes and give these groups names. These names may be treated as node types. One may assign a node type to a node meaning the node gets automatically all the attributes of this type. With this it would be possible to define for instance a node type like &#039;&#039;activity&#039;&#039; with attribute like &#039;&#039;who&#039;&#039;, &#039;&#039;start date&#039;&#039;, &#039;&#039;percent complete&#039;&#039; and so on. An easy way to assign node types to nodes, for instance something like &#039;&#039;default type for new nodes depending on parent node&#039;&#039; would be the cherry on top.&lt;br /&gt;
* I&#039;ve been using beta 15 seriously for a project.  Filtering is wonderful, and what I really need is sub-node sorting by attribute and/or icon priority. (Please!) - johnn&lt;br /&gt;
&lt;br /&gt;
* Don&#039;t know if it should be here or not. But actually, it would be nice if we could apply the same kind of filter to the icons:&lt;br /&gt;
** it would be faster &lt;br /&gt;
** it would be simpler, as some kind of default attribute+values&lt;br /&gt;
** it allows also multiple values (i can have multiple icons for one same branch)&lt;br /&gt;
* This would probably require to expand the list of icons to have more of the different types of notions that can be represented in a tool as FreeMind:&lt;br /&gt;
** relative to decision making: delay (e.g. hourglass), optionality, assumption/hypothesis, problem/inconsistency (e.g. lighting), advantage (&amp;quot;thumb up&amp;quot;, &amp;quot;+/-&amp;quot;), inconvenient (&amp;quot;thumb down&amp;quot;,&amp;quot;+/-&amp;quot;),cause, consequence, risk,&lt;br /&gt;
** relative to life in general: user (people), group, time (clock), time interval, machine, etc.--[[User:Patco|Patco]] 19:48, 19 Jun 2008 (PDT)&lt;br /&gt;
* Keyboard assigning of attributes is a bit clumsy.  Ideally, instead of using the arrow keys to select, the appropriate attribute would be suggested just by typing its first few letters.  Then tab could be pressed to select and go to the next attribute.--[[User:Kartunes|kar]] 17:45, 12 Mar 2009 (UTC)&lt;br /&gt;
* the attribute icon has not the same meaning than the others. For example, with an ordered list (with icons &amp;quot;1&amp;quot;, &amp;quot;2&amp;quot;, &amp;quot;3&amp;quot; ...), having a node with attributes will disorganize the position of the icons! -- [[User:Patco|Patco]]&lt;br /&gt;
&lt;br /&gt;
= Filter =&lt;br /&gt;
== Create filters to view and print the data more effectively ==&lt;br /&gt;
Clicking on the little funnel to the left of the zoom size toggles on and off the Filter Toolbar.&lt;br /&gt;
By default (i.e. in absence of any personal filter defined, see below) the values that can be selected in the List box of the Filter Toolbar are:&lt;br /&gt;
*    No Filtering&lt;br /&gt;
*    Currently Selected Nodes&lt;br /&gt;
To create a filter for one Attribute:&lt;br /&gt;
* to the right of the filter status, click &amp;quot;Edit&amp;quot;&lt;br /&gt;
* in the drop down menu at the top left, select your attribute&lt;br /&gt;
* the expression drop changes to &amp;quot;Exists&amp;quot;&lt;br /&gt;
* press &amp;quot;Add&amp;quot;, then &amp;quot;OK&amp;quot; at the bottom&lt;br /&gt;
* all nodes with the selected Attribute will be shown, and the branches that don&#039;t contain these nodes will be hidden.&lt;br /&gt;
* To display, on the contrary, all branches that do not contain nodes with the given attribute, click on Edit, then, in panel Filter Composer, click on buttons &amp;quot;Not&amp;quot; then &amp;quot;Apply&amp;quot;. This adds, in the List box of the Filter Toolbar, the two additional filters &amp;quot;attribute_XXX Exists&amp;quot; and &amp;quot;Not attribute_XXX Exists&amp;quot; (where attribute_XXX stands for the current attribute).&lt;br /&gt;
&lt;br /&gt;
To create a filter for an Attribute and one of its values:&lt;br /&gt;
* after step two above select the second drop down where &amp;quot;exists&amp;quot; is showing&lt;br /&gt;
* choose &amp;quot;Is equal to&amp;quot;. Your values should now be available in the third drop down&lt;br /&gt;
* press &amp;quot;Add&amp;quot;, then OK&lt;br /&gt;
&lt;br /&gt;
== use multiple filters at once ==&lt;br /&gt;
create two filter sets by the method above&lt;br /&gt;
select the filter sets you want&lt;br /&gt;
*     Shift-click for multiple, continuous sets&lt;br /&gt;
*     Ctrl-click for non-contiguous selection&lt;br /&gt;
press the &amp;quot;and&amp;quot; button on the right =&amp;gt; a new set is created which combines your selected sets&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;User feedback&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Another feature which can be useful: name for the filter. If you combine simple filters, it can be difficult to read what is it doing:&lt;br /&gt;
For example:&lt;br /&gt;
(Responsable is equal to Erwan and Type is equal to &amp;quot;draw&amp;quot;) can be renamed as &amp;quot;Erwan Drawing&amp;quot;, and could be more simple to manage.&lt;br /&gt;
&lt;br /&gt;
Another thing: It could be useful to see/mask attributes when clicking on the attribute icon.&lt;br /&gt;
&lt;br /&gt;
== filter on an icon ==&lt;br /&gt;
* add an icon to a node by highlighting the node, click on the icon on the left or Rt-click&amp;gt;Icons&lt;br /&gt;
* in the filtering &amp;quot;edit&amp;quot; dialog, choose &amp;quot;Icon&amp;quot; in the drop-down list at the top left, the second drop-down grays out, and the third contains the list of currently used icons&lt;br /&gt;
* click &amp;quot;Add&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;User Feedback&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;This is a great feature!&#039;&#039;&#039;  Honestly, I think in a lot of ways, filtering by icons is a lot more intuitive than filtering by attributes.  While the attributes give you a great deal of flexibility, they muck up the display at bit, and they&#039;re a lot more keystrokes to add.  I really can&#039;t think of any examples of an attribute that I wouldn&#039;t rather just create an icon for.  The icon is a much more succinct way of displaying an attribute about a node and it can be done inline.&lt;br /&gt;
** Having said that, I would like to see a little more love put into icons.  I already customized my icon library (Thank you!), but it becomes unwieldy when there are more than a small handful of additional items.  You can&#039;t replace the original icons either.&lt;br /&gt;
* I think it would be a good idea to filter icon clock and only those icons with active warning time scheduler&lt;br /&gt;
&lt;br /&gt;
== Persistent Map Filters ==&lt;br /&gt;
In Beta 13 persistent filters are added.&lt;br /&gt;
And filters can now be saved. --[[User:Terkor|Terkor]] 18:02, 2 Sep 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== user feedback ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* For using semantic strings in addition to numeric and logical ones it would be useful a) to have filters for &amp;quot;contains&amp;quot; (for substrings of text) as in normal content – like &amp;quot;contain&amp;quot; finds attributes with the values &amp;quot;container&amp;quot;, &amp;quot;contains&amp;quot;, &amp;quot;containment&amp;quot;, etc. b) be able to search a string-value across different attributes&lt;br /&gt;
&lt;br /&gt;
* Filtering is great to compact maps for printing, but no usable PDF was created from a filtered map (beta 17) --[[User:JR|JR]] 04:48, 23 May 2008 (PDT) &lt;br /&gt;
&lt;br /&gt;
* When I use filter extensively with very large map of thousands of nodes, I realize that the layout of the filtered map need some improvement. The resulted map&#039;s layout should be much compacted for the filtered nodes to be closer to the root node in order to be visible in the freemind window. For such large map, the reason to do filer is to focus so that I can see them easier. Without the improvement, it seems that the layout still follow that without the filter. The map becomes a tree with sparse nodes but stretched apart. It defeats the purpose of the filter somehow. If you need, I can provide a screen capture to show what I meant. Please tell me how. --[[User:Yubrshen|yushen]] 16:16, 5 Apr 2008 (PDT)&lt;br /&gt;
&lt;br /&gt;
* I find that it freezes up a lot when using folding and unfolding while applying filters. It is, however, a really powerful feature. To complete its power would it be possible to have a way to copy only selected or filtered nodes? Sometimes you want to select these nodes and put them in another application, but when I filter, select all and then copy-paste, I get lots of other nodes included.&lt;br /&gt;
&lt;br /&gt;
* Worked well for me. Especially like the filter on icon - no muss, no fuss.&lt;br /&gt;
&lt;br /&gt;
* Great feature. Filtering on an icon: For example if you have &amp;quot;OK&amp;quot; icons on some nodes and want to see all other nodes (= not OK) use filter &amp;quot;contains icon OK&amp;quot; and define filter &amp;quot;Not contains icon OK&amp;quot; using button &amp;quot;Not&amp;quot;&lt;br /&gt;
&lt;br /&gt;
* This great new feature has a little BUG. Situation: I have two maps opened and use the filter &amp;quot;Currently Selected Nodes&amp;quot; on one of them and switch between the maps. When I switch back to the filtered map I don&#039;t get the view that I had before I switched away. Instead I get the node filtered that was selected when I switched. (Terkor)&lt;br /&gt;
&lt;br /&gt;
* Filtering and Reminders are a very nice combination. Filtering on icons allows to distinguish between nodes that have a Reminder &amp;quot;whose time has not jet come&amp;quot; and nodes that have a Reminder &amp;quot;whose time has come&amp;quot;. But: in the filter composer these two different states are represented with the same icon (a clock). You always have to guess which icon represents which Reminder state. --[[User:Terkor|Terkor]] 19:40, 30 Jul 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
* It would be helpful to be able to give the composed filters names. --[[User:Terkor|Terkor]] 19:45, 30 Jul 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
* When filtering is activated there is a drop-down menu left to the &amp;quot;Edit&amp;quot; button. There you can find all the filters that were used that FreeMind session. It would be very effective if I could not only chose one of those filters but chose more than one. And then being able to chose in what order they are applied (for example by moving the filters up and down). Of course I can also get the desired filtering by using the Filter Composer. But with the described option I would be more flexible in quickly combining the filters. And being able to apply some &amp;quot;simple&amp;quot; filters in an order would make things more clear in some situations. --[[User:Terkor|Terkor]] 06:50, 31 Jul 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
* A refresh view button would be nice. Or even better: auto refresh (maybe as an option) when a node is changed. Explanation: When I mark a node (representing a task) as done and I use a filter that shows me all the undone tasks and hides the done tasks, the node is not filtered as long as I switch filter off and on again. Could be more handy. --[[User:Terkor|Terkor]] 06:09, 3 Dec 2007 (PST)&lt;br /&gt;
** I second this notion.  Nodes that meet the filter conditions after the filter is set don&#039;t get filtered out.  So for instance, I want to create a filter to show not checked off items.  Once I check them I want them to disappear automagically. --[[User:RazielJaTier|RazielJaTier]] 16:26, 20 May 2008 (PDT)&lt;br /&gt;
&lt;br /&gt;
* If I filter &amp;quot;Currently Selected Nodes&amp;quot;, in all the now empty space of the map there appear the ovals of the hidden nodes that allow to move them around, when you move your mouse to that places where they are when filter is not applied. --[[User:Terkor|Terkor]] 06:42, 15 Dec 2007 (PST)&lt;br /&gt;
&lt;br /&gt;
* If &amp;quot;Selection Bubble&amp;quot; is &amp;quot;on&amp;quot; and a filter is applied, also hidden nodes can be &amp;quot;selected&amp;quot; when you for example move the focus using the arrow-keys. --[[User:Terkor|Terkor]] 06:42, 15 Dec 2007 (PST)&lt;br /&gt;
&lt;br /&gt;
* Is there a way to assign attributes when you assign an icon to a node? For example I have lists of phone calls / emails that I have to send. I usually assign a phone or envelope icon to that node. I would like to assign an attribute or ActionType so that I can sort by them later (i.e. see a list of phone calls or emails that I have to make).&lt;br /&gt;
&lt;br /&gt;
* It would be very helpful to have an option to filter out entries without children.  This would be very valuable e.g. in situations where in a big map, several nodes have a &amp;quot;Tasks&amp;quot; subnode, and one wants to look at all tasks currently pending.&lt;br /&gt;
&lt;br /&gt;
* Would it be possible to be able to add free text to the map to allow for titles and possibly a Key?&lt;br /&gt;
&lt;br /&gt;
* Filter toolbar should be a standard toolbar. Should be able to show/hide filter toolbar from the View menu. (I am not displaying the main toolbar, but may need the Filter toolbar from time to time)&lt;br /&gt;
&lt;br /&gt;
* Attributes have great potential. However I find editing a bit inconvenient. Would it be possible to add a small handle to existing attribute table (say immediately left of the cells, similar to the handles that are already on top of the table), so that a single attribute could be selected to be copied, cut, or even dragged and dropped to copy/move it to other nodes? Keyboard modifier keys (shift or ctrl) could be used to specify moving/copying in a drag and drop operation. arg0.&lt;br /&gt;
&lt;br /&gt;
* Am loving the attributes. Using beta 20. Am doing a massive project on the muscular system. muscles directly effect eachother. For each muscle there is are muscles directly affecting it, muscles that it directly affects it, and muscles with a mutual two way relation. Each muscle also has a common problem associated with it. Each muscle group is an attribute and each muscle is a value. Filters will be used for self diagnosis, and finding the appropriate stretches. For example hands and shoulders due to using the computer a lot.&lt;br /&gt;
**Would be great if graphical links can be attributed, so that they can be filtered. + have the option of making them visible or not. &lt;br /&gt;
**Better sorting of attributes would be good. Like an attribute mind map, for sorting and the depth of the filter that is undertaken.&lt;br /&gt;
** To have Attributes and Filters integrated on the mind map. Anyone know how to write scripts to run a filter function.&lt;br /&gt;
** To filter core structure of mind maps: this would be good for summarising the link to other mind maps.&lt;br /&gt;
Thanks for your time. alf&lt;br /&gt;
* to encourage the use of attributes and filtering, it would be good to have the search/filter box always visible by default (I have a large screen, and the font/font size take all the extra space on the right, that could be used by this search/filter box (also, there should be a specific menu &amp;quot;search&amp;quot; or &amp;quot;filter&amp;quot; --[[User:Patco|Patco]]&lt;br /&gt;
&lt;br /&gt;
= WYSIWYG-Editing for nodes and notes =&lt;br /&gt;
&lt;br /&gt;
Yet to be documented&lt;br /&gt;
&lt;br /&gt;
I like the WYSIWYG and how it&#039;s available when needed.  On piece I find lacking is the ability to easily add link &amp;amp;lt;a href=.... and the ability to click on it to pull it up.  That feature would be very useful -- [[User:Matthias|Matthias]] 21:57, 18 Feb 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
== HTML paste tip ==&lt;br /&gt;
&lt;br /&gt;
Paste of HTML content creates one node. Use Edit -&amp;gt; Split to split it in many nodes.&lt;br /&gt;
&lt;br /&gt;
Tools-&amp;gt;Split Node is more efficent. --[[User:Phil31753|Phil31753]] 10:06, 9 Apr 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
==== User Feedback ====&lt;br /&gt;
Version beta 0.9.16&lt;br /&gt;
I personally hate the WYSIWYG mode but I understand that others might find this feature helpful. &lt;br /&gt;
My problem is that I copy and paste very often into and out of mindmaps. Due to the WYSIWYG mode I can not pasten normally into thunderbird. Copying into mindmaps is terrible. &lt;br /&gt;
Suggestion: having the possibility to select between plain text modus or html modus or mixed modus. Helpful would be also a shortcut to &amp;quot;paste as plain text and split&amp;quot; and copy as plain text. &lt;br /&gt;
--[[User:bebach|bebach]] 2008-04-05&lt;br /&gt;
&lt;br /&gt;
Love this feature, especially the way that the notes export to javascript enabled html.  Couple of observations.&lt;br /&gt;
&lt;br /&gt;
* The popup notes in the Javascript export don&#039;t seem to work in IE (care factor 0?).&lt;br /&gt;
&lt;br /&gt;
* It would be good to be able to view the note in the main mindmap window, maybe as a popup.&lt;br /&gt;
&lt;br /&gt;
* It would also be helpful if there was some sort of visual indicator of the existence of a popup note in the exported html - at present the note just magically appears as a rollover. &lt;br /&gt;
&lt;br /&gt;
* Don&#039;t know if it is due to this feature, but &amp;quot;edit long node&amp;quot; now introduced an extra line feed if the enter key is used (confirm on enter turned off).&lt;br /&gt;
&lt;br /&gt;
--[[User:RichardForster|RichardForster]] 18:04, 19 Sep 2006 (PDT)&lt;br /&gt;
&lt;br /&gt;
I&#039;d like to have the option to collapse the WYSIWYG editing area to free up more screen real-estate.&lt;br /&gt;
&lt;br /&gt;
--[[User:Marko|Marko]] 21:45, 23 Sep 2006 (PDT)&lt;br /&gt;
&lt;br /&gt;
* The WYSIWYG screen estate seems a good place to do all &#039;richer&#039; content editing: e.g. if freemind would let me edit the multiline text nodes there, and, manage the attributes, i&#039;d find that very usefull. &lt;br /&gt;
&lt;br /&gt;
--[[User:Neanderlander|Neanderlander]] 22:01, 24 Sep 2006 (PDT)&lt;br /&gt;
&lt;br /&gt;
* Some way to change the width of nodes would be great, so free form text can be flowed into thinner columns. Also a way to insert &amp;amp;lt;br&amp;amp;gt; easily without resorting to the html view.&lt;br /&gt;
&lt;br /&gt;
--[[User:pedron|pedron]] 1:02pm, 10 October 2006 (EST)&lt;br /&gt;
* In version 0.8 the note attached to a node was very discrete in the sense that it would only show when the mouse is on that node.  This new version has many editing features but it&#039;s &amp;quot;in your face&amp;quot; (so to speak) until you physically minimize it.  I wish there was a way to configure it so that it would act like the previous version while keeping it&#039;s editing extras.  Or at least have the option of toggling editing toolbar...&lt;br /&gt;
&lt;br /&gt;
--[[User:Cichutki75|Cichutki75]] 8:09pm, 19 October 2006 (GMT)&lt;br /&gt;
* In version 0.9 max node width function does not work properly. At least not all nodes for the map created in version 0.8 keep the set width. I did not discover the rule. Some keep some don&#039;t.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
--[[User:CautiousChaos|CautiousChaos]] 02:22, 12 Nov 2006 (EST)&lt;br /&gt;
* The editing panel is intrusive when it is not needed.  A hotkey to open/close it would be helpful.  Clicking on the note icon resulting in the panel appearing could also be very helpful.&lt;br /&gt;
* It seems that word-wrapping does not work in plain-text mode for nodes, making  the node to be of single line extending far too long. I had to change the mode of each node to make it word-wrapping. Only using rich-text mode, the wrapping would work. I wish that word-wrapping would still work as in 0.80. --[[User:Yubrshen|yushen]] 15:03, 5 Dec 2006 (PST)&lt;br /&gt;
* It seems that in editing long node, the splitting function would only work with word on different line, while in 0.80, the function works even for words on the same line. --[[User:Yubrshen|yushen]] 15:03, 5 Dec 2006 (PST)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
--[[User:Djerr|Djerr]] 17:42, 20 Jan 2007&lt;br /&gt;
&lt;br /&gt;
* Using a 0.8 map with notes in 0.9 beta version show all notes as pop up but they can not be modified with the format tool or even edited in the layout page. I have to delete the note and create a new one under the 0.9 version.&lt;br /&gt;
&lt;br /&gt;
I usually write short nodes but very long notes in order to have a &amp;quot;clear&amp;quot; map.  2 special comments on notes : &lt;br /&gt;
* For long notes, the time the pop up is shown is too short. Would it be possible to define a time on how long you want this pop up to be shown ? Or even better: to show them as long as the cursor is pointing on the node (or perhaps the note icon).&lt;br /&gt;
*  I could find very useful (especially for my long notes) to be able in the format menu to change not only italic or bold or font size etc.. but also COLORS, to be able to see very fast the most important points&lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
* I don&#039;t understand the purpose of freemind&#039;s notes feature.  It seems to be an incomplete feature.  On the one hand, it could be used as popup notes for a node on the freemind map.  On the other hand, it could be used to provide the details for a topic expressed by the node.  I think both should be possibilities, but currently only the first really seems possible.&lt;br /&gt;
* I want to use freemind to develop an outline into a full-blown paper.  To do that, I would start using freemind to create an outline of the paper.  Each node in the mindmap would be an entry in the outline with the node level equating to the outline level.  Then, when I start fleshing out the paper, I would use the notes feature to fill-in paragraphs of information for each node.  The problem is that there is no good way of outputting the paper -- the notes become popups rather than entries in the paper.&lt;br /&gt;
* Is there a way to export a mindmap from freemind in such a way that it could later be imported?&lt;br /&gt;
&lt;br /&gt;
--[[User:DavidMasterson|DavidMasterson]] 22:00, 23 May 2007&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* I don&#039;t like this feature in the current implementation. This is because i use this tool to connect IDEAS and usually i use formatting things only in the end. A paragraph, a sentence, a list, a word list this are things that i want to have in a hierarchical structure, not as a rich text. In 0.8.0 the copy/paste feature converted a paragraph/list to an hierarchical tree of nodes. That was a better aproach then to get a simple html node. The split feature doesn&#039;t replace this functionality better. I hope and trust that you will find a way to add rich text nodes without so much interference with the old style of working. Maybe a paste option with paste as nodes, paste as html will resolve this issue?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
--[[User:Terkor|Terkor]] 16:25, 21 June 2007&lt;br /&gt;
* Great Feature, but it could be more handy if the (by far) most often used formating-features like Bold and Italic could be used without opening the editor. Just mark the words or characters you want bold (or italic), click the Bold (or Italic) icon (or use Ctrl-B /Ctrl-I) - and that&#039;s it.&lt;br /&gt;
* It is not &amp;quot;logical&amp;quot; that you open the editor with &amp;quot;Alt-Enter&amp;quot; and close it with &amp;quot;Ctrl-Enter&amp;quot;. It should both be the same.&lt;br /&gt;
* &amp;quot;Split&amp;quot; should have a shortcut. Suggestion: Alt-Enter or Ctrl-Enter. (See previous paragraph.)&lt;br /&gt;
* When I open the editor whilst I am editing a node, the editor should know the actual position of the cursor and if some text is already marked.&lt;br /&gt;
* Double clicking the note icon should open / close the note editor. (Generally icons should be more clickable like the link icon. (Double) clicking on the clock icon of notes with a Reminder should open the calendar. And right-clicking an icon should open the &amp;quot;Select Icon&amp;quot; box.)&lt;br /&gt;
* The popups displaying the note content don&#039;t match size if a note is very short. Does not look nice. (The same for popups that show  the &amp;quot;Created&amp;quot;, &amp;quot;Modified&amp;quot;, and &amp;quot;Reminder&amp;quot; times - too wide.&lt;br /&gt;
* Choosing colors should definitely have an icon in the tool bar of the editors. So it takes six (!) clicks to change the color of a word. (Opening the editor not counted.)&lt;br /&gt;
* The editor for notes and the one for nodes behave differently, when it comes to use the Enter-key. The node-editor just enters a new line (as one would expect) when I press Enter. The note editor enters a new line and a blank line. Here I have to use Shift-Enter to get just a new line. Why the difference?&lt;br /&gt;
* The note editor by default adds a blank line before the text and after text. I see no reason for that. (The node editor does not do that either.) Just takes away precious space.&lt;br /&gt;
* In order to save space, please place the toolbar of the note editor next to the menu of the editor. As it is now, there is much unused space. The editor should look more slim.&lt;br /&gt;
* Like the note-editor of FreeMind 0.8, the note-editor of version 0.9 should automatically close when not needed. (Or at least there should be an option to pick this behavior.)&lt;br /&gt;
* The little arrows on the splitting line that allow to hide/show the note editor should be wider (not higher), they are very hard to click quickly. Perhaps put each of them in a clickable wider boxlike area.&lt;br /&gt;
* &amp;quot;Note&amp;quot; in the menu &amp;quot;Insert&amp;quot; is gone. Should be there, that&#039;s where people look for it, and it seams a logical place for it (also for a &amp;quot;Remove Note&amp;quot;-function). And &amp;quot;Add Note&amp;quot; / &amp;quot;Remove Note&amp;quot; should be in the context-menu, when I right-click a node.&lt;br /&gt;
* How about a function that turns a node into a note and vice versa?&lt;br /&gt;
* The popups of long notes should be scrollable.&lt;br /&gt;
&lt;br /&gt;
--[[User:Pascal|Pascal]] 11:33, 20 Nov 2007&lt;br /&gt;
* It would be great to have spell checking in notes editor&lt;br /&gt;
* In version 0.9.0 beta 14, bold, italic and underline buttons have no icons (if you click where they should be, it does the job, but you don&#039;t see the buttons).&lt;br /&gt;
&lt;br /&gt;
--[[User:puckja|puckja]] 13:51, 3 Jan. 2008&lt;br /&gt;
* Great feature! Now I can add formated text/graphics in the note panel (SimpleHTML). Cut &amp;amp; Paste from webpage and even MS Word 2003 with figures and math equations works great.&lt;br /&gt;
* More user friendly functions such as FONT property in toolbar or shortcut, HIGHLIGHTING capability, insert HYBERLINK (it can be added with direct HTML coding), configurable property for the inserted graphic(size/alignment, etc.) would be great. (It is already very good! Thanks!)&lt;br /&gt;
&lt;br /&gt;
--[[User:puckja|puckja]] 16:09, 3 Jan. 2008&lt;br /&gt;
* It seems that all the figures inserted in the note are not &amp;quot;locally saved.&amp;quot;  It may a a &#039;&#039;&#039;SERIOUS BUG!&#039;&#039;&#039; If the figures are cut &amp;amp; paste from Internet, then they will not be available if machine is offline.  If the figures are C &amp;amp; P from local file (such as MS Word), then the source files are still at your personal Win TEMP directory, which means that they will be deleted some time in the future while you think it is saved.  Other software such as PersonalBrain will save the file and change the HTML src location after you saved the &amp;quot;brain&amp;quot;, but Freemind seems to leave it unattended.  :(&lt;br /&gt;
&lt;br /&gt;
* HTML Editor won&#039;t let you put a table in a node.  Well, that&#039;s not quite true.  The &amp;quot;table&amp;quot; item n the menu bar has all its items disabled, but you can edit the HTML to make the node have a table.  Why is the menu bar operation turned of for nodes?&lt;br /&gt;
--[[User:Anton|Anton]] 18:16, 20 Jul 2008 (PDT)&lt;br /&gt;
a&lt;br /&gt;
* The HTML Editor seems to have a &#039;template&#039; which is the same for all nodes.  It would be nice to have&lt;br /&gt;
## User-definable style sheet, that could set font, size, colour, box width ...&lt;br /&gt;
## ... for each level&lt;br /&gt;
--[[User:Anton|Anton]] 18:25, 22 Jul 2008 (PDT)&lt;br /&gt;
&lt;br /&gt;
Filter macros on the mind map itself would be good. They could be adjustable. And/or/not etc, could be done by clicking the different parts of the map corresponding to the attributes/icons under question. This would be nice because it would be more natural to drill down the search in this way. Filter by cliking on a node, filter again on what is left within that filter etc.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*The WYSIWYG is a big + for my workflow. However, I often use this program w/ widescreen setups and it would be a great if I could reposition the WYSIWYG window to the left, right of the Map window. &lt;br /&gt;
*It would be v.nice if the editor could interpret latex formating for math/equations.&lt;br /&gt;
--[[User:Lessfield|Lessfield]] 18:01, 19 Feb 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
I agree with Lessfield - I want to create extensive notes, instructions etc. and I&#039;d like to be able to move the note editing pane to the right side.  To go with this, I&#039;d like to be able to control the node layout so it&#039;s a tree expanding from top to bottom or left to right (like Visual Mind&#039;s Standard, left-to_right and right-to-left views).&lt;br /&gt;
&lt;br /&gt;
Possible bug:- frequently when I&#039;m typing in the notes pane, the insertion cursor zips back to the beginning of the line and text insertion continues there. I don&#039;t think I&#039;m accidentally hitting any hot keys ;-)&lt;br /&gt;
--[[User:MikeS|MikeS]] 12:09, 19 Jun 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
= Scripting via Groovy =&lt;br /&gt;
[http://en.wikipedia.org/wiki/Groovy_programming_language Groovy] scripts may be attached to individual nodes in the map.  When &amp;quot;evaluate&amp;quot; is selected via the menu or keypress (Alt-F8), all nodes in the map are searched (depth-first) for one or more attributes named &amp;quot;script&amp;quot;.  If such an attribute is found, the value of the attached attribute is passed to the Groovy engine to execute.&lt;br /&gt;
&lt;br /&gt;
Only nodes are evaluated, which attribute keys start with &amp;quot;script&amp;quot;.  However, there is nothing preventing a script on one node from acting on other nodes via normal operations (e.g. node.getChildren or similar) as far as I can tell from the code.&lt;br /&gt;
&lt;br /&gt;
=== Assignment vs. Operation ===&lt;br /&gt;
&lt;br /&gt;
If the value of the script attribute starts with the equals sign (&amp;quot;=&amp;quot;), then the node text will be replaced by the RESULT of the script evaluation.  Be careful not to overwrite your nodes!  See the example for using the &amp;quot;node.getText()&amp;quot; in an assignment script.&lt;br /&gt;
&lt;br /&gt;
If the value of the script attribute does not begin with the equals sign, then the script will run and may affect the map, but the expression result is not assigned to the node text.&lt;br /&gt;
&lt;br /&gt;
=== Available Operations ===&lt;br /&gt;
&lt;br /&gt;
When the Groovy binding is created, two variables are set:&lt;br /&gt;
&lt;br /&gt;
* &amp;quot;c&amp;quot; is set to the MindMapController&lt;br /&gt;
* &amp;quot;node&amp;quot; is set to the MindMapNode being evaluated&lt;br /&gt;
&lt;br /&gt;
You will have to examine the FreeMind source code for operations on the interfaces.  See the examples for a few operations such as setting the node text, node color and background color.&lt;br /&gt;
&lt;br /&gt;
=== Examples ===&lt;br /&gt;
I have only played with the engine for five minutes, and spent about the same amount of time on the Groovy home page.  The following examples work for me:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Prepend the node text with an integer representing the node depth.&#039;&#039;&#039;  Note that the script starts with &#039;=&#039; so the result is assigned back to the node text.&lt;br /&gt;
&amp;lt;groovy&amp;gt;=node.getNodeLevel() + &amp;quot; &amp;quot; + node.getText()&amp;lt;/groovy&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Set the text color of a node:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;groovy&amp;gt;node.setColor(java.awt.Color.RED)&amp;lt;/groovy&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Set the background color of a node:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;groovy&amp;gt;node.setBackgroundColor(java.awt.Color.BLUE)&amp;lt;/groovy&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Project Manager: Don&#039;t do this; use methods of the controller c instead.&#039;&#039;&#039; If you manipulate the node model directly, you&#039;ll miss the undo and flow control capabilities of FreeMind. Please, consult methods from the interface MindMapActions only.&lt;br /&gt;
&lt;br /&gt;
=== Advanced Examples===&lt;br /&gt;
&lt;br /&gt;
All advanced examples have been moved to the [[Example scripts]]&lt;br /&gt;
&lt;br /&gt;
== About Groovy ==&lt;br /&gt;
For people unfamiliar with Groovy scripting, it&#039;s [http://groovy.codehaus.org home page], an [http://www.onjava.com/pub/a/onjava/2004/09/29/groovy.html introduction], a review on [http://ask.slashdot.org/article.pl?sid=06/04/18/2223237 slashdot].&lt;br /&gt;
&lt;br /&gt;
== How to get started ==&lt;br /&gt;
&lt;br /&gt;
# Create an attribute for a node.  The attribute must be named &amp;quot;script&amp;quot;&lt;br /&gt;
# Create the Groovy script and set as the value of the attribute&lt;br /&gt;
# Press Alt-F8 or select &amp;quot;Evaluate&amp;quot; from the Tools menu.&lt;br /&gt;
&lt;br /&gt;
== Wish for Groovy script editing ==&lt;br /&gt;
* Need good editor for writing such script for the attribute. The current attribute manager is not suitable to write long script. --[[User:Yubrshen|yushen]] 15:41, 15 Jan 2007 (PST)&lt;br /&gt;
* I know I could dig through the source code and figure it out, but even a rudimentary object reference would be great. --[[User:RazielJaTier|RazielJaTier]] 15:01, 21 May 2008 (PDT)&lt;br /&gt;
** Created a page called [[FreeMindGroovyObjects|FreeMind / Groovy Object Reference]] to start compiling known information into a reference page.  If you&#039;re familiar with any of the objects and navigation, lets start documenting it here. &lt;br /&gt;
* Debug Console while you&#039;re running scripts from the map.  If you have a typo, the script simply does nothing.  It would be nice to get an error or some sort of feedback. --[[User:RazielJaTier|RazielJaTier]] 15:01, 21 May 2008 (PDT)&lt;br /&gt;
&lt;br /&gt;
== Scripting the application, not the documents ==&lt;br /&gt;
&lt;br /&gt;
When I first read about Groovy in Freemind, I was irritated by the fact that the Groovy scripts are part of the Map (as script attribute) and not the application.&lt;br /&gt;
&lt;br /&gt;
To my opinion it would make more sense to allow Groovy scripts to be plugged into the application and work on either Map.&lt;br /&gt;
&lt;br /&gt;
An example of how this could work can be found here: [http://groovy.codehaus.org/Integrating+Groovy+in+an+application+-+a+success+story]&lt;br /&gt;
&lt;br /&gt;
In a similar way each script could be bound to a menu item in a user menu or a button, and be provided with the current &#039;context&#039;, maybe containing a model of an open Map when activated.&lt;br /&gt;
This way it would be possible to create complete maps on-the-fly without having to create the Map and the root node with a script attribute first(!).&lt;br /&gt;
&lt;br /&gt;
This is from user&#039;s point of view more like scripted plug-ins and filters in Gimp or Steinberg-like music software, and not so much like the VBA thing stored inside office documents.&lt;br /&gt;
&lt;br /&gt;
--[[User:Det|Det]] 07:28, 16 Mar 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
== Tips of editing script ==&lt;br /&gt;
# Before there is good editor for script, I use a template node to define long script then use copy and paste to duplicate the script. &lt;br /&gt;
&lt;br /&gt;
--[[User:Yubrshen|yushen]] 15:41, 15 Jan 2007 (PST)&lt;br /&gt;
&lt;br /&gt;
= TaskJuggler Integration =&lt;br /&gt;
&lt;br /&gt;
[http://taskjuggler.org/ TaskJuggler] is a opensource project management tool for linux. It covers the complete spectrum of project management tasks from the first idea to the completion of the project. It assists you during project scoping, resource assignment, cost and revenue planing, risk and communication management. &lt;br /&gt;
&lt;br /&gt;
=== Idea ===&lt;br /&gt;
The idea is to have special task, resource, and account nodes on the mindmap. &lt;br /&gt;
&lt;br /&gt;
====Usage summary====&lt;br /&gt;
 - Tasks are defined as subnodes of TASKS node.&lt;br /&gt;
 - Resources are defined as subnodes of RESOURCES node. &lt;br /&gt;
 - Accounts as subnodes of ACCOUNTS node. (not yet implemented in 0.9.0 beta 18)&lt;br /&gt;
 - Taskjuggler task/resource/account info contained as node attributes. &amp;lt;br&amp;gt;     You can find more info about these attribs in [http://taskjuggler.org/manual-2.3.0/c1376.html TaskJuggler documentation]&lt;br /&gt;
 - After entering all task/resource/account info in freemind, use File--&amp;gt;Export to &amp;lt;br&amp;gt;    export the task/resource/account info that is currently VISIBLE &amp;lt;br&amp;gt;     (your freemind filters can be used to limit the info being exported to TaskJuggler).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:Taskjuggler_example.png]]&lt;br /&gt;
&lt;br /&gt;
=== Project file (TJP) ===&lt;br /&gt;
We generate only includes with FreeMind, so we must write simple TaskJuggler main project file: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;project simple &amp;quot;Simple Project&amp;quot; &amp;quot;1.0&amp;quot; 2005-06-06 - 2005-06-26&lt;br /&gt;
&lt;br /&gt;
include &amp;quot;example.accounts.tji&amp;quot;&lt;br /&gt;
include &amp;quot;example.resources.tji&amp;quot;&lt;br /&gt;
include &amp;quot;example.tasks.tji&amp;quot;&lt;br /&gt;
&lt;br /&gt;
taskreport &amp;quot;Gantt Chart&amp;quot; {&lt;br /&gt;
  headline &amp;quot;Project Gantt Chart&amp;quot;&lt;br /&gt;
  columns hierarchindex, name, start, end, effort, duration, cost, revenue, chart&lt;br /&gt;
  timeformat &amp;quot;%a %Y-%m-%d&amp;quot;&lt;br /&gt;
  loadunit days&lt;br /&gt;
  hideresource 1&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
htmlaccountreport &amp;quot;accountsreport.html&amp;quot;{&lt;br /&gt;
  timeformat &amp;quot;%d-%M-%y&amp;quot;&lt;br /&gt;
  accumulate&lt;br /&gt;
  columns index, name, weekly&lt;br /&gt;
}&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Include Files (TJI) ===&lt;br /&gt;
Mindmap with defined TASKS, RESOURCES and ACCOUNTS nodes can look like this:&lt;br /&gt;
{| cellpadding=&amp;quot;20&amp;quot; cellspacing=&amp;quot;0&amp;quot; border=&amp;quot;0&amp;quot;&lt;br /&gt;
|[http://pliki.rodos.com.pl/freemind/tji_example/example_freemind2.png http://pliki.rodos.com.pl/freemind/tji_example/example_freemind2_maly.png]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
We can export include files which we have defined in our project file directly from FreeMind mindmap:&amp;lt;br&amp;gt;&lt;br /&gt;
- example.resources.tji - from RESOURCES node (File-&amp;gt;Export-&amp;gt;Resources from RESOURCES node to TJI file..)&amp;lt;br&amp;gt;&lt;br /&gt;
- example.tasks.tji - from TASKS node (File-&amp;gt;Export-&amp;gt;Task from TASKS node to TJI file..)&amp;lt;br&amp;gt;&lt;br /&gt;
- example.accounts.tji - from ACCOUNTS node (File-&amp;gt;Export-&amp;gt;Accounts from ACCOUNTS node to TJI file..)&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In TaskJuggler our project will look like this:&lt;br /&gt;
{| cellpadding=&amp;quot;20&amp;quot; cellspacing=&amp;quot;0&amp;quot; border=&amp;quot;0&amp;quot;&lt;br /&gt;
|[http://pliki.rodos.com.pl/freemind/tji_example/example_taskjuggler.png http://pliki.rodos.com.pl/freemind/tji_example/example_taskjuggler_maly.png] &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Download ===&lt;br /&gt;
[http://pliki.rodos.com.pl/freemind/tji_example/example.zip Here] you can download full example without accounts feature and [http://pliki.rodos.com.pl/freemind/account/accountexample.zip here] with accounts.&lt;br /&gt;
&lt;br /&gt;
=== Account support ===&lt;br /&gt;
Becouse accounts functionality isn&#039;t in CVS yet. You need use [http://pliki.rodos.com.pl/freemind/account/Freemind_0_9_0_beta15_koprin_b2.zip this] binary or &lt;br /&gt;
get Freemind from CVS (CVS tag: fm_060405_integration) and aply [http://pliki.rodos.com.pl/freemind/account/diff.zip this] patch.&lt;br /&gt;
&lt;br /&gt;
= The rest of the new features =&lt;br /&gt;
&lt;br /&gt;
==Icons==&lt;br /&gt;
=== User icons ===&lt;br /&gt;
&lt;br /&gt;
User icons can be added. PNG files of the icons have to be added to the folder &#039;&#039;&#039;&amp;lt;user_home&amp;gt;&#039;&#039;&#039;/.freemind/icons. All *.png files in &#039;&#039;&#039;&amp;lt;user_home&amp;gt;&#039;&#039;&#039;/.freemind/icons are handled as user icons. Size is &#039;&#039;not&#039;&#039; limited to 16 px x 16 px.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;User feedback:&#039;&#039;&#039;&lt;br /&gt;
* FreeMind adds &amp;quot;icon_&amp;quot; to the user-given name of a user icon. The name should just be the user given name - without &amp;quot;.png&amp;quot; of course.&lt;br /&gt;
* When adding user icons, they appear in a random order within the side bar and mixed with the Freemind built-in icons. Is there a way to control this order ?&lt;br /&gt;
* My new icons appeared at the end of the standard ones and appeared to be in alphabetical order by filename. GREAT feature. I was able to take screen captures of the icons for Access objects and some of the Office program icons and use them in a mind map documenting a project my computer literacy students do at the end of the semester. This is far superior to having to use a limited set of standard icons which aren&#039;t particularly meaningful.&lt;br /&gt;
* Q: what is the procedure for adding user icons in Mac OS? Which is the correct destination folder?&lt;br /&gt;
&lt;br /&gt;
* User icons are not included in exported mindmaps (flash at least).&lt;br /&gt;
* Including icons does not appear to work (WinXP - Freemind 0.9.0 Beta 19). Have assumed that placing .png files in C:\Program Files\Freemind\Icons should ensure that they are included but have nt been able to get this feature to work. Is this the correct placement for the icons folder in Windows?&lt;br /&gt;
::You put the icons in the wrong folder. Look again above. --[[User:Terkor|Terkor]] 03:23, 21 Oct 2008 (UTC)&lt;br /&gt;
&lt;br /&gt;
===Selecting, Substituting and Deleting Icons===&lt;br /&gt;
* Using Shift+Click on icon bar substitutes the current icons by the new one.&lt;br /&gt;
* Icon bar Icon Selection Dialog: click on icon with control key hold: removes the first matching icon, with alt key removes the last one. Icon Selection Dialog: Shift+Enter or Alt+Enter can be used as well.&lt;br /&gt;
* Icon hot keys available in Select Icon Dialog. They can be set in Preferences &amp;gt; Keystrokes. --[[User:Terkor|Terkor]] 13:26, 3 Sep 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;User feedback:&#039;&#039;&#039;&lt;br /&gt;
* Substituting icons with Shift+Enter in the Icon Selection Dialog (as announced in the changes for Beta 9) does not work. Just inserts the selected icon.&lt;br /&gt;
* Can I suggest you add a couple of icons as standard namely &#039;$&#039; and &#039;$$&#039; too?  Thanks.&lt;br /&gt;
&lt;br /&gt;
==Latex Plugin==&lt;br /&gt;
With the new Latex Plugin (Insert &amp;gt; Latex) you can now add mathematical formulas to your nodes.&lt;br /&gt;
Select a node and chose Insert &amp;gt; Latex. Under the node a default text in a box is added. When you click on that box a simple editor opens to enter the Latex code. Close the editor and your formula is displayed underneath the node.&lt;br /&gt;
&lt;br /&gt;
Erase the formula by clicking Latex again when the node is selected. --[[User:Terkor|Terkor]] 06:31, 3 Sep 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;User feedback:&#039;&#039;&#039;&lt;br /&gt;
* I like this one, but there may be an easier way for access of this functionality (a shortcut or s.th.).&lt;br /&gt;
* Great, adds a whole new field of use to FreeMind!&lt;br /&gt;
* Tip: Can also be used to just add a text to node instead of a mathematical formula. If you just add text without any commands, you get italic text in the box. Everything put between \mbox{ and } appears as normal text. (The code is contained in the default formula that is added every time you add a new Latex box to a node.)&lt;br /&gt;
* Exporting the formulas does not work for at least for some filters (Flash at least).&lt;br /&gt;
* LaTeX formulas do not scale with the rest of the map but have always the same size. Please make them scalable if possible.--[[User:Christofb|Christofb]] 12:19, 30 Oct 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
* Nice feature. It would be nice if the graphical representation of the formula could appear with the higher quality associated with LaTeX. Is it possible to improve via anti aliasing or exporting/printing via postscript?&lt;br /&gt;
&lt;br /&gt;
==Linking to nodes in another mm-file==&lt;br /&gt;
&lt;br /&gt;
You may create a link to a node in another map by appending #node_name to the map path&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;User feedback:&#039;&#039;&#039;&lt;br /&gt;
*Bug?:  This feature does not seem to work for file urls ex: file:\\dfs\folder\file.mm##Freemind_Link_335867258.  It also does not seem to work through the website applet.&lt;br /&gt;
** The URL is wrong. Must be file:///dfs\folder\file.mm##Freemind_Link_335867258&lt;br /&gt;
&lt;br /&gt;
* Bug: This very useful feature seems to work for the current instance of the target map only. Once the target map is closed and reopened the link points to the root node in the target map, even though the link text is still correct. Closing the source map and reopening it works fine. - Tested based on FM 0.8.0 maps with the Windows version of FM.--[[User:Uli|Uli]] 02:51, 13 Feb 2007 (PST)&lt;br /&gt;
&lt;br /&gt;
(•) Solution:&lt;br /&gt;
&lt;br /&gt;
• create a (temporary) local link to the intended target node from any other node within the target MindMap (MM) (ALT+L)&lt;br /&gt;
  =&amp;gt; i.e. the target-node must be the &#039;referred&#039; node in this case meaning that it must be the second of the two nodes composing said (temporary) local link.&lt;br /&gt;
    -&amp;gt; Digression: A local link is created by first left clicking on the source node and, while holding down the CTRL-button, then &lt;br /&gt;
       left clicking on the target node, then press Alt-L. The link is created in the source node (a green arrow appears).&lt;br /&gt;
• Now highlight the &#039;referring&#039;/source node, i.e. the other of the two nodes in this (temporary) local link (the one with the green arrow) and press CTRL+k (edit link)&lt;br /&gt;
  =&amp;gt; the freemind node name of the &#039;referred&#039; node (i.e. our desired target node) appears (eg. #Freemind_Link_676133257)&lt;br /&gt;
• Copy (or better still, cut) this node name [ctrl+c/ctrl+x].&lt;br /&gt;
&lt;br /&gt;
• In the Source MM create an external link to the target MM (eg. c:\mindmaps\TASKS.mm),&lt;br /&gt;
  =&amp;gt; Digression: An external link is created thus: CTRL+k (manually enter path) or SHIFT+CTRL+k (choose path). A red arrow appears.&lt;br /&gt;
• highlight the node with the newly created external link and append the copied/cut freemind node name to it using CTRL+k (edit link).&lt;br /&gt;
  =&amp;gt; The result could look like this: c:\mindmaps\TASKS#Freemind_Link_676133257&lt;br /&gt;
&lt;br /&gt;
• Finally, delete the local link if you may so wish (this step is only relevant, if you&#039;d only copied and not cut the node name above).&lt;br /&gt;
&lt;br /&gt;
• Being able to link to a specific link should not only possible within freemind but also from other tools. This could be established via adding a command line parameter giving the node ID to select right after startup.&lt;br /&gt;
&lt;br /&gt;
== Edit Styles, Patterns, Automatic Layout Patterns ==&lt;br /&gt;
&lt;br /&gt;
=== Change Format Dialog ===&lt;br /&gt;
&lt;br /&gt;
New &amp;quot;Change Format&amp;quot; dialog box that lets you edit node and edge attributes at once. (Format &amp;gt; Change format...)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;User feedback:&#039;&#039;&#039;&lt;br /&gt;
* The very powerful and useful dialog box needs a shortcut, and an entry in the context menu when you right-click on a node.&lt;br /&gt;
* A preview-area would be helpful.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Manage Patterns ===&lt;br /&gt;
&lt;br /&gt;
There is now a manager for the physical styles. (Format &amp;gt; Physical Styles &amp;gt; Manage Patterns..)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== User feedback: ====&lt;br /&gt;
&lt;br /&gt;
* It is so helpfull!!!!!&lt;br /&gt;
* Would it be possible to also show (and even change) the shortcuts of the patterns in the pattern manager?&lt;br /&gt;
* Styles should be renamed Format Macro. They are a great feature.&lt;br /&gt;
* Feature Request&lt;br /&gt;
** A real Style formating feature with style_registry, where the formating is defined, would be great.&lt;br /&gt;
* Bugs&lt;br /&gt;
** Style names are not proper UTF-8 encoded e.g. ü in become FC in patterns.xml and not &amp;amp;#xfc;&lt;br /&gt;
** beta 18 couldn&#039;t generate new Style from current node. Pressing Save&amp;amp;Exit didn&#039;t save and a Notice pop up without any message.&lt;br /&gt;
* All version including RC1 - F11 window does not allow to choose a font size which is not in the list (11 for example) this is not consistent with the tool bar of the main window. I&#039;m using style with 11 pt font size !&lt;br /&gt;
* Im experimenting with TONY BUZAN&#039;s mind mapping and memroy techniques. Eventaully i wnat to make a mind map of his book&#039;s and share, however copywright questions arise?? anyone know about it. Regardless of this question it brings to my attention the powers of formatting and memory enhancement. &lt;br /&gt;
**Is there a way of patterning the width/thikness of the links?&lt;br /&gt;
**Would be great to have a plugin that does a network analysis of the mind map and formatts acordingly. Hubs/number of links to a node = format value. Format value&#039;s to stimmulate as many sensory modalites as possible (NLP/ memory techniqes) &lt;br /&gt;
***These formats can then have an icon/ memory hook to filter by.&lt;br /&gt;
&lt;br /&gt;
=== Edit Automatic Layout Patterns ===&lt;br /&gt;
It is now possible to edit Automatic Layout Patterns. (Tools &amp;gt; Preferences ... &amp;gt; Automatic layout pat...) Click there on a pattern and the new &amp;quot;Change Format&amp;quot; box appears (here called &amp;quot;Change Pattern&amp;quot;).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;User feedback:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* I also really like this feature, BUT I also would badly need to automaticaly layout for more then 4 levels (even if I could not change it by myself)! This is one of the most important things missing yet in this great application. Thanks anyway!&lt;br /&gt;
&lt;br /&gt;
* Great! Could you please make the area &amp;quot;Automatic Layout Styles&amp;quot; a bit wider. There is no reason to keep it so tiny.&lt;br /&gt;
&lt;br /&gt;
* I find the automatic layout a bit limited; after four levels, the layout remains the same, but I oftentimes use five, six or seven levels. Only feature I&#039;d like to see added to the program is to set an auto format for a larger (custom-defined?) amount of levels.&lt;br /&gt;
&lt;br /&gt;
* I love automatic layout, I use it pretty much exclusively.  The only thing that sucks is that it completely disables the ability to apply localized formats to nodes with it enabled.  Can you put in some sort of cascading functionality.  The default would be automatic, but you could override the formats at any time.  Also put something like the &amp;quot;reset position&amp;quot;  like  &amp;quot;remove custom formatting&amp;quot;.  --[[User:RazielJaTier|RazielJaTier]] 15:27, 20 May 2008 (PDT)&lt;br /&gt;
&lt;br /&gt;
* I second Raziel&#039;s motion. I&#039;d love to be able to store code snippets in a map, but automatic layout disrupts my custom formatting. --[[User:Neontapir|Neontapir]] 09:47, 23 Jun 2008 (PDT)&lt;br /&gt;
&lt;br /&gt;
* Wonderfull. Would it be possible choose (at least) color to be applied per branch instead of per level. This is more in tune with Dr. Buzan&#039;s suggestions.&lt;br /&gt;
&lt;br /&gt;
== Find And Replace ==&lt;br /&gt;
FreeMind has now a Find &amp;amp; Replace dialog. It combines the old &amp;quot;Show Map History...&amp;quot; (which is not there any more) with a classical Find &amp;amp; Replace dialog.&lt;br /&gt;
&lt;br /&gt;
Found nodes can be sorted by Date, Text, Icons, Created, Modified, and Notes.&lt;br /&gt;
&lt;br /&gt;
You can choose: Export Selected Nodes, Replace All, Replace Selected, Goto, and Select.&lt;br /&gt;
&lt;br /&gt;
When no search text is entered all nodes of the map are shown in a sorted list.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;User Feedback&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Characters like äöü&amp;quot; are not displayed correctly (the HTML-versions are displayed).&lt;br /&gt;
* Could it be possible to hide columns that I don&#039;t need to see?&lt;br /&gt;
* Thank You for the &amp;quot;replace&amp;quot; addition. How difficult would it be to have a &amp;quot;find&amp;quot; on all opened maps ?&lt;br /&gt;
* Is it possible to extend the &amp;quot;find&amp;quot; in all opened maps ?  When searching for a text pattern, it will save to open individually each maps and execute a find. --[[User:Fb5|Fb5]] 02:16, 15 Nov 2007 (PST)&lt;br /&gt;
** I second this - extremely needed (at least for me :) ) to be able to search across several maps!! --[[User:Spacevulture|Spacevulture]] 11:59, 21 Jun 2008 (PDT)&lt;br /&gt;
* Would very helpful if nodes themselves could not only be sorted alphabetically, but also by Icons. And maybe by Date, Created, Modified, and Notes.&lt;br /&gt;
* A drop-down menu with recent search/replace terms would be helpful, to avoid retyping when repeating searches. --[[User:Arg0|arg0]] 08:38, 25 Feb 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Display Selection as Bubble==&lt;br /&gt;
In the menu View there is now the option to display the selected nodes inside a bubble: &amp;quot;Display Selection as Rectangle on/off&amp;quot;. You can also pick this new option in Preferences &amp;gt; Defaults, where you can also choose the color of the bubble. &amp;quot;Display Selection as Rectangle on/off&amp;quot; is now (Beta 13) by default &amp;quot;on&amp;quot;. --[[User:DimitriPolivaev|DimitriPolivaev]] 14:50, 9 Sep 2007 (PDT) --[[User:Terkor|Terkor]] 16:57, 9 Sep 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;User Feedback&#039;&#039;&#039;&lt;br /&gt;
* Like it very much.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Tabs==&lt;br /&gt;
There are now Tabs (like in Firefox) representing the opened maps. Properties &amp;gt; Appearance &amp;gt; Look And Feel &amp;gt; Use Tabs lets you choose if you want to use tabs.  --[[User:Terkor|Terkor]] 10:36, 26 Aug 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;User Feedback&#039;&#039;&#039;&lt;br /&gt;
* Could it be possible that the tabs only appear (option) when more than one map is opened?&lt;br /&gt;
** I&#039;d like this too.  Screen space can be important.  --[[User:Kenrob|Kenrob]] 04:14, 5 Oct 2007 (PDT)&lt;br /&gt;
* Could it be possible to show and hide tabs &#039;&#039;in View&#039;&#039;?&lt;br /&gt;
* Could it be possible to rearrange the order of the tabs (by dragging and dropping them)?&lt;br /&gt;
** drag&amp;amp;drop, automatic hide when only one, close one/all via context menu etc. would be very usefull (i.e. like it is possible in firefox) --[[User:flusi100|flusi100]] 08:00, 24 Feb 2008&lt;br /&gt;
* Would be nice to close the maps by using their tabs (context menu with &amp;quot;Close&amp;quot; when right-clicking on tab, or middle-click on tab).&lt;br /&gt;
** Agreed - this would be useful.  --[[User:Kenrob|Kenrob]] 04:14, 5 Oct 2007 (PDT)&lt;br /&gt;
** ++ to that. Seemed unnatural not to have a context menu on the tabs.--[[User:Doubi|Doubi]] 23:08, 18 Apr 2009 (UTC)&lt;br /&gt;
* Now with tabs and Save All it would just be the next logical step that (as an option) all the tabs would open when FreeMind starts, that were open when FreeMind was closed.&lt;br /&gt;
*Switching tabs takes 15-20 seconds. Especially slow after FreeMind has been minimized and computer has been suspended/hibernated. Version 0.9.0 Beta 18. --[[User:Emkeyen|Emkeyen]]&lt;br /&gt;
&lt;br /&gt;
==Move Back and Move Forward==&lt;br /&gt;
There are now Move Back and Move Forward buttons in the Toolbar (also available in the Navigate menu and by using Alt-Left and Alt-Right). FreeMind stores a chronology of the selected nodes. Using Back and Forward you can navigate back and forth to those nodes - even if they are in an other opened map. --[[User:Terkor|Terkor]] 19:31, 26 Aug 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;User Feedback&#039;&#039;&#039;&lt;br /&gt;
* Very Helpful!&lt;br /&gt;
* Could there be a way to get back to the latest selection by one click.&lt;br /&gt;
* How about a popup list of the previous and next selected nodes (like in IE or FF)?&lt;br /&gt;
* Useful when navigating in large maps--[[User:Fb5|Fb5]] 02:13, 15 Nov 2007 (PST)&lt;br /&gt;
&lt;br /&gt;
==Export Filters==&lt;br /&gt;
Open Office Export now for the ODT format.&lt;br /&gt;
&lt;br /&gt;
Besides the two export filters for TaskJuggler there are three new filters for exporting:&lt;br /&gt;
&lt;br /&gt;
* As Java Appelt&lt;br /&gt;
* As Flash&lt;br /&gt;
* As TWiki --[[User:Terkor|Terkor]] 19:06, 27 Aug 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== User feedback ===&lt;br /&gt;
* Embedded links on images and then exported to flash do not work.&lt;br /&gt;
** [http://video.google.com/videoplay?docid=-781058038619276488&amp;amp;q=freemind+dennis Video of Bug]&lt;br /&gt;
* HTML links and then exported to flash do not work either. Please see: &lt;br /&gt;
** http://www.efectokiwano.net/mm/&lt;br /&gt;
--[[User:VincentD|VincentD]] 02:30, 9 Nov 2006 (PST)&lt;br /&gt;
* Export to Flash does not support Rich Formatted nodes.&lt;br /&gt;
* When a map that contains a hyperlink is exported to HTML there is obviously an error in that exported hyperlink. --[[User:Terkor|Terkor]] 20:34, 2 Sep 2007 (PDT)&lt;br /&gt;
* In exporting to Flash, I have to enter URLs as &amp;lt;nowiki&amp;gt;http:www.yahoo.com&amp;lt;/nowiki&amp;gt;, instead of &amp;lt;nowiki&amp;gt;http://www.yahoo.com&amp;lt;/nowiki&amp;gt;, for the link to work.&lt;br /&gt;
* I&#039;m using 0.9.0 beta 19, when exporting to flash, http links fail. I&#039;ve watched the video and visited efectokiwano, still not working. Does the exported html require a special server build to serve the content?&lt;br /&gt;
&lt;br /&gt;
--[[User:Berti|Berti]] 12:04, 13 Feb 2008 (PST)&lt;br /&gt;
* I tried an export to txt tab separated this worked in 0.8 fine if  I rename the .mm to xml and try to view it I get an error it seems the html tags are going to break it. I also tested the xsl form this side Tabulator separated text ? FreeMind&lt;br /&gt;
http://freemind.sourceforge.net/wiki/index.php/Import_and_export_to_other_applications&lt;br /&gt;
&lt;br /&gt;
=== Wishes concerning Export Filters ===&lt;br /&gt;
--[[User:AlexandreDC|AlexandreDC]] 08:47, 13 Mar 2008 (CET)&lt;br /&gt;
* It would be useful to indicate some XSLT templates to produce HTML exports: we could thus choose whether and how to display attributes for example.&lt;br /&gt;
&lt;br /&gt;
--[[User:DRBusch]]&lt;br /&gt;
* To me, the most useful application of freemind is organizing complex documents (e.g. a thesis or book).  To this end, I&#039;ve modified the [http://sites.google.com/site/freemind2beamer/ freemind2beamer] script into [http://student.physics.upenn.edu/~drbusch/mm2thesis.xsl mm2thesis].  Unfortunately, I can&#039;t seem to figure out how to parse in the xsl document such that I can (for example) put a hard line break into the text of a node and use the second line as a label.  For example, node=abcd\\labelabcd would be translated into \section{abcd}\label{sec:labelabcd}.  Any thoughts?  I haven&#039;t dug into the java mm to beamer conversion yet.&lt;br /&gt;
&lt;br /&gt;
=General Bugs=&lt;br /&gt;
* Generating Output for a printer is almost impossible. On Ubuntu 7.10 printing does not work (nothing happens), PDF export does not work (Error popup with no content), SVG export does not work (Error popup with no content), PNG export  does not work (nothing happens), JPG export  does not work (nothing happens), (Jave and Flash export thus is working, but it&#039;s not printable in a browser). So I am limited to screenshots which are unreadable in larger mind maps. Preview is ok, by the way, but I would need a feature to resize the whole map to paper size.&lt;br /&gt;
* If I close the calendar not with &amp;quot;cancel&amp;quot; but by just closing the calendar window, I can&#039;t reopen the calendar. I have to restart FM to be able to open the Time Management dialog again. --[[User:Terkor|Terkor]] 06:27, 15 Dec 2007 (PST)&lt;br /&gt;
* I updated to java runtime enviroment 1.6 and was not able to save any mindmap any longer. Message was &amp;quot;Map ist write protected&amp;quot; --[[User:bebach|bebach]] 13 Nov 2007&lt;br /&gt;
* Sometimes I use freemind just as a simple extended clipbord. In openoffce 2.0 writer I get the message, the clipbord format does not exist. In thunderbird I always have to paste without format to see anything. It is painful. It seems to me that I was not able to switch freemind to the plain text option. I am looking again the documentation. --[[User:bebach|bebach]] 8 Nov 2007&lt;br /&gt;
* Using the PDF export feature results in an error message &amp;quot;null compatible with Global antialiasing enable key&amp;quot;. That was no problem in Version 0.8&lt;br /&gt;
* I can&#039;t save a new mind map under MS Vista. Modify and save of an existing mind map works.&lt;br /&gt;
* After pasting a node at a new position, keystrokes get stuck. The moviment is possible only changing the focus with mouse. After changing the focus, keystrokes (up,down,left,right) works normally.--[[User:Leslie|Leslie]] 05:16, 17 Apr 2007 (PDT)&lt;br /&gt;
* Ok, the new version is very nice... but there is still the Problem with printing. Sometimes the print is to small or to great or a part is cut off. Its difficult to configure the printer for good mindmap printings--[[User:Bkmzde|Bkmzde]] 00:31, 16 Feb 2007 (PST)&lt;br /&gt;
* Bug ? : MindManager Import doesn&#039;t include &amp;quot;Html Notes&amp;quot; hooked to the nodes. In 0.8, the note is &amp;quot;translate&amp;quot; in a text note.&lt;br /&gt;
* The context-menu that appears when you right-click while editing a node does not work. (It only contains &amp;quot;Copy&amp;quot; - which does not work.) Perhaps adding &amp;quot;Cut&amp;quot;, &amp;quot;Paste&amp;quot;, &amp;quot;Split&amp;quot; (at cursor-position), &amp;quot;Edit Long Node...&amp;quot; (with the editor remembering the cursor position and if some text is already marked). And perhaps some formating: &amp;quot;Bold&amp;quot;, &amp;quot;Italic&amp;quot;, &amp;quot;Font...&amp;quot;, &amp;quot;Paragraph...&amp;quot;&lt;br /&gt;
* Display error: Zoom is now (Beta 14) working perfectly, as far as I can see. Good work! --[[User:Terkor|Terkor]] 14:41, 21 Oct 2007 (PDT)&lt;br /&gt;
** OK, there is a little bug: use Format &amp;gt; Bubble. You will see that on most zoom levels text in the bubble is not centered correctly. On both sides of the map text is placed too much on the left side. --[[User:Terkor|Terkor]] 11:33, 22 Nov 2007 (PST)&lt;br /&gt;
* Display error: Edges don&#039;t connect properly to the root. With widths 4 or 8 the effect is very obvious, and if &amp;quot;Bezier&amp;quot; is chosen). --[[User:Terkor|Terkor]] 07:51, 11 May 2008 (PDT)&lt;br /&gt;
[[Image:Root.jpg]]&lt;br /&gt;
*     File Locking appears buggy: When you open a file with File Locking enabled in Preferences, the first open generates the error that &#039;file locking&#039; failed. Subsequently, all attempts to open a file result in &#039;File is already being edited by (Username). Opening as Read-Only.&#039; FreeMind does not appear to be willing to release this lock, except by turning off Experimental File Locking and turning it back on, so the entire feature appears to be broken. Specs: Windows XP SP2 machine, .mm file is on local drive which is also shared.--[[User:Perholm|Perholm]] 22:43, 13 Sep 2007 (PDT)&lt;br /&gt;
* Auto-Save Confirmed Buggy: &#039;&#039;&#039;I WOULD SUGGEST THAT THIS BUG IS AN EMERGENCY, AS DATA-LOSS CAN/WILL HAPPEN IF THE FEATURE IS RELIED UPON&#039;&#039;&#039;. Auto-Save at present does not work properly and should not be relied upon. Bug analysis: It appears that the timer used to control auto-save is only activated once at program launch, and when the auto-save interval has passed the timer does not reset for another auto-save interval, but instead NEVER generates an event again. Test: Set auto-save to 20000 milliseconds. Open an existing MindMap, and make a change within 20 seconds. If you check the .freemind directory, a single auto-save will be generated after 20 seconds, and no further auto-saves will EVER happen. If you again open a MindMap, and DO NOT make a change within 20 seconds, no auto-save will ever happen of any changes including the initial change. I would therefore conclude that the timer used for the auto-save interval is being programmed incorrectly, and does not launch another auto-save interval.--[[User:Perholm|Perholm]] 22:56, 13 Sep 2007 (PDT)&lt;br /&gt;
* The JRE 1.6 update 2 bug from javaw.exe on using the function of Open/Save File, it will waitting more than 30 sec per times, The JRE 1.5 update 11 will be better. --[[User:Josepchangtw|Josepchangtw]] 16:55, 15 Nov 2007 (PDT)&lt;br /&gt;
* Certain actions, foremost among them the &#039;&#039;paste&#039;&#039; action, cause FreeMind (or perhaps just the editing area) to lose focus somehow, so that no further keyboard input has any effect, until you click in the editing area to restore the focus. This severely detracts from the keyboard-only usability of FreeMind.&lt;br /&gt;
** Please describe how to reproduce and see this behavior [[User:DimitriPolivaev|DimitriPolivaev]] 14:40, 18 Oct 2007 (PDT)&lt;br /&gt;
** After pasting &#039;&#039;a node&#039;&#039; that has been copied from Freemind, the keyboard has absolutely no effect (really! I even tried mashing it randomly) until you click the mouse in the window, or switch to another window and then back, or do something else that focuses the Freemind window. Pasting text or anything else works just fine; only pasting a copied node (or nodes) causes the problem -- to put it as clearly as possible, the problem only occurs when pasting &#039;&#039;from Freemind to Freemind itself&#039;&#039;. Also, I should mention that this is not a problem in 0.8, only in 0.9.&lt;br /&gt;
** I have a very similar problem, under Ubuntu 7.10. It happens that: 1. whenever I paste something, I lose the ability to use the keyboard (all shortcuts), editing, entering text. 2. I can get keyboard back by switching to another window or virtual desktop, but after I repeat this (paste something) the third time, I lose keyboard for good until I close and re-open Freemind; 3. mouse works and I can save my map. Please note that for me it happens both with 0.8 and 0.9 branches, when running 0.9.x both with jre 5 and 6. [[User:Zecg|Zecg]]&lt;br /&gt;
** Same here on openSuSE 10.3, x86_64. It&#039;s hard to reproduce when it happens but I also suddenly use the ability to use keyboard. I&#039;ve found no way to get keyboard back except closing and re-opening Freemind. Mouse input still works. Appears to be introduced in the 0.9.x branch regardless whether I use jre 5 or 6. It&#039;s a show stopper. Is there a way to record all keyboard/mouse input to help to track this down ? --[[User:Steve|Steve]]&lt;br /&gt;
** The March 3 build seems to have fixed this bug. If others can confirm this, you can probably delete this thread.&lt;br /&gt;
** Not confirmed. The problem is still in Beta 16, just re-tested. A few times it happened after pressing INS, type in something, CR, CR, type in something, CR and cut the nodes again with CTRL-X, CTRL-X or a similar sequence. --[[User:Steve|Steve]]&lt;br /&gt;
* Node dragging problem: &amp;lt;br&amp;gt; When dragging the small circle in front of a node and moving the node vertically to raise the distance to the upper or lower node, this behavior in FreeMind seems to have changed. &amp;lt;br&amp;gt;In previous versions, the node could only be dragged to the right, up or down, but not more to the left towards the parent node. There was kind of an invisible vertical border. You could not drag the node beyond this border towards the parent node. This border was excellent to keep all child nodes aligned while changing the nodes&#039; distance. &amp;lt;br&amp;gt;Now this doesn&#039;t work any more. In the current version, this border seems to be gone unfortunately. When I change the vertical distance of one node to another node, I cannot keep the moved node in it&#039;s horizontal position any more. &amp;lt;br&amp;gt; (By the way, pressing &amp;lt;CTRL&amp;gt;-left-mouse-button on a node&#039;s drag-handle also changes the distance between nodes, but this functionality is not compareable, because it changes the distance of &amp;lt;u&amp;gt;all&amp;lt;/u&amp;gt; child nodes in this column, not only of the selected one.)&lt;br /&gt;
** Solution could be double-click on the small circle: it appears to work very well.--[[User:Luciodp|Luciodp]] 05:32, 7 May 2008 (PDT)&lt;br /&gt;
* Node dragging problem 2: &amp;lt;br&amp;gt; FM 0.9 B15. I created a map with FM 0.8, then switched to 0.9. If I copy the contents of a MSWord table into a node, MM gets it formatted with HTML and displays the table perfectly. The problem arises when I move the node to another branch of the tree. The html content gets converted to ascii (e.g. &amp;amp;lt;html&amp;amp;gt; becomes &amp;amp;amp;lt;html&amp;amp;amp;gt;) and thus all the formatting is lost. --[[User:ScavType|ScavType]] 14:09, 04 Jan 2008 (PDT)&lt;br /&gt;
* Print Preview shows wrong view after selecting Fit to one page. Steps: create map that&#039;s more than one page wide with default page setup options. Edit page options to fit to one page. Choose Print Preview. Expect it to show one page. Instead, it showed the first page of two pages as if ignoring the &amp;quot;fit to one page&amp;quot; option. After clicking next page button, print preview then realized it should zoom to fit to one page. --[[User:JimK|JimK]]&lt;br /&gt;
* Hover text for Print icon on toolbar says &amp;quot;Print...&amp;quot; implying that a dialog box will open but instead it just starts a print job.  Text should say &amp;quot;Print&amp;quot; or it should open dialog box. --[[User:JimK|JimK]]&lt;br /&gt;
* Opened a mind map created in 0.8.7. Looks good except that beta 17 put a cloud around the entire map---i.e., main node---that I can&#039;t remove, and all the child nodes on the right of the main node have been moved down far enough to be offscreen when view is centered on the main node. (One branch on the left side is fully expanded to four levels, so maybe that had something to do with it, but folding it back up makes no difference.) Tried to toggle off the cloud using the Insert main menu, the Insert shortcut menu, and with shift+ctl+b combo... no luck. This is my first try with 0.9 b17; and already I can&#039;t use it for existing maps. --[[User:foxcole|foxcole]] 13 May 2008    UPDATE:  Ah... in beta 17 I can&#039;t add a cloud to the main node either, so that seems to be a property that&#039;s not natively available at the main level. I&#039;ve no idea what&#039;s putting it there in the first place but now understand why I can&#039;t remove it.&lt;br /&gt;
* Open a mind map that saved on a network share with windows version of freemind, doesn&#039;t work. I got the following failure: An error occoured on opening the file: MindMap:\\mondsee\homes\ko\Eigene Dateien\Brainstorming\FTM\WLT-Event.mm. It&#039;s only while opening a file on a network-share - at my local desktop it works! --[[User:Osthoffinnovations|Osthoffinnovations]] 09:12, 30 May 2008 (PDT) &lt;br /&gt;
** The space in the path name &amp;quot;..\Eigene Dateien\..&amp;quot; plus double back slash &amp;quot;\\&amp;quot; causes this bug.&lt;br /&gt;
 As a quick fix add to FreeMind.java on line 517 (after “// bug fix by Dan:”) &lt;br /&gt;
   if (System.getProperty(&amp;quot;os.name&amp;quot;).startsWith(&amp;quot;Windows XP&amp;quot;) &amp;amp;&amp;amp; url.toString().startsWith(&amp;quot;file:////&amp;quot;))&lt;br /&gt;
     command = &amp;quot;rundll32 shell32.dll,ShellExec_RunDLL \&amp;quot;&amp;quot; + url.toString().replaceAll(&amp;quot;%20&amp;quot;,&amp;quot; &amp;quot;).replaceAll(&amp;quot;%25&amp;quot;,&amp;quot;%&amp;quot;)+&amp;quot;\&amp;quot;&amp;quot;;&lt;br /&gt;
* If I put a graphics in a node and use the HTML editor to try to scale it down .... &amp;quot;size=50%&amp;quot; or &amp;quot;width=120px&amp;quot; ... that has no effect.  [[User:Anton|Anton]]&lt;br /&gt;
* Freemind uses .mm as its file extension, but on Ubuntu (and probably other Linux distributions), this is the same as &amp;quot;Troff MM input document,&amp;quot; so the file manager misidentifies all Freemind maps as Troff documents. Perhaps use .mim (MInd Map) or .fmm (FreeMindMap) or something else as the extension?&lt;br /&gt;
* On 0.9.0 beta 20: If you select &amp;quot;save&amp;quot; for an unsaved document, but you cancel the action, a message box appears saying &amp;quot;Saving Failed&amp;quot;, but it&#039;s just a cancel. [[User:snookiex|snookiex]] 11:35, 27 Oct 2008 (GMT-5)&lt;br /&gt;
* 0.9.0 beta 20: Create child node using keyboard shortcut (eg. Insert) then press same kb shortcut (or if you have a second keystroke generated thru keystroke bounce) the second child-child node is created as closed node, ie not ready for keystroke entry. Basically pressing the &amp;quot;create child node&amp;quot; should not create a new node if the same keystroke is seen before the node has been &amp;quot;closed&amp;quot;. (0.9.0 beta 15 did not display this behaviour - not tested intermediate versions yet)&lt;br /&gt;
* 0.9.0 beta 20: Note icon sometimes disappears and hint fails to display. Moving node causes note icon to display and hint to become active again.&lt;br /&gt;
&lt;br /&gt;
=General Comments=&lt;br /&gt;
* Feature disable request:  Would be great to disable scroll with touch pad as on my MacBook Pro if I accidentally touch the touch pad it starts scrolling very slowely and freezes all functions until it has stopped.&lt;br /&gt;
* Feature request: Would be nice to have a Latex export for the mindmap. This especially helps structuring a bigger report without having to type everything in latex again. Nice would be if you could say till which level you want to have headlines (after that just  enumerations / lists).&lt;br /&gt;
* Feature request: I&#039;m thinking to add a &amp;quot;Rotate&amp;quot; node function. When a node is selected followed by a &amp;quot;Rotate&amp;quot; feature, the selected node and its child nodes will be rotated by 90 degree. This will form a flow chart. Thus, we can used FreeMind to build flow chart easily using its friendly interface.&lt;br /&gt;
* Feature request: Add a number &amp;quot;0&amp;quot; icon. The addition of numbers &amp;quot;8&amp;quot; and &amp;quot;9&amp;quot; in .9.0 Beta 18 are great, but &amp;quot;0&amp;quot; is all that&#039;s left to complete the set. This will allow users to use these icons in many ways other than just setting priority. For example, when using Freemind to take notes, if you have more than 9 items which would benefit from a graphical numerical identification, double (or more) digits could be used with great benefit. I may even suggest that a black icon with white text be used—black being a conceptually appropriate color for the number &amp;quot;0&amp;quot;.&lt;br /&gt;
* Feature request: Add the possibility to add a description to a graphical link, or even attributes (would be perfect). I use Freemind to create Moore and Mealy state machines in XML. So adding a text or attributes to a graphical link would be a milestone to reduce the complexity of the drawings.&lt;br /&gt;
* Feature request: When you move mouse over a node text is displayed in popup cloud, but it dissapears after few seconds. I would like for it to stay. Also, It would be great to be able to focus that popup and edit (ok that&#039;s a hard one, but at least copy) the contest there right away. --[[User:Kova|Kova]] 06:49, 19 Jan 2008 (PST)&lt;br /&gt;
* Feature request: I would like an option for text view (bottom) and tree view (top) to show (expand) when you move mouse over them. Right now I have tree view maximized when I&#039;m editing the tree, but when I want to write something in the nodes or have a look what is written I have to go down, resize the text view, write text / view the text and resize again. It would be great if it resizes to half for example if I just move my mouse down to bottom where text area is. In short, I need quickly switch between node edit (text) and tree edit (graphics). --[[User:Kova|Kova]] 06:49, 19 Jan 2008 (PST)&lt;br /&gt;
* How about a forum for this stuff? Wiki is great for a single document, but not for discussion or suggestions like this. --[[User:Kova|Kova]] 06:49, 19 Jan 2008 (PST) &lt;br /&gt;
* In the German translation the use of capitals is just a mess. (Sorry!) For example &amp;quot;Speichern Unter...&amp;quot; Why a capital &amp;quot;U&amp;quot;? --[[User:Terkor|Terkor]] 06:58, 15 Dec 2007 (PST)&lt;br /&gt;
* Since some changes in the properties of FM need a restart of the program in order to be seen, there should be a restart option after you changed settings or in the file-menu. --[[User:Terkor|Terkor]] 02:18, 19 Nov 2007 (PST)&lt;br /&gt;
* any idea how I can print or give out a mindmap WITH the notes I made to the nodes? I think I tried all export possibilities but could not find a way.  --[[User:bebach|bebach]] 17 Nov 2007&lt;br /&gt;
* Since I communicate with others using html exports or java/ flash exports, I uploaded to the web, it would be wounderful to have an internal ftp client in freemind and have an export option  &amp;quot;upload by FTP&amp;quot;. --[[User:bebach|bebach]] 8 Nov 2007&lt;br /&gt;
* Missing Export feature: I love the XHTML-Export with includes Image of the mindmap. For many reasons it would be much more comfortable to have just the images with an imagemap, for example a link collection. It will save user one very painful klick an the looking for the right section in the html export. HTML-Export as an image map would be much better for some users since the are not used to the also very nice flash or java  web exports. They are very good for experienced users. --[[User:bebach|bebach]] 8 Nov 2007&lt;br /&gt;
* Moving a branch from one side of the root to the other - the text and child branches should &amp;quot;flip&amp;quot; to enable this&lt;br /&gt;
** Um, they do!  Drag the node onto the root node and drop when you can see the gradient appear - then you&#039;ll mirror the structure.  Otherwise you&#039;re just repositioning the node.  --[[User:Kenrob|Kenrob]] 04:34, 5 Oct 2007 (PDT)&lt;br /&gt;
* I believe the Calendar / Scheduler feature can offer great benefits if improved.  I suggest a pop up will should come up when the reminder time arrives.  Similar to MS Outlook, you should have options of  delaying the reminder or canceling it.  --[[User:Felipe|Felipe]] 13:33, 1 May 2007 (PDT)&lt;br /&gt;
* I love freemind and work with it a lot some hours a day! I am looking forward to the new version and I start testing from v0.9 beta 12 --[[User:bebach|bebach]] 24 Aug 2007&lt;br /&gt;
* Feature Request: Database views are a powerful feature. I wish something like this for freemind. The idea is to store all the data in some ordinary mindmaps whithout redundancy, and on the other side work on them with the help of several &#039;&#039;&#039;virtual mindmaps&#039;&#039;&#039;, like views in database systems. The intention is to benefit from all the advantages of database views in freemind with a similar feature. To build the freemind views could xquery be used.--[[User:maxreeb|maxreeb]] 6 Sep 2007&lt;br /&gt;
* Feature Request: Lose Nodes. While FreeMind works great for information that is already relatively structured in your mind, it is VERY difficult to use when your information is very disorganised, like any kind of stream-of-consciousness type note-taking. In that scenario, the fact that FreeMind forces you with an iron hand to structure information before you&#039;re allowed to move on to the next idea, forces you to completely stop the creative process maybe 10 times a minute, which is why I tend to AVOID FreeMind and favor even just WordPad any time I&#039;m creative, because FreeMind works against me by forcing me to be so structure right off the bat that it grinds the creative process to a halt. I truly feel that you need the ability to have what I would term &#039;Lose Nodes&#039;, which is notes that are simply floating on the page and detached from the tree. Of course the goal is to get them attached to the tree in an orderly fashion, but for the sake of picking your own brain, you actually need the ability to simply drop them on the page, and then drag-drop organize them later by binding them together into a tree. You would do the exact same on a physical desktop -- you would cut out little pieces of paper, which would initially just be floating around on the table, until they slowly become organized into a tree. The fact that people have done this for hundreds years, I think proves that this is a natural and intuitive workflow, one that FreeMind easily both could and should support. By the same token, if you realize that a tree is poorly structured, you would want to take it apart and re-assemble it in a new way. As part of that process, maybe 20 or 40 nodes would be temporarily lose, and a &#039;Lose Nodes&#039; feature would allow you to simply drag the nodes lose from the tree, drop them in the white space, and then later attach them somewhere else. I think this would be extremely intuitive. And very lastly, in this mindset of being able to do in FreeMind what you are thinking, I think you need to support more than one root. Although the GOAL is of course a neatly structured tree with a single root, you again don&#039;t necessarily arrive there through clean path -- no, the path is messy and disorganized, and then order forms slowly. I feel I would be able to structure large and experimental concepts much more easily if you supported Lose Nodes and multiple roots. With multiple roots, you would be able to detach section of the tree into a new tree, work on them concurrently, until you realize that they&#039;re part of the same concept, and glue the trees back together. These two features together are what is preventing me from being truly productive with FreeMind from a discovery perspective. I have no doubt that FreeMind works like a charm for information that is already relatively organized, but for discovering new and original concepts, FreeMind forces a structure on the information that is not mature for. Rather, FreeMind helps your produce a graph of the end result, but doesn&#039;t fully help you get there. --[[User:Perholm|Perholm]] 16:23, 12 Sep 2007 (PDT)&lt;br /&gt;
** &amp;quot;Lose Nodes&amp;quot; or &amp;quot;Unattached Nodes&amp;quot; or &amp;quot;Additional Roots&amp;quot; are available in [http://www.mindjet.com/ MindJet&#039;s] Mindmap.  They are a class of &amp;quot;floating&amp;quot; objects that include labels and graphics.  I recall the implementation of this came in on of the service packs for X5.  [http://www.mindjet.com/resources/tutorials/mindmanagerx5/default.aspx X5] also added things like callouts, markers, map parts, and storing the map as XML.  Once again I would recommend looking at Mindjet&#039;s MindMap and if you are a Windows users trying the 30-day evaluation to get a feel for what is possible in both capabilities and interface.  --[[User:Anton|Anton]] 18:05, 20 Jul 2008 (PDT) &lt;br /&gt;
&lt;br /&gt;
** Understood the issue. What I do is setting &amp;quot;disable key type&amp;quot; off, and &amp;quot;key type adds new&amp;quot; on. So each time I am hitting &amp;quot;return&amp;quot; key and starting to type again, it is a new node automatically created. In fact it works then like &amp;quot;wordPad&amp;quot;, a node being equivalent to a line. To keep my map &amp;quot;clean&amp;quot; all those new nodes are created under a node &amp;quot;to be cleaned&amp;quot; or even a new map. Then I do the assembling by moving nodes with the mouse, and this is all the power of freemind. Faster to reorganise information than any other tool I have ever tried. I like your expression &amp;quot;kind of stream-of-consciousness type note-taking&amp;quot;. This is exactly my use (several hours/day for years) of Freemind which is my main/only data entry software, and it is the best tool I know for this. --[[User:Fb5|Fb5]] 03:57, 23 Oct 2007 (PDT)&lt;br /&gt;
** About the  multi root discussion. The same result could be attained easily now with the tabbed windows. For large maps already difficult to see, multiroots would make them really messy. An improvement for your concern could be to have an option to view tabbed windows &amp;quot;side by side&amp;quot; (&amp;quot;arrange all&amp;quot; in Word from Windows).--[[User:Fb5|Fb5]] 04:15, 23 Oct 2007 (PDT)&lt;br /&gt;
* Feature Request: Rearranging Nodes. I&#039;m wondering why, when you&#039;re rearranging the order of nodes on the same hierarchical level, why you&#039;re only allowed to move a node *before* another node by dropping things in the top half of the destination node. All the time, I need to move a node so it comes *after* another node, but you can&#039;t simply drop the node in the bottom half of the destination node to move it to come *after*. And by the same token, there&#039;s NO way to move a node to be the last one without dropping it in the right-side of the *parent* node. This is frustrating, really frustrating, and there&#039;s no real logic to it... who made the decision that you can only move nodes *before* other nodes, but not *after*? Why did you decide to make it like this and not the other way around. And why is the only way you can get a node to the bottom of a list, to drag and drop onto the right side of the *parent* node. I run into this probably 20 or 30 times an hour, and the current design seems arbitrarily selected. You should be able to move nodes both *before* and *after* each other by dragging and dropping them into the top or bottom half of the destination node. I feel that nothing else is consistent and makes sense. Sorry for my rant, I just feel that there are some things that don&#039;t follow GUI 101. --[[User:Perholm|Perholm]] 14:00, 13 Sep 2007 (PDT)&lt;br /&gt;
** A simple workaround is to drag to the &#039;&#039;second-last&#039;&#039; position, i.e. the top ½ of the lowest node.  When you have everything else repositioned, drag the lowest node to it rightful place.  --[[User:Kenrob|Kenrob]] 04:25, 5 Oct 2007 (PDT)&lt;br /&gt;
*** I think this is unacceptable as a solution. Workaround, yes. Solution, no. --[[User:Perholm|Perholm]] 14:12, 10 Oct 2007 (PDT)&lt;br /&gt;
* Feature Request: Copy/Paste Paragraphs. I&#039;m an author trying to use FreeMind to structure a large literary project, and it would be incredibly helpful if FreeMind had the following functionality: If you grab some text from Word (which might consist of for example 10 paragraphs), it would be incredibly helpful to get each of these paragraphs as individual child-nodes. The reason is that we&#039;re using FreeMind to organize a book-type project, of which some has already been written, and we need to get each paragraph of a chapter into a separate child-node in FreeMind so we can rearrange the blocks the FreeMind way, which by the way works fantastically. But at the moment, we can&#039;t find any other way than to copy/paste each single (friggin) paragraph individually. And the same goes for when you&#039;re trying to get something back into Word; it would be great to be able to simply select a branch, and get it copy/pasted into word as a simple top-to-bottom text copy where each child-node is an individual paragraph. That way you can use FreeMind to organize a literary project, knowing that the project ultimately has to end up in Word, but FreeMind is far superior for organizing and structuring the information. Perhaps consider a &#039;Paste Menu&#039; like Word has, which asks you how exactly you want to paste, i.e. &#039;Keep Formatting&#039; or &#039;Text Only&#039; -- a similar menu in FreeMind could ask if you want to turn individual paragraphs into nodes, or if you want to paste the whole text as a single node. This would be REALLY helpful to organize literary projects. This would also allow you to much more easily use FreeMind to edit something that is initially written as stream-of-consciousness, i.e. any brainstorm. Such a brainstorm would likely simply consist of lines upon lines (or paragraphs upon paragraphs) of disorganized ideas written into Word or a text-editor. When you bring this into FreeMind, you ought to be able to turn each &#039;idea&#039; (i.e. Paragraph) into a separate node. Right now, I can find no other way than to copy/paste each line individually, which is enormously labor-intensive. UPDATE: OK, FreeMind already has this feature, but it doesn&#039;t always work, because if you&#039;re pasting from Word, the text coming in is interpreted as Rich Text, and put into a single child node. If you want the behavior I describe, you have to first copy the text in Word, paste the text into Notepad (not Wordpad), copy it from Notepad, and paste it into FreeMind. I think there should be the ability to interpret text coming from Word as &#039;text-only&#039; and not automatically bring in the formatting. In the case of a literary project, the formatting is only interesting in Word... in FreeMind you only want to edit the text, the formatting is irrelevant in a FreeMind context.--[[User:Perholm|Perholm]] 23:11, 13 Sep 2007 (PDT)&lt;br /&gt;
** &#039;&#039;&#039;You can use Edit-&amp;gt;Split Node after inserting a formatted paragraph into the node. It splits the node in single paragraphs.&#039;&#039;&#039; [[User:DimitriPolivaev|DimitriPolivaev]] 14:19, 17 Sep 2007 (PDT)&lt;br /&gt;
** Using the Edit-&amp;gt;Split Node is very time consuming for a large number of branches.  &amp;lt;s&amp;gt;Why can&#039;t we retain the behaviour of Freemind 0.8.0?  It seems that a tool to organise thoughts should work at the lowest level of granularity not create huge &amp;quot;blobs&amp;quot; of text.  When I reorganise my ideas by pasting paragraphs from a document in 0.8.0, each paragraph in the document beocomes a separate branch.  I can then drag and drop branches to reorganise my ideas.  This issue is so important to me that it will be a show-stopper for 0.9.0 as far as I am concerned!&amp;lt;/s&amp;gt; --[[User:Phil31753|Phil31753]] 07:35, 9 Apr 2009 (UTC) Tool-&amp;gt;Split Node achieves what I (and others in this section) require.--[[User:Phil31753|Phil31753]] 10:05, 9 Apr 2009 (UTC)&lt;br /&gt;
** That&#039;s interesting discussion. When I copy from word to freemind, each paragraph is copied as an individual node and that is what I expect and what You would like. Maybe your freemind settings are different than mine ?--[[User:Fb5|Fb5]] 04:05, 23 Oct 2007 (PDT)&lt;br /&gt;
** It is now I met the issue You described Perholm. This is when copying form WEB BROWSER to FREEMIND. The copy keeps the html formating and keeps it in one node. This is a real annoyance for me too and that would stop me to move from 0.8 Version. Is it possible to have a &amp;quot;Paste Special&amp;quot; or &#039;&#039;&#039;&amp;quot;Paste as text&amp;quot;&#039;&#039;&#039; menu which also split paragraph as nodes, please Dimitri ?  One advantage of the html copy would be for tables, which doesn&#039;t work in 0.8. Thank You. Franck --[[User:Fb5|Fb5]] 03:46, 6 Dec 2007 (PST) &lt;br /&gt;
* SIMPLICITY , SPEED and RELIABILITY : Those must be the main strengths of Freemind. I am  using Freemind as my main computer interface for data entry for three years, ending with large maps (several 10s of thousands nodes). I have  tried many other softwares and my conclusion, there is simply no equivalence on the market. It would be a shame to slow the program or the user-interface because adding new features. So, my expectation is to have user-options for enabling or not those features (attributes and Wysiwig). Thank You so much for the great work. Franck --[[User:Fb5|Fb5]] 20:03, 2 Oct 2007 (PDT)&lt;br /&gt;
** I want to second that: my maps are not nearly as big as Franck&#039;s but for me simplicity and reliability (as already provided by 0.8.0) are most important, too. Please try to keep focus on the simple things instead of adding too many features.--[[User:Christofb|Christofb]] 12:27, 30 Oct 2007 (PDT)&lt;br /&gt;
** Absolutely right. It is wonderful that new features are being added, but it is ESSENTIAL that Freemind is able to run QUICKLY on any computer, or it won&#039;t be useful. --[[User:Loydog|Loydog]] 2:44, 8 Nov 2007 (PDT)&lt;br /&gt;
** I absolutely agree to that. I&#039;m a freemind user for years now and though I&#039;m looking forward to see new features in freemind I always loved the fast and easy way to create maps on every occasion. So maybe if there are resource consuming new features they could be inserted as plugins or sth. like that so users are able to decide wether they will activate a feature or not--lpdubel 02:06, 14 Nov 2007 (PST)&lt;br /&gt;
* Attachments (Multiple): It is necessary to be able to add multiple attachments to a single node. For example, one node may have an attached pdf doc, word doc, excel sheet, and other mindmap. [[User:kberardinelli|kberardinelli]] 09:17, 26 Oct 2007 (EDT)&lt;br /&gt;
** What I do is to create subnodes (even without any text) and assign an attachement to each of them. --[[User:Fb5|Fb5]] 02:26, 15 Nov 2007 (PST)&lt;br /&gt;
* Attachments (Deletion): Currently, there seems to be no way to delete an attachment. This needs to be very easy to do (perhaps by right-clicking and selecting &#039;Delete Attachment&#039;. [[User:kberardinelli|kberardinelli]] 09:17, 26 Oct 2007 (EDT)&lt;br /&gt;
* Feature Request: Especially when using freemind on a beamer I would like to have a fullscreen mode ie without window decorations etc. Just the canvas, even without menu bar or status bar. -- [[User:barney|barney]] 13:52, 29 Oct 2007 (MEZ)&lt;br /&gt;
** I would love to see that too. Think about using it in a classroom for a brainstorming on the  beamer. --[[User:Christofb|Christofb]] 12:27, 30 Oct 2007 (PDT)&lt;br /&gt;
** Agree, for uncluttering and focusing on one task. -- [[User:Vibrog|Vibrog]] 10:43, 17 Nov 2008 (UTC)&lt;br /&gt;
** Agree with you at all! I would like to use freemind for presentation on technical presentation. --[[User:Dinny|dinny]]&lt;br /&gt;
* Feedback: In Beta 13 (the one before 14), I could remove the note area from the view and use ctrl-&amp;lt; to activate the note area, make it visible again, and type ahead. This still works in Beta 14. When done, I could use ctrl-&amp;lt; again to focus the mind map node again and the note area vanishes again. In Beta 14 the note area stays visible and I need to ctrl-&amp;lt;, ctrl-&amp;gt; to move out and hide the area. The behaviour in Beta 13 was much easier to work with. -- [[User:barney|barney]] 13:52, 29 Oct 2007 (MEZ)&lt;br /&gt;
* Feature request: IMO it would be very useful to be able to add some metadata to a freemind map as a whole like titel, description, author, keywords --lpdubel 02:06, 14 Nov 2007 (PST)&lt;br /&gt;
&lt;br /&gt;
* Feature request: I would like very much to have a better method for transclusion. Compendium allows reuse of nodes across multiple views (whether maps or lists) and automatically handles updates from any instance to all appearances across a range of maps. Compendium even places a subscript counting the number of transclusions for a node! Can one hack this up through per node addressing in FreeMind? Would that handle automatic updates? I suspect a database back-end for nodes makes more sense. I want to construct constructing Maps through addition across a collection of nodes (again, like Compendium) instead of filtering maps by subtraction across a single map&#039;s nodes. As a first approximation to this, I&#039;d like to save Filters independently of maps. --[[User:Jay Dugger|Jay_Dugger]], 2217 Sunday, 2 December 2007&lt;br /&gt;
&lt;br /&gt;
*Feature request: Ship it! (sorry, but it would be nice to have a released version that works with the lattest java version), and well, it&#039;s been 2 and a half years... [[User:Tomh|Tomh]] 05:09, 10 Jan 2008 (PST)&lt;br /&gt;
&lt;br /&gt;
*Feature request: I really miss a strike-through along bold and italic, with a keyboard shortcut. Cheers.&lt;br /&gt;
&lt;br /&gt;
* Feature request: Nothing big, I just wanted to ask weather its possible to bind the structure to too points again (left right) from the rootnode like it was it 0.8 and that change this when you want. Because its much esear to start a structured mindmap using only the keys... Also I liked to have two sides to divide the thoughts when speaking about pro and contra. It Would be Great if it was possible to ad this as an Option to the root-point. (Inculding the move navigation with strg that could move one node all around the root) Thank you! --[[User:X-Site|X-Site]] 16:29, 9 Mar 2008 (PDT)&lt;br /&gt;
&lt;br /&gt;
* Feature lost? In 8.0 version when you copy nodes and paste in MSWord you immediately create a &amp;quot;structure&amp;quot;, that is a hyerarchic level: very useful if you want to adjust titles or paragraphs in preliminary notes, or import them in Power Point slides etc. I&#039;m a teacher and use Freemind with students for brainstorming, organize ideas and create texts or presentations from preliminary notes. Now in 9.0 version this feature seems to be lost. Why? Do tou know any solution? Many thanks for your work.--[[User:Luciodp|Luciodp]] 05:24, 7 May 2008 (PDT)&lt;br /&gt;
&lt;br /&gt;
* Try Tools-&amp;gt;Split Node --[[User:Phil31753|Phil31753]] 10:05, 9 Apr 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
*Feature request: I would like to be able to apply a cloud to a parent node but not necessarily its children; or maybe to only some selected children... similar to how a network or gateway is depicted in a flowchart. [[User:foxcole|foxcole]] 13 May 2008  UPDATE: Perhaps a more accurate request is to be able to choose from a limited set basic shapes to apply to a node or set of siblings but not children.&lt;br /&gt;
&lt;br /&gt;
* When I export my map to a text based format (i. e. HTML), FM starts with the right side and then continues the left side. For me it is not intuitive I start my maps on the left side - as I would read a newspaper or magazine. I guess it is not difficult to allow the user to choose if FM should start with the left or the right side. --[[User:Terkor|Terkor]] 16:28, 13 May 2008 (PDT)&lt;br /&gt;
&lt;br /&gt;
* Feedback:  Thanks for all your hard work, absolutely amazing product. --[[User:RazielJaTier|RazielJaTier]] 15:23, 20 May 2008 (PDT)&lt;br /&gt;
&lt;br /&gt;
* Changed Functionality:  In 0.8 I could hover over a node to select it, hold down ctrl, which would effectively prevent other nodes from being selected. Then move my mouse all the way across the map (again without worry about another node being selected), then click on an icon *with the ctrl key held down*.  The icon would be assigned.  In 0.9 you have to release ctrl before you click the icon, otherwise it will simply ignore it.  This is a simple little detail, and I&#039;m sure I&#039;ll get used to it, but if it&#039;s not difficult, and you don&#039;t have other plans for ctrl clicking icons, I&#039;d love the 0.8 behavior back. --[[User:RazielJaTier|RazielJaTier]] 15:23, 20 May 2008 (PDT)&lt;br /&gt;
&lt;br /&gt;
* Suggestion:  Create localized version of linked data.  When you use alt+L to create a link to another part of the map, it would be nice if you had an option to actually create &amp;quot;ghost&amp;quot; versions of that data instead of having to click in the link.  If you edited the ghost version, or the original, they would stay in sync. --[[User:RazielJaTier|RazielJaTier]] 15:23, 20 May 2008 (PDT)&lt;br /&gt;
&lt;br /&gt;
* Suggestion:  It would be neat to be able to with single click generate the framework of a thinking tool.  When I say thinking tool I am thinking mostly of the thinking tools created by Edward de Bono such as his Six Hats, CoRT and many others.  See http://www.edwdebono.com/ and http://www.edwarddebono.com/ for more info.  An example would be right clinking on &amp;quot;Six Hats&amp;quot; and from your current node it would create six child nodes: White Hat, Red Hat, Yellow Hat, Black Hat, Green Hat and Blue Hat.  For each of these child nodes an empty blank node would be created as well.  Lastly your cursor would move to the blank node under White Hat and then you can start typing.  Such functionality might be created with Groovy script but most would not want the difficulty of programming Groovy script.  It is also possible to cut and paste a section of a mind map but that is more cumbersome than a single click.  --[[User:Mars729|Mars729]] 17:59, 31 May 2008 (EDT)&lt;br /&gt;
** A library of templates would be a great contribution.  --[[User:Anton|Anton]] 17:52, 20 Jul 2008 (PDT)&lt;br /&gt;
&lt;br /&gt;
* Suggestion:  When working with images it would be nice to be able to paste or drop an image to a node. --[[User:trinxie|trinxie]]&lt;br /&gt;
&lt;br /&gt;
* Suggestion:  When adding an image link, if it is a file, should it be possible to store the relative path? Would be great if the whole model is distributed to someone else. Maybe this possibility already exists.  --[[User:trinxie|trinxie]]&lt;br /&gt;
&lt;br /&gt;
* If I install Freemind using aptitude in Ubuntu 8.10, I have the /usr/share/pixmaps/FreeMindWindowIcon.xpm to use in my panel, but as the available version in Ubuntu is 0.7.1 and I have some MMs created with later versions, I decided to try the 0.9 RC1, and downloaded it (freemind-bin-max-0.9.0_RC_1.zip). For my surprise, there is no icon to use in this zip. Please include one, or maybe more than one (see http://www.menyhart.net/blog/software/freemind-icon/). --[[User:Itamar|Itamar]] 12:33, 9 Feb 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;&#039;&#039;Observation:&#039;&#039;&#039;&#039;&#039; Many of these suggestions and feature requests are or are similar to ones that exist in [http://www.mindjet.com/ Mindjet&#039;s] MindMap.  It used to be that this leader had a great advantage in that it supported scripts.  Now that FreeMind has Groovy it is catching up.  All we need is the library of neat applications that use the scripting language&#039;&#039;!&#039;&#039;  I was a keen user of MM2002 and looked forward to MM-X5 and its shift to XML, but the real shift was for the benefit of people ho were programmers, not the baseline users.  Unless you were a EmbeddedVisualBasic programmer the change was a setback.  The library of  HTML export templates was lost - Mindjet&#039;s response was &amp;quot;its all XML so you can write your own XSLT.  Well some of us can&#039;t or don&#039;t have the time.  The other killer for me was that Mindjet tied in too closely with Microsoft Office.  It couldn&#039;t export to anything else.   So in reality one had to spend hundred of dollars more for each upgrade of MindMap since it always needed the latest version of Office.  &#039;&#039;However&#039;&#039; I would recommend looking at Mindjet&#039;s MindMap and if you are a Windows users trying the 30-day evaluation to get a feel for what is possible in both capabilities and interface.   --[[User:Anton|Anton]] 17:52, 20 Jul 2008 (PDT)&lt;br /&gt;
&lt;br /&gt;
* When you enter note-data for quite a number of nodes the map is so full with the note-icon. I would appreciate an option in the preferences as for the attribute icon, that disables showing an icon. (Tools&amp;gt;Preferences&amp;gt;Appearance&amp;gt;Show icon for attributes) --[[User:Kai|Kai]] 21:59, 20 Mar 2009 (CET)&lt;br /&gt;
&lt;br /&gt;
* Feature request: automatically calculating the print zoom factor according to a user-defined number of mosaiced printed pages. E.g., user should be able to specify he wants the map printed on N x M pages (M pages across and N pages high) and the print zoom factor should be calculated automatically. That would reduce the need to compute the best print zoom factor by trial-and-error. --[[User:Arg0|arg0]] 09:29, 24 Apr 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
* Feature request: settings for customising arrow links (e.g., ability to specify that links start from the root part of a node rather than from the leaf part). Moreover, it can be really tricky to rearrange the shape of an arrow link, especially short ones, since all parameters (starting point, tangency) are changed simultaneously when dragging a link point. Fine editing should be implemented. --[[User:Arg0|arg0]] 09:29, 24 Apr 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
* GENERAL OPEN SOURCE FEEDBACK LOOPS WITH FREEMIND, would it not be helpful if feedback loops were integrated into the beta versions, so that one can write requests for enhancements as one is using Freemind or other open source proejcts. For example, for each function there could be a questionnaire and comment box next to it. This info could then be uploaded to a wiki. It may help organize the locations of info and spur more user involvement in the feedback process. Could it also be possible that the uses of the porgramme are logged and statistically analyzed by the developers?&lt;/div&gt;</summary>
		<author><name>MikeS</name></author>
	</entry>
	<entry>
		<id>https://freemind.sourceforge.io/wiki/index.php?title=FreeMind_0.9.0:_The_New_Features&amp;diff=7940</id>
		<title>FreeMind 0.9.0: The New Features</title>
		<link rel="alternate" type="text/html" href="https://freemind.sourceforge.io/wiki/index.php?title=FreeMind_0.9.0:_The_New_Features&amp;diff=7940"/>
		<updated>2009-06-19T12:09:57Z</updated>

		<summary type="html">&lt;p&gt;MikeS: /* User Feedback */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A great release is to come. We have many exciting new features: WYSIWYG-Editing for nodes and notes, scripting, filter, attributes and many more. &lt;br /&gt;
 &lt;br /&gt;
But all these new features still need a lot of testing and documentation. To start this, please have a look at the newest version [http://sourceforge.net/project/showfiles.php?group_id=7118&amp;amp;package_id=188772 here] and [http://sourceforge.net/forum/forum.php?thread_id=1592095&amp;amp;forum_id=22101 tell us your opinions].&lt;br /&gt;
&lt;br /&gt;
Use this wiki page for documenting the new features.&lt;br /&gt;
&lt;br /&gt;
But: Don&#039;t use this version for productive maps. It is not stable enough!&lt;br /&gt;
* Further warning: If you create a map with Attributes, it will open as a &amp;quot;New Map&amp;quot; with no data in version 0.8. Your data is not lost, just not readable by 0.8.&lt;br /&gt;
* You can try to convert the 0.9.0 - saved map back to 0.8.0 by following steps&lt;br /&gt;
&lt;br /&gt;
# Make the backup copy of the map &lt;br /&gt;
# Open it with the 0.9.0 again&lt;br /&gt;
# Select all nodes &lt;br /&gt;
# Format-&amp;gt; use plain text &lt;br /&gt;
# Save&lt;br /&gt;
# Open the mind map file in text editor &lt;br /&gt;
# Remove all lines starting with &amp;lt;attribute_registry&amp;gt; and ending with &amp;lt;attribute_registry/&amp;gt; &lt;br /&gt;
# Save the file and try to open it in 0.8.0 &lt;br /&gt;
 &lt;br /&gt;
If it does not help you should use the 0.9.0. &lt;br /&gt;
&lt;br /&gt;
= Attributes =&lt;br /&gt;
&#039;&#039;FIXME: An introduction should be given here explaining what attributes are and what they are good for. Why should the user learn how to fiddle around with attributes if he does not know what they are?&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Attributes provide different perspectives for ordering/viewing your MindMap. Attributes are tuple name/value pairs that are globally available i.e. can be tagged to any node and assigned specific values.  For example, you can create shopping lists, add notional weightings, performance metrics, etc.  The real power of attribute comes from writing Groovy scripts that can operate on attribute value or change the behavior of a node.  For example,  you can summarize the info contained within several nodes for a total cost.  Attributes are complemented by Filters.&lt;br /&gt;
&lt;br /&gt;
Real world example:  I use Attributes and Filters after taking staff meeting notes.  Immediately after a meeting, I assign attributes to nodes as applicable:  Attribute 1 is &amp;quot;Name&amp;quot;, values are the names of my staff;  Attribute 2 is &amp;quot;Priority&amp;quot;, values are numbers 1-5.  The &amp;quot;Assign Attributes...&amp;quot; dialogue allows me to select all comments from a certain staff member and then assign their name to those nodes at once.  If there is an action required, I might assign a priority.  Filters allow me to quickly see only nodes from a certain staff member, or specific priority levels, or any combination.  --[[User:Dnbarg|Dnbarg]] 20:21, 22 Oct 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
== Quick Attribute creation ==&lt;br /&gt;
* Select node.&lt;br /&gt;
* Edit Attribute: Alt-F9 or, Rt-click&amp;gt;Edit attributes.&lt;br /&gt;
* Type in an Attribute name.&lt;br /&gt;
* Then add a value if desired.&lt;br /&gt;
* Edit with the Attribute Manager later if necessary.&lt;br /&gt;
== Using Attribute Manager ==&lt;br /&gt;
* Open the attribute manager with attribute icon on toolbar or, Tools&amp;gt;Attribute Manager.&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
=== Working with Attributes ===&lt;br /&gt;
*     Click the &amp;quot;Edit&amp;quot; button in the &amp;quot;All Attributes&amp;quot; row&lt;br /&gt;
*     Select attribute names from existing names to Rename/Delete in popup dialog&lt;br /&gt;
*     Enter new attribute name to Add in popup dialog&lt;br /&gt;
*     Press &amp;quot;Close&amp;quot; to close the dialog after all changes are done&lt;br /&gt;
&lt;br /&gt;
==== Create Attribute ====&lt;br /&gt;
*     Type in your Attribute name, then press add&lt;br /&gt;
*     Repeat to add multiple attributes&lt;br /&gt;
==== Create Attribute values==== &lt;br /&gt;
*         type the value, then press &amp;quot;Add&amp;quot;&lt;br /&gt;
*         It&#039;s a good idea to add a blank value to the list. It helps when assigning attributes later&lt;br /&gt;
Every Attribute can have multiple values&lt;br /&gt;
*         eg. I use an Attribute called &amp;quot;Staff&amp;quot; and the values are the staff person&#039;s name&lt;br /&gt;
*         eg. I use an Attribute called &amp;quot;Priority&amp;quot; and the values are #&#039;s 1 to 5&lt;br /&gt;
&lt;br /&gt;
==== Delete Attribute ====&lt;br /&gt;
* Select the menu option Tools/Attribute Manager, to open the panel Attribute Manager. &lt;br /&gt;
* In the line &amp;quot;All Attributes&amp;quot; of this panel, click on the icon in the last column (Edit). This opens a new panel &amp;quot;All Attributes&amp;quot;.&lt;br /&gt;
* In this panel, select the attribute name, then press &amp;quot;Delete&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
==== Delete Attribute values ==== &lt;br /&gt;
*     Select the value, then press &amp;quot;Delete&amp;quot;&lt;br /&gt;
*     All attributes with the deleted value are removed from the whole map&lt;br /&gt;
&lt;br /&gt;
    All attributes with the deleted name and/or value are removed from the whole map&lt;br /&gt;
&lt;br /&gt;
==== Rename Attribute ==== &lt;br /&gt;
*     Select the attribute name to be renamed, type the new name, then press &amp;quot;Rename&amp;quot;&lt;br /&gt;
*     All attributes with the renamed value are adjusted&lt;br /&gt;
&lt;br /&gt;
==== Rename Attribute values ==== &lt;br /&gt;
*     Select the value to be renamed, type the new value, then press &amp;quot;Rename&amp;quot;&lt;br /&gt;
*     All attributes with the renamed value are adjusted&lt;br /&gt;
&lt;br /&gt;
=== Working with Attribute values (in Attribute Mgr) ===&lt;br /&gt;
*     After adding Attributes, you should see them listed under the &amp;quot;Attributes&amp;quot; column heading&lt;br /&gt;
*     Click on the &amp;quot;Edit&amp;quot; button in the row of your new Attribute and add the values&lt;br /&gt;
*     Edit attribute values in popup dialog&lt;br /&gt;
*     Press &amp;quot;Close&amp;quot; to close the dialog after all changes are done&lt;br /&gt;
&lt;br /&gt;
== Assign Attributes to nodes ==&lt;br /&gt;
assigning only a few nodes&lt;br /&gt;
*     Choose the node, press Alt-F9 or, Rt-Click the node and choose &amp;quot;Edit Attributes&amp;quot;&lt;br /&gt;
*     To add more attribute per node, use TAB key (if View&amp;gt;Attributes&amp;gt;Show all attributes is selected), or use the following.&lt;br /&gt;
*     got to:  Tools&amp;gt;&amp;quot;Assign attributes...&amp;quot;&lt;br /&gt;
*     choose &amp;quot;Selected Nodes&amp;quot; or &amp;quot;Visible Nodes&amp;quot;&lt;br /&gt;
*     from the drop down list, choose the Attribute you want to assign. (Here it helps when there&#039;s a blank value. You can assign an Attribute to all nodes needing it, and then set the value later, on a node by node basis)&lt;br /&gt;
*     press the &amp;quot;Add&amp;quot; button to assign the Attribute to the node/s&lt;br /&gt;
*     add more than one attribute to a node if necessary&lt;br /&gt;
*     delete attributes from multiple nodes with this dialog&lt;br /&gt;
&lt;br /&gt;
== Viewing/Hiding Attributes ==&lt;br /&gt;
to see an icon on nodes with attributes&lt;br /&gt;
*     Tools&amp;gt;Preferences&amp;gt;Appearance&amp;gt;Show icon for attributes&lt;br /&gt;
show all attributes&lt;br /&gt;
*     Alt-s or, View&amp;gt;Attributes&amp;gt;Show all attributes&lt;br /&gt;
show no attributes&lt;br /&gt;
*     Alt-h or, View&amp;gt;Attributes&amp;gt;Show no attributes&lt;br /&gt;
show selected attributes&lt;br /&gt;
*     in the Attribute Manager, select desired Attributes in the &amp;quot;Selected Visible&amp;quot; column&lt;br /&gt;
*     then, View&amp;gt;Attributes&amp;gt;Show selected Attributes&lt;br /&gt;
optimize the width of the Attribute/value table&lt;br /&gt;
*     Rt-click on the Attribute and choose optimal width&lt;br /&gt;
&lt;br /&gt;
== User feedback ==&lt;br /&gt;
=== Bugs concerning attributes ===&lt;br /&gt;
* Better sorting of the options: Add Attribute &amp;gt; Delete this Attribute &amp;gt; Delete all Attributes. Numerous times I accidentally clicked on the middle button which is now (beta20) &amp;quot;Alle Werte löschen&amp;quot; when I intended to only &amp;quot;Diesen Wert löschen&amp;quot;, because it is on the same line where I specify the criteria, which attribute value pair I try to delete [[User:JR|JR]] 13:16, 8 Oct 2008 (UTC)&lt;br /&gt;
*     The key bindings alt-s and alt-h do not work as expected for showing or hiding attributes.--[[User:Yubrshen|yushen]] 02:23, 25 Nov 2006 (PST)&lt;br /&gt;
* When Attributes are visible, scrolling with mouse wheel stops when cursor is over the attribute of a node. --[[User:Terkor|Terkor]] 20:11, 27 Aug 2007 (PDT)&lt;br /&gt;
* If I set attributes, I can&#039;t export the map in PDF. It&#039;s ok in flash, png, xhtml, jpeg. Beta 17 on Ubuntu 8.04 - Sun Java -- freemind@smci.ch 2008-05-23&lt;br /&gt;
* If I add a blank character such as space after an attribute name, it is not considered as the same attribute (no trim) --[[User:Patco|Patco]] 19:27, 19 Jun 2008 (PDT)&lt;br /&gt;
* If you create attributes for the first time, but not assign them to a node, they won&#039;t be saved in your document --[[User:kvantomme|kvantomme]] 17:15, 3 Dec 2008 (GMT+1)&lt;br /&gt;
* Selecting an attribute with the arrow keys (from the dropdown) and then pressing tab makes the attributes box disappear.--[[User:Kartunes|kar]] 18:19, 12 Mar 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
=== Bugs or features? (questions about attributes to the developers) ===&lt;br /&gt;
&lt;br /&gt;
* The context menu key on the keyboard doesn&#039;t open the context-menu. --[[User:Jan|Jan]] 01:07, 4 Jul 2008 (PDT)&lt;br /&gt;
&lt;br /&gt;
* When changing the font-size of a node by keyboard-shortcut (ctrl+&amp;quot;+&amp;quot; / crtl+&amp;quot;-&amp;quot;) the fontsize-combobox of the toolbar isn&#039;t refreshing. --[[User:Jan|Jan]] 01:00, 4 Jul 2008 (PDT)&lt;br /&gt;
 &lt;br /&gt;
* When adding an attribute to a node which already has the attribute, the attribute will be shown as many times as added. However, when deleting the attribute from node, all instances of the attribute would be deleted.--[[User:Yubrshen|yushen]] 02:23, 25 Nov 2006 (PST) &lt;br /&gt;
:* In version 0.9.0b13, the bug is corrected (i.e. deleting one attribute does not delete all other attributes with the same name). So, the possibility to have several attributes with the same name but different values ought probably to be considered as a feature, not a bug ? For example the attribute &amp;quot;child&amp;quot; could have the values &amp;quot;Peter&amp;quot; and &amp;quot;Mary&amp;quot; attached to a given node &amp;quot;Paul and Jane&amp;quot; to include in the map the information that  Paul and Jane have at least 2 children named Peter and Mary (if I understood correctly the notion and usefulness of attributes)? --[[User:Miclav|Miclav]] 01:56, 9 Sep 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
* It is not possible to delete an attribute from the List of attributes. If one is created, it lives forever .... It seems that using tool/assign attribute by selecting the attribute in question, and select delete all values, it&#039;s possible to remove an attribute of a node. --[[User:Yubrshen|yushen]] 21:19, 15 Jan 2007 (PST)&lt;br /&gt;
&lt;br /&gt;
:* You can remove or even rename some attributes and attribute values from the map using the attribute manager. Use Tools-&amp;gt;Attribute Manager-&amp;gt;All Attributes-&amp;gt;[edit]-&amp;gt;[click on attribute]-&amp;gt;[Delete] --[[User:DimitriPolivaev|DimitriPolivaev]] 05:12, 9 Sep 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
* It is not intuitive to go to Tools-&amp;gt;Assign Attributes to set attributes on several nodes.  I expected to be able to select several nodes (or all) and use Edit-&amp;gt;Attributes.  It didn&#039;t occur to me to look on the Tools menu for Editing. -- [[User:JimK|JimK]]&lt;br /&gt;
* The workflow in the Assign Attributes dialog is backwards: actions should be from left to right, top to bottom. I suggest moving the buttons to the right side. It&#039;s also strange why Add &amp;amp; Delete have one section and Replace has another. From user viewpoint they&#039;re all the same.  Just need one name/value input box? -- [[User:JimK|JimK]]&lt;br /&gt;
* The title of the Assign Attributes dialog box has an extra character in &amp;quot;Assign&amp;quot; that should be removed. -- [[User:JimK|JimK]]&lt;br /&gt;
* Attributes are a great idea, but the whole dialog thing is very slow to work with.  And it sucks to have a dialog over your workspace.  I suggest making attributes work pretty much like a dynamic list of icons in terms of user interface:&lt;br /&gt;
** Make a toolbar dedicated to adding attribute values to nodes.  Put the toolbar on the right side of the screen, make a button for every value, so that it can be assigned with one click.&lt;br /&gt;
*** This is so that, rather than choosing &amp;quot;apply to selected&amp;quot; or &amp;quot;apply to visible&amp;quot;, you can use the standard built in selecting mechanisms, and apply attributes the same way that you apply icons.&lt;br /&gt;
**** You also have the added bonus of standardizing the interface somewhat.&lt;br /&gt;
** Put a selector box, or in the case of a low number of attribute value pairs, section them off, so you never need more than one or two clicks to assign an attribute.&lt;br /&gt;
** Have an empty box in the toolbar for new attribute or value definitions.&lt;br /&gt;
** Remove the attribute assignment dialog.  &lt;br /&gt;
** Here&#039;s a visual sample.  I found it was easier just to illustrate it:  [[Media:FreeMindAttributeToolbar.png]] --[[User:RazielJaTier|RazielJaTier]] 22:50, 20 May 2008 (PDT)&lt;br /&gt;
* There is a bug in the browser applet of 0.9.0-Beta19 related to notes attached on nodes: if you switch between nodes the text of the note in the bottom window don&#039;t get updated, unless you select a node without a note and go back to one with a note. I guess the method onSelectHook(NodeView pNode) in NodeNoteViewer.java isn&#039;t called when switch between nodes with notes. --[[User:Jens|Jens]] 14:20, 11 Aug 2008 (PDT)&lt;br /&gt;
&lt;br /&gt;
=== Wishes concerning attributes ===&lt;br /&gt;
* I love the attribute &amp;amp; filter feature &amp;amp; see great potential ahead.  Being able to name &amp;amp; save searches would also be extremely useful.--[[User:Felipe|Felipe]] 07:34, 26 Apr 2007 (PDT)&lt;br /&gt;
*     Really wish for a feature to only selectively show the attribute of the node in focus. The current options of &amp;quot;show all attributes&amp;quot;, &amp;quot;show the selected attributes&amp;quot; all apply to all the nodes visible. With all nodes showing attributes, it occupy too much space. I wish that it only shows all the attributes for the current node being selected, i.e. in focus. This would be often enough for normal use.--[[User:Yubrshen|yushen]] 20:36, 1 Dec 2006 (PST)&lt;br /&gt;
* Default attributes of new node: I need to add some attributes to all new nodes. Therefore, I wish that there is mechanism to automatically stuff some default attributes to all the new nodes created after the functionality is enabled. This function may be configured to enable/disable. --[[User:Yubrshen|yushen]] 21:19, 15 Jan 2007 (PST)&lt;br /&gt;
* Or there is functionality to add a group of selected attributes to a group of selected nodes through one operation. --[[User:Yubrshen|yushen]] 21:19, 15 Jan 2007 (PST)&lt;br /&gt;
&lt;br /&gt;
*You explained how to create attribute etc... but after spending &amp;quot;only&amp;quot; 30 minutes on it, what is the real interest in practice of such feature ? What is the use of attributes ? not clear what it can  be used for ....--[[User:Djerr|Djerr]] 17:49, 20 Jan 2007&lt;br /&gt;
&lt;br /&gt;
*Roll-up: It&#039;d be really nice (and quite natural) to be able to roll-up (summarize or otherwise) the values of certain attributes (eg. money, time, resource requirements, etc) from children to parent nodes. --[[User:azimmer|azimmer]] 16:58, 14 Feb 2007&lt;br /&gt;
&lt;br /&gt;
* See also the [[Talk:FreeMind_0.9.0:_The_New_Features|discussion page]]&lt;br /&gt;
&lt;br /&gt;
* Adding &amp;quot;Attribute&amp;quot; is a great idea (for me ;-) !). There&#039;s a long time that I&#039;m thinking of using freemind in an Artificial Intelligence way. Using Attribute, simultaneously with groovy, may help me for creating rules. Thanks ! --[[User:PLANTING|PLANTING]] 12 Aug 2007&lt;br /&gt;
* A way to copy and paste all the attributes assigned to a node or one of these attributes would be nice. Perhaps a &amp;quot;Copy Attribute&amp;quot; and &amp;quot;Copy All Attributes&amp;quot; in popup menu when you right-click on the attributes of a node. --[[User:Terkor|Terkor]] 10:06, 30 Aug 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
* A way to assign different types of data to attributes: AKA Boolean, Integer, Date, Text, etc.&lt;br /&gt;
*Refactor/sort nodes by attribute: Dunno if anybody knows the dashboard plugin for mindmanager, but this idea is similar (except better cause it uses custom attributes). basically, any given attribute/group of attributes would be a parent node.  And the values of the attribute would be the children.  The nodes with those values would branch off from that. Would allow for awesome fluid mindmaps that could show all sorts of relationships between nodes without ruining the linear structure of the map, allowing for scheduling, budgeting, etc.  I&#039;m creating some example mindmaps which show how this feature would be incredibly usefull for something like scheduling.&lt;br /&gt;
* Sorting function would be great, but I propose it on the node (alphabetical). Having it on the attribute means for me having to update individually each node&#039;s attribute, which would take more time than sorting them by hand. I imagine a function sorting alphabetically all subnodes 1st level of the selected node. Franck --[[User:Fb5|Fb5]] 03:55, 6 Dec 2007 (PST)&lt;br /&gt;
** I&#039;d agree with &#039;sort nodes by attribute&#039; above. I&#039;m a mindmanager user and being able to easily and interactively prioritise tasks on a node is very useful.  In mm I just use the pre-defined priority icons, and sort accordingly.  This is useful, but freemind with multi-attributes could offer  more powerful sorts.&lt;br /&gt;
&lt;br /&gt;
* A way to add new attributes using just the keyboard.  I use keyboard shortcuts quite often with FreeMind and not having the ability to quickly add/change/delete attributes with the keyboard makes them much less useful.  --[[User:Verifex|Verifex]] 15:57, 8 Dec 2007 (PST)&lt;br /&gt;
** What about Alt+F9 for selecting the attribute table and F2 for editing, TAB for adding? [[User:DimitriPolivaev|DimitriPolivaev]]&lt;br /&gt;
* Some attributes should be single-valued. Right now they all seem to be multi-valued.  For example, I want only want attribute named Priority per node. -- [[User:JimK|JimK]]&lt;br /&gt;
* Hopefully you&#039;re going to add Help to dialog boxes? When I&#039;m in Attribute Manager I don&#039;t understand all the choices. I should be able to view help about them from within the app rather than going to a Website/wiki. -- [[User:JimK|JimK]]&lt;br /&gt;
* Clicking on the &amp;quot;Icon for Attributes&amp;quot; could show/hide the attributes.&lt;br /&gt;
* Ability to have &amp;quot;Optimal Width&amp;quot; applied on all nodes by default.&lt;br /&gt;
** Seconded. A preference for the default width would help as well. --[[User:Icekiss|Icekiss]] 08:08, 19 Apr 2008 (PDT)&lt;br /&gt;
* It would be great to have the possibillity to group attributes and give these groups names. These names may be treated as node types. One may assign a node type to a node meaning the node gets automatically all the attributes of this type. With this it would be possible to define for instance a node type like &#039;&#039;activity&#039;&#039; with attribute like &#039;&#039;who&#039;&#039;, &#039;&#039;start date&#039;&#039;, &#039;&#039;percent complete&#039;&#039; and so on. An easy way to assign node types to nodes, for instance something like &#039;&#039;default type for new nodes depending on parent node&#039;&#039; would be the cherry on top.&lt;br /&gt;
* I&#039;ve been using beta 15 seriously for a project.  Filtering is wonderful, and what I really need is sub-node sorting by attribute and/or icon priority. (Please!) - johnn&lt;br /&gt;
&lt;br /&gt;
* Don&#039;t know if it should be here or not. But actually, it would be nice if we could apply the same kind of filter to the icons:&lt;br /&gt;
** it would be faster &lt;br /&gt;
** it would be simpler, as some kind of default attribute+values&lt;br /&gt;
** it allows also multiple values (i can have multiple icons for one same branch)&lt;br /&gt;
* This would probably require to expand the list of icons to have more of the different types of notions that can be represented in a tool as FreeMind:&lt;br /&gt;
** relative to decision making: delay (e.g. hourglass), optionality, assumption/hypothesis, problem/inconsistency (e.g. lighting), advantage (&amp;quot;thumb up&amp;quot;, &amp;quot;+/-&amp;quot;), inconvenient (&amp;quot;thumb down&amp;quot;,&amp;quot;+/-&amp;quot;),cause, consequence, risk,&lt;br /&gt;
** relative to life in general: user (people), group, time (clock), time interval, machine, etc.--[[User:Patco|Patco]] 19:48, 19 Jun 2008 (PDT)&lt;br /&gt;
* Keyboard assigning of attributes is a bit clumsy.  Ideally, instead of using the arrow keys to select, the appropriate attribute would be suggested just by typing its first few letters.  Then tab could be pressed to select and go to the next attribute.--[[User:Kartunes|kar]] 17:45, 12 Mar 2009 (UTC)&lt;br /&gt;
* the attribute icon has not the same meaning than the others. For example, with an ordered list (with icons &amp;quot;1&amp;quot;, &amp;quot;2&amp;quot;, &amp;quot;3&amp;quot; ...), having a node with attributes will disorganize the position of the icons! -- [[User:Patco|Patco]]&lt;br /&gt;
&lt;br /&gt;
= Filter =&lt;br /&gt;
== Create filters to view and print the data more effectively ==&lt;br /&gt;
Clicking on the little funnel to the left of the zoom size toggles on and off the Filter Toolbar.&lt;br /&gt;
By default (i.e. in absence of any personal filter defined, see below) the values that can be selected in the List box of the Filter Toolbar are:&lt;br /&gt;
*    No Filtering&lt;br /&gt;
*    Currently Selected Nodes&lt;br /&gt;
To create a filter for one Attribute:&lt;br /&gt;
* to the right of the filter status, click &amp;quot;Edit&amp;quot;&lt;br /&gt;
* in the drop down menu at the top left, select your attribute&lt;br /&gt;
* the expression drop changes to &amp;quot;Exists&amp;quot;&lt;br /&gt;
* press &amp;quot;Add&amp;quot;, then &amp;quot;OK&amp;quot; at the bottom&lt;br /&gt;
* all nodes with the selected Attribute will be shown, and the branches that don&#039;t contain these nodes will be hidden.&lt;br /&gt;
* To display, on the contrary, all branches that do not contain nodes with the given attribute, click on Edit, then, in panel Filter Composer, click on buttons &amp;quot;Not&amp;quot; then &amp;quot;Apply&amp;quot;. This adds, in the List box of the Filter Toolbar, the two additional filters &amp;quot;attribute_XXX Exists&amp;quot; and &amp;quot;Not attribute_XXX Exists&amp;quot; (where attribute_XXX stands for the current attribute).&lt;br /&gt;
&lt;br /&gt;
To create a filter for an Attribute and one of its values:&lt;br /&gt;
* after step two above select the second drop down where &amp;quot;exists&amp;quot; is showing&lt;br /&gt;
* choose &amp;quot;Is equal to&amp;quot;. Your values should now be available in the third drop down&lt;br /&gt;
* press &amp;quot;Add&amp;quot;, then OK&lt;br /&gt;
&lt;br /&gt;
== use multiple filters at once ==&lt;br /&gt;
create two filter sets by the method above&lt;br /&gt;
select the filter sets you want&lt;br /&gt;
*     Shift-click for multiple, continuous sets&lt;br /&gt;
*     Ctrl-click for non-contiguous selection&lt;br /&gt;
press the &amp;quot;and&amp;quot; button on the right =&amp;gt; a new set is created which combines your selected sets&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;User feedback&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Another feature which can be useful: name for the filter. If you combine simple filters, it can be difficult to read what is it doing:&lt;br /&gt;
For example:&lt;br /&gt;
(Responsable is equal to Erwan and Type is equal to &amp;quot;draw&amp;quot;) can be renamed as &amp;quot;Erwan Drawing&amp;quot;, and could be more simple to manage.&lt;br /&gt;
&lt;br /&gt;
Another thing: It could be useful to see/mask attributes when clicking on the attribute icon.&lt;br /&gt;
&lt;br /&gt;
== filter on an icon ==&lt;br /&gt;
* add an icon to a node by highlighting the node, click on the icon on the left or Rt-click&amp;gt;Icons&lt;br /&gt;
* in the filtering &amp;quot;edit&amp;quot; dialog, choose &amp;quot;Icon&amp;quot; in the drop-down list at the top left, the second drop-down grays out, and the third contains the list of currently used icons&lt;br /&gt;
* click &amp;quot;Add&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;User Feedback&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;This is a great feature!&#039;&#039;&#039;  Honestly, I think in a lot of ways, filtering by icons is a lot more intuitive than filtering by attributes.  While the attributes give you a great deal of flexibility, they muck up the display at bit, and they&#039;re a lot more keystrokes to add.  I really can&#039;t think of any examples of an attribute that I wouldn&#039;t rather just create an icon for.  The icon is a much more succinct way of displaying an attribute about a node and it can be done inline.&lt;br /&gt;
** Having said that, I would like to see a little more love put into icons.  I already customized my icon library (Thank you!), but it becomes unwieldy when there are more than a small handful of additional items.  You can&#039;t replace the original icons either.&lt;br /&gt;
* I think it would be a good idea to filter icon clock and only those icons with active warning time scheduler&lt;br /&gt;
&lt;br /&gt;
== Persistent Map Filters ==&lt;br /&gt;
In Beta 13 persistent filters are added.&lt;br /&gt;
And filters can now be saved. --[[User:Terkor|Terkor]] 18:02, 2 Sep 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== user feedback ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* For using semantic strings in addition to numeric and logical ones it would be useful a) to have filters for &amp;quot;contains&amp;quot; (for substrings of text) as in normal content – like &amp;quot;contain&amp;quot; finds attributes with the values &amp;quot;container&amp;quot;, &amp;quot;contains&amp;quot;, &amp;quot;containment&amp;quot;, etc. b) be able to search a string-value across different attributes&lt;br /&gt;
&lt;br /&gt;
* Filtering is great to compact maps for printing, but no usable PDF was created from a filtered map (beta 17) --[[User:JR|JR]] 04:48, 23 May 2008 (PDT) &lt;br /&gt;
&lt;br /&gt;
* When I use filter extensively with very large map of thousands of nodes, I realize that the layout of the filtered map need some improvement. The resulted map&#039;s layout should be much compacted for the filtered nodes to be closer to the root node in order to be visible in the freemind window. For such large map, the reason to do filer is to focus so that I can see them easier. Without the improvement, it seems that the layout still follow that without the filter. The map becomes a tree with sparse nodes but stretched apart. It defeats the purpose of the filter somehow. If you need, I can provide a screen capture to show what I meant. Please tell me how. --[[User:Yubrshen|yushen]] 16:16, 5 Apr 2008 (PDT)&lt;br /&gt;
&lt;br /&gt;
* I find that it freezes up a lot when using folding and unfolding while applying filters. It is, however, a really powerful feature. To complete its power would it be possible to have a way to copy only selected or filtered nodes? Sometimes you want to select these nodes and put them in another application, but when I filter, select all and then copy-paste, I get lots of other nodes included.&lt;br /&gt;
&lt;br /&gt;
* Worked well for me. Especially like the filter on icon - no muss, no fuss.&lt;br /&gt;
&lt;br /&gt;
* Great feature. Filtering on an icon: For example if you have &amp;quot;OK&amp;quot; icons on some nodes and want to see all other nodes (= not OK) use filter &amp;quot;contains icon OK&amp;quot; and define filter &amp;quot;Not contains icon OK&amp;quot; using button &amp;quot;Not&amp;quot;&lt;br /&gt;
&lt;br /&gt;
* This great new feature has a little BUG. Situation: I have two maps opened and use the filter &amp;quot;Currently Selected Nodes&amp;quot; on one of them and switch between the maps. When I switch back to the filtered map I don&#039;t get the view that I had before I switched away. Instead I get the node filtered that was selected when I switched. (Terkor)&lt;br /&gt;
&lt;br /&gt;
* Filtering and Reminders are a very nice combination. Filtering on icons allows to distinguish between nodes that have a Reminder &amp;quot;whose time has not jet come&amp;quot; and nodes that have a Reminder &amp;quot;whose time has come&amp;quot;. But: in the filter composer these two different states are represented with the same icon (a clock). You always have to guess which icon represents which Reminder state. --[[User:Terkor|Terkor]] 19:40, 30 Jul 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
* It would be helpful to be able to give the composed filters names. --[[User:Terkor|Terkor]] 19:45, 30 Jul 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
* When filtering is activated there is a drop-down menu left to the &amp;quot;Edit&amp;quot; button. There you can find all the filters that were used that FreeMind session. It would be very effective if I could not only chose one of those filters but chose more than one. And then being able to chose in what order they are applied (for example by moving the filters up and down). Of course I can also get the desired filtering by using the Filter Composer. But with the described option I would be more flexible in quickly combining the filters. And being able to apply some &amp;quot;simple&amp;quot; filters in an order would make things more clear in some situations. --[[User:Terkor|Terkor]] 06:50, 31 Jul 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
* A refresh view button would be nice. Or even better: auto refresh (maybe as an option) when a node is changed. Explanation: When I mark a node (representing a task) as done and I use a filter that shows me all the undone tasks and hides the done tasks, the node is not filtered as long as I switch filter off and on again. Could be more handy. --[[User:Terkor|Terkor]] 06:09, 3 Dec 2007 (PST)&lt;br /&gt;
** I second this notion.  Nodes that meet the filter conditions after the filter is set don&#039;t get filtered out.  So for instance, I want to create a filter to show not checked off items.  Once I check them I want them to disappear automagically. --[[User:RazielJaTier|RazielJaTier]] 16:26, 20 May 2008 (PDT)&lt;br /&gt;
&lt;br /&gt;
* If I filter &amp;quot;Currently Selected Nodes&amp;quot;, in all the now empty space of the map there appear the ovals of the hidden nodes that allow to move them around, when you move your mouse to that places where they are when filter is not applied. --[[User:Terkor|Terkor]] 06:42, 15 Dec 2007 (PST)&lt;br /&gt;
&lt;br /&gt;
* If &amp;quot;Selection Bubble&amp;quot; is &amp;quot;on&amp;quot; and a filter is applied, also hidden nodes can be &amp;quot;selected&amp;quot; when you for example move the focus using the arrow-keys. --[[User:Terkor|Terkor]] 06:42, 15 Dec 2007 (PST)&lt;br /&gt;
&lt;br /&gt;
* Is there a way to assign attributes when you assign an icon to a node? For example I have lists of phone calls / emails that I have to send. I usually assign a phone or envelope icon to that node. I would like to assign an attribute or ActionType so that I can sort by them later (i.e. see a list of phone calls or emails that I have to make).&lt;br /&gt;
&lt;br /&gt;
* It would be very helpful to have an option to filter out entries without children.  This would be very valuable e.g. in situations where in a big map, several nodes have a &amp;quot;Tasks&amp;quot; subnode, and one wants to look at all tasks currently pending.&lt;br /&gt;
&lt;br /&gt;
* Would it be possible to be able to add free text to the map to allow for titles and possibly a Key?&lt;br /&gt;
&lt;br /&gt;
* Filter toolbar should be a standard toolbar. Should be able to show/hide filter toolbar from the View menu. (I am not displaying the main toolbar, but may need the Filter toolbar from time to time)&lt;br /&gt;
&lt;br /&gt;
* Attributes have great potential. However I find editing a bit inconvenient. Would it be possible to add a small handle to existing attribute table (say immediately left of the cells, similar to the handles that are already on top of the table), so that a single attribute could be selected to be copied, cut, or even dragged and dropped to copy/move it to other nodes? Keyboard modifier keys (shift or ctrl) could be used to specify moving/copying in a drag and drop operation. arg0.&lt;br /&gt;
&lt;br /&gt;
* Am loving the attributes. Using beta 20. Am doing a massive project on the muscular system. muscles directly effect eachother. For each muscle there is are muscles directly affecting it, muscles that it directly affects it, and muscles with a mutual two way relation. Each muscle also has a common problem associated with it. Each muscle group is an attribute and each muscle is a value. Filters will be used for self diagnosis, and finding the appropriate stretches. For example hands and shoulders due to using the computer a lot.&lt;br /&gt;
**Would be great if graphical links can be attributed, so that they can be filtered. + have the option of making them visible or not. &lt;br /&gt;
**Better sorting of attributes would be good. Like an attribute mind map, for sorting and the depth of the filter that is undertaken.&lt;br /&gt;
** To have Attributes and Filters integrated on the mind map. Anyone know how to write scripts to run a filter function.&lt;br /&gt;
** To filter core structure of mind maps: this would be good for summarising the link to other mind maps.&lt;br /&gt;
Thanks for your time. alf&lt;br /&gt;
* to encourage the use of attributes and filtering, it would be good to have the search/filter box always visible by default (I have a large screen, and the font/font size take all the extra space on the right, that could be used by this search/filter box (also, there should be a specific menu &amp;quot;search&amp;quot; or &amp;quot;filter&amp;quot; --[[User:Patco|Patco]]&lt;br /&gt;
&lt;br /&gt;
= WYSIWYG-Editing for nodes and notes =&lt;br /&gt;
&lt;br /&gt;
Yet to be documented&lt;br /&gt;
&lt;br /&gt;
I like the WYSIWYG and how it&#039;s available when needed.  On piece I find lacking is the ability to easily add link &amp;amp;lt;a href=.... and the ability to click on it to pull it up.  That feature would be very useful -- [[User:Matthias|Matthias]] 21:57, 18 Feb 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
== HTML paste tip ==&lt;br /&gt;
&lt;br /&gt;
Paste of HTML content creates one node. Use Edit -&amp;gt; Split to split it in many nodes.&lt;br /&gt;
&lt;br /&gt;
Tools-&amp;gt;Split Node is more efficent. --[[User:Phil31753|Phil31753]] 10:06, 9 Apr 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
==== User Feedback ====&lt;br /&gt;
Version beta 0.9.16&lt;br /&gt;
I personally hate the WYSIWYG mode but I understand that others might find this feature helpful. &lt;br /&gt;
My problem is that I copy and paste very often into and out of mindmaps. Due to the WYSIWYG mode I can not pasten normally into thunderbird. Copying into mindmaps is terrible. &lt;br /&gt;
Suggestion: having the possibility to select between plain text modus or html modus or mixed modus. Helpful would be also a shortcut to &amp;quot;paste as plain text and split&amp;quot; and copy as plain text. &lt;br /&gt;
--[[User:bebach|bebach]] 2008-04-05&lt;br /&gt;
&lt;br /&gt;
Love this feature, especially the way that the notes export to javascript enabled html.  Couple of observations.&lt;br /&gt;
&lt;br /&gt;
* The popup notes in the Javascript export don&#039;t seem to work in IE (care factor 0?).&lt;br /&gt;
&lt;br /&gt;
* It would be good to be able to view the note in the main mindmap window, maybe as a popup.&lt;br /&gt;
&lt;br /&gt;
* It would also be helpful if there was some sort of visual indicator of the existence of a popup note in the exported html - at present the note just magically appears as a rollover. &lt;br /&gt;
&lt;br /&gt;
* Don&#039;t know if it is due to this feature, but &amp;quot;edit long node&amp;quot; now introduced an extra line feed if the enter key is used (confirm on enter turned off).&lt;br /&gt;
&lt;br /&gt;
--[[User:RichardForster|RichardForster]] 18:04, 19 Sep 2006 (PDT)&lt;br /&gt;
&lt;br /&gt;
I&#039;d like to have the option to collapse the WYSIWYG editing area to free up more screen real-estate.&lt;br /&gt;
&lt;br /&gt;
--[[User:Marko|Marko]] 21:45, 23 Sep 2006 (PDT)&lt;br /&gt;
&lt;br /&gt;
* The WYSIWYG screen estate seems a good place to do all &#039;richer&#039; content editing: e.g. if freemind would let me edit the multiline text nodes there, and, manage the attributes, i&#039;d find that very usefull. &lt;br /&gt;
&lt;br /&gt;
--[[User:Neanderlander|Neanderlander]] 22:01, 24 Sep 2006 (PDT)&lt;br /&gt;
&lt;br /&gt;
* Some way to change the width of nodes would be great, so free form text can be flowed into thinner columns. Also a way to insert &amp;amp;lt;br&amp;amp;gt; easily without resorting to the html view.&lt;br /&gt;
&lt;br /&gt;
--[[User:pedron|pedron]] 1:02pm, 10 October 2006 (EST)&lt;br /&gt;
* In version 0.8 the note attached to a node was very discrete in the sense that it would only show when the mouse is on that node.  This new version has many editing features but it&#039;s &amp;quot;in your face&amp;quot; (so to speak) until you physically minimize it.  I wish there was a way to configure it so that it would act like the previous version while keeping it&#039;s editing extras.  Or at least have the option of toggling editing toolbar...&lt;br /&gt;
&lt;br /&gt;
--[[User:Cichutki75|Cichutki75]] 8:09pm, 19 October 2006 (GMT)&lt;br /&gt;
* In version 0.9 max node width function does not work properly. At least not all nodes for the map created in version 0.8 keep the set width. I did not discover the rule. Some keep some don&#039;t.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
--[[User:CautiousChaos|CautiousChaos]] 02:22, 12 Nov 2006 (EST)&lt;br /&gt;
* The editing panel is intrusive when it is not needed.  A hotkey to open/close it would be helpful.  Clicking on the note icon resulting in the panel appearing could also be very helpful.&lt;br /&gt;
* It seems that word-wrapping does not work in plain-text mode for nodes, making  the node to be of single line extending far too long. I had to change the mode of each node to make it word-wrapping. Only using rich-text mode, the wrapping would work. I wish that word-wrapping would still work as in 0.80. --[[User:Yubrshen|yushen]] 15:03, 5 Dec 2006 (PST)&lt;br /&gt;
* It seems that in editing long node, the splitting function would only work with word on different line, while in 0.80, the function works even for words on the same line. --[[User:Yubrshen|yushen]] 15:03, 5 Dec 2006 (PST)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
--[[User:Djerr|Djerr]] 17:42, 20 Jan 2007&lt;br /&gt;
&lt;br /&gt;
* Using a 0.8 map with notes in 0.9 beta version show all notes as pop up but they can not be modified with the format tool or even edited in the layout page. I have to delete the note and create a new one under the 0.9 version.&lt;br /&gt;
&lt;br /&gt;
I usually write short nodes but very long notes in order to have a &amp;quot;clear&amp;quot; map.  2 special comments on notes : &lt;br /&gt;
* For long notes, the time the pop up is shown is too short. Would it be possible to define a time on how long you want this pop up to be shown ? Or even better: to show them as long as the cursor is pointing on the node (or perhaps the note icon).&lt;br /&gt;
*  I could find very useful (especially for my long notes) to be able in the format menu to change not only italic or bold or font size etc.. but also COLORS, to be able to see very fast the most important points&lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
* I don&#039;t understand the purpose of freemind&#039;s notes feature.  It seems to be an incomplete feature.  On the one hand, it could be used as popup notes for a node on the freemind map.  On the other hand, it could be used to provide the details for a topic expressed by the node.  I think both should be possibilities, but currently only the first really seems possible.&lt;br /&gt;
* I want to use freemind to develop an outline into a full-blown paper.  To do that, I would start using freemind to create an outline of the paper.  Each node in the mindmap would be an entry in the outline with the node level equating to the outline level.  Then, when I start fleshing out the paper, I would use the notes feature to fill-in paragraphs of information for each node.  The problem is that there is no good way of outputting the paper -- the notes become popups rather than entries in the paper.&lt;br /&gt;
* Is there a way to export a mindmap from freemind in such a way that it could later be imported?&lt;br /&gt;
&lt;br /&gt;
--[[User:DavidMasterson|DavidMasterson]] 22:00, 23 May 2007&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* I don&#039;t like this feature in the current implementation. This is because i use this tool to connect IDEAS and usually i use formatting things only in the end. A paragraph, a sentence, a list, a word list this are things that i want to have in a hierarchical structure, not as a rich text. In 0.8.0 the copy/paste feature converted a paragraph/list to an hierarchical tree of nodes. That was a better aproach then to get a simple html node. The split feature doesn&#039;t replace this functionality better. I hope and trust that you will find a way to add rich text nodes without so much interference with the old style of working. Maybe a paste option with paste as nodes, paste as html will resolve this issue?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
--[[User:Terkor|Terkor]] 16:25, 21 June 2007&lt;br /&gt;
* Great Feature, but it could be more handy if the (by far) most often used formating-features like Bold and Italic could be used without opening the editor. Just mark the words or characters you want bold (or italic), click the Bold (or Italic) icon (or use Ctrl-B /Ctrl-I) - and that&#039;s it.&lt;br /&gt;
* It is not &amp;quot;logical&amp;quot; that you open the editor with &amp;quot;Alt-Enter&amp;quot; and close it with &amp;quot;Ctrl-Enter&amp;quot;. It should both be the same.&lt;br /&gt;
* &amp;quot;Split&amp;quot; should have a shortcut. Suggestion: Alt-Enter or Ctrl-Enter. (See previous paragraph.)&lt;br /&gt;
* When I open the editor whilst I am editing a node, the editor should know the actual position of the cursor and if some text is already marked.&lt;br /&gt;
* Double clicking the note icon should open / close the note editor. (Generally icons should be more clickable like the link icon. (Double) clicking on the clock icon of notes with a Reminder should open the calendar. And right-clicking an icon should open the &amp;quot;Select Icon&amp;quot; box.)&lt;br /&gt;
* The popups displaying the note content don&#039;t match size if a note is very short. Does not look nice. (The same for popups that show  the &amp;quot;Created&amp;quot;, &amp;quot;Modified&amp;quot;, and &amp;quot;Reminder&amp;quot; times - too wide.&lt;br /&gt;
* Choosing colors should definitely have an icon in the tool bar of the editors. So it takes six (!) clicks to change the color of a word. (Opening the editor not counted.)&lt;br /&gt;
* The editor for notes and the one for nodes behave differently, when it comes to use the Enter-key. The node-editor just enters a new line (as one would expect) when I press Enter. The note editor enters a new line and a blank line. Here I have to use Shift-Enter to get just a new line. Why the difference?&lt;br /&gt;
* The note editor by default adds a blank line before the text and after text. I see no reason for that. (The node editor does not do that either.) Just takes away precious space.&lt;br /&gt;
* In order to save space, please place the toolbar of the note editor next to the menu of the editor. As it is now, there is much unused space. The editor should look more slim.&lt;br /&gt;
* Like the note-editor of FreeMind 0.8, the note-editor of version 0.9 should automatically close when not needed. (Or at least there should be an option to pick this behavior.)&lt;br /&gt;
* The little arrows on the splitting line that allow to hide/show the note editor should be wider (not higher), they are very hard to click quickly. Perhaps put each of them in a clickable wider boxlike area.&lt;br /&gt;
* &amp;quot;Note&amp;quot; in the menu &amp;quot;Insert&amp;quot; is gone. Should be there, that&#039;s where people look for it, and it seams a logical place for it (also for a &amp;quot;Remove Note&amp;quot;-function). And &amp;quot;Add Note&amp;quot; / &amp;quot;Remove Note&amp;quot; should be in the context-menu, when I right-click a node.&lt;br /&gt;
* How about a function that turns a node into a note and vice versa?&lt;br /&gt;
* The popups of long notes should be scrollable.&lt;br /&gt;
&lt;br /&gt;
--[[User:Pascal|Pascal]] 11:33, 20 Nov 2007&lt;br /&gt;
* It would be great to have spell checking in notes editor&lt;br /&gt;
* In version 0.9.0 beta 14, bold, italic and underline buttons have no icons (if you click where they should be, it does the job, but you don&#039;t see the buttons).&lt;br /&gt;
&lt;br /&gt;
--[[User:puckja|puckja]] 13:51, 3 Jan. 2008&lt;br /&gt;
* Great feature! Now I can add formated text/graphics in the note panel (SimpleHTML). Cut &amp;amp; Paste from webpage and even MS Word 2003 with figures and math equations works great.&lt;br /&gt;
* More user friendly functions such as FONT property in toolbar or shortcut, HIGHLIGHTING capability, insert HYBERLINK (it can be added with direct HTML coding), configurable property for the inserted graphic(size/alignment, etc.) would be great. (It is already very good! Thanks!)&lt;br /&gt;
&lt;br /&gt;
--[[User:puckja|puckja]] 16:09, 3 Jan. 2008&lt;br /&gt;
* It seems that all the figures inserted in the note are not &amp;quot;locally saved.&amp;quot;  It may a a &#039;&#039;&#039;SERIOUS BUG!&#039;&#039;&#039; If the figures are cut &amp;amp; paste from Internet, then they will not be available if machine is offline.  If the figures are C &amp;amp; P from local file (such as MS Word), then the source files are still at your personal Win TEMP directory, which means that they will be deleted some time in the future while you think it is saved.  Other software such as PersonalBrain will save the file and change the HTML src location after you saved the &amp;quot;brain&amp;quot;, but Freemind seems to leave it unattended.  :(&lt;br /&gt;
&lt;br /&gt;
* HTML Editor won&#039;t let you put a table in a node.  Well, that&#039;s not quite true.  The &amp;quot;table&amp;quot; item n the menu bar has all its items disabled, but you can edit the HTML to make the node have a table.  Why is the menu bar operation turned of for nodes?&lt;br /&gt;
--[[User:Anton|Anton]] 18:16, 20 Jul 2008 (PDT)&lt;br /&gt;
a&lt;br /&gt;
* The HTML Editor seems to have a &#039;template&#039; which is the same for all nodes.  It would be nice to have&lt;br /&gt;
## User-definable style sheet, that could set font, size, colour, box width ...&lt;br /&gt;
## ... for each level&lt;br /&gt;
--[[User:Anton|Anton]] 18:25, 22 Jul 2008 (PDT)&lt;br /&gt;
&lt;br /&gt;
Filter macros on the mind map itself would be good. They could be adjustable. And/or/not etc, could be done by clicking the different parts of the map corresponding to the attributes/icons under question. This would be nice because it would be more natural to drill down the search in this way. Filter by cliking on a node, filter again on what is left within that filter etc.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*The WYSIWYG is a big + for my workflow. However, I often use this program w/ widescreen setups and it would be a great if I could reposition the WYSIWYG window to the left, right of the Map window. &lt;br /&gt;
*It would be v.nice if the editor could interpret latex formating for math/equations.&lt;br /&gt;
--[[User:Lessfield|Lessfield]] 18:01, 19 Feb 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
I agree with Lessfield - I want to create extensive notes, instructions etc. and I&#039;d like to be able to move the note editing pane to the right side.  To go with this, I&#039;d like to be able to control the node layout so it&#039;s a tree expanding from top to bottom or left to right (like Visual Mind&#039;s Standard, left-to_right and right-to-left views).&lt;br /&gt;
&lt;br /&gt;
Possible bug:- frequently when I&#039;m typing in the notes pane, the insertion cursor zips back to the beginning of the line and text insertion continues there. I don&#039;t think I&#039;m accidentally hitting any hot keys ;-)&lt;br /&gt;
[[User:MikeS|MikeS]] 12:09, 19 Jun 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
= Scripting via Groovy =&lt;br /&gt;
[http://en.wikipedia.org/wiki/Groovy_programming_language Groovy] scripts may be attached to individual nodes in the map.  When &amp;quot;evaluate&amp;quot; is selected via the menu or keypress (Alt-F8), all nodes in the map are searched (depth-first) for one or more attributes named &amp;quot;script&amp;quot;.  If such an attribute is found, the value of the attached attribute is passed to the Groovy engine to execute.&lt;br /&gt;
&lt;br /&gt;
Only nodes are evaluated, which attribute keys start with &amp;quot;script&amp;quot;.  However, there is nothing preventing a script on one node from acting on other nodes via normal operations (e.g. node.getChildren or similar) as far as I can tell from the code.&lt;br /&gt;
&lt;br /&gt;
=== Assignment vs. Operation ===&lt;br /&gt;
&lt;br /&gt;
If the value of the script attribute starts with the equals sign (&amp;quot;=&amp;quot;), then the node text will be replaced by the RESULT of the script evaluation.  Be careful not to overwrite your nodes!  See the example for using the &amp;quot;node.getText()&amp;quot; in an assignment script.&lt;br /&gt;
&lt;br /&gt;
If the value of the script attribute does not begin with the equals sign, then the script will run and may affect the map, but the expression result is not assigned to the node text.&lt;br /&gt;
&lt;br /&gt;
=== Available Operations ===&lt;br /&gt;
&lt;br /&gt;
When the Groovy binding is created, two variables are set:&lt;br /&gt;
&lt;br /&gt;
* &amp;quot;c&amp;quot; is set to the MindMapController&lt;br /&gt;
* &amp;quot;node&amp;quot; is set to the MindMapNode being evaluated&lt;br /&gt;
&lt;br /&gt;
You will have to examine the FreeMind source code for operations on the interfaces.  See the examples for a few operations such as setting the node text, node color and background color.&lt;br /&gt;
&lt;br /&gt;
=== Examples ===&lt;br /&gt;
I have only played with the engine for five minutes, and spent about the same amount of time on the Groovy home page.  The following examples work for me:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Prepend the node text with an integer representing the node depth.&#039;&#039;&#039;  Note that the script starts with &#039;=&#039; so the result is assigned back to the node text.&lt;br /&gt;
&amp;lt;groovy&amp;gt;=node.getNodeLevel() + &amp;quot; &amp;quot; + node.getText()&amp;lt;/groovy&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Set the text color of a node:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;groovy&amp;gt;node.setColor(java.awt.Color.RED)&amp;lt;/groovy&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Set the background color of a node:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;groovy&amp;gt;node.setBackgroundColor(java.awt.Color.BLUE)&amp;lt;/groovy&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Project Manager: Don&#039;t do this; use methods of the controller c instead.&#039;&#039;&#039; If you manipulate the node model directly, you&#039;ll miss the undo and flow control capabilities of FreeMind. Please, consult methods from the interface MindMapActions only.&lt;br /&gt;
&lt;br /&gt;
=== Advanced Examples===&lt;br /&gt;
&lt;br /&gt;
All advanced examples have been moved to the [[Example scripts]]&lt;br /&gt;
&lt;br /&gt;
== About Groovy ==&lt;br /&gt;
For people unfamiliar with Groovy scripting, it&#039;s [http://groovy.codehaus.org home page], an [http://www.onjava.com/pub/a/onjava/2004/09/29/groovy.html introduction], a review on [http://ask.slashdot.org/article.pl?sid=06/04/18/2223237 slashdot].&lt;br /&gt;
&lt;br /&gt;
== How to get started ==&lt;br /&gt;
&lt;br /&gt;
# Create an attribute for a node.  The attribute must be named &amp;quot;script&amp;quot;&lt;br /&gt;
# Create the Groovy script and set as the value of the attribute&lt;br /&gt;
# Press Alt-F8 or select &amp;quot;Evaluate&amp;quot; from the Tools menu.&lt;br /&gt;
&lt;br /&gt;
== Wish for Groovy script editing ==&lt;br /&gt;
* Need good editor for writing such script for the attribute. The current attribute manager is not suitable to write long script. --[[User:Yubrshen|yushen]] 15:41, 15 Jan 2007 (PST)&lt;br /&gt;
* I know I could dig through the source code and figure it out, but even a rudimentary object reference would be great. --[[User:RazielJaTier|RazielJaTier]] 15:01, 21 May 2008 (PDT)&lt;br /&gt;
** Created a page called [[FreeMindGroovyObjects|FreeMind / Groovy Object Reference]] to start compiling known information into a reference page.  If you&#039;re familiar with any of the objects and navigation, lets start documenting it here. &lt;br /&gt;
* Debug Console while you&#039;re running scripts from the map.  If you have a typo, the script simply does nothing.  It would be nice to get an error or some sort of feedback. --[[User:RazielJaTier|RazielJaTier]] 15:01, 21 May 2008 (PDT)&lt;br /&gt;
&lt;br /&gt;
== Scripting the application, not the documents ==&lt;br /&gt;
&lt;br /&gt;
When I first read about Groovy in Freemind, I was irritated by the fact that the Groovy scripts are part of the Map (as script attribute) and not the application.&lt;br /&gt;
&lt;br /&gt;
To my opinion it would make more sense to allow Groovy scripts to be plugged into the application and work on either Map.&lt;br /&gt;
&lt;br /&gt;
An example of how this could work can be found here: [http://groovy.codehaus.org/Integrating+Groovy+in+an+application+-+a+success+story]&lt;br /&gt;
&lt;br /&gt;
In a similar way each script could be bound to a menu item in a user menu or a button, and be provided with the current &#039;context&#039;, maybe containing a model of an open Map when activated.&lt;br /&gt;
This way it would be possible to create complete maps on-the-fly without having to create the Map and the root node with a script attribute first(!).&lt;br /&gt;
&lt;br /&gt;
This is from user&#039;s point of view more like scripted plug-ins and filters in Gimp or Steinberg-like music software, and not so much like the VBA thing stored inside office documents.&lt;br /&gt;
&lt;br /&gt;
--[[User:Det|Det]] 07:28, 16 Mar 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
== Tips of editing script ==&lt;br /&gt;
# Before there is good editor for script, I use a template node to define long script then use copy and paste to duplicate the script. &lt;br /&gt;
&lt;br /&gt;
--[[User:Yubrshen|yushen]] 15:41, 15 Jan 2007 (PST)&lt;br /&gt;
&lt;br /&gt;
= TaskJuggler Integration =&lt;br /&gt;
&lt;br /&gt;
[http://taskjuggler.org/ TaskJuggler] is a opensource project management tool for linux. It covers the complete spectrum of project management tasks from the first idea to the completion of the project. It assists you during project scoping, resource assignment, cost and revenue planing, risk and communication management. &lt;br /&gt;
&lt;br /&gt;
=== Idea ===&lt;br /&gt;
The idea is to have special task, resource, and account nodes on the mindmap. &lt;br /&gt;
&lt;br /&gt;
====Usage summary====&lt;br /&gt;
 - Tasks are defined as subnodes of TASKS node.&lt;br /&gt;
 - Resources are defined as subnodes of RESOURCES node. &lt;br /&gt;
 - Accounts as subnodes of ACCOUNTS node. (not yet implemented in 0.9.0 beta 18)&lt;br /&gt;
 - Taskjuggler task/resource/account info contained as node attributes. &amp;lt;br&amp;gt;     You can find more info about these attribs in [http://taskjuggler.org/manual-2.3.0/c1376.html TaskJuggler documentation]&lt;br /&gt;
 - After entering all task/resource/account info in freemind, use File--&amp;gt;Export to &amp;lt;br&amp;gt;    export the task/resource/account info that is currently VISIBLE &amp;lt;br&amp;gt;     (your freemind filters can be used to limit the info being exported to TaskJuggler).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:Taskjuggler_example.png]]&lt;br /&gt;
&lt;br /&gt;
=== Project file (TJP) ===&lt;br /&gt;
We generate only includes with FreeMind, so we must write simple TaskJuggler main project file: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;project simple &amp;quot;Simple Project&amp;quot; &amp;quot;1.0&amp;quot; 2005-06-06 - 2005-06-26&lt;br /&gt;
&lt;br /&gt;
include &amp;quot;example.accounts.tji&amp;quot;&lt;br /&gt;
include &amp;quot;example.resources.tji&amp;quot;&lt;br /&gt;
include &amp;quot;example.tasks.tji&amp;quot;&lt;br /&gt;
&lt;br /&gt;
taskreport &amp;quot;Gantt Chart&amp;quot; {&lt;br /&gt;
  headline &amp;quot;Project Gantt Chart&amp;quot;&lt;br /&gt;
  columns hierarchindex, name, start, end, effort, duration, cost, revenue, chart&lt;br /&gt;
  timeformat &amp;quot;%a %Y-%m-%d&amp;quot;&lt;br /&gt;
  loadunit days&lt;br /&gt;
  hideresource 1&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
htmlaccountreport &amp;quot;accountsreport.html&amp;quot;{&lt;br /&gt;
  timeformat &amp;quot;%d-%M-%y&amp;quot;&lt;br /&gt;
  accumulate&lt;br /&gt;
  columns index, name, weekly&lt;br /&gt;
}&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Include Files (TJI) ===&lt;br /&gt;
Mindmap with defined TASKS, RESOURCES and ACCOUNTS nodes can look like this:&lt;br /&gt;
{| cellpadding=&amp;quot;20&amp;quot; cellspacing=&amp;quot;0&amp;quot; border=&amp;quot;0&amp;quot;&lt;br /&gt;
|[http://pliki.rodos.com.pl/freemind/tji_example/example_freemind2.png http://pliki.rodos.com.pl/freemind/tji_example/example_freemind2_maly.png]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
We can export include files which we have defined in our project file directly from FreeMind mindmap:&amp;lt;br&amp;gt;&lt;br /&gt;
- example.resources.tji - from RESOURCES node (File-&amp;gt;Export-&amp;gt;Resources from RESOURCES node to TJI file..)&amp;lt;br&amp;gt;&lt;br /&gt;
- example.tasks.tji - from TASKS node (File-&amp;gt;Export-&amp;gt;Task from TASKS node to TJI file..)&amp;lt;br&amp;gt;&lt;br /&gt;
- example.accounts.tji - from ACCOUNTS node (File-&amp;gt;Export-&amp;gt;Accounts from ACCOUNTS node to TJI file..)&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In TaskJuggler our project will look like this:&lt;br /&gt;
{| cellpadding=&amp;quot;20&amp;quot; cellspacing=&amp;quot;0&amp;quot; border=&amp;quot;0&amp;quot;&lt;br /&gt;
|[http://pliki.rodos.com.pl/freemind/tji_example/example_taskjuggler.png http://pliki.rodos.com.pl/freemind/tji_example/example_taskjuggler_maly.png] &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Download ===&lt;br /&gt;
[http://pliki.rodos.com.pl/freemind/tji_example/example.zip Here] you can download full example without accounts feature and [http://pliki.rodos.com.pl/freemind/account/accountexample.zip here] with accounts.&lt;br /&gt;
&lt;br /&gt;
=== Account support ===&lt;br /&gt;
Becouse accounts functionality isn&#039;t in CVS yet. You need use [http://pliki.rodos.com.pl/freemind/account/Freemind_0_9_0_beta15_koprin_b2.zip this] binary or &lt;br /&gt;
get Freemind from CVS (CVS tag: fm_060405_integration) and aply [http://pliki.rodos.com.pl/freemind/account/diff.zip this] patch.&lt;br /&gt;
&lt;br /&gt;
= The rest of the new features =&lt;br /&gt;
&lt;br /&gt;
==Icons==&lt;br /&gt;
=== User icons ===&lt;br /&gt;
&lt;br /&gt;
User icons can be added. PNG files of the icons have to be added to the folder &#039;&#039;&#039;&amp;lt;user_home&amp;gt;&#039;&#039;&#039;/.freemind/icons. All *.png files in &#039;&#039;&#039;&amp;lt;user_home&amp;gt;&#039;&#039;&#039;/.freemind/icons are handled as user icons. Size is &#039;&#039;not&#039;&#039; limited to 16 px x 16 px.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;User feedback:&#039;&#039;&#039;&lt;br /&gt;
* FreeMind adds &amp;quot;icon_&amp;quot; to the user-given name of a user icon. The name should just be the user given name - without &amp;quot;.png&amp;quot; of course.&lt;br /&gt;
* When adding user icons, they appear in a random order within the side bar and mixed with the Freemind built-in icons. Is there a way to control this order ?&lt;br /&gt;
* My new icons appeared at the end of the standard ones and appeared to be in alphabetical order by filename. GREAT feature. I was able to take screen captures of the icons for Access objects and some of the Office program icons and use them in a mind map documenting a project my computer literacy students do at the end of the semester. This is far superior to having to use a limited set of standard icons which aren&#039;t particularly meaningful.&lt;br /&gt;
* Q: what is the procedure for adding user icons in Mac OS? Which is the correct destination folder?&lt;br /&gt;
&lt;br /&gt;
* User icons are not included in exported mindmaps (flash at least).&lt;br /&gt;
* Including icons does not appear to work (WinXP - Freemind 0.9.0 Beta 19). Have assumed that placing .png files in C:\Program Files\Freemind\Icons should ensure that they are included but have nt been able to get this feature to work. Is this the correct placement for the icons folder in Windows?&lt;br /&gt;
::You put the icons in the wrong folder. Look again above. --[[User:Terkor|Terkor]] 03:23, 21 Oct 2008 (UTC)&lt;br /&gt;
&lt;br /&gt;
===Selecting, Substituting and Deleting Icons===&lt;br /&gt;
* Using Shift+Click on icon bar substitutes the current icons by the new one.&lt;br /&gt;
* Icon bar Icon Selection Dialog: click on icon with control key hold: removes the first matching icon, with alt key removes the last one. Icon Selection Dialog: Shift+Enter or Alt+Enter can be used as well.&lt;br /&gt;
* Icon hot keys available in Select Icon Dialog. They can be set in Preferences &amp;gt; Keystrokes. --[[User:Terkor|Terkor]] 13:26, 3 Sep 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;User feedback:&#039;&#039;&#039;&lt;br /&gt;
* Substituting icons with Shift+Enter in the Icon Selection Dialog (as announced in the changes for Beta 9) does not work. Just inserts the selected icon.&lt;br /&gt;
* Can I suggest you add a couple of icons as standard namely &#039;$&#039; and &#039;$$&#039; too?  Thanks.&lt;br /&gt;
&lt;br /&gt;
==Latex Plugin==&lt;br /&gt;
With the new Latex Plugin (Insert &amp;gt; Latex) you can now add mathematical formulas to your nodes.&lt;br /&gt;
Select a node and chose Insert &amp;gt; Latex. Under the node a default text in a box is added. When you click on that box a simple editor opens to enter the Latex code. Close the editor and your formula is displayed underneath the node.&lt;br /&gt;
&lt;br /&gt;
Erase the formula by clicking Latex again when the node is selected. --[[User:Terkor|Terkor]] 06:31, 3 Sep 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;User feedback:&#039;&#039;&#039;&lt;br /&gt;
* I like this one, but there may be an easier way for access of this functionality (a shortcut or s.th.).&lt;br /&gt;
* Great, adds a whole new field of use to FreeMind!&lt;br /&gt;
* Tip: Can also be used to just add a text to node instead of a mathematical formula. If you just add text without any commands, you get italic text in the box. Everything put between \mbox{ and } appears as normal text. (The code is contained in the default formula that is added every time you add a new Latex box to a node.)&lt;br /&gt;
* Exporting the formulas does not work for at least for some filters (Flash at least).&lt;br /&gt;
* LaTeX formulas do not scale with the rest of the map but have always the same size. Please make them scalable if possible.--[[User:Christofb|Christofb]] 12:19, 30 Oct 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
* Nice feature. It would be nice if the graphical representation of the formula could appear with the higher quality associated with LaTeX. Is it possible to improve via anti aliasing or exporting/printing via postscript?&lt;br /&gt;
&lt;br /&gt;
==Linking to nodes in another mm-file==&lt;br /&gt;
&lt;br /&gt;
You may create a link to a node in another map by appending #node_name to the map path&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;User feedback:&#039;&#039;&#039;&lt;br /&gt;
*Bug?:  This feature does not seem to work for file urls ex: file:\\dfs\folder\file.mm##Freemind_Link_335867258.  It also does not seem to work through the website applet.&lt;br /&gt;
** The URL is wrong. Must be file:///dfs\folder\file.mm##Freemind_Link_335867258&lt;br /&gt;
&lt;br /&gt;
* Bug: This very useful feature seems to work for the current instance of the target map only. Once the target map is closed and reopened the link points to the root node in the target map, even though the link text is still correct. Closing the source map and reopening it works fine. - Tested based on FM 0.8.0 maps with the Windows version of FM.--[[User:Uli|Uli]] 02:51, 13 Feb 2007 (PST)&lt;br /&gt;
&lt;br /&gt;
(•) Solution:&lt;br /&gt;
&lt;br /&gt;
• create a (temporary) local link to the intended target node from any other node within the target MindMap (MM) (ALT+L)&lt;br /&gt;
  =&amp;gt; i.e. the target-node must be the &#039;referred&#039; node in this case meaning that it must be the second of the two nodes composing said (temporary) local link.&lt;br /&gt;
    -&amp;gt; Digression: A local link is created by first left clicking on the source node and, while holding down the CTRL-button, then &lt;br /&gt;
       left clicking on the target node, then press Alt-L. The link is created in the source node (a green arrow appears).&lt;br /&gt;
• Now highlight the &#039;referring&#039;/source node, i.e. the other of the two nodes in this (temporary) local link (the one with the green arrow) and press CTRL+k (edit link)&lt;br /&gt;
  =&amp;gt; the freemind node name of the &#039;referred&#039; node (i.e. our desired target node) appears (eg. #Freemind_Link_676133257)&lt;br /&gt;
• Copy (or better still, cut) this node name [ctrl+c/ctrl+x].&lt;br /&gt;
&lt;br /&gt;
• In the Source MM create an external link to the target MM (eg. c:\mindmaps\TASKS.mm),&lt;br /&gt;
  =&amp;gt; Digression: An external link is created thus: CTRL+k (manually enter path) or SHIFT+CTRL+k (choose path). A red arrow appears.&lt;br /&gt;
• highlight the node with the newly created external link and append the copied/cut freemind node name to it using CTRL+k (edit link).&lt;br /&gt;
  =&amp;gt; The result could look like this: c:\mindmaps\TASKS#Freemind_Link_676133257&lt;br /&gt;
&lt;br /&gt;
• Finally, delete the local link if you may so wish (this step is only relevant, if you&#039;d only copied and not cut the node name above).&lt;br /&gt;
&lt;br /&gt;
• Being able to link to a specific link should not only possible within freemind but also from other tools. This could be established via adding a command line parameter giving the node ID to select right after startup.&lt;br /&gt;
&lt;br /&gt;
== Edit Styles, Patterns, Automatic Layout Patterns ==&lt;br /&gt;
&lt;br /&gt;
=== Change Format Dialog ===&lt;br /&gt;
&lt;br /&gt;
New &amp;quot;Change Format&amp;quot; dialog box that lets you edit node and edge attributes at once. (Format &amp;gt; Change format...)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;User feedback:&#039;&#039;&#039;&lt;br /&gt;
* The very powerful and useful dialog box needs a shortcut, and an entry in the context menu when you right-click on a node.&lt;br /&gt;
* A preview-area would be helpful.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Manage Patterns ===&lt;br /&gt;
&lt;br /&gt;
There is now a manager for the physical styles. (Format &amp;gt; Physical Styles &amp;gt; Manage Patterns..)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== User feedback: ====&lt;br /&gt;
&lt;br /&gt;
* It is so helpfull!!!!!&lt;br /&gt;
* Would it be possible to also show (and even change) the shortcuts of the patterns in the pattern manager?&lt;br /&gt;
* Styles should be renamed Format Macro. They are a great feature.&lt;br /&gt;
* Feature Request&lt;br /&gt;
** A real Style formating feature with style_registry, where the formating is defined, would be great.&lt;br /&gt;
* Bugs&lt;br /&gt;
** Style names are not proper UTF-8 encoded e.g. ü in become FC in patterns.xml and not &amp;amp;#xfc;&lt;br /&gt;
** beta 18 couldn&#039;t generate new Style from current node. Pressing Save&amp;amp;Exit didn&#039;t save and a Notice pop up without any message.&lt;br /&gt;
* All version including RC1 - F11 window does not allow to choose a font size which is not in the list (11 for example) this is not consistent with the tool bar of the main window. I&#039;m using style with 11 pt font size !&lt;br /&gt;
* Im experimenting with TONY BUZAN&#039;s mind mapping and memroy techniques. Eventaully i wnat to make a mind map of his book&#039;s and share, however copywright questions arise?? anyone know about it. Regardless of this question it brings to my attention the powers of formatting and memory enhancement. &lt;br /&gt;
**Is there a way of patterning the width/thikness of the links?&lt;br /&gt;
**Would be great to have a plugin that does a network analysis of the mind map and formatts acordingly. Hubs/number of links to a node = format value. Format value&#039;s to stimmulate as many sensory modalites as possible (NLP/ memory techniqes) &lt;br /&gt;
***These formats can then have an icon/ memory hook to filter by.&lt;br /&gt;
&lt;br /&gt;
=== Edit Automatic Layout Patterns ===&lt;br /&gt;
It is now possible to edit Automatic Layout Patterns. (Tools &amp;gt; Preferences ... &amp;gt; Automatic layout pat...) Click there on a pattern and the new &amp;quot;Change Format&amp;quot; box appears (here called &amp;quot;Change Pattern&amp;quot;).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;User feedback:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* I also really like this feature, BUT I also would badly need to automaticaly layout for more then 4 levels (even if I could not change it by myself)! This is one of the most important things missing yet in this great application. Thanks anyway!&lt;br /&gt;
&lt;br /&gt;
* Great! Could you please make the area &amp;quot;Automatic Layout Styles&amp;quot; a bit wider. There is no reason to keep it so tiny.&lt;br /&gt;
&lt;br /&gt;
* I find the automatic layout a bit limited; after four levels, the layout remains the same, but I oftentimes use five, six or seven levels. Only feature I&#039;d like to see added to the program is to set an auto format for a larger (custom-defined?) amount of levels.&lt;br /&gt;
&lt;br /&gt;
* I love automatic layout, I use it pretty much exclusively.  The only thing that sucks is that it completely disables the ability to apply localized formats to nodes with it enabled.  Can you put in some sort of cascading functionality.  The default would be automatic, but you could override the formats at any time.  Also put something like the &amp;quot;reset position&amp;quot;  like  &amp;quot;remove custom formatting&amp;quot;.  --[[User:RazielJaTier|RazielJaTier]] 15:27, 20 May 2008 (PDT)&lt;br /&gt;
&lt;br /&gt;
* I second Raziel&#039;s motion. I&#039;d love to be able to store code snippets in a map, but automatic layout disrupts my custom formatting. --[[User:Neontapir|Neontapir]] 09:47, 23 Jun 2008 (PDT)&lt;br /&gt;
&lt;br /&gt;
* Wonderfull. Would it be possible choose (at least) color to be applied per branch instead of per level. This is more in tune with Dr. Buzan&#039;s suggestions.&lt;br /&gt;
&lt;br /&gt;
== Find And Replace ==&lt;br /&gt;
FreeMind has now a Find &amp;amp; Replace dialog. It combines the old &amp;quot;Show Map History...&amp;quot; (which is not there any more) with a classical Find &amp;amp; Replace dialog.&lt;br /&gt;
&lt;br /&gt;
Found nodes can be sorted by Date, Text, Icons, Created, Modified, and Notes.&lt;br /&gt;
&lt;br /&gt;
You can choose: Export Selected Nodes, Replace All, Replace Selected, Goto, and Select.&lt;br /&gt;
&lt;br /&gt;
When no search text is entered all nodes of the map are shown in a sorted list.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;User Feedback&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Characters like äöü&amp;quot; are not displayed correctly (the HTML-versions are displayed).&lt;br /&gt;
* Could it be possible to hide columns that I don&#039;t need to see?&lt;br /&gt;
* Thank You for the &amp;quot;replace&amp;quot; addition. How difficult would it be to have a &amp;quot;find&amp;quot; on all opened maps ?&lt;br /&gt;
* Is it possible to extend the &amp;quot;find&amp;quot; in all opened maps ?  When searching for a text pattern, it will save to open individually each maps and execute a find. --[[User:Fb5|Fb5]] 02:16, 15 Nov 2007 (PST)&lt;br /&gt;
** I second this - extremely needed (at least for me :) ) to be able to search across several maps!! --[[User:Spacevulture|Spacevulture]] 11:59, 21 Jun 2008 (PDT)&lt;br /&gt;
* Would very helpful if nodes themselves could not only be sorted alphabetically, but also by Icons. And maybe by Date, Created, Modified, and Notes.&lt;br /&gt;
* A drop-down menu with recent search/replace terms would be helpful, to avoid retyping when repeating searches. --[[User:Arg0|arg0]] 08:38, 25 Feb 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Display Selection as Bubble==&lt;br /&gt;
In the menu View there is now the option to display the selected nodes inside a bubble: &amp;quot;Display Selection as Rectangle on/off&amp;quot;. You can also pick this new option in Preferences &amp;gt; Defaults, where you can also choose the color of the bubble. &amp;quot;Display Selection as Rectangle on/off&amp;quot; is now (Beta 13) by default &amp;quot;on&amp;quot;. --[[User:DimitriPolivaev|DimitriPolivaev]] 14:50, 9 Sep 2007 (PDT) --[[User:Terkor|Terkor]] 16:57, 9 Sep 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;User Feedback&#039;&#039;&#039;&lt;br /&gt;
* Like it very much.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Tabs==&lt;br /&gt;
There are now Tabs (like in Firefox) representing the opened maps. Properties &amp;gt; Appearance &amp;gt; Look And Feel &amp;gt; Use Tabs lets you choose if you want to use tabs.  --[[User:Terkor|Terkor]] 10:36, 26 Aug 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;User Feedback&#039;&#039;&#039;&lt;br /&gt;
* Could it be possible that the tabs only appear (option) when more than one map is opened?&lt;br /&gt;
** I&#039;d like this too.  Screen space can be important.  --[[User:Kenrob|Kenrob]] 04:14, 5 Oct 2007 (PDT)&lt;br /&gt;
* Could it be possible to show and hide tabs &#039;&#039;in View&#039;&#039;?&lt;br /&gt;
* Could it be possible to rearrange the order of the tabs (by dragging and dropping them)?&lt;br /&gt;
** drag&amp;amp;drop, automatic hide when only one, close one/all via context menu etc. would be very usefull (i.e. like it is possible in firefox) --[[User:flusi100|flusi100]] 08:00, 24 Feb 2008&lt;br /&gt;
* Would be nice to close the maps by using their tabs (context menu with &amp;quot;Close&amp;quot; when right-clicking on tab, or middle-click on tab).&lt;br /&gt;
** Agreed - this would be useful.  --[[User:Kenrob|Kenrob]] 04:14, 5 Oct 2007 (PDT)&lt;br /&gt;
** ++ to that. Seemed unnatural not to have a context menu on the tabs.--[[User:Doubi|Doubi]] 23:08, 18 Apr 2009 (UTC)&lt;br /&gt;
* Now with tabs and Save All it would just be the next logical step that (as an option) all the tabs would open when FreeMind starts, that were open when FreeMind was closed.&lt;br /&gt;
*Switching tabs takes 15-20 seconds. Especially slow after FreeMind has been minimized and computer has been suspended/hibernated. Version 0.9.0 Beta 18. --[[User:Emkeyen|Emkeyen]]&lt;br /&gt;
&lt;br /&gt;
==Move Back and Move Forward==&lt;br /&gt;
There are now Move Back and Move Forward buttons in the Toolbar (also available in the Navigate menu and by using Alt-Left and Alt-Right). FreeMind stores a chronology of the selected nodes. Using Back and Forward you can navigate back and forth to those nodes - even if they are in an other opened map. --[[User:Terkor|Terkor]] 19:31, 26 Aug 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;User Feedback&#039;&#039;&#039;&lt;br /&gt;
* Very Helpful!&lt;br /&gt;
* Could there be a way to get back to the latest selection by one click.&lt;br /&gt;
* How about a popup list of the previous and next selected nodes (like in IE or FF)?&lt;br /&gt;
* Useful when navigating in large maps--[[User:Fb5|Fb5]] 02:13, 15 Nov 2007 (PST)&lt;br /&gt;
&lt;br /&gt;
==Export Filters==&lt;br /&gt;
Open Office Export now for the ODT format.&lt;br /&gt;
&lt;br /&gt;
Besides the two export filters for TaskJuggler there are three new filters for exporting:&lt;br /&gt;
&lt;br /&gt;
* As Java Appelt&lt;br /&gt;
* As Flash&lt;br /&gt;
* As TWiki --[[User:Terkor|Terkor]] 19:06, 27 Aug 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== User feedback ===&lt;br /&gt;
* Embedded links on images and then exported to flash do not work.&lt;br /&gt;
** [http://video.google.com/videoplay?docid=-781058038619276488&amp;amp;q=freemind+dennis Video of Bug]&lt;br /&gt;
* HTML links and then exported to flash do not work either. Please see: &lt;br /&gt;
** http://www.efectokiwano.net/mm/&lt;br /&gt;
--[[User:VincentD|VincentD]] 02:30, 9 Nov 2006 (PST)&lt;br /&gt;
* Export to Flash does not support Rich Formatted nodes.&lt;br /&gt;
* When a map that contains a hyperlink is exported to HTML there is obviously an error in that exported hyperlink. --[[User:Terkor|Terkor]] 20:34, 2 Sep 2007 (PDT)&lt;br /&gt;
* In exporting to Flash, I have to enter URLs as &amp;lt;nowiki&amp;gt;http:www.yahoo.com&amp;lt;/nowiki&amp;gt;, instead of &amp;lt;nowiki&amp;gt;http://www.yahoo.com&amp;lt;/nowiki&amp;gt;, for the link to work.&lt;br /&gt;
* I&#039;m using 0.9.0 beta 19, when exporting to flash, http links fail. I&#039;ve watched the video and visited efectokiwano, still not working. Does the exported html require a special server build to serve the content?&lt;br /&gt;
&lt;br /&gt;
--[[User:Berti|Berti]] 12:04, 13 Feb 2008 (PST)&lt;br /&gt;
* I tried an export to txt tab separated this worked in 0.8 fine if  I rename the .mm to xml and try to view it I get an error it seems the html tags are going to break it. I also tested the xsl form this side Tabulator separated text ? FreeMind&lt;br /&gt;
http://freemind.sourceforge.net/wiki/index.php/Import_and_export_to_other_applications&lt;br /&gt;
&lt;br /&gt;
=== Wishes concerning Export Filters ===&lt;br /&gt;
--[[User:AlexandreDC|AlexandreDC]] 08:47, 13 Mar 2008 (CET)&lt;br /&gt;
* It would be useful to indicate some XSLT templates to produce HTML exports: we could thus choose whether and how to display attributes for example.&lt;br /&gt;
&lt;br /&gt;
--[[User:DRBusch]]&lt;br /&gt;
* To me, the most useful application of freemind is organizing complex documents (e.g. a thesis or book).  To this end, I&#039;ve modified the [http://sites.google.com/site/freemind2beamer/ freemind2beamer] script into [http://student.physics.upenn.edu/~drbusch/mm2thesis.xsl mm2thesis].  Unfortunately, I can&#039;t seem to figure out how to parse in the xsl document such that I can (for example) put a hard line break into the text of a node and use the second line as a label.  For example, node=abcd\\labelabcd would be translated into \section{abcd}\label{sec:labelabcd}.  Any thoughts?  I haven&#039;t dug into the java mm to beamer conversion yet.&lt;br /&gt;
&lt;br /&gt;
=General Bugs=&lt;br /&gt;
* Generating Output for a printer is almost impossible. On Ubuntu 7.10 printing does not work (nothing happens), PDF export does not work (Error popup with no content), SVG export does not work (Error popup with no content), PNG export  does not work (nothing happens), JPG export  does not work (nothing happens), (Jave and Flash export thus is working, but it&#039;s not printable in a browser). So I am limited to screenshots which are unreadable in larger mind maps. Preview is ok, by the way, but I would need a feature to resize the whole map to paper size.&lt;br /&gt;
* If I close the calendar not with &amp;quot;cancel&amp;quot; but by just closing the calendar window, I can&#039;t reopen the calendar. I have to restart FM to be able to open the Time Management dialog again. --[[User:Terkor|Terkor]] 06:27, 15 Dec 2007 (PST)&lt;br /&gt;
* I updated to java runtime enviroment 1.6 and was not able to save any mindmap any longer. Message was &amp;quot;Map ist write protected&amp;quot; --[[User:bebach|bebach]] 13 Nov 2007&lt;br /&gt;
* Sometimes I use freemind just as a simple extended clipbord. In openoffce 2.0 writer I get the message, the clipbord format does not exist. In thunderbird I always have to paste without format to see anything. It is painful. It seems to me that I was not able to switch freemind to the plain text option. I am looking again the documentation. --[[User:bebach|bebach]] 8 Nov 2007&lt;br /&gt;
* Using the PDF export feature results in an error message &amp;quot;null compatible with Global antialiasing enable key&amp;quot;. That was no problem in Version 0.8&lt;br /&gt;
* I can&#039;t save a new mind map under MS Vista. Modify and save of an existing mind map works.&lt;br /&gt;
* After pasting a node at a new position, keystrokes get stuck. The moviment is possible only changing the focus with mouse. After changing the focus, keystrokes (up,down,left,right) works normally.--[[User:Leslie|Leslie]] 05:16, 17 Apr 2007 (PDT)&lt;br /&gt;
* Ok, the new version is very nice... but there is still the Problem with printing. Sometimes the print is to small or to great or a part is cut off. Its difficult to configure the printer for good mindmap printings--[[User:Bkmzde|Bkmzde]] 00:31, 16 Feb 2007 (PST)&lt;br /&gt;
* Bug ? : MindManager Import doesn&#039;t include &amp;quot;Html Notes&amp;quot; hooked to the nodes. In 0.8, the note is &amp;quot;translate&amp;quot; in a text note.&lt;br /&gt;
* The context-menu that appears when you right-click while editing a node does not work. (It only contains &amp;quot;Copy&amp;quot; - which does not work.) Perhaps adding &amp;quot;Cut&amp;quot;, &amp;quot;Paste&amp;quot;, &amp;quot;Split&amp;quot; (at cursor-position), &amp;quot;Edit Long Node...&amp;quot; (with the editor remembering the cursor position and if some text is already marked). And perhaps some formating: &amp;quot;Bold&amp;quot;, &amp;quot;Italic&amp;quot;, &amp;quot;Font...&amp;quot;, &amp;quot;Paragraph...&amp;quot;&lt;br /&gt;
* Display error: Zoom is now (Beta 14) working perfectly, as far as I can see. Good work! --[[User:Terkor|Terkor]] 14:41, 21 Oct 2007 (PDT)&lt;br /&gt;
** OK, there is a little bug: use Format &amp;gt; Bubble. You will see that on most zoom levels text in the bubble is not centered correctly. On both sides of the map text is placed too much on the left side. --[[User:Terkor|Terkor]] 11:33, 22 Nov 2007 (PST)&lt;br /&gt;
* Display error: Edges don&#039;t connect properly to the root. With widths 4 or 8 the effect is very obvious, and if &amp;quot;Bezier&amp;quot; is chosen). --[[User:Terkor|Terkor]] 07:51, 11 May 2008 (PDT)&lt;br /&gt;
[[Image:Root.jpg]]&lt;br /&gt;
*     File Locking appears buggy: When you open a file with File Locking enabled in Preferences, the first open generates the error that &#039;file locking&#039; failed. Subsequently, all attempts to open a file result in &#039;File is already being edited by (Username). Opening as Read-Only.&#039; FreeMind does not appear to be willing to release this lock, except by turning off Experimental File Locking and turning it back on, so the entire feature appears to be broken. Specs: Windows XP SP2 machine, .mm file is on local drive which is also shared.--[[User:Perholm|Perholm]] 22:43, 13 Sep 2007 (PDT)&lt;br /&gt;
* Auto-Save Confirmed Buggy: &#039;&#039;&#039;I WOULD SUGGEST THAT THIS BUG IS AN EMERGENCY, AS DATA-LOSS CAN/WILL HAPPEN IF THE FEATURE IS RELIED UPON&#039;&#039;&#039;. Auto-Save at present does not work properly and should not be relied upon. Bug analysis: It appears that the timer used to control auto-save is only activated once at program launch, and when the auto-save interval has passed the timer does not reset for another auto-save interval, but instead NEVER generates an event again. Test: Set auto-save to 20000 milliseconds. Open an existing MindMap, and make a change within 20 seconds. If you check the .freemind directory, a single auto-save will be generated after 20 seconds, and no further auto-saves will EVER happen. If you again open a MindMap, and DO NOT make a change within 20 seconds, no auto-save will ever happen of any changes including the initial change. I would therefore conclude that the timer used for the auto-save interval is being programmed incorrectly, and does not launch another auto-save interval.--[[User:Perholm|Perholm]] 22:56, 13 Sep 2007 (PDT)&lt;br /&gt;
* The JRE 1.6 update 2 bug from javaw.exe on using the function of Open/Save File, it will waitting more than 30 sec per times, The JRE 1.5 update 11 will be better. --[[User:Josepchangtw|Josepchangtw]] 16:55, 15 Nov 2007 (PDT)&lt;br /&gt;
* Certain actions, foremost among them the &#039;&#039;paste&#039;&#039; action, cause FreeMind (or perhaps just the editing area) to lose focus somehow, so that no further keyboard input has any effect, until you click in the editing area to restore the focus. This severely detracts from the keyboard-only usability of FreeMind.&lt;br /&gt;
** Please describe how to reproduce and see this behavior [[User:DimitriPolivaev|DimitriPolivaev]] 14:40, 18 Oct 2007 (PDT)&lt;br /&gt;
** After pasting &#039;&#039;a node&#039;&#039; that has been copied from Freemind, the keyboard has absolutely no effect (really! I even tried mashing it randomly) until you click the mouse in the window, or switch to another window and then back, or do something else that focuses the Freemind window. Pasting text or anything else works just fine; only pasting a copied node (or nodes) causes the problem -- to put it as clearly as possible, the problem only occurs when pasting &#039;&#039;from Freemind to Freemind itself&#039;&#039;. Also, I should mention that this is not a problem in 0.8, only in 0.9.&lt;br /&gt;
** I have a very similar problem, under Ubuntu 7.10. It happens that: 1. whenever I paste something, I lose the ability to use the keyboard (all shortcuts), editing, entering text. 2. I can get keyboard back by switching to another window or virtual desktop, but after I repeat this (paste something) the third time, I lose keyboard for good until I close and re-open Freemind; 3. mouse works and I can save my map. Please note that for me it happens both with 0.8 and 0.9 branches, when running 0.9.x both with jre 5 and 6. [[User:Zecg|Zecg]]&lt;br /&gt;
** Same here on openSuSE 10.3, x86_64. It&#039;s hard to reproduce when it happens but I also suddenly use the ability to use keyboard. I&#039;ve found no way to get keyboard back except closing and re-opening Freemind. Mouse input still works. Appears to be introduced in the 0.9.x branch regardless whether I use jre 5 or 6. It&#039;s a show stopper. Is there a way to record all keyboard/mouse input to help to track this down ? --[[User:Steve|Steve]]&lt;br /&gt;
** The March 3 build seems to have fixed this bug. If others can confirm this, you can probably delete this thread.&lt;br /&gt;
** Not confirmed. The problem is still in Beta 16, just re-tested. A few times it happened after pressing INS, type in something, CR, CR, type in something, CR and cut the nodes again with CTRL-X, CTRL-X or a similar sequence. --[[User:Steve|Steve]]&lt;br /&gt;
* Node dragging problem: &amp;lt;br&amp;gt; When dragging the small circle in front of a node and moving the node vertically to raise the distance to the upper or lower node, this behavior in FreeMind seems to have changed. &amp;lt;br&amp;gt;In previous versions, the node could only be dragged to the right, up or down, but not more to the left towards the parent node. There was kind of an invisible vertical border. You could not drag the node beyond this border towards the parent node. This border was excellent to keep all child nodes aligned while changing the nodes&#039; distance. &amp;lt;br&amp;gt;Now this doesn&#039;t work any more. In the current version, this border seems to be gone unfortunately. When I change the vertical distance of one node to another node, I cannot keep the moved node in it&#039;s horizontal position any more. &amp;lt;br&amp;gt; (By the way, pressing &amp;lt;CTRL&amp;gt;-left-mouse-button on a node&#039;s drag-handle also changes the distance between nodes, but this functionality is not compareable, because it changes the distance of &amp;lt;u&amp;gt;all&amp;lt;/u&amp;gt; child nodes in this column, not only of the selected one.)&lt;br /&gt;
** Solution could be double-click on the small circle: it appears to work very well.--[[User:Luciodp|Luciodp]] 05:32, 7 May 2008 (PDT)&lt;br /&gt;
* Node dragging problem 2: &amp;lt;br&amp;gt; FM 0.9 B15. I created a map with FM 0.8, then switched to 0.9. If I copy the contents of a MSWord table into a node, MM gets it formatted with HTML and displays the table perfectly. The problem arises when I move the node to another branch of the tree. The html content gets converted to ascii (e.g. &amp;amp;lt;html&amp;amp;gt; becomes &amp;amp;amp;lt;html&amp;amp;amp;gt;) and thus all the formatting is lost. --[[User:ScavType|ScavType]] 14:09, 04 Jan 2008 (PDT)&lt;br /&gt;
* Print Preview shows wrong view after selecting Fit to one page. Steps: create map that&#039;s more than one page wide with default page setup options. Edit page options to fit to one page. Choose Print Preview. Expect it to show one page. Instead, it showed the first page of two pages as if ignoring the &amp;quot;fit to one page&amp;quot; option. After clicking next page button, print preview then realized it should zoom to fit to one page. --[[User:JimK|JimK]]&lt;br /&gt;
* Hover text for Print icon on toolbar says &amp;quot;Print...&amp;quot; implying that a dialog box will open but instead it just starts a print job.  Text should say &amp;quot;Print&amp;quot; or it should open dialog box. --[[User:JimK|JimK]]&lt;br /&gt;
* Opened a mind map created in 0.8.7. Looks good except that beta 17 put a cloud around the entire map---i.e., main node---that I can&#039;t remove, and all the child nodes on the right of the main node have been moved down far enough to be offscreen when view is centered on the main node. (One branch on the left side is fully expanded to four levels, so maybe that had something to do with it, but folding it back up makes no difference.) Tried to toggle off the cloud using the Insert main menu, the Insert shortcut menu, and with shift+ctl+b combo... no luck. This is my first try with 0.9 b17; and already I can&#039;t use it for existing maps. --[[User:foxcole|foxcole]] 13 May 2008    UPDATE:  Ah... in beta 17 I can&#039;t add a cloud to the main node either, so that seems to be a property that&#039;s not natively available at the main level. I&#039;ve no idea what&#039;s putting it there in the first place but now understand why I can&#039;t remove it.&lt;br /&gt;
* Open a mind map that saved on a network share with windows version of freemind, doesn&#039;t work. I got the following failure: An error occoured on opening the file: MindMap:\\mondsee\homes\ko\Eigene Dateien\Brainstorming\FTM\WLT-Event.mm. It&#039;s only while opening a file on a network-share - at my local desktop it works! --[[User:Osthoffinnovations|Osthoffinnovations]] 09:12, 30 May 2008 (PDT) &lt;br /&gt;
** The space in the path name &amp;quot;..\Eigene Dateien\..&amp;quot; plus double back slash &amp;quot;\\&amp;quot; causes this bug.&lt;br /&gt;
 As a quick fix add to FreeMind.java on line 517 (after “// bug fix by Dan:”) &lt;br /&gt;
   if (System.getProperty(&amp;quot;os.name&amp;quot;).startsWith(&amp;quot;Windows XP&amp;quot;) &amp;amp;&amp;amp; url.toString().startsWith(&amp;quot;file:////&amp;quot;))&lt;br /&gt;
     command = &amp;quot;rundll32 shell32.dll,ShellExec_RunDLL \&amp;quot;&amp;quot; + url.toString().replaceAll(&amp;quot;%20&amp;quot;,&amp;quot; &amp;quot;).replaceAll(&amp;quot;%25&amp;quot;,&amp;quot;%&amp;quot;)+&amp;quot;\&amp;quot;&amp;quot;;&lt;br /&gt;
* If I put a graphics in a node and use the HTML editor to try to scale it down .... &amp;quot;size=50%&amp;quot; or &amp;quot;width=120px&amp;quot; ... that has no effect.  [[User:Anton|Anton]]&lt;br /&gt;
* Freemind uses .mm as its file extension, but on Ubuntu (and probably other Linux distributions), this is the same as &amp;quot;Troff MM input document,&amp;quot; so the file manager misidentifies all Freemind maps as Troff documents. Perhaps use .mim (MInd Map) or .fmm (FreeMindMap) or something else as the extension?&lt;br /&gt;
* On 0.9.0 beta 20: If you select &amp;quot;save&amp;quot; for an unsaved document, but you cancel the action, a message box appears saying &amp;quot;Saving Failed&amp;quot;, but it&#039;s just a cancel. [[User:snookiex|snookiex]] 11:35, 27 Oct 2008 (GMT-5)&lt;br /&gt;
* 0.9.0 beta 20: Create child node using keyboard shortcut (eg. Insert) then press same kb shortcut (or if you have a second keystroke generated thru keystroke bounce) the second child-child node is created as closed node, ie not ready for keystroke entry. Basically pressing the &amp;quot;create child node&amp;quot; should not create a new node if the same keystroke is seen before the node has been &amp;quot;closed&amp;quot;. (0.9.0 beta 15 did not display this behaviour - not tested intermediate versions yet)&lt;br /&gt;
* 0.9.0 beta 20: Note icon sometimes disappears and hint fails to display. Moving node causes note icon to display and hint to become active again.&lt;br /&gt;
&lt;br /&gt;
=General Comments=&lt;br /&gt;
* Feature disable request:  Would be great to disable scroll with touch pad as on my MacBook Pro if I accidentally touch the touch pad it starts scrolling very slowely and freezes all functions until it has stopped.&lt;br /&gt;
* Feature request: Would be nice to have a Latex export for the mindmap. This especially helps structuring a bigger report without having to type everything in latex again. Nice would be if you could say till which level you want to have headlines (after that just  enumerations / lists).&lt;br /&gt;
* Feature request: I&#039;m thinking to add a &amp;quot;Rotate&amp;quot; node function. When a node is selected followed by a &amp;quot;Rotate&amp;quot; feature, the selected node and its child nodes will be rotated by 90 degree. This will form a flow chart. Thus, we can used FreeMind to build flow chart easily using its friendly interface.&lt;br /&gt;
* Feature request: Add a number &amp;quot;0&amp;quot; icon. The addition of numbers &amp;quot;8&amp;quot; and &amp;quot;9&amp;quot; in .9.0 Beta 18 are great, but &amp;quot;0&amp;quot; is all that&#039;s left to complete the set. This will allow users to use these icons in many ways other than just setting priority. For example, when using Freemind to take notes, if you have more than 9 items which would benefit from a graphical numerical identification, double (or more) digits could be used with great benefit. I may even suggest that a black icon with white text be used—black being a conceptually appropriate color for the number &amp;quot;0&amp;quot;.&lt;br /&gt;
* Feature request: Add the possibility to add a description to a graphical link, or even attributes (would be perfect). I use Freemind to create Moore and Mealy state machines in XML. So adding a text or attributes to a graphical link would be a milestone to reduce the complexity of the drawings.&lt;br /&gt;
* Feature request: When you move mouse over a node text is displayed in popup cloud, but it dissapears after few seconds. I would like for it to stay. Also, It would be great to be able to focus that popup and edit (ok that&#039;s a hard one, but at least copy) the contest there right away. --[[User:Kova|Kova]] 06:49, 19 Jan 2008 (PST)&lt;br /&gt;
* Feature request: I would like an option for text view (bottom) and tree view (top) to show (expand) when you move mouse over them. Right now I have tree view maximized when I&#039;m editing the tree, but when I want to write something in the nodes or have a look what is written I have to go down, resize the text view, write text / view the text and resize again. It would be great if it resizes to half for example if I just move my mouse down to bottom where text area is. In short, I need quickly switch between node edit (text) and tree edit (graphics). --[[User:Kova|Kova]] 06:49, 19 Jan 2008 (PST)&lt;br /&gt;
* How about a forum for this stuff? Wiki is great for a single document, but not for discussion or suggestions like this. --[[User:Kova|Kova]] 06:49, 19 Jan 2008 (PST) &lt;br /&gt;
* In the German translation the use of capitals is just a mess. (Sorry!) For example &amp;quot;Speichern Unter...&amp;quot; Why a capital &amp;quot;U&amp;quot;? --[[User:Terkor|Terkor]] 06:58, 15 Dec 2007 (PST)&lt;br /&gt;
* Since some changes in the properties of FM need a restart of the program in order to be seen, there should be a restart option after you changed settings or in the file-menu. --[[User:Terkor|Terkor]] 02:18, 19 Nov 2007 (PST)&lt;br /&gt;
* any idea how I can print or give out a mindmap WITH the notes I made to the nodes? I think I tried all export possibilities but could not find a way.  --[[User:bebach|bebach]] 17 Nov 2007&lt;br /&gt;
* Since I communicate with others using html exports or java/ flash exports, I uploaded to the web, it would be wounderful to have an internal ftp client in freemind and have an export option  &amp;quot;upload by FTP&amp;quot;. --[[User:bebach|bebach]] 8 Nov 2007&lt;br /&gt;
* Missing Export feature: I love the XHTML-Export with includes Image of the mindmap. For many reasons it would be much more comfortable to have just the images with an imagemap, for example a link collection. It will save user one very painful klick an the looking for the right section in the html export. HTML-Export as an image map would be much better for some users since the are not used to the also very nice flash or java  web exports. They are very good for experienced users. --[[User:bebach|bebach]] 8 Nov 2007&lt;br /&gt;
* Moving a branch from one side of the root to the other - the text and child branches should &amp;quot;flip&amp;quot; to enable this&lt;br /&gt;
** Um, they do!  Drag the node onto the root node and drop when you can see the gradient appear - then you&#039;ll mirror the structure.  Otherwise you&#039;re just repositioning the node.  --[[User:Kenrob|Kenrob]] 04:34, 5 Oct 2007 (PDT)&lt;br /&gt;
* I believe the Calendar / Scheduler feature can offer great benefits if improved.  I suggest a pop up will should come up when the reminder time arrives.  Similar to MS Outlook, you should have options of  delaying the reminder or canceling it.  --[[User:Felipe|Felipe]] 13:33, 1 May 2007 (PDT)&lt;br /&gt;
* I love freemind and work with it a lot some hours a day! I am looking forward to the new version and I start testing from v0.9 beta 12 --[[User:bebach|bebach]] 24 Aug 2007&lt;br /&gt;
* Feature Request: Database views are a powerful feature. I wish something like this for freemind. The idea is to store all the data in some ordinary mindmaps whithout redundancy, and on the other side work on them with the help of several &#039;&#039;&#039;virtual mindmaps&#039;&#039;&#039;, like views in database systems. The intention is to benefit from all the advantages of database views in freemind with a similar feature. To build the freemind views could xquery be used.--[[User:maxreeb|maxreeb]] 6 Sep 2007&lt;br /&gt;
* Feature Request: Lose Nodes. While FreeMind works great for information that is already relatively structured in your mind, it is VERY difficult to use when your information is very disorganised, like any kind of stream-of-consciousness type note-taking. In that scenario, the fact that FreeMind forces you with an iron hand to structure information before you&#039;re allowed to move on to the next idea, forces you to completely stop the creative process maybe 10 times a minute, which is why I tend to AVOID FreeMind and favor even just WordPad any time I&#039;m creative, because FreeMind works against me by forcing me to be so structure right off the bat that it grinds the creative process to a halt. I truly feel that you need the ability to have what I would term &#039;Lose Nodes&#039;, which is notes that are simply floating on the page and detached from the tree. Of course the goal is to get them attached to the tree in an orderly fashion, but for the sake of picking your own brain, you actually need the ability to simply drop them on the page, and then drag-drop organize them later by binding them together into a tree. You would do the exact same on a physical desktop -- you would cut out little pieces of paper, which would initially just be floating around on the table, until they slowly become organized into a tree. The fact that people have done this for hundreds years, I think proves that this is a natural and intuitive workflow, one that FreeMind easily both could and should support. By the same token, if you realize that a tree is poorly structured, you would want to take it apart and re-assemble it in a new way. As part of that process, maybe 20 or 40 nodes would be temporarily lose, and a &#039;Lose Nodes&#039; feature would allow you to simply drag the nodes lose from the tree, drop them in the white space, and then later attach them somewhere else. I think this would be extremely intuitive. And very lastly, in this mindset of being able to do in FreeMind what you are thinking, I think you need to support more than one root. Although the GOAL is of course a neatly structured tree with a single root, you again don&#039;t necessarily arrive there through clean path -- no, the path is messy and disorganized, and then order forms slowly. I feel I would be able to structure large and experimental concepts much more easily if you supported Lose Nodes and multiple roots. With multiple roots, you would be able to detach section of the tree into a new tree, work on them concurrently, until you realize that they&#039;re part of the same concept, and glue the trees back together. These two features together are what is preventing me from being truly productive with FreeMind from a discovery perspective. I have no doubt that FreeMind works like a charm for information that is already relatively organized, but for discovering new and original concepts, FreeMind forces a structure on the information that is not mature for. Rather, FreeMind helps your produce a graph of the end result, but doesn&#039;t fully help you get there. --[[User:Perholm|Perholm]] 16:23, 12 Sep 2007 (PDT)&lt;br /&gt;
** &amp;quot;Lose Nodes&amp;quot; or &amp;quot;Unattached Nodes&amp;quot; or &amp;quot;Additional Roots&amp;quot; are available in [http://www.mindjet.com/ MindJet&#039;s] Mindmap.  They are a class of &amp;quot;floating&amp;quot; objects that include labels and graphics.  I recall the implementation of this came in on of the service packs for X5.  [http://www.mindjet.com/resources/tutorials/mindmanagerx5/default.aspx X5] also added things like callouts, markers, map parts, and storing the map as XML.  Once again I would recommend looking at Mindjet&#039;s MindMap and if you are a Windows users trying the 30-day evaluation to get a feel for what is possible in both capabilities and interface.  --[[User:Anton|Anton]] 18:05, 20 Jul 2008 (PDT) &lt;br /&gt;
&lt;br /&gt;
** Understood the issue. What I do is setting &amp;quot;disable key type&amp;quot; off, and &amp;quot;key type adds new&amp;quot; on. So each time I am hitting &amp;quot;return&amp;quot; key and starting to type again, it is a new node automatically created. In fact it works then like &amp;quot;wordPad&amp;quot;, a node being equivalent to a line. To keep my map &amp;quot;clean&amp;quot; all those new nodes are created under a node &amp;quot;to be cleaned&amp;quot; or even a new map. Then I do the assembling by moving nodes with the mouse, and this is all the power of freemind. Faster to reorganise information than any other tool I have ever tried. I like your expression &amp;quot;kind of stream-of-consciousness type note-taking&amp;quot;. This is exactly my use (several hours/day for years) of Freemind which is my main/only data entry software, and it is the best tool I know for this. --[[User:Fb5|Fb5]] 03:57, 23 Oct 2007 (PDT)&lt;br /&gt;
** About the  multi root discussion. The same result could be attained easily now with the tabbed windows. For large maps already difficult to see, multiroots would make them really messy. An improvement for your concern could be to have an option to view tabbed windows &amp;quot;side by side&amp;quot; (&amp;quot;arrange all&amp;quot; in Word from Windows).--[[User:Fb5|Fb5]] 04:15, 23 Oct 2007 (PDT)&lt;br /&gt;
* Feature Request: Rearranging Nodes. I&#039;m wondering why, when you&#039;re rearranging the order of nodes on the same hierarchical level, why you&#039;re only allowed to move a node *before* another node by dropping things in the top half of the destination node. All the time, I need to move a node so it comes *after* another node, but you can&#039;t simply drop the node in the bottom half of the destination node to move it to come *after*. And by the same token, there&#039;s NO way to move a node to be the last one without dropping it in the right-side of the *parent* node. This is frustrating, really frustrating, and there&#039;s no real logic to it... who made the decision that you can only move nodes *before* other nodes, but not *after*? Why did you decide to make it like this and not the other way around. And why is the only way you can get a node to the bottom of a list, to drag and drop onto the right side of the *parent* node. I run into this probably 20 or 30 times an hour, and the current design seems arbitrarily selected. You should be able to move nodes both *before* and *after* each other by dragging and dropping them into the top or bottom half of the destination node. I feel that nothing else is consistent and makes sense. Sorry for my rant, I just feel that there are some things that don&#039;t follow GUI 101. --[[User:Perholm|Perholm]] 14:00, 13 Sep 2007 (PDT)&lt;br /&gt;
** A simple workaround is to drag to the &#039;&#039;second-last&#039;&#039; position, i.e. the top ½ of the lowest node.  When you have everything else repositioned, drag the lowest node to it rightful place.  --[[User:Kenrob|Kenrob]] 04:25, 5 Oct 2007 (PDT)&lt;br /&gt;
*** I think this is unacceptable as a solution. Workaround, yes. Solution, no. --[[User:Perholm|Perholm]] 14:12, 10 Oct 2007 (PDT)&lt;br /&gt;
* Feature Request: Copy/Paste Paragraphs. I&#039;m an author trying to use FreeMind to structure a large literary project, and it would be incredibly helpful if FreeMind had the following functionality: If you grab some text from Word (which might consist of for example 10 paragraphs), it would be incredibly helpful to get each of these paragraphs as individual child-nodes. The reason is that we&#039;re using FreeMind to organize a book-type project, of which some has already been written, and we need to get each paragraph of a chapter into a separate child-node in FreeMind so we can rearrange the blocks the FreeMind way, which by the way works fantastically. But at the moment, we can&#039;t find any other way than to copy/paste each single (friggin) paragraph individually. And the same goes for when you&#039;re trying to get something back into Word; it would be great to be able to simply select a branch, and get it copy/pasted into word as a simple top-to-bottom text copy where each child-node is an individual paragraph. That way you can use FreeMind to organize a literary project, knowing that the project ultimately has to end up in Word, but FreeMind is far superior for organizing and structuring the information. Perhaps consider a &#039;Paste Menu&#039; like Word has, which asks you how exactly you want to paste, i.e. &#039;Keep Formatting&#039; or &#039;Text Only&#039; -- a similar menu in FreeMind could ask if you want to turn individual paragraphs into nodes, or if you want to paste the whole text as a single node. This would be REALLY helpful to organize literary projects. This would also allow you to much more easily use FreeMind to edit something that is initially written as stream-of-consciousness, i.e. any brainstorm. Such a brainstorm would likely simply consist of lines upon lines (or paragraphs upon paragraphs) of disorganized ideas written into Word or a text-editor. When you bring this into FreeMind, you ought to be able to turn each &#039;idea&#039; (i.e. Paragraph) into a separate node. Right now, I can find no other way than to copy/paste each line individually, which is enormously labor-intensive. UPDATE: OK, FreeMind already has this feature, but it doesn&#039;t always work, because if you&#039;re pasting from Word, the text coming in is interpreted as Rich Text, and put into a single child node. If you want the behavior I describe, you have to first copy the text in Word, paste the text into Notepad (not Wordpad), copy it from Notepad, and paste it into FreeMind. I think there should be the ability to interpret text coming from Word as &#039;text-only&#039; and not automatically bring in the formatting. In the case of a literary project, the formatting is only interesting in Word... in FreeMind you only want to edit the text, the formatting is irrelevant in a FreeMind context.--[[User:Perholm|Perholm]] 23:11, 13 Sep 2007 (PDT)&lt;br /&gt;
** &#039;&#039;&#039;You can use Edit-&amp;gt;Split Node after inserting a formatted paragraph into the node. It splits the node in single paragraphs.&#039;&#039;&#039; [[User:DimitriPolivaev|DimitriPolivaev]] 14:19, 17 Sep 2007 (PDT)&lt;br /&gt;
** Using the Edit-&amp;gt;Split Node is very time consuming for a large number of branches.  &amp;lt;s&amp;gt;Why can&#039;t we retain the behaviour of Freemind 0.8.0?  It seems that a tool to organise thoughts should work at the lowest level of granularity not create huge &amp;quot;blobs&amp;quot; of text.  When I reorganise my ideas by pasting paragraphs from a document in 0.8.0, each paragraph in the document beocomes a separate branch.  I can then drag and drop branches to reorganise my ideas.  This issue is so important to me that it will be a show-stopper for 0.9.0 as far as I am concerned!&amp;lt;/s&amp;gt; --[[User:Phil31753|Phil31753]] 07:35, 9 Apr 2009 (UTC) Tool-&amp;gt;Split Node achieves what I (and others in this section) require.--[[User:Phil31753|Phil31753]] 10:05, 9 Apr 2009 (UTC)&lt;br /&gt;
** That&#039;s interesting discussion. When I copy from word to freemind, each paragraph is copied as an individual node and that is what I expect and what You would like. Maybe your freemind settings are different than mine ?--[[User:Fb5|Fb5]] 04:05, 23 Oct 2007 (PDT)&lt;br /&gt;
** It is now I met the issue You described Perholm. This is when copying form WEB BROWSER to FREEMIND. The copy keeps the html formating and keeps it in one node. This is a real annoyance for me too and that would stop me to move from 0.8 Version. Is it possible to have a &amp;quot;Paste Special&amp;quot; or &#039;&#039;&#039;&amp;quot;Paste as text&amp;quot;&#039;&#039;&#039; menu which also split paragraph as nodes, please Dimitri ?  One advantage of the html copy would be for tables, which doesn&#039;t work in 0.8. Thank You. Franck --[[User:Fb5|Fb5]] 03:46, 6 Dec 2007 (PST) &lt;br /&gt;
* SIMPLICITY , SPEED and RELIABILITY : Those must be the main strengths of Freemind. I am  using Freemind as my main computer interface for data entry for three years, ending with large maps (several 10s of thousands nodes). I have  tried many other softwares and my conclusion, there is simply no equivalence on the market. It would be a shame to slow the program or the user-interface because adding new features. So, my expectation is to have user-options for enabling or not those features (attributes and Wysiwig). Thank You so much for the great work. Franck --[[User:Fb5|Fb5]] 20:03, 2 Oct 2007 (PDT)&lt;br /&gt;
** I want to second that: my maps are not nearly as big as Franck&#039;s but for me simplicity and reliability (as already provided by 0.8.0) are most important, too. Please try to keep focus on the simple things instead of adding too many features.--[[User:Christofb|Christofb]] 12:27, 30 Oct 2007 (PDT)&lt;br /&gt;
** Absolutely right. It is wonderful that new features are being added, but it is ESSENTIAL that Freemind is able to run QUICKLY on any computer, or it won&#039;t be useful. --[[User:Loydog|Loydog]] 2:44, 8 Nov 2007 (PDT)&lt;br /&gt;
** I absolutely agree to that. I&#039;m a freemind user for years now and though I&#039;m looking forward to see new features in freemind I always loved the fast and easy way to create maps on every occasion. So maybe if there are resource consuming new features they could be inserted as plugins or sth. like that so users are able to decide wether they will activate a feature or not--lpdubel 02:06, 14 Nov 2007 (PST)&lt;br /&gt;
* Attachments (Multiple): It is necessary to be able to add multiple attachments to a single node. For example, one node may have an attached pdf doc, word doc, excel sheet, and other mindmap. [[User:kberardinelli|kberardinelli]] 09:17, 26 Oct 2007 (EDT)&lt;br /&gt;
** What I do is to create subnodes (even without any text) and assign an attachement to each of them. --[[User:Fb5|Fb5]] 02:26, 15 Nov 2007 (PST)&lt;br /&gt;
* Attachments (Deletion): Currently, there seems to be no way to delete an attachment. This needs to be very easy to do (perhaps by right-clicking and selecting &#039;Delete Attachment&#039;. [[User:kberardinelli|kberardinelli]] 09:17, 26 Oct 2007 (EDT)&lt;br /&gt;
* Feature Request: Especially when using freemind on a beamer I would like to have a fullscreen mode ie without window decorations etc. Just the canvas, even without menu bar or status bar. -- [[User:barney|barney]] 13:52, 29 Oct 2007 (MEZ)&lt;br /&gt;
** I would love to see that too. Think about using it in a classroom for a brainstorming on the  beamer. --[[User:Christofb|Christofb]] 12:27, 30 Oct 2007 (PDT)&lt;br /&gt;
** Agree, for uncluttering and focusing on one task. -- [[User:Vibrog|Vibrog]] 10:43, 17 Nov 2008 (UTC)&lt;br /&gt;
** Agree with you at all! I would like to use freemind for presentation on technical presentation. --[[User:Dinny|dinny]]&lt;br /&gt;
* Feedback: In Beta 13 (the one before 14), I could remove the note area from the view and use ctrl-&amp;lt; to activate the note area, make it visible again, and type ahead. This still works in Beta 14. When done, I could use ctrl-&amp;lt; again to focus the mind map node again and the note area vanishes again. In Beta 14 the note area stays visible and I need to ctrl-&amp;lt;, ctrl-&amp;gt; to move out and hide the area. The behaviour in Beta 13 was much easier to work with. -- [[User:barney|barney]] 13:52, 29 Oct 2007 (MEZ)&lt;br /&gt;
* Feature request: IMO it would be very useful to be able to add some metadata to a freemind map as a whole like titel, description, author, keywords --lpdubel 02:06, 14 Nov 2007 (PST)&lt;br /&gt;
&lt;br /&gt;
* Feature request: I would like very much to have a better method for transclusion. Compendium allows reuse of nodes across multiple views (whether maps or lists) and automatically handles updates from any instance to all appearances across a range of maps. Compendium even places a subscript counting the number of transclusions for a node! Can one hack this up through per node addressing in FreeMind? Would that handle automatic updates? I suspect a database back-end for nodes makes more sense. I want to construct constructing Maps through addition across a collection of nodes (again, like Compendium) instead of filtering maps by subtraction across a single map&#039;s nodes. As a first approximation to this, I&#039;d like to save Filters independently of maps. --[[User:Jay Dugger|Jay_Dugger]], 2217 Sunday, 2 December 2007&lt;br /&gt;
&lt;br /&gt;
*Feature request: Ship it! (sorry, but it would be nice to have a released version that works with the lattest java version), and well, it&#039;s been 2 and a half years... [[User:Tomh|Tomh]] 05:09, 10 Jan 2008 (PST)&lt;br /&gt;
&lt;br /&gt;
*Feature request: I really miss a strike-through along bold and italic, with a keyboard shortcut. Cheers.&lt;br /&gt;
&lt;br /&gt;
* Feature request: Nothing big, I just wanted to ask weather its possible to bind the structure to too points again (left right) from the rootnode like it was it 0.8 and that change this when you want. Because its much esear to start a structured mindmap using only the keys... Also I liked to have two sides to divide the thoughts when speaking about pro and contra. It Would be Great if it was possible to ad this as an Option to the root-point. (Inculding the move navigation with strg that could move one node all around the root) Thank you! --[[User:X-Site|X-Site]] 16:29, 9 Mar 2008 (PDT)&lt;br /&gt;
&lt;br /&gt;
* Feature lost? In 8.0 version when you copy nodes and paste in MSWord you immediately create a &amp;quot;structure&amp;quot;, that is a hyerarchic level: very useful if you want to adjust titles or paragraphs in preliminary notes, or import them in Power Point slides etc. I&#039;m a teacher and use Freemind with students for brainstorming, organize ideas and create texts or presentations from preliminary notes. Now in 9.0 version this feature seems to be lost. Why? Do tou know any solution? Many thanks for your work.--[[User:Luciodp|Luciodp]] 05:24, 7 May 2008 (PDT)&lt;br /&gt;
&lt;br /&gt;
* Try Tools-&amp;gt;Split Node --[[User:Phil31753|Phil31753]] 10:05, 9 Apr 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
*Feature request: I would like to be able to apply a cloud to a parent node but not necessarily its children; or maybe to only some selected children... similar to how a network or gateway is depicted in a flowchart. [[User:foxcole|foxcole]] 13 May 2008  UPDATE: Perhaps a more accurate request is to be able to choose from a limited set basic shapes to apply to a node or set of siblings but not children.&lt;br /&gt;
&lt;br /&gt;
* When I export my map to a text based format (i. e. HTML), FM starts with the right side and then continues the left side. For me it is not intuitive I start my maps on the left side - as I would read a newspaper or magazine. I guess it is not difficult to allow the user to choose if FM should start with the left or the right side. --[[User:Terkor|Terkor]] 16:28, 13 May 2008 (PDT)&lt;br /&gt;
&lt;br /&gt;
* Feedback:  Thanks for all your hard work, absolutely amazing product. --[[User:RazielJaTier|RazielJaTier]] 15:23, 20 May 2008 (PDT)&lt;br /&gt;
&lt;br /&gt;
* Changed Functionality:  In 0.8 I could hover over a node to select it, hold down ctrl, which would effectively prevent other nodes from being selected. Then move my mouse all the way across the map (again without worry about another node being selected), then click on an icon *with the ctrl key held down*.  The icon would be assigned.  In 0.9 you have to release ctrl before you click the icon, otherwise it will simply ignore it.  This is a simple little detail, and I&#039;m sure I&#039;ll get used to it, but if it&#039;s not difficult, and you don&#039;t have other plans for ctrl clicking icons, I&#039;d love the 0.8 behavior back. --[[User:RazielJaTier|RazielJaTier]] 15:23, 20 May 2008 (PDT)&lt;br /&gt;
&lt;br /&gt;
* Suggestion:  Create localized version of linked data.  When you use alt+L to create a link to another part of the map, it would be nice if you had an option to actually create &amp;quot;ghost&amp;quot; versions of that data instead of having to click in the link.  If you edited the ghost version, or the original, they would stay in sync. --[[User:RazielJaTier|RazielJaTier]] 15:23, 20 May 2008 (PDT)&lt;br /&gt;
&lt;br /&gt;
* Suggestion:  It would be neat to be able to with single click generate the framework of a thinking tool.  When I say thinking tool I am thinking mostly of the thinking tools created by Edward de Bono such as his Six Hats, CoRT and many others.  See http://www.edwdebono.com/ and http://www.edwarddebono.com/ for more info.  An example would be right clinking on &amp;quot;Six Hats&amp;quot; and from your current node it would create six child nodes: White Hat, Red Hat, Yellow Hat, Black Hat, Green Hat and Blue Hat.  For each of these child nodes an empty blank node would be created as well.  Lastly your cursor would move to the blank node under White Hat and then you can start typing.  Such functionality might be created with Groovy script but most would not want the difficulty of programming Groovy script.  It is also possible to cut and paste a section of a mind map but that is more cumbersome than a single click.  --[[User:Mars729|Mars729]] 17:59, 31 May 2008 (EDT)&lt;br /&gt;
** A library of templates would be a great contribution.  --[[User:Anton|Anton]] 17:52, 20 Jul 2008 (PDT)&lt;br /&gt;
&lt;br /&gt;
* Suggestion:  When working with images it would be nice to be able to paste or drop an image to a node. --[[User:trinxie|trinxie]]&lt;br /&gt;
&lt;br /&gt;
* Suggestion:  When adding an image link, if it is a file, should it be possible to store the relative path? Would be great if the whole model is distributed to someone else. Maybe this possibility already exists.  --[[User:trinxie|trinxie]]&lt;br /&gt;
&lt;br /&gt;
* If I install Freemind using aptitude in Ubuntu 8.10, I have the /usr/share/pixmaps/FreeMindWindowIcon.xpm to use in my panel, but as the available version in Ubuntu is 0.7.1 and I have some MMs created with later versions, I decided to try the 0.9 RC1, and downloaded it (freemind-bin-max-0.9.0_RC_1.zip). For my surprise, there is no icon to use in this zip. Please include one, or maybe more than one (see http://www.menyhart.net/blog/software/freemind-icon/). --[[User:Itamar|Itamar]] 12:33, 9 Feb 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;&#039;&#039;Observation:&#039;&#039;&#039;&#039;&#039; Many of these suggestions and feature requests are or are similar to ones that exist in [http://www.mindjet.com/ Mindjet&#039;s] MindMap.  It used to be that this leader had a great advantage in that it supported scripts.  Now that FreeMind has Groovy it is catching up.  All we need is the library of neat applications that use the scripting language&#039;&#039;!&#039;&#039;  I was a keen user of MM2002 and looked forward to MM-X5 and its shift to XML, but the real shift was for the benefit of people ho were programmers, not the baseline users.  Unless you were a EmbeddedVisualBasic programmer the change was a setback.  The library of  HTML export templates was lost - Mindjet&#039;s response was &amp;quot;its all XML so you can write your own XSLT.  Well some of us can&#039;t or don&#039;t have the time.  The other killer for me was that Mindjet tied in too closely with Microsoft Office.  It couldn&#039;t export to anything else.   So in reality one had to spend hundred of dollars more for each upgrade of MindMap since it always needed the latest version of Office.  &#039;&#039;However&#039;&#039; I would recommend looking at Mindjet&#039;s MindMap and if you are a Windows users trying the 30-day evaluation to get a feel for what is possible in both capabilities and interface.   --[[User:Anton|Anton]] 17:52, 20 Jul 2008 (PDT)&lt;br /&gt;
&lt;br /&gt;
* When you enter note-data for quite a number of nodes the map is so full with the note-icon. I would appreciate an option in the preferences as for the attribute icon, that disables showing an icon. (Tools&amp;gt;Preferences&amp;gt;Appearance&amp;gt;Show icon for attributes) --[[User:Kai|Kai]] 21:59, 20 Mar 2009 (CET)&lt;br /&gt;
&lt;br /&gt;
* Feature request: automatically calculating the print zoom factor according to a user-defined number of mosaiced printed pages. E.g., user should be able to specify he wants the map printed on N x M pages (M pages across and N pages high) and the print zoom factor should be calculated automatically. That would reduce the need to compute the best print zoom factor by trial-and-error. --[[User:Arg0|arg0]] 09:29, 24 Apr 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
* Feature request: settings for customising arrow links (e.g., ability to specify that links start from the root part of a node rather than from the leaf part). Moreover, it can be really tricky to rearrange the shape of an arrow link, especially short ones, since all parameters (starting point, tangency) are changed simultaneously when dragging a link point. Fine editing should be implemented. --[[User:Arg0|arg0]] 09:29, 24 Apr 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
* GENERAL OPEN SOURCE FEEDBACK LOOPS WITH FREEMIND, would it not be helpful if feedback loops were integrated into the beta versions, so that one can write requests for enhancements as one is using Freemind or other open source proejcts. For example, for each function there could be a questionnaire and comment box next to it. This info could then be uploaded to a wiki. It may help organize the locations of info and spur more user involvement in the feedback process. Could it also be possible that the uses of the porgramme are logged and statistically analyzed by the developers?&lt;/div&gt;</summary>
		<author><name>MikeS</name></author>
	</entry>
	<entry>
		<id>https://freemind.sourceforge.io/wiki/index.php?title=FreeMind_0.9.0:_The_New_Features&amp;diff=7939</id>
		<title>FreeMind 0.9.0: The New Features</title>
		<link rel="alternate" type="text/html" href="https://freemind.sourceforge.io/wiki/index.php?title=FreeMind_0.9.0:_The_New_Features&amp;diff=7939"/>
		<updated>2009-06-19T12:08:21Z</updated>

		<summary type="html">&lt;p&gt;MikeS: /* User Feedback */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A great release is to come. We have many exciting new features: WYSIWYG-Editing for nodes and notes, scripting, filter, attributes and many more. &lt;br /&gt;
 &lt;br /&gt;
But all these new features still need a lot of testing and documentation. To start this, please have a look at the newest version [http://sourceforge.net/project/showfiles.php?group_id=7118&amp;amp;package_id=188772 here] and [http://sourceforge.net/forum/forum.php?thread_id=1592095&amp;amp;forum_id=22101 tell us your opinions].&lt;br /&gt;
&lt;br /&gt;
Use this wiki page for documenting the new features.&lt;br /&gt;
&lt;br /&gt;
But: Don&#039;t use this version for productive maps. It is not stable enough!&lt;br /&gt;
* Further warning: If you create a map with Attributes, it will open as a &amp;quot;New Map&amp;quot; with no data in version 0.8. Your data is not lost, just not readable by 0.8.&lt;br /&gt;
* You can try to convert the 0.9.0 - saved map back to 0.8.0 by following steps&lt;br /&gt;
&lt;br /&gt;
# Make the backup copy of the map &lt;br /&gt;
# Open it with the 0.9.0 again&lt;br /&gt;
# Select all nodes &lt;br /&gt;
# Format-&amp;gt; use plain text &lt;br /&gt;
# Save&lt;br /&gt;
# Open the mind map file in text editor &lt;br /&gt;
# Remove all lines starting with &amp;lt;attribute_registry&amp;gt; and ending with &amp;lt;attribute_registry/&amp;gt; &lt;br /&gt;
# Save the file and try to open it in 0.8.0 &lt;br /&gt;
 &lt;br /&gt;
If it does not help you should use the 0.9.0. &lt;br /&gt;
&lt;br /&gt;
= Attributes =&lt;br /&gt;
&#039;&#039;FIXME: An introduction should be given here explaining what attributes are and what they are good for. Why should the user learn how to fiddle around with attributes if he does not know what they are?&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Attributes provide different perspectives for ordering/viewing your MindMap. Attributes are tuple name/value pairs that are globally available i.e. can be tagged to any node and assigned specific values.  For example, you can create shopping lists, add notional weightings, performance metrics, etc.  The real power of attribute comes from writing Groovy scripts that can operate on attribute value or change the behavior of a node.  For example,  you can summarize the info contained within several nodes for a total cost.  Attributes are complemented by Filters.&lt;br /&gt;
&lt;br /&gt;
Real world example:  I use Attributes and Filters after taking staff meeting notes.  Immediately after a meeting, I assign attributes to nodes as applicable:  Attribute 1 is &amp;quot;Name&amp;quot;, values are the names of my staff;  Attribute 2 is &amp;quot;Priority&amp;quot;, values are numbers 1-5.  The &amp;quot;Assign Attributes...&amp;quot; dialogue allows me to select all comments from a certain staff member and then assign their name to those nodes at once.  If there is an action required, I might assign a priority.  Filters allow me to quickly see only nodes from a certain staff member, or specific priority levels, or any combination.  --[[User:Dnbarg|Dnbarg]] 20:21, 22 Oct 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
== Quick Attribute creation ==&lt;br /&gt;
* Select node.&lt;br /&gt;
* Edit Attribute: Alt-F9 or, Rt-click&amp;gt;Edit attributes.&lt;br /&gt;
* Type in an Attribute name.&lt;br /&gt;
* Then add a value if desired.&lt;br /&gt;
* Edit with the Attribute Manager later if necessary.&lt;br /&gt;
== Using Attribute Manager ==&lt;br /&gt;
* Open the attribute manager with attribute icon on toolbar or, Tools&amp;gt;Attribute Manager.&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
=== Working with Attributes ===&lt;br /&gt;
*     Click the &amp;quot;Edit&amp;quot; button in the &amp;quot;All Attributes&amp;quot; row&lt;br /&gt;
*     Select attribute names from existing names to Rename/Delete in popup dialog&lt;br /&gt;
*     Enter new attribute name to Add in popup dialog&lt;br /&gt;
*     Press &amp;quot;Close&amp;quot; to close the dialog after all changes are done&lt;br /&gt;
&lt;br /&gt;
==== Create Attribute ====&lt;br /&gt;
*     Type in your Attribute name, then press add&lt;br /&gt;
*     Repeat to add multiple attributes&lt;br /&gt;
==== Create Attribute values==== &lt;br /&gt;
*         type the value, then press &amp;quot;Add&amp;quot;&lt;br /&gt;
*         It&#039;s a good idea to add a blank value to the list. It helps when assigning attributes later&lt;br /&gt;
Every Attribute can have multiple values&lt;br /&gt;
*         eg. I use an Attribute called &amp;quot;Staff&amp;quot; and the values are the staff person&#039;s name&lt;br /&gt;
*         eg. I use an Attribute called &amp;quot;Priority&amp;quot; and the values are #&#039;s 1 to 5&lt;br /&gt;
&lt;br /&gt;
==== Delete Attribute ====&lt;br /&gt;
* Select the menu option Tools/Attribute Manager, to open the panel Attribute Manager. &lt;br /&gt;
* In the line &amp;quot;All Attributes&amp;quot; of this panel, click on the icon in the last column (Edit). This opens a new panel &amp;quot;All Attributes&amp;quot;.&lt;br /&gt;
* In this panel, select the attribute name, then press &amp;quot;Delete&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
==== Delete Attribute values ==== &lt;br /&gt;
*     Select the value, then press &amp;quot;Delete&amp;quot;&lt;br /&gt;
*     All attributes with the deleted value are removed from the whole map&lt;br /&gt;
&lt;br /&gt;
    All attributes with the deleted name and/or value are removed from the whole map&lt;br /&gt;
&lt;br /&gt;
==== Rename Attribute ==== &lt;br /&gt;
*     Select the attribute name to be renamed, type the new name, then press &amp;quot;Rename&amp;quot;&lt;br /&gt;
*     All attributes with the renamed value are adjusted&lt;br /&gt;
&lt;br /&gt;
==== Rename Attribute values ==== &lt;br /&gt;
*     Select the value to be renamed, type the new value, then press &amp;quot;Rename&amp;quot;&lt;br /&gt;
*     All attributes with the renamed value are adjusted&lt;br /&gt;
&lt;br /&gt;
=== Working with Attribute values (in Attribute Mgr) ===&lt;br /&gt;
*     After adding Attributes, you should see them listed under the &amp;quot;Attributes&amp;quot; column heading&lt;br /&gt;
*     Click on the &amp;quot;Edit&amp;quot; button in the row of your new Attribute and add the values&lt;br /&gt;
*     Edit attribute values in popup dialog&lt;br /&gt;
*     Press &amp;quot;Close&amp;quot; to close the dialog after all changes are done&lt;br /&gt;
&lt;br /&gt;
== Assign Attributes to nodes ==&lt;br /&gt;
assigning only a few nodes&lt;br /&gt;
*     Choose the node, press Alt-F9 or, Rt-Click the node and choose &amp;quot;Edit Attributes&amp;quot;&lt;br /&gt;
*     To add more attribute per node, use TAB key (if View&amp;gt;Attributes&amp;gt;Show all attributes is selected), or use the following.&lt;br /&gt;
*     got to:  Tools&amp;gt;&amp;quot;Assign attributes...&amp;quot;&lt;br /&gt;
*     choose &amp;quot;Selected Nodes&amp;quot; or &amp;quot;Visible Nodes&amp;quot;&lt;br /&gt;
*     from the drop down list, choose the Attribute you want to assign. (Here it helps when there&#039;s a blank value. You can assign an Attribute to all nodes needing it, and then set the value later, on a node by node basis)&lt;br /&gt;
*     press the &amp;quot;Add&amp;quot; button to assign the Attribute to the node/s&lt;br /&gt;
*     add more than one attribute to a node if necessary&lt;br /&gt;
*     delete attributes from multiple nodes with this dialog&lt;br /&gt;
&lt;br /&gt;
== Viewing/Hiding Attributes ==&lt;br /&gt;
to see an icon on nodes with attributes&lt;br /&gt;
*     Tools&amp;gt;Preferences&amp;gt;Appearance&amp;gt;Show icon for attributes&lt;br /&gt;
show all attributes&lt;br /&gt;
*     Alt-s or, View&amp;gt;Attributes&amp;gt;Show all attributes&lt;br /&gt;
show no attributes&lt;br /&gt;
*     Alt-h or, View&amp;gt;Attributes&amp;gt;Show no attributes&lt;br /&gt;
show selected attributes&lt;br /&gt;
*     in the Attribute Manager, select desired Attributes in the &amp;quot;Selected Visible&amp;quot; column&lt;br /&gt;
*     then, View&amp;gt;Attributes&amp;gt;Show selected Attributes&lt;br /&gt;
optimize the width of the Attribute/value table&lt;br /&gt;
*     Rt-click on the Attribute and choose optimal width&lt;br /&gt;
&lt;br /&gt;
== User feedback ==&lt;br /&gt;
=== Bugs concerning attributes ===&lt;br /&gt;
* Better sorting of the options: Add Attribute &amp;gt; Delete this Attribute &amp;gt; Delete all Attributes. Numerous times I accidentally clicked on the middle button which is now (beta20) &amp;quot;Alle Werte löschen&amp;quot; when I intended to only &amp;quot;Diesen Wert löschen&amp;quot;, because it is on the same line where I specify the criteria, which attribute value pair I try to delete [[User:JR|JR]] 13:16, 8 Oct 2008 (UTC)&lt;br /&gt;
*     The key bindings alt-s and alt-h do not work as expected for showing or hiding attributes.--[[User:Yubrshen|yushen]] 02:23, 25 Nov 2006 (PST)&lt;br /&gt;
* When Attributes are visible, scrolling with mouse wheel stops when cursor is over the attribute of a node. --[[User:Terkor|Terkor]] 20:11, 27 Aug 2007 (PDT)&lt;br /&gt;
* If I set attributes, I can&#039;t export the map in PDF. It&#039;s ok in flash, png, xhtml, jpeg. Beta 17 on Ubuntu 8.04 - Sun Java -- freemind@smci.ch 2008-05-23&lt;br /&gt;
* If I add a blank character such as space after an attribute name, it is not considered as the same attribute (no trim) --[[User:Patco|Patco]] 19:27, 19 Jun 2008 (PDT)&lt;br /&gt;
* If you create attributes for the first time, but not assign them to a node, they won&#039;t be saved in your document --[[User:kvantomme|kvantomme]] 17:15, 3 Dec 2008 (GMT+1)&lt;br /&gt;
* Selecting an attribute with the arrow keys (from the dropdown) and then pressing tab makes the attributes box disappear.--[[User:Kartunes|kar]] 18:19, 12 Mar 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
=== Bugs or features? (questions about attributes to the developers) ===&lt;br /&gt;
&lt;br /&gt;
* The context menu key on the keyboard doesn&#039;t open the context-menu. --[[User:Jan|Jan]] 01:07, 4 Jul 2008 (PDT)&lt;br /&gt;
&lt;br /&gt;
* When changing the font-size of a node by keyboard-shortcut (ctrl+&amp;quot;+&amp;quot; / crtl+&amp;quot;-&amp;quot;) the fontsize-combobox of the toolbar isn&#039;t refreshing. --[[User:Jan|Jan]] 01:00, 4 Jul 2008 (PDT)&lt;br /&gt;
 &lt;br /&gt;
* When adding an attribute to a node which already has the attribute, the attribute will be shown as many times as added. However, when deleting the attribute from node, all instances of the attribute would be deleted.--[[User:Yubrshen|yushen]] 02:23, 25 Nov 2006 (PST) &lt;br /&gt;
:* In version 0.9.0b13, the bug is corrected (i.e. deleting one attribute does not delete all other attributes with the same name). So, the possibility to have several attributes with the same name but different values ought probably to be considered as a feature, not a bug ? For example the attribute &amp;quot;child&amp;quot; could have the values &amp;quot;Peter&amp;quot; and &amp;quot;Mary&amp;quot; attached to a given node &amp;quot;Paul and Jane&amp;quot; to include in the map the information that  Paul and Jane have at least 2 children named Peter and Mary (if I understood correctly the notion and usefulness of attributes)? --[[User:Miclav|Miclav]] 01:56, 9 Sep 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
* It is not possible to delete an attribute from the List of attributes. If one is created, it lives forever .... It seems that using tool/assign attribute by selecting the attribute in question, and select delete all values, it&#039;s possible to remove an attribute of a node. --[[User:Yubrshen|yushen]] 21:19, 15 Jan 2007 (PST)&lt;br /&gt;
&lt;br /&gt;
:* You can remove or even rename some attributes and attribute values from the map using the attribute manager. Use Tools-&amp;gt;Attribute Manager-&amp;gt;All Attributes-&amp;gt;[edit]-&amp;gt;[click on attribute]-&amp;gt;[Delete] --[[User:DimitriPolivaev|DimitriPolivaev]] 05:12, 9 Sep 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
* It is not intuitive to go to Tools-&amp;gt;Assign Attributes to set attributes on several nodes.  I expected to be able to select several nodes (or all) and use Edit-&amp;gt;Attributes.  It didn&#039;t occur to me to look on the Tools menu for Editing. -- [[User:JimK|JimK]]&lt;br /&gt;
* The workflow in the Assign Attributes dialog is backwards: actions should be from left to right, top to bottom. I suggest moving the buttons to the right side. It&#039;s also strange why Add &amp;amp; Delete have one section and Replace has another. From user viewpoint they&#039;re all the same.  Just need one name/value input box? -- [[User:JimK|JimK]]&lt;br /&gt;
* The title of the Assign Attributes dialog box has an extra character in &amp;quot;Assign&amp;quot; that should be removed. -- [[User:JimK|JimK]]&lt;br /&gt;
* Attributes are a great idea, but the whole dialog thing is very slow to work with.  And it sucks to have a dialog over your workspace.  I suggest making attributes work pretty much like a dynamic list of icons in terms of user interface:&lt;br /&gt;
** Make a toolbar dedicated to adding attribute values to nodes.  Put the toolbar on the right side of the screen, make a button for every value, so that it can be assigned with one click.&lt;br /&gt;
*** This is so that, rather than choosing &amp;quot;apply to selected&amp;quot; or &amp;quot;apply to visible&amp;quot;, you can use the standard built in selecting mechanisms, and apply attributes the same way that you apply icons.&lt;br /&gt;
**** You also have the added bonus of standardizing the interface somewhat.&lt;br /&gt;
** Put a selector box, or in the case of a low number of attribute value pairs, section them off, so you never need more than one or two clicks to assign an attribute.&lt;br /&gt;
** Have an empty box in the toolbar for new attribute or value definitions.&lt;br /&gt;
** Remove the attribute assignment dialog.  &lt;br /&gt;
** Here&#039;s a visual sample.  I found it was easier just to illustrate it:  [[Media:FreeMindAttributeToolbar.png]] --[[User:RazielJaTier|RazielJaTier]] 22:50, 20 May 2008 (PDT)&lt;br /&gt;
* There is a bug in the browser applet of 0.9.0-Beta19 related to notes attached on nodes: if you switch between nodes the text of the note in the bottom window don&#039;t get updated, unless you select a node without a note and go back to one with a note. I guess the method onSelectHook(NodeView pNode) in NodeNoteViewer.java isn&#039;t called when switch between nodes with notes. --[[User:Jens|Jens]] 14:20, 11 Aug 2008 (PDT)&lt;br /&gt;
&lt;br /&gt;
=== Wishes concerning attributes ===&lt;br /&gt;
* I love the attribute &amp;amp; filter feature &amp;amp; see great potential ahead.  Being able to name &amp;amp; save searches would also be extremely useful.--[[User:Felipe|Felipe]] 07:34, 26 Apr 2007 (PDT)&lt;br /&gt;
*     Really wish for a feature to only selectively show the attribute of the node in focus. The current options of &amp;quot;show all attributes&amp;quot;, &amp;quot;show the selected attributes&amp;quot; all apply to all the nodes visible. With all nodes showing attributes, it occupy too much space. I wish that it only shows all the attributes for the current node being selected, i.e. in focus. This would be often enough for normal use.--[[User:Yubrshen|yushen]] 20:36, 1 Dec 2006 (PST)&lt;br /&gt;
* Default attributes of new node: I need to add some attributes to all new nodes. Therefore, I wish that there is mechanism to automatically stuff some default attributes to all the new nodes created after the functionality is enabled. This function may be configured to enable/disable. --[[User:Yubrshen|yushen]] 21:19, 15 Jan 2007 (PST)&lt;br /&gt;
* Or there is functionality to add a group of selected attributes to a group of selected nodes through one operation. --[[User:Yubrshen|yushen]] 21:19, 15 Jan 2007 (PST)&lt;br /&gt;
&lt;br /&gt;
*You explained how to create attribute etc... but after spending &amp;quot;only&amp;quot; 30 minutes on it, what is the real interest in practice of such feature ? What is the use of attributes ? not clear what it can  be used for ....--[[User:Djerr|Djerr]] 17:49, 20 Jan 2007&lt;br /&gt;
&lt;br /&gt;
*Roll-up: It&#039;d be really nice (and quite natural) to be able to roll-up (summarize or otherwise) the values of certain attributes (eg. money, time, resource requirements, etc) from children to parent nodes. --[[User:azimmer|azimmer]] 16:58, 14 Feb 2007&lt;br /&gt;
&lt;br /&gt;
* See also the [[Talk:FreeMind_0.9.0:_The_New_Features|discussion page]]&lt;br /&gt;
&lt;br /&gt;
* Adding &amp;quot;Attribute&amp;quot; is a great idea (for me ;-) !). There&#039;s a long time that I&#039;m thinking of using freemind in an Artificial Intelligence way. Using Attribute, simultaneously with groovy, may help me for creating rules. Thanks ! --[[User:PLANTING|PLANTING]] 12 Aug 2007&lt;br /&gt;
* A way to copy and paste all the attributes assigned to a node or one of these attributes would be nice. Perhaps a &amp;quot;Copy Attribute&amp;quot; and &amp;quot;Copy All Attributes&amp;quot; in popup menu when you right-click on the attributes of a node. --[[User:Terkor|Terkor]] 10:06, 30 Aug 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
* A way to assign different types of data to attributes: AKA Boolean, Integer, Date, Text, etc.&lt;br /&gt;
*Refactor/sort nodes by attribute: Dunno if anybody knows the dashboard plugin for mindmanager, but this idea is similar (except better cause it uses custom attributes). basically, any given attribute/group of attributes would be a parent node.  And the values of the attribute would be the children.  The nodes with those values would branch off from that. Would allow for awesome fluid mindmaps that could show all sorts of relationships between nodes without ruining the linear structure of the map, allowing for scheduling, budgeting, etc.  I&#039;m creating some example mindmaps which show how this feature would be incredibly usefull for something like scheduling.&lt;br /&gt;
* Sorting function would be great, but I propose it on the node (alphabetical). Having it on the attribute means for me having to update individually each node&#039;s attribute, which would take more time than sorting them by hand. I imagine a function sorting alphabetically all subnodes 1st level of the selected node. Franck --[[User:Fb5|Fb5]] 03:55, 6 Dec 2007 (PST)&lt;br /&gt;
** I&#039;d agree with &#039;sort nodes by attribute&#039; above. I&#039;m a mindmanager user and being able to easily and interactively prioritise tasks on a node is very useful.  In mm I just use the pre-defined priority icons, and sort accordingly.  This is useful, but freemind with multi-attributes could offer  more powerful sorts.&lt;br /&gt;
&lt;br /&gt;
* A way to add new attributes using just the keyboard.  I use keyboard shortcuts quite often with FreeMind and not having the ability to quickly add/change/delete attributes with the keyboard makes them much less useful.  --[[User:Verifex|Verifex]] 15:57, 8 Dec 2007 (PST)&lt;br /&gt;
** What about Alt+F9 for selecting the attribute table and F2 for editing, TAB for adding? [[User:DimitriPolivaev|DimitriPolivaev]]&lt;br /&gt;
* Some attributes should be single-valued. Right now they all seem to be multi-valued.  For example, I want only want attribute named Priority per node. -- [[User:JimK|JimK]]&lt;br /&gt;
* Hopefully you&#039;re going to add Help to dialog boxes? When I&#039;m in Attribute Manager I don&#039;t understand all the choices. I should be able to view help about them from within the app rather than going to a Website/wiki. -- [[User:JimK|JimK]]&lt;br /&gt;
* Clicking on the &amp;quot;Icon for Attributes&amp;quot; could show/hide the attributes.&lt;br /&gt;
* Ability to have &amp;quot;Optimal Width&amp;quot; applied on all nodes by default.&lt;br /&gt;
** Seconded. A preference for the default width would help as well. --[[User:Icekiss|Icekiss]] 08:08, 19 Apr 2008 (PDT)&lt;br /&gt;
* It would be great to have the possibillity to group attributes and give these groups names. These names may be treated as node types. One may assign a node type to a node meaning the node gets automatically all the attributes of this type. With this it would be possible to define for instance a node type like &#039;&#039;activity&#039;&#039; with attribute like &#039;&#039;who&#039;&#039;, &#039;&#039;start date&#039;&#039;, &#039;&#039;percent complete&#039;&#039; and so on. An easy way to assign node types to nodes, for instance something like &#039;&#039;default type for new nodes depending on parent node&#039;&#039; would be the cherry on top.&lt;br /&gt;
* I&#039;ve been using beta 15 seriously for a project.  Filtering is wonderful, and what I really need is sub-node sorting by attribute and/or icon priority. (Please!) - johnn&lt;br /&gt;
&lt;br /&gt;
* Don&#039;t know if it should be here or not. But actually, it would be nice if we could apply the same kind of filter to the icons:&lt;br /&gt;
** it would be faster &lt;br /&gt;
** it would be simpler, as some kind of default attribute+values&lt;br /&gt;
** it allows also multiple values (i can have multiple icons for one same branch)&lt;br /&gt;
* This would probably require to expand the list of icons to have more of the different types of notions that can be represented in a tool as FreeMind:&lt;br /&gt;
** relative to decision making: delay (e.g. hourglass), optionality, assumption/hypothesis, problem/inconsistency (e.g. lighting), advantage (&amp;quot;thumb up&amp;quot;, &amp;quot;+/-&amp;quot;), inconvenient (&amp;quot;thumb down&amp;quot;,&amp;quot;+/-&amp;quot;),cause, consequence, risk,&lt;br /&gt;
** relative to life in general: user (people), group, time (clock), time interval, machine, etc.--[[User:Patco|Patco]] 19:48, 19 Jun 2008 (PDT)&lt;br /&gt;
* Keyboard assigning of attributes is a bit clumsy.  Ideally, instead of using the arrow keys to select, the appropriate attribute would be suggested just by typing its first few letters.  Then tab could be pressed to select and go to the next attribute.--[[User:Kartunes|kar]] 17:45, 12 Mar 2009 (UTC)&lt;br /&gt;
* the attribute icon has not the same meaning than the others. For example, with an ordered list (with icons &amp;quot;1&amp;quot;, &amp;quot;2&amp;quot;, &amp;quot;3&amp;quot; ...), having a node with attributes will disorganize the position of the icons! -- [[User:Patco|Patco]]&lt;br /&gt;
&lt;br /&gt;
= Filter =&lt;br /&gt;
== Create filters to view and print the data more effectively ==&lt;br /&gt;
Clicking on the little funnel to the left of the zoom size toggles on and off the Filter Toolbar.&lt;br /&gt;
By default (i.e. in absence of any personal filter defined, see below) the values that can be selected in the List box of the Filter Toolbar are:&lt;br /&gt;
*    No Filtering&lt;br /&gt;
*    Currently Selected Nodes&lt;br /&gt;
To create a filter for one Attribute:&lt;br /&gt;
* to the right of the filter status, click &amp;quot;Edit&amp;quot;&lt;br /&gt;
* in the drop down menu at the top left, select your attribute&lt;br /&gt;
* the expression drop changes to &amp;quot;Exists&amp;quot;&lt;br /&gt;
* press &amp;quot;Add&amp;quot;, then &amp;quot;OK&amp;quot; at the bottom&lt;br /&gt;
* all nodes with the selected Attribute will be shown, and the branches that don&#039;t contain these nodes will be hidden.&lt;br /&gt;
* To display, on the contrary, all branches that do not contain nodes with the given attribute, click on Edit, then, in panel Filter Composer, click on buttons &amp;quot;Not&amp;quot; then &amp;quot;Apply&amp;quot;. This adds, in the List box of the Filter Toolbar, the two additional filters &amp;quot;attribute_XXX Exists&amp;quot; and &amp;quot;Not attribute_XXX Exists&amp;quot; (where attribute_XXX stands for the current attribute).&lt;br /&gt;
&lt;br /&gt;
To create a filter for an Attribute and one of its values:&lt;br /&gt;
* after step two above select the second drop down where &amp;quot;exists&amp;quot; is showing&lt;br /&gt;
* choose &amp;quot;Is equal to&amp;quot;. Your values should now be available in the third drop down&lt;br /&gt;
* press &amp;quot;Add&amp;quot;, then OK&lt;br /&gt;
&lt;br /&gt;
== use multiple filters at once ==&lt;br /&gt;
create two filter sets by the method above&lt;br /&gt;
select the filter sets you want&lt;br /&gt;
*     Shift-click for multiple, continuous sets&lt;br /&gt;
*     Ctrl-click for non-contiguous selection&lt;br /&gt;
press the &amp;quot;and&amp;quot; button on the right =&amp;gt; a new set is created which combines your selected sets&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;User feedback&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Another feature which can be useful: name for the filter. If you combine simple filters, it can be difficult to read what is it doing:&lt;br /&gt;
For example:&lt;br /&gt;
(Responsable is equal to Erwan and Type is equal to &amp;quot;draw&amp;quot;) can be renamed as &amp;quot;Erwan Drawing&amp;quot;, and could be more simple to manage.&lt;br /&gt;
&lt;br /&gt;
Another thing: It could be useful to see/mask attributes when clicking on the attribute icon.&lt;br /&gt;
&lt;br /&gt;
== filter on an icon ==&lt;br /&gt;
* add an icon to a node by highlighting the node, click on the icon on the left or Rt-click&amp;gt;Icons&lt;br /&gt;
* in the filtering &amp;quot;edit&amp;quot; dialog, choose &amp;quot;Icon&amp;quot; in the drop-down list at the top left, the second drop-down grays out, and the third contains the list of currently used icons&lt;br /&gt;
* click &amp;quot;Add&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;User Feedback&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;This is a great feature!&#039;&#039;&#039;  Honestly, I think in a lot of ways, filtering by icons is a lot more intuitive than filtering by attributes.  While the attributes give you a great deal of flexibility, they muck up the display at bit, and they&#039;re a lot more keystrokes to add.  I really can&#039;t think of any examples of an attribute that I wouldn&#039;t rather just create an icon for.  The icon is a much more succinct way of displaying an attribute about a node and it can be done inline.&lt;br /&gt;
** Having said that, I would like to see a little more love put into icons.  I already customized my icon library (Thank you!), but it becomes unwieldy when there are more than a small handful of additional items.  You can&#039;t replace the original icons either.&lt;br /&gt;
* I think it would be a good idea to filter icon clock and only those icons with active warning time scheduler&lt;br /&gt;
&lt;br /&gt;
== Persistent Map Filters ==&lt;br /&gt;
In Beta 13 persistent filters are added.&lt;br /&gt;
And filters can now be saved. --[[User:Terkor|Terkor]] 18:02, 2 Sep 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== user feedback ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* For using semantic strings in addition to numeric and logical ones it would be useful a) to have filters for &amp;quot;contains&amp;quot; (for substrings of text) as in normal content – like &amp;quot;contain&amp;quot; finds attributes with the values &amp;quot;container&amp;quot;, &amp;quot;contains&amp;quot;, &amp;quot;containment&amp;quot;, etc. b) be able to search a string-value across different attributes&lt;br /&gt;
&lt;br /&gt;
* Filtering is great to compact maps for printing, but no usable PDF was created from a filtered map (beta 17) --[[User:JR|JR]] 04:48, 23 May 2008 (PDT) &lt;br /&gt;
&lt;br /&gt;
* When I use filter extensively with very large map of thousands of nodes, I realize that the layout of the filtered map need some improvement. The resulted map&#039;s layout should be much compacted for the filtered nodes to be closer to the root node in order to be visible in the freemind window. For such large map, the reason to do filer is to focus so that I can see them easier. Without the improvement, it seems that the layout still follow that without the filter. The map becomes a tree with sparse nodes but stretched apart. It defeats the purpose of the filter somehow. If you need, I can provide a screen capture to show what I meant. Please tell me how. --[[User:Yubrshen|yushen]] 16:16, 5 Apr 2008 (PDT)&lt;br /&gt;
&lt;br /&gt;
* I find that it freezes up a lot when using folding and unfolding while applying filters. It is, however, a really powerful feature. To complete its power would it be possible to have a way to copy only selected or filtered nodes? Sometimes you want to select these nodes and put them in another application, but when I filter, select all and then copy-paste, I get lots of other nodes included.&lt;br /&gt;
&lt;br /&gt;
* Worked well for me. Especially like the filter on icon - no muss, no fuss.&lt;br /&gt;
&lt;br /&gt;
* Great feature. Filtering on an icon: For example if you have &amp;quot;OK&amp;quot; icons on some nodes and want to see all other nodes (= not OK) use filter &amp;quot;contains icon OK&amp;quot; and define filter &amp;quot;Not contains icon OK&amp;quot; using button &amp;quot;Not&amp;quot;&lt;br /&gt;
&lt;br /&gt;
* This great new feature has a little BUG. Situation: I have two maps opened and use the filter &amp;quot;Currently Selected Nodes&amp;quot; on one of them and switch between the maps. When I switch back to the filtered map I don&#039;t get the view that I had before I switched away. Instead I get the node filtered that was selected when I switched. (Terkor)&lt;br /&gt;
&lt;br /&gt;
* Filtering and Reminders are a very nice combination. Filtering on icons allows to distinguish between nodes that have a Reminder &amp;quot;whose time has not jet come&amp;quot; and nodes that have a Reminder &amp;quot;whose time has come&amp;quot;. But: in the filter composer these two different states are represented with the same icon (a clock). You always have to guess which icon represents which Reminder state. --[[User:Terkor|Terkor]] 19:40, 30 Jul 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
* It would be helpful to be able to give the composed filters names. --[[User:Terkor|Terkor]] 19:45, 30 Jul 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
* When filtering is activated there is a drop-down menu left to the &amp;quot;Edit&amp;quot; button. There you can find all the filters that were used that FreeMind session. It would be very effective if I could not only chose one of those filters but chose more than one. And then being able to chose in what order they are applied (for example by moving the filters up and down). Of course I can also get the desired filtering by using the Filter Composer. But with the described option I would be more flexible in quickly combining the filters. And being able to apply some &amp;quot;simple&amp;quot; filters in an order would make things more clear in some situations. --[[User:Terkor|Terkor]] 06:50, 31 Jul 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
* A refresh view button would be nice. Or even better: auto refresh (maybe as an option) when a node is changed. Explanation: When I mark a node (representing a task) as done and I use a filter that shows me all the undone tasks and hides the done tasks, the node is not filtered as long as I switch filter off and on again. Could be more handy. --[[User:Terkor|Terkor]] 06:09, 3 Dec 2007 (PST)&lt;br /&gt;
** I second this notion.  Nodes that meet the filter conditions after the filter is set don&#039;t get filtered out.  So for instance, I want to create a filter to show not checked off items.  Once I check them I want them to disappear automagically. --[[User:RazielJaTier|RazielJaTier]] 16:26, 20 May 2008 (PDT)&lt;br /&gt;
&lt;br /&gt;
* If I filter &amp;quot;Currently Selected Nodes&amp;quot;, in all the now empty space of the map there appear the ovals of the hidden nodes that allow to move them around, when you move your mouse to that places where they are when filter is not applied. --[[User:Terkor|Terkor]] 06:42, 15 Dec 2007 (PST)&lt;br /&gt;
&lt;br /&gt;
* If &amp;quot;Selection Bubble&amp;quot; is &amp;quot;on&amp;quot; and a filter is applied, also hidden nodes can be &amp;quot;selected&amp;quot; when you for example move the focus using the arrow-keys. --[[User:Terkor|Terkor]] 06:42, 15 Dec 2007 (PST)&lt;br /&gt;
&lt;br /&gt;
* Is there a way to assign attributes when you assign an icon to a node? For example I have lists of phone calls / emails that I have to send. I usually assign a phone or envelope icon to that node. I would like to assign an attribute or ActionType so that I can sort by them later (i.e. see a list of phone calls or emails that I have to make).&lt;br /&gt;
&lt;br /&gt;
* It would be very helpful to have an option to filter out entries without children.  This would be very valuable e.g. in situations where in a big map, several nodes have a &amp;quot;Tasks&amp;quot; subnode, and one wants to look at all tasks currently pending.&lt;br /&gt;
&lt;br /&gt;
* Would it be possible to be able to add free text to the map to allow for titles and possibly a Key?&lt;br /&gt;
&lt;br /&gt;
* Filter toolbar should be a standard toolbar. Should be able to show/hide filter toolbar from the View menu. (I am not displaying the main toolbar, but may need the Filter toolbar from time to time)&lt;br /&gt;
&lt;br /&gt;
* Attributes have great potential. However I find editing a bit inconvenient. Would it be possible to add a small handle to existing attribute table (say immediately left of the cells, similar to the handles that are already on top of the table), so that a single attribute could be selected to be copied, cut, or even dragged and dropped to copy/move it to other nodes? Keyboard modifier keys (shift or ctrl) could be used to specify moving/copying in a drag and drop operation. arg0.&lt;br /&gt;
&lt;br /&gt;
* Am loving the attributes. Using beta 20. Am doing a massive project on the muscular system. muscles directly effect eachother. For each muscle there is are muscles directly affecting it, muscles that it directly affects it, and muscles with a mutual two way relation. Each muscle also has a common problem associated with it. Each muscle group is an attribute and each muscle is a value. Filters will be used for self diagnosis, and finding the appropriate stretches. For example hands and shoulders due to using the computer a lot.&lt;br /&gt;
**Would be great if graphical links can be attributed, so that they can be filtered. + have the option of making them visible or not. &lt;br /&gt;
**Better sorting of attributes would be good. Like an attribute mind map, for sorting and the depth of the filter that is undertaken.&lt;br /&gt;
** To have Attributes and Filters integrated on the mind map. Anyone know how to write scripts to run a filter function.&lt;br /&gt;
** To filter core structure of mind maps: this would be good for summarising the link to other mind maps.&lt;br /&gt;
Thanks for your time. alf&lt;br /&gt;
* to encourage the use of attributes and filtering, it would be good to have the search/filter box always visible by default (I have a large screen, and the font/font size take all the extra space on the right, that could be used by this search/filter box (also, there should be a specific menu &amp;quot;search&amp;quot; or &amp;quot;filter&amp;quot; --[[User:Patco|Patco]]&lt;br /&gt;
&lt;br /&gt;
= WYSIWYG-Editing for nodes and notes =&lt;br /&gt;
&lt;br /&gt;
Yet to be documented&lt;br /&gt;
&lt;br /&gt;
I like the WYSIWYG and how it&#039;s available when needed.  On piece I find lacking is the ability to easily add link &amp;amp;lt;a href=.... and the ability to click on it to pull it up.  That feature would be very useful -- [[User:Matthias|Matthias]] 21:57, 18 Feb 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
== HTML paste tip ==&lt;br /&gt;
&lt;br /&gt;
Paste of HTML content creates one node. Use Edit -&amp;gt; Split to split it in many nodes.&lt;br /&gt;
&lt;br /&gt;
Tools-&amp;gt;Split Node is more efficent. --[[User:Phil31753|Phil31753]] 10:06, 9 Apr 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
==== User Feedback ====&lt;br /&gt;
Version beta 0.9.16&lt;br /&gt;
I personally hate the WYSIWYG mode but I understand that others might find this feature helpful. &lt;br /&gt;
My problem is that I copy and paste very often into and out of mindmaps. Due to the WYSIWYG mode I can not pasten normally into thunderbird. Copying into mindmaps is terrible. &lt;br /&gt;
Suggestion: having the possibility to select between plain text modus or html modus or mixed modus. Helpful would be also a shortcut to &amp;quot;paste as plain text and split&amp;quot; and copy as plain text. &lt;br /&gt;
--[[User:bebach|bebach]] 2008-04-05&lt;br /&gt;
&lt;br /&gt;
Love this feature, especially the way that the notes export to javascript enabled html.  Couple of observations.&lt;br /&gt;
&lt;br /&gt;
* The popup notes in the Javascript export don&#039;t seem to work in IE (care factor 0?).&lt;br /&gt;
&lt;br /&gt;
* It would be good to be able to view the note in the main mindmap window, maybe as a popup.&lt;br /&gt;
&lt;br /&gt;
* It would also be helpful if there was some sort of visual indicator of the existence of a popup note in the exported html - at present the note just magically appears as a rollover. &lt;br /&gt;
&lt;br /&gt;
* Don&#039;t know if it is due to this feature, but &amp;quot;edit long node&amp;quot; now introduced an extra line feed if the enter key is used (confirm on enter turned off).&lt;br /&gt;
&lt;br /&gt;
--[[User:RichardForster|RichardForster]] 18:04, 19 Sep 2006 (PDT)&lt;br /&gt;
&lt;br /&gt;
I&#039;d like to have the option to collapse the WYSIWYG editing area to free up more screen real-estate.&lt;br /&gt;
&lt;br /&gt;
--[[User:Marko|Marko]] 21:45, 23 Sep 2006 (PDT)&lt;br /&gt;
&lt;br /&gt;
* The WYSIWYG screen estate seems a good place to do all &#039;richer&#039; content editing: e.g. if freemind would let me edit the multiline text nodes there, and, manage the attributes, i&#039;d find that very usefull. &lt;br /&gt;
&lt;br /&gt;
--[[User:Neanderlander|Neanderlander]] 22:01, 24 Sep 2006 (PDT)&lt;br /&gt;
&lt;br /&gt;
* Some way to change the width of nodes would be great, so free form text can be flowed into thinner columns. Also a way to insert &amp;amp;lt;br&amp;amp;gt; easily without resorting to the html view.&lt;br /&gt;
&lt;br /&gt;
--[[User:pedron|pedron]] 1:02pm, 10 October 2006 (EST)&lt;br /&gt;
* In version 0.8 the note attached to a node was very discrete in the sense that it would only show when the mouse is on that node.  This new version has many editing features but it&#039;s &amp;quot;in your face&amp;quot; (so to speak) until you physically minimize it.  I wish there was a way to configure it so that it would act like the previous version while keeping it&#039;s editing extras.  Or at least have the option of toggling editing toolbar...&lt;br /&gt;
&lt;br /&gt;
--[[User:Cichutki75|Cichutki75]] 8:09pm, 19 October 2006 (GMT)&lt;br /&gt;
* In version 0.9 max node width function does not work properly. At least not all nodes for the map created in version 0.8 keep the set width. I did not discover the rule. Some keep some don&#039;t.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
--[[User:CautiousChaos|CautiousChaos]] 02:22, 12 Nov 2006 (EST)&lt;br /&gt;
* The editing panel is intrusive when it is not needed.  A hotkey to open/close it would be helpful.  Clicking on the note icon resulting in the panel appearing could also be very helpful.&lt;br /&gt;
* It seems that word-wrapping does not work in plain-text mode for nodes, making  the node to be of single line extending far too long. I had to change the mode of each node to make it word-wrapping. Only using rich-text mode, the wrapping would work. I wish that word-wrapping would still work as in 0.80. --[[User:Yubrshen|yushen]] 15:03, 5 Dec 2006 (PST)&lt;br /&gt;
* It seems that in editing long node, the splitting function would only work with word on different line, while in 0.80, the function works even for words on the same line. --[[User:Yubrshen|yushen]] 15:03, 5 Dec 2006 (PST)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
--[[User:Djerr|Djerr]] 17:42, 20 Jan 2007&lt;br /&gt;
&lt;br /&gt;
* Using a 0.8 map with notes in 0.9 beta version show all notes as pop up but they can not be modified with the format tool or even edited in the layout page. I have to delete the note and create a new one under the 0.9 version.&lt;br /&gt;
&lt;br /&gt;
I usually write short nodes but very long notes in order to have a &amp;quot;clear&amp;quot; map.  2 special comments on notes : &lt;br /&gt;
* For long notes, the time the pop up is shown is too short. Would it be possible to define a time on how long you want this pop up to be shown ? Or even better: to show them as long as the cursor is pointing on the node (or perhaps the note icon).&lt;br /&gt;
*  I could find very useful (especially for my long notes) to be able in the format menu to change not only italic or bold or font size etc.. but also COLORS, to be able to see very fast the most important points&lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
* I don&#039;t understand the purpose of freemind&#039;s notes feature.  It seems to be an incomplete feature.  On the one hand, it could be used as popup notes for a node on the freemind map.  On the other hand, it could be used to provide the details for a topic expressed by the node.  I think both should be possibilities, but currently only the first really seems possible.&lt;br /&gt;
* I want to use freemind to develop an outline into a full-blown paper.  To do that, I would start using freemind to create an outline of the paper.  Each node in the mindmap would be an entry in the outline with the node level equating to the outline level.  Then, when I start fleshing out the paper, I would use the notes feature to fill-in paragraphs of information for each node.  The problem is that there is no good way of outputting the paper -- the notes become popups rather than entries in the paper.&lt;br /&gt;
* Is there a way to export a mindmap from freemind in such a way that it could later be imported?&lt;br /&gt;
&lt;br /&gt;
--[[User:DavidMasterson|DavidMasterson]] 22:00, 23 May 2007&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* I don&#039;t like this feature in the current implementation. This is because i use this tool to connect IDEAS and usually i use formatting things only in the end. A paragraph, a sentence, a list, a word list this are things that i want to have in a hierarchical structure, not as a rich text. In 0.8.0 the copy/paste feature converted a paragraph/list to an hierarchical tree of nodes. That was a better aproach then to get a simple html node. The split feature doesn&#039;t replace this functionality better. I hope and trust that you will find a way to add rich text nodes without so much interference with the old style of working. Maybe a paste option with paste as nodes, paste as html will resolve this issue?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
--[[User:Terkor|Terkor]] 16:25, 21 June 2007&lt;br /&gt;
* Great Feature, but it could be more handy if the (by far) most often used formating-features like Bold and Italic could be used without opening the editor. Just mark the words or characters you want bold (or italic), click the Bold (or Italic) icon (or use Ctrl-B /Ctrl-I) - and that&#039;s it.&lt;br /&gt;
* It is not &amp;quot;logical&amp;quot; that you open the editor with &amp;quot;Alt-Enter&amp;quot; and close it with &amp;quot;Ctrl-Enter&amp;quot;. It should both be the same.&lt;br /&gt;
* &amp;quot;Split&amp;quot; should have a shortcut. Suggestion: Alt-Enter or Ctrl-Enter. (See previous paragraph.)&lt;br /&gt;
* When I open the editor whilst I am editing a node, the editor should know the actual position of the cursor and if some text is already marked.&lt;br /&gt;
* Double clicking the note icon should open / close the note editor. (Generally icons should be more clickable like the link icon. (Double) clicking on the clock icon of notes with a Reminder should open the calendar. And right-clicking an icon should open the &amp;quot;Select Icon&amp;quot; box.)&lt;br /&gt;
* The popups displaying the note content don&#039;t match size if a note is very short. Does not look nice. (The same for popups that show  the &amp;quot;Created&amp;quot;, &amp;quot;Modified&amp;quot;, and &amp;quot;Reminder&amp;quot; times - too wide.&lt;br /&gt;
* Choosing colors should definitely have an icon in the tool bar of the editors. So it takes six (!) clicks to change the color of a word. (Opening the editor not counted.)&lt;br /&gt;
* The editor for notes and the one for nodes behave differently, when it comes to use the Enter-key. The node-editor just enters a new line (as one would expect) when I press Enter. The note editor enters a new line and a blank line. Here I have to use Shift-Enter to get just a new line. Why the difference?&lt;br /&gt;
* The note editor by default adds a blank line before the text and after text. I see no reason for that. (The node editor does not do that either.) Just takes away precious space.&lt;br /&gt;
* In order to save space, please place the toolbar of the note editor next to the menu of the editor. As it is now, there is much unused space. The editor should look more slim.&lt;br /&gt;
* Like the note-editor of FreeMind 0.8, the note-editor of version 0.9 should automatically close when not needed. (Or at least there should be an option to pick this behavior.)&lt;br /&gt;
* The little arrows on the splitting line that allow to hide/show the note editor should be wider (not higher), they are very hard to click quickly. Perhaps put each of them in a clickable wider boxlike area.&lt;br /&gt;
* &amp;quot;Note&amp;quot; in the menu &amp;quot;Insert&amp;quot; is gone. Should be there, that&#039;s where people look for it, and it seams a logical place for it (also for a &amp;quot;Remove Note&amp;quot;-function). And &amp;quot;Add Note&amp;quot; / &amp;quot;Remove Note&amp;quot; should be in the context-menu, when I right-click a node.&lt;br /&gt;
* How about a function that turns a node into a note and vice versa?&lt;br /&gt;
* The popups of long notes should be scrollable.&lt;br /&gt;
&lt;br /&gt;
--[[User:Pascal|Pascal]] 11:33, 20 Nov 2007&lt;br /&gt;
* It would be great to have spell checking in notes editor&lt;br /&gt;
* In version 0.9.0 beta 14, bold, italic and underline buttons have no icons (if you click where they should be, it does the job, but you don&#039;t see the buttons).&lt;br /&gt;
&lt;br /&gt;
--[[User:puckja|puckja]] 13:51, 3 Jan. 2008&lt;br /&gt;
* Great feature! Now I can add formated text/graphics in the note panel (SimpleHTML). Cut &amp;amp; Paste from webpage and even MS Word 2003 with figures and math equations works great.&lt;br /&gt;
* More user friendly functions such as FONT property in toolbar or shortcut, HIGHLIGHTING capability, insert HYBERLINK (it can be added with direct HTML coding), configurable property for the inserted graphic(size/alignment, etc.) would be great. (It is already very good! Thanks!)&lt;br /&gt;
&lt;br /&gt;
--[[User:puckja|puckja]] 16:09, 3 Jan. 2008&lt;br /&gt;
* It seems that all the figures inserted in the note are not &amp;quot;locally saved.&amp;quot;  It may a a &#039;&#039;&#039;SERIOUS BUG!&#039;&#039;&#039; If the figures are cut &amp;amp; paste from Internet, then they will not be available if machine is offline.  If the figures are C &amp;amp; P from local file (such as MS Word), then the source files are still at your personal Win TEMP directory, which means that they will be deleted some time in the future while you think it is saved.  Other software such as PersonalBrain will save the file and change the HTML src location after you saved the &amp;quot;brain&amp;quot;, but Freemind seems to leave it unattended.  :(&lt;br /&gt;
&lt;br /&gt;
* HTML Editor won&#039;t let you put a table in a node.  Well, that&#039;s not quite true.  The &amp;quot;table&amp;quot; item n the menu bar has all its items disabled, but you can edit the HTML to make the node have a table.  Why is the menu bar operation turned of for nodes?&lt;br /&gt;
--[[User:Anton|Anton]] 18:16, 20 Jul 2008 (PDT)&lt;br /&gt;
a&lt;br /&gt;
* The HTML Editor seems to have a &#039;template&#039; which is the same for all nodes.  It would be nice to have&lt;br /&gt;
## User-definable style sheet, that could set font, size, colour, box width ...&lt;br /&gt;
## ... for each level&lt;br /&gt;
--[[User:Anton|Anton]] 18:25, 22 Jul 2008 (PDT)&lt;br /&gt;
&lt;br /&gt;
Filter macros on the mind map itself would be good. They could be adjustable. And/or/not etc, could be done by clicking the different parts of the map corresponding to the attributes/icons under question. This would be nice because it would be more natural to drill down the search in this way. Filter by cliking on a node, filter again on what is left within that filter etc.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*The WYSIWYG is a big + for my workflow. However, I often use this program w/ widescreen setups and it would be a great if I could reposition the WYSIWYG window to the left, right of the Map window. &lt;br /&gt;
*It would be v.nice if the editor could interpret latex formating for math/equations.&lt;br /&gt;
--[[User:Lessfield|Lessfield]] 18:01, 19 Feb 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
I agree with Lessfield - I want to create extensive notes, instructions etc. and I&#039;d like to be able to move the note editing pane to the right side.  To go with this, I&#039;d like to be able to control the node layout so it&#039;s a tree expanding from top to bottom or left to right (like Visual Mind&#039;s Standard, left-to_right and right-to-left views).&lt;br /&gt;
&lt;br /&gt;
Possible bug:- frequently when I&#039;m typing in the notes pane, the insertion cursor zips back to the beginning of the line and text insertion continues there. I don&#039;t think I&#039;m accidentally hitting any hot keys ;-)&lt;br /&gt;
&lt;br /&gt;
--[[User:MikeS]] 13:07, 19 Jun 2009 (GMT)&lt;br /&gt;
&lt;br /&gt;
= Scripting via Groovy =&lt;br /&gt;
[http://en.wikipedia.org/wiki/Groovy_programming_language Groovy] scripts may be attached to individual nodes in the map.  When &amp;quot;evaluate&amp;quot; is selected via the menu or keypress (Alt-F8), all nodes in the map are searched (depth-first) for one or more attributes named &amp;quot;script&amp;quot;.  If such an attribute is found, the value of the attached attribute is passed to the Groovy engine to execute.&lt;br /&gt;
&lt;br /&gt;
Only nodes are evaluated, which attribute keys start with &amp;quot;script&amp;quot;.  However, there is nothing preventing a script on one node from acting on other nodes via normal operations (e.g. node.getChildren or similar) as far as I can tell from the code.&lt;br /&gt;
&lt;br /&gt;
=== Assignment vs. Operation ===&lt;br /&gt;
&lt;br /&gt;
If the value of the script attribute starts with the equals sign (&amp;quot;=&amp;quot;), then the node text will be replaced by the RESULT of the script evaluation.  Be careful not to overwrite your nodes!  See the example for using the &amp;quot;node.getText()&amp;quot; in an assignment script.&lt;br /&gt;
&lt;br /&gt;
If the value of the script attribute does not begin with the equals sign, then the script will run and may affect the map, but the expression result is not assigned to the node text.&lt;br /&gt;
&lt;br /&gt;
=== Available Operations ===&lt;br /&gt;
&lt;br /&gt;
When the Groovy binding is created, two variables are set:&lt;br /&gt;
&lt;br /&gt;
* &amp;quot;c&amp;quot; is set to the MindMapController&lt;br /&gt;
* &amp;quot;node&amp;quot; is set to the MindMapNode being evaluated&lt;br /&gt;
&lt;br /&gt;
You will have to examine the FreeMind source code for operations on the interfaces.  See the examples for a few operations such as setting the node text, node color and background color.&lt;br /&gt;
&lt;br /&gt;
=== Examples ===&lt;br /&gt;
I have only played with the engine for five minutes, and spent about the same amount of time on the Groovy home page.  The following examples work for me:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Prepend the node text with an integer representing the node depth.&#039;&#039;&#039;  Note that the script starts with &#039;=&#039; so the result is assigned back to the node text.&lt;br /&gt;
&amp;lt;groovy&amp;gt;=node.getNodeLevel() + &amp;quot; &amp;quot; + node.getText()&amp;lt;/groovy&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Set the text color of a node:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;groovy&amp;gt;node.setColor(java.awt.Color.RED)&amp;lt;/groovy&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Set the background color of a node:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;groovy&amp;gt;node.setBackgroundColor(java.awt.Color.BLUE)&amp;lt;/groovy&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Project Manager: Don&#039;t do this; use methods of the controller c instead.&#039;&#039;&#039; If you manipulate the node model directly, you&#039;ll miss the undo and flow control capabilities of FreeMind. Please, consult methods from the interface MindMapActions only.&lt;br /&gt;
&lt;br /&gt;
=== Advanced Examples===&lt;br /&gt;
&lt;br /&gt;
All advanced examples have been moved to the [[Example scripts]]&lt;br /&gt;
&lt;br /&gt;
== About Groovy ==&lt;br /&gt;
For people unfamiliar with Groovy scripting, it&#039;s [http://groovy.codehaus.org home page], an [http://www.onjava.com/pub/a/onjava/2004/09/29/groovy.html introduction], a review on [http://ask.slashdot.org/article.pl?sid=06/04/18/2223237 slashdot].&lt;br /&gt;
&lt;br /&gt;
== How to get started ==&lt;br /&gt;
&lt;br /&gt;
# Create an attribute for a node.  The attribute must be named &amp;quot;script&amp;quot;&lt;br /&gt;
# Create the Groovy script and set as the value of the attribute&lt;br /&gt;
# Press Alt-F8 or select &amp;quot;Evaluate&amp;quot; from the Tools menu.&lt;br /&gt;
&lt;br /&gt;
== Wish for Groovy script editing ==&lt;br /&gt;
* Need good editor for writing such script for the attribute. The current attribute manager is not suitable to write long script. --[[User:Yubrshen|yushen]] 15:41, 15 Jan 2007 (PST)&lt;br /&gt;
* I know I could dig through the source code and figure it out, but even a rudimentary object reference would be great. --[[User:RazielJaTier|RazielJaTier]] 15:01, 21 May 2008 (PDT)&lt;br /&gt;
** Created a page called [[FreeMindGroovyObjects|FreeMind / Groovy Object Reference]] to start compiling known information into a reference page.  If you&#039;re familiar with any of the objects and navigation, lets start documenting it here. &lt;br /&gt;
* Debug Console while you&#039;re running scripts from the map.  If you have a typo, the script simply does nothing.  It would be nice to get an error or some sort of feedback. --[[User:RazielJaTier|RazielJaTier]] 15:01, 21 May 2008 (PDT)&lt;br /&gt;
&lt;br /&gt;
== Scripting the application, not the documents ==&lt;br /&gt;
&lt;br /&gt;
When I first read about Groovy in Freemind, I was irritated by the fact that the Groovy scripts are part of the Map (as script attribute) and not the application.&lt;br /&gt;
&lt;br /&gt;
To my opinion it would make more sense to allow Groovy scripts to be plugged into the application and work on either Map.&lt;br /&gt;
&lt;br /&gt;
An example of how this could work can be found here: [http://groovy.codehaus.org/Integrating+Groovy+in+an+application+-+a+success+story]&lt;br /&gt;
&lt;br /&gt;
In a similar way each script could be bound to a menu item in a user menu or a button, and be provided with the current &#039;context&#039;, maybe containing a model of an open Map when activated.&lt;br /&gt;
This way it would be possible to create complete maps on-the-fly without having to create the Map and the root node with a script attribute first(!).&lt;br /&gt;
&lt;br /&gt;
This is from user&#039;s point of view more like scripted plug-ins and filters in Gimp or Steinberg-like music software, and not so much like the VBA thing stored inside office documents.&lt;br /&gt;
&lt;br /&gt;
--[[User:Det|Det]] 07:28, 16 Mar 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
== Tips of editing script ==&lt;br /&gt;
# Before there is good editor for script, I use a template node to define long script then use copy and paste to duplicate the script. &lt;br /&gt;
&lt;br /&gt;
--[[User:Yubrshen|yushen]] 15:41, 15 Jan 2007 (PST)&lt;br /&gt;
&lt;br /&gt;
= TaskJuggler Integration =&lt;br /&gt;
&lt;br /&gt;
[http://taskjuggler.org/ TaskJuggler] is a opensource project management tool for linux. It covers the complete spectrum of project management tasks from the first idea to the completion of the project. It assists you during project scoping, resource assignment, cost and revenue planing, risk and communication management. &lt;br /&gt;
&lt;br /&gt;
=== Idea ===&lt;br /&gt;
The idea is to have special task, resource, and account nodes on the mindmap. &lt;br /&gt;
&lt;br /&gt;
====Usage summary====&lt;br /&gt;
 - Tasks are defined as subnodes of TASKS node.&lt;br /&gt;
 - Resources are defined as subnodes of RESOURCES node. &lt;br /&gt;
 - Accounts as subnodes of ACCOUNTS node. (not yet implemented in 0.9.0 beta 18)&lt;br /&gt;
 - Taskjuggler task/resource/account info contained as node attributes. &amp;lt;br&amp;gt;     You can find more info about these attribs in [http://taskjuggler.org/manual-2.3.0/c1376.html TaskJuggler documentation]&lt;br /&gt;
 - After entering all task/resource/account info in freemind, use File--&amp;gt;Export to &amp;lt;br&amp;gt;    export the task/resource/account info that is currently VISIBLE &amp;lt;br&amp;gt;     (your freemind filters can be used to limit the info being exported to TaskJuggler).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:Taskjuggler_example.png]]&lt;br /&gt;
&lt;br /&gt;
=== Project file (TJP) ===&lt;br /&gt;
We generate only includes with FreeMind, so we must write simple TaskJuggler main project file: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;project simple &amp;quot;Simple Project&amp;quot; &amp;quot;1.0&amp;quot; 2005-06-06 - 2005-06-26&lt;br /&gt;
&lt;br /&gt;
include &amp;quot;example.accounts.tji&amp;quot;&lt;br /&gt;
include &amp;quot;example.resources.tji&amp;quot;&lt;br /&gt;
include &amp;quot;example.tasks.tji&amp;quot;&lt;br /&gt;
&lt;br /&gt;
taskreport &amp;quot;Gantt Chart&amp;quot; {&lt;br /&gt;
  headline &amp;quot;Project Gantt Chart&amp;quot;&lt;br /&gt;
  columns hierarchindex, name, start, end, effort, duration, cost, revenue, chart&lt;br /&gt;
  timeformat &amp;quot;%a %Y-%m-%d&amp;quot;&lt;br /&gt;
  loadunit days&lt;br /&gt;
  hideresource 1&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
htmlaccountreport &amp;quot;accountsreport.html&amp;quot;{&lt;br /&gt;
  timeformat &amp;quot;%d-%M-%y&amp;quot;&lt;br /&gt;
  accumulate&lt;br /&gt;
  columns index, name, weekly&lt;br /&gt;
}&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Include Files (TJI) ===&lt;br /&gt;
Mindmap with defined TASKS, RESOURCES and ACCOUNTS nodes can look like this:&lt;br /&gt;
{| cellpadding=&amp;quot;20&amp;quot; cellspacing=&amp;quot;0&amp;quot; border=&amp;quot;0&amp;quot;&lt;br /&gt;
|[http://pliki.rodos.com.pl/freemind/tji_example/example_freemind2.png http://pliki.rodos.com.pl/freemind/tji_example/example_freemind2_maly.png]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
We can export include files which we have defined in our project file directly from FreeMind mindmap:&amp;lt;br&amp;gt;&lt;br /&gt;
- example.resources.tji - from RESOURCES node (File-&amp;gt;Export-&amp;gt;Resources from RESOURCES node to TJI file..)&amp;lt;br&amp;gt;&lt;br /&gt;
- example.tasks.tji - from TASKS node (File-&amp;gt;Export-&amp;gt;Task from TASKS node to TJI file..)&amp;lt;br&amp;gt;&lt;br /&gt;
- example.accounts.tji - from ACCOUNTS node (File-&amp;gt;Export-&amp;gt;Accounts from ACCOUNTS node to TJI file..)&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In TaskJuggler our project will look like this:&lt;br /&gt;
{| cellpadding=&amp;quot;20&amp;quot; cellspacing=&amp;quot;0&amp;quot; border=&amp;quot;0&amp;quot;&lt;br /&gt;
|[http://pliki.rodos.com.pl/freemind/tji_example/example_taskjuggler.png http://pliki.rodos.com.pl/freemind/tji_example/example_taskjuggler_maly.png] &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Download ===&lt;br /&gt;
[http://pliki.rodos.com.pl/freemind/tji_example/example.zip Here] you can download full example without accounts feature and [http://pliki.rodos.com.pl/freemind/account/accountexample.zip here] with accounts.&lt;br /&gt;
&lt;br /&gt;
=== Account support ===&lt;br /&gt;
Becouse accounts functionality isn&#039;t in CVS yet. You need use [http://pliki.rodos.com.pl/freemind/account/Freemind_0_9_0_beta15_koprin_b2.zip this] binary or &lt;br /&gt;
get Freemind from CVS (CVS tag: fm_060405_integration) and aply [http://pliki.rodos.com.pl/freemind/account/diff.zip this] patch.&lt;br /&gt;
&lt;br /&gt;
= The rest of the new features =&lt;br /&gt;
&lt;br /&gt;
==Icons==&lt;br /&gt;
=== User icons ===&lt;br /&gt;
&lt;br /&gt;
User icons can be added. PNG files of the icons have to be added to the folder &#039;&#039;&#039;&amp;lt;user_home&amp;gt;&#039;&#039;&#039;/.freemind/icons. All *.png files in &#039;&#039;&#039;&amp;lt;user_home&amp;gt;&#039;&#039;&#039;/.freemind/icons are handled as user icons. Size is &#039;&#039;not&#039;&#039; limited to 16 px x 16 px.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;User feedback:&#039;&#039;&#039;&lt;br /&gt;
* FreeMind adds &amp;quot;icon_&amp;quot; to the user-given name of a user icon. The name should just be the user given name - without &amp;quot;.png&amp;quot; of course.&lt;br /&gt;
* When adding user icons, they appear in a random order within the side bar and mixed with the Freemind built-in icons. Is there a way to control this order ?&lt;br /&gt;
* My new icons appeared at the end of the standard ones and appeared to be in alphabetical order by filename. GREAT feature. I was able to take screen captures of the icons for Access objects and some of the Office program icons and use them in a mind map documenting a project my computer literacy students do at the end of the semester. This is far superior to having to use a limited set of standard icons which aren&#039;t particularly meaningful.&lt;br /&gt;
* Q: what is the procedure for adding user icons in Mac OS? Which is the correct destination folder?&lt;br /&gt;
&lt;br /&gt;
* User icons are not included in exported mindmaps (flash at least).&lt;br /&gt;
* Including icons does not appear to work (WinXP - Freemind 0.9.0 Beta 19). Have assumed that placing .png files in C:\Program Files\Freemind\Icons should ensure that they are included but have nt been able to get this feature to work. Is this the correct placement for the icons folder in Windows?&lt;br /&gt;
::You put the icons in the wrong folder. Look again above. --[[User:Terkor|Terkor]] 03:23, 21 Oct 2008 (UTC)&lt;br /&gt;
&lt;br /&gt;
===Selecting, Substituting and Deleting Icons===&lt;br /&gt;
* Using Shift+Click on icon bar substitutes the current icons by the new one.&lt;br /&gt;
* Icon bar Icon Selection Dialog: click on icon with control key hold: removes the first matching icon, with alt key removes the last one. Icon Selection Dialog: Shift+Enter or Alt+Enter can be used as well.&lt;br /&gt;
* Icon hot keys available in Select Icon Dialog. They can be set in Preferences &amp;gt; Keystrokes. --[[User:Terkor|Terkor]] 13:26, 3 Sep 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;User feedback:&#039;&#039;&#039;&lt;br /&gt;
* Substituting icons with Shift+Enter in the Icon Selection Dialog (as announced in the changes for Beta 9) does not work. Just inserts the selected icon.&lt;br /&gt;
* Can I suggest you add a couple of icons as standard namely &#039;$&#039; and &#039;$$&#039; too?  Thanks.&lt;br /&gt;
&lt;br /&gt;
==Latex Plugin==&lt;br /&gt;
With the new Latex Plugin (Insert &amp;gt; Latex) you can now add mathematical formulas to your nodes.&lt;br /&gt;
Select a node and chose Insert &amp;gt; Latex. Under the node a default text in a box is added. When you click on that box a simple editor opens to enter the Latex code. Close the editor and your formula is displayed underneath the node.&lt;br /&gt;
&lt;br /&gt;
Erase the formula by clicking Latex again when the node is selected. --[[User:Terkor|Terkor]] 06:31, 3 Sep 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;User feedback:&#039;&#039;&#039;&lt;br /&gt;
* I like this one, but there may be an easier way for access of this functionality (a shortcut or s.th.).&lt;br /&gt;
* Great, adds a whole new field of use to FreeMind!&lt;br /&gt;
* Tip: Can also be used to just add a text to node instead of a mathematical formula. If you just add text without any commands, you get italic text in the box. Everything put between \mbox{ and } appears as normal text. (The code is contained in the default formula that is added every time you add a new Latex box to a node.)&lt;br /&gt;
* Exporting the formulas does not work for at least for some filters (Flash at least).&lt;br /&gt;
* LaTeX formulas do not scale with the rest of the map but have always the same size. Please make them scalable if possible.--[[User:Christofb|Christofb]] 12:19, 30 Oct 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
* Nice feature. It would be nice if the graphical representation of the formula could appear with the higher quality associated with LaTeX. Is it possible to improve via anti aliasing or exporting/printing via postscript?&lt;br /&gt;
&lt;br /&gt;
==Linking to nodes in another mm-file==&lt;br /&gt;
&lt;br /&gt;
You may create a link to a node in another map by appending #node_name to the map path&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;User feedback:&#039;&#039;&#039;&lt;br /&gt;
*Bug?:  This feature does not seem to work for file urls ex: file:\\dfs\folder\file.mm##Freemind_Link_335867258.  It also does not seem to work through the website applet.&lt;br /&gt;
** The URL is wrong. Must be file:///dfs\folder\file.mm##Freemind_Link_335867258&lt;br /&gt;
&lt;br /&gt;
* Bug: This very useful feature seems to work for the current instance of the target map only. Once the target map is closed and reopened the link points to the root node in the target map, even though the link text is still correct. Closing the source map and reopening it works fine. - Tested based on FM 0.8.0 maps with the Windows version of FM.--[[User:Uli|Uli]] 02:51, 13 Feb 2007 (PST)&lt;br /&gt;
&lt;br /&gt;
(•) Solution:&lt;br /&gt;
&lt;br /&gt;
• create a (temporary) local link to the intended target node from any other node within the target MindMap (MM) (ALT+L)&lt;br /&gt;
  =&amp;gt; i.e. the target-node must be the &#039;referred&#039; node in this case meaning that it must be the second of the two nodes composing said (temporary) local link.&lt;br /&gt;
    -&amp;gt; Digression: A local link is created by first left clicking on the source node and, while holding down the CTRL-button, then &lt;br /&gt;
       left clicking on the target node, then press Alt-L. The link is created in the source node (a green arrow appears).&lt;br /&gt;
• Now highlight the &#039;referring&#039;/source node, i.e. the other of the two nodes in this (temporary) local link (the one with the green arrow) and press CTRL+k (edit link)&lt;br /&gt;
  =&amp;gt; the freemind node name of the &#039;referred&#039; node (i.e. our desired target node) appears (eg. #Freemind_Link_676133257)&lt;br /&gt;
• Copy (or better still, cut) this node name [ctrl+c/ctrl+x].&lt;br /&gt;
&lt;br /&gt;
• In the Source MM create an external link to the target MM (eg. c:\mindmaps\TASKS.mm),&lt;br /&gt;
  =&amp;gt; Digression: An external link is created thus: CTRL+k (manually enter path) or SHIFT+CTRL+k (choose path). A red arrow appears.&lt;br /&gt;
• highlight the node with the newly created external link and append the copied/cut freemind node name to it using CTRL+k (edit link).&lt;br /&gt;
  =&amp;gt; The result could look like this: c:\mindmaps\TASKS#Freemind_Link_676133257&lt;br /&gt;
&lt;br /&gt;
• Finally, delete the local link if you may so wish (this step is only relevant, if you&#039;d only copied and not cut the node name above).&lt;br /&gt;
&lt;br /&gt;
• Being able to link to a specific link should not only possible within freemind but also from other tools. This could be established via adding a command line parameter giving the node ID to select right after startup.&lt;br /&gt;
&lt;br /&gt;
== Edit Styles, Patterns, Automatic Layout Patterns ==&lt;br /&gt;
&lt;br /&gt;
=== Change Format Dialog ===&lt;br /&gt;
&lt;br /&gt;
New &amp;quot;Change Format&amp;quot; dialog box that lets you edit node and edge attributes at once. (Format &amp;gt; Change format...)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;User feedback:&#039;&#039;&#039;&lt;br /&gt;
* The very powerful and useful dialog box needs a shortcut, and an entry in the context menu when you right-click on a node.&lt;br /&gt;
* A preview-area would be helpful.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Manage Patterns ===&lt;br /&gt;
&lt;br /&gt;
There is now a manager for the physical styles. (Format &amp;gt; Physical Styles &amp;gt; Manage Patterns..)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== User feedback: ====&lt;br /&gt;
&lt;br /&gt;
* It is so helpfull!!!!!&lt;br /&gt;
* Would it be possible to also show (and even change) the shortcuts of the patterns in the pattern manager?&lt;br /&gt;
* Styles should be renamed Format Macro. They are a great feature.&lt;br /&gt;
* Feature Request&lt;br /&gt;
** A real Style formating feature with style_registry, where the formating is defined, would be great.&lt;br /&gt;
* Bugs&lt;br /&gt;
** Style names are not proper UTF-8 encoded e.g. ü in become FC in patterns.xml and not &amp;amp;#xfc;&lt;br /&gt;
** beta 18 couldn&#039;t generate new Style from current node. Pressing Save&amp;amp;Exit didn&#039;t save and a Notice pop up without any message.&lt;br /&gt;
* All version including RC1 - F11 window does not allow to choose a font size which is not in the list (11 for example) this is not consistent with the tool bar of the main window. I&#039;m using style with 11 pt font size !&lt;br /&gt;
* Im experimenting with TONY BUZAN&#039;s mind mapping and memroy techniques. Eventaully i wnat to make a mind map of his book&#039;s and share, however copywright questions arise?? anyone know about it. Regardless of this question it brings to my attention the powers of formatting and memory enhancement. &lt;br /&gt;
**Is there a way of patterning the width/thikness of the links?&lt;br /&gt;
**Would be great to have a plugin that does a network analysis of the mind map and formatts acordingly. Hubs/number of links to a node = format value. Format value&#039;s to stimmulate as many sensory modalites as possible (NLP/ memory techniqes) &lt;br /&gt;
***These formats can then have an icon/ memory hook to filter by.&lt;br /&gt;
&lt;br /&gt;
=== Edit Automatic Layout Patterns ===&lt;br /&gt;
It is now possible to edit Automatic Layout Patterns. (Tools &amp;gt; Preferences ... &amp;gt; Automatic layout pat...) Click there on a pattern and the new &amp;quot;Change Format&amp;quot; box appears (here called &amp;quot;Change Pattern&amp;quot;).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;User feedback:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* I also really like this feature, BUT I also would badly need to automaticaly layout for more then 4 levels (even if I could not change it by myself)! This is one of the most important things missing yet in this great application. Thanks anyway!&lt;br /&gt;
&lt;br /&gt;
* Great! Could you please make the area &amp;quot;Automatic Layout Styles&amp;quot; a bit wider. There is no reason to keep it so tiny.&lt;br /&gt;
&lt;br /&gt;
* I find the automatic layout a bit limited; after four levels, the layout remains the same, but I oftentimes use five, six or seven levels. Only feature I&#039;d like to see added to the program is to set an auto format for a larger (custom-defined?) amount of levels.&lt;br /&gt;
&lt;br /&gt;
* I love automatic layout, I use it pretty much exclusively.  The only thing that sucks is that it completely disables the ability to apply localized formats to nodes with it enabled.  Can you put in some sort of cascading functionality.  The default would be automatic, but you could override the formats at any time.  Also put something like the &amp;quot;reset position&amp;quot;  like  &amp;quot;remove custom formatting&amp;quot;.  --[[User:RazielJaTier|RazielJaTier]] 15:27, 20 May 2008 (PDT)&lt;br /&gt;
&lt;br /&gt;
* I second Raziel&#039;s motion. I&#039;d love to be able to store code snippets in a map, but automatic layout disrupts my custom formatting. --[[User:Neontapir|Neontapir]] 09:47, 23 Jun 2008 (PDT)&lt;br /&gt;
&lt;br /&gt;
* Wonderfull. Would it be possible choose (at least) color to be applied per branch instead of per level. This is more in tune with Dr. Buzan&#039;s suggestions.&lt;br /&gt;
&lt;br /&gt;
== Find And Replace ==&lt;br /&gt;
FreeMind has now a Find &amp;amp; Replace dialog. It combines the old &amp;quot;Show Map History...&amp;quot; (which is not there any more) with a classical Find &amp;amp; Replace dialog.&lt;br /&gt;
&lt;br /&gt;
Found nodes can be sorted by Date, Text, Icons, Created, Modified, and Notes.&lt;br /&gt;
&lt;br /&gt;
You can choose: Export Selected Nodes, Replace All, Replace Selected, Goto, and Select.&lt;br /&gt;
&lt;br /&gt;
When no search text is entered all nodes of the map are shown in a sorted list.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;User Feedback&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Characters like äöü&amp;quot; are not displayed correctly (the HTML-versions are displayed).&lt;br /&gt;
* Could it be possible to hide columns that I don&#039;t need to see?&lt;br /&gt;
* Thank You for the &amp;quot;replace&amp;quot; addition. How difficult would it be to have a &amp;quot;find&amp;quot; on all opened maps ?&lt;br /&gt;
* Is it possible to extend the &amp;quot;find&amp;quot; in all opened maps ?  When searching for a text pattern, it will save to open individually each maps and execute a find. --[[User:Fb5|Fb5]] 02:16, 15 Nov 2007 (PST)&lt;br /&gt;
** I second this - extremely needed (at least for me :) ) to be able to search across several maps!! --[[User:Spacevulture|Spacevulture]] 11:59, 21 Jun 2008 (PDT)&lt;br /&gt;
* Would very helpful if nodes themselves could not only be sorted alphabetically, but also by Icons. And maybe by Date, Created, Modified, and Notes.&lt;br /&gt;
* A drop-down menu with recent search/replace terms would be helpful, to avoid retyping when repeating searches. --[[User:Arg0|arg0]] 08:38, 25 Feb 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Display Selection as Bubble==&lt;br /&gt;
In the menu View there is now the option to display the selected nodes inside a bubble: &amp;quot;Display Selection as Rectangle on/off&amp;quot;. You can also pick this new option in Preferences &amp;gt; Defaults, where you can also choose the color of the bubble. &amp;quot;Display Selection as Rectangle on/off&amp;quot; is now (Beta 13) by default &amp;quot;on&amp;quot;. --[[User:DimitriPolivaev|DimitriPolivaev]] 14:50, 9 Sep 2007 (PDT) --[[User:Terkor|Terkor]] 16:57, 9 Sep 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;User Feedback&#039;&#039;&#039;&lt;br /&gt;
* Like it very much.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Tabs==&lt;br /&gt;
There are now Tabs (like in Firefox) representing the opened maps. Properties &amp;gt; Appearance &amp;gt; Look And Feel &amp;gt; Use Tabs lets you choose if you want to use tabs.  --[[User:Terkor|Terkor]] 10:36, 26 Aug 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;User Feedback&#039;&#039;&#039;&lt;br /&gt;
* Could it be possible that the tabs only appear (option) when more than one map is opened?&lt;br /&gt;
** I&#039;d like this too.  Screen space can be important.  --[[User:Kenrob|Kenrob]] 04:14, 5 Oct 2007 (PDT)&lt;br /&gt;
* Could it be possible to show and hide tabs &#039;&#039;in View&#039;&#039;?&lt;br /&gt;
* Could it be possible to rearrange the order of the tabs (by dragging and dropping them)?&lt;br /&gt;
** drag&amp;amp;drop, automatic hide when only one, close one/all via context menu etc. would be very usefull (i.e. like it is possible in firefox) --[[User:flusi100|flusi100]] 08:00, 24 Feb 2008&lt;br /&gt;
* Would be nice to close the maps by using their tabs (context menu with &amp;quot;Close&amp;quot; when right-clicking on tab, or middle-click on tab).&lt;br /&gt;
** Agreed - this would be useful.  --[[User:Kenrob|Kenrob]] 04:14, 5 Oct 2007 (PDT)&lt;br /&gt;
** ++ to that. Seemed unnatural not to have a context menu on the tabs.--[[User:Doubi|Doubi]] 23:08, 18 Apr 2009 (UTC)&lt;br /&gt;
* Now with tabs and Save All it would just be the next logical step that (as an option) all the tabs would open when FreeMind starts, that were open when FreeMind was closed.&lt;br /&gt;
*Switching tabs takes 15-20 seconds. Especially slow after FreeMind has been minimized and computer has been suspended/hibernated. Version 0.9.0 Beta 18. --[[User:Emkeyen|Emkeyen]]&lt;br /&gt;
&lt;br /&gt;
==Move Back and Move Forward==&lt;br /&gt;
There are now Move Back and Move Forward buttons in the Toolbar (also available in the Navigate menu and by using Alt-Left and Alt-Right). FreeMind stores a chronology of the selected nodes. Using Back and Forward you can navigate back and forth to those nodes - even if they are in an other opened map. --[[User:Terkor|Terkor]] 19:31, 26 Aug 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;User Feedback&#039;&#039;&#039;&lt;br /&gt;
* Very Helpful!&lt;br /&gt;
* Could there be a way to get back to the latest selection by one click.&lt;br /&gt;
* How about a popup list of the previous and next selected nodes (like in IE or FF)?&lt;br /&gt;
* Useful when navigating in large maps--[[User:Fb5|Fb5]] 02:13, 15 Nov 2007 (PST)&lt;br /&gt;
&lt;br /&gt;
==Export Filters==&lt;br /&gt;
Open Office Export now for the ODT format.&lt;br /&gt;
&lt;br /&gt;
Besides the two export filters for TaskJuggler there are three new filters for exporting:&lt;br /&gt;
&lt;br /&gt;
* As Java Appelt&lt;br /&gt;
* As Flash&lt;br /&gt;
* As TWiki --[[User:Terkor|Terkor]] 19:06, 27 Aug 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== User feedback ===&lt;br /&gt;
* Embedded links on images and then exported to flash do not work.&lt;br /&gt;
** [http://video.google.com/videoplay?docid=-781058038619276488&amp;amp;q=freemind+dennis Video of Bug]&lt;br /&gt;
* HTML links and then exported to flash do not work either. Please see: &lt;br /&gt;
** http://www.efectokiwano.net/mm/&lt;br /&gt;
--[[User:VincentD|VincentD]] 02:30, 9 Nov 2006 (PST)&lt;br /&gt;
* Export to Flash does not support Rich Formatted nodes.&lt;br /&gt;
* When a map that contains a hyperlink is exported to HTML there is obviously an error in that exported hyperlink. --[[User:Terkor|Terkor]] 20:34, 2 Sep 2007 (PDT)&lt;br /&gt;
* In exporting to Flash, I have to enter URLs as &amp;lt;nowiki&amp;gt;http:www.yahoo.com&amp;lt;/nowiki&amp;gt;, instead of &amp;lt;nowiki&amp;gt;http://www.yahoo.com&amp;lt;/nowiki&amp;gt;, for the link to work.&lt;br /&gt;
* I&#039;m using 0.9.0 beta 19, when exporting to flash, http links fail. I&#039;ve watched the video and visited efectokiwano, still not working. Does the exported html require a special server build to serve the content?&lt;br /&gt;
&lt;br /&gt;
--[[User:Berti|Berti]] 12:04, 13 Feb 2008 (PST)&lt;br /&gt;
* I tried an export to txt tab separated this worked in 0.8 fine if  I rename the .mm to xml and try to view it I get an error it seems the html tags are going to break it. I also tested the xsl form this side Tabulator separated text ? FreeMind&lt;br /&gt;
http://freemind.sourceforge.net/wiki/index.php/Import_and_export_to_other_applications&lt;br /&gt;
&lt;br /&gt;
=== Wishes concerning Export Filters ===&lt;br /&gt;
--[[User:AlexandreDC|AlexandreDC]] 08:47, 13 Mar 2008 (CET)&lt;br /&gt;
* It would be useful to indicate some XSLT templates to produce HTML exports: we could thus choose whether and how to display attributes for example.&lt;br /&gt;
&lt;br /&gt;
--[[User:DRBusch]]&lt;br /&gt;
* To me, the most useful application of freemind is organizing complex documents (e.g. a thesis or book).  To this end, I&#039;ve modified the [http://sites.google.com/site/freemind2beamer/ freemind2beamer] script into [http://student.physics.upenn.edu/~drbusch/mm2thesis.xsl mm2thesis].  Unfortunately, I can&#039;t seem to figure out how to parse in the xsl document such that I can (for example) put a hard line break into the text of a node and use the second line as a label.  For example, node=abcd\\labelabcd would be translated into \section{abcd}\label{sec:labelabcd}.  Any thoughts?  I haven&#039;t dug into the java mm to beamer conversion yet.&lt;br /&gt;
&lt;br /&gt;
=General Bugs=&lt;br /&gt;
* Generating Output for a printer is almost impossible. On Ubuntu 7.10 printing does not work (nothing happens), PDF export does not work (Error popup with no content), SVG export does not work (Error popup with no content), PNG export  does not work (nothing happens), JPG export  does not work (nothing happens), (Jave and Flash export thus is working, but it&#039;s not printable in a browser). So I am limited to screenshots which are unreadable in larger mind maps. Preview is ok, by the way, but I would need a feature to resize the whole map to paper size.&lt;br /&gt;
* If I close the calendar not with &amp;quot;cancel&amp;quot; but by just closing the calendar window, I can&#039;t reopen the calendar. I have to restart FM to be able to open the Time Management dialog again. --[[User:Terkor|Terkor]] 06:27, 15 Dec 2007 (PST)&lt;br /&gt;
* I updated to java runtime enviroment 1.6 and was not able to save any mindmap any longer. Message was &amp;quot;Map ist write protected&amp;quot; --[[User:bebach|bebach]] 13 Nov 2007&lt;br /&gt;
* Sometimes I use freemind just as a simple extended clipbord. In openoffce 2.0 writer I get the message, the clipbord format does not exist. In thunderbird I always have to paste without format to see anything. It is painful. It seems to me that I was not able to switch freemind to the plain text option. I am looking again the documentation. --[[User:bebach|bebach]] 8 Nov 2007&lt;br /&gt;
* Using the PDF export feature results in an error message &amp;quot;null compatible with Global antialiasing enable key&amp;quot;. That was no problem in Version 0.8&lt;br /&gt;
* I can&#039;t save a new mind map under MS Vista. Modify and save of an existing mind map works.&lt;br /&gt;
* After pasting a node at a new position, keystrokes get stuck. The moviment is possible only changing the focus with mouse. After changing the focus, keystrokes (up,down,left,right) works normally.--[[User:Leslie|Leslie]] 05:16, 17 Apr 2007 (PDT)&lt;br /&gt;
* Ok, the new version is very nice... but there is still the Problem with printing. Sometimes the print is to small or to great or a part is cut off. Its difficult to configure the printer for good mindmap printings--[[User:Bkmzde|Bkmzde]] 00:31, 16 Feb 2007 (PST)&lt;br /&gt;
* Bug ? : MindManager Import doesn&#039;t include &amp;quot;Html Notes&amp;quot; hooked to the nodes. In 0.8, the note is &amp;quot;translate&amp;quot; in a text note.&lt;br /&gt;
* The context-menu that appears when you right-click while editing a node does not work. (It only contains &amp;quot;Copy&amp;quot; - which does not work.) Perhaps adding &amp;quot;Cut&amp;quot;, &amp;quot;Paste&amp;quot;, &amp;quot;Split&amp;quot; (at cursor-position), &amp;quot;Edit Long Node...&amp;quot; (with the editor remembering the cursor position and if some text is already marked). And perhaps some formating: &amp;quot;Bold&amp;quot;, &amp;quot;Italic&amp;quot;, &amp;quot;Font...&amp;quot;, &amp;quot;Paragraph...&amp;quot;&lt;br /&gt;
* Display error: Zoom is now (Beta 14) working perfectly, as far as I can see. Good work! --[[User:Terkor|Terkor]] 14:41, 21 Oct 2007 (PDT)&lt;br /&gt;
** OK, there is a little bug: use Format &amp;gt; Bubble. You will see that on most zoom levels text in the bubble is not centered correctly. On both sides of the map text is placed too much on the left side. --[[User:Terkor|Terkor]] 11:33, 22 Nov 2007 (PST)&lt;br /&gt;
* Display error: Edges don&#039;t connect properly to the root. With widths 4 or 8 the effect is very obvious, and if &amp;quot;Bezier&amp;quot; is chosen). --[[User:Terkor|Terkor]] 07:51, 11 May 2008 (PDT)&lt;br /&gt;
[[Image:Root.jpg]]&lt;br /&gt;
*     File Locking appears buggy: When you open a file with File Locking enabled in Preferences, the first open generates the error that &#039;file locking&#039; failed. Subsequently, all attempts to open a file result in &#039;File is already being edited by (Username). Opening as Read-Only.&#039; FreeMind does not appear to be willing to release this lock, except by turning off Experimental File Locking and turning it back on, so the entire feature appears to be broken. Specs: Windows XP SP2 machine, .mm file is on local drive which is also shared.--[[User:Perholm|Perholm]] 22:43, 13 Sep 2007 (PDT)&lt;br /&gt;
* Auto-Save Confirmed Buggy: &#039;&#039;&#039;I WOULD SUGGEST THAT THIS BUG IS AN EMERGENCY, AS DATA-LOSS CAN/WILL HAPPEN IF THE FEATURE IS RELIED UPON&#039;&#039;&#039;. Auto-Save at present does not work properly and should not be relied upon. Bug analysis: It appears that the timer used to control auto-save is only activated once at program launch, and when the auto-save interval has passed the timer does not reset for another auto-save interval, but instead NEVER generates an event again. Test: Set auto-save to 20000 milliseconds. Open an existing MindMap, and make a change within 20 seconds. If you check the .freemind directory, a single auto-save will be generated after 20 seconds, and no further auto-saves will EVER happen. If you again open a MindMap, and DO NOT make a change within 20 seconds, no auto-save will ever happen of any changes including the initial change. I would therefore conclude that the timer used for the auto-save interval is being programmed incorrectly, and does not launch another auto-save interval.--[[User:Perholm|Perholm]] 22:56, 13 Sep 2007 (PDT)&lt;br /&gt;
* The JRE 1.6 update 2 bug from javaw.exe on using the function of Open/Save File, it will waitting more than 30 sec per times, The JRE 1.5 update 11 will be better. --[[User:Josepchangtw|Josepchangtw]] 16:55, 15 Nov 2007 (PDT)&lt;br /&gt;
* Certain actions, foremost among them the &#039;&#039;paste&#039;&#039; action, cause FreeMind (or perhaps just the editing area) to lose focus somehow, so that no further keyboard input has any effect, until you click in the editing area to restore the focus. This severely detracts from the keyboard-only usability of FreeMind.&lt;br /&gt;
** Please describe how to reproduce and see this behavior [[User:DimitriPolivaev|DimitriPolivaev]] 14:40, 18 Oct 2007 (PDT)&lt;br /&gt;
** After pasting &#039;&#039;a node&#039;&#039; that has been copied from Freemind, the keyboard has absolutely no effect (really! I even tried mashing it randomly) until you click the mouse in the window, or switch to another window and then back, or do something else that focuses the Freemind window. Pasting text or anything else works just fine; only pasting a copied node (or nodes) causes the problem -- to put it as clearly as possible, the problem only occurs when pasting &#039;&#039;from Freemind to Freemind itself&#039;&#039;. Also, I should mention that this is not a problem in 0.8, only in 0.9.&lt;br /&gt;
** I have a very similar problem, under Ubuntu 7.10. It happens that: 1. whenever I paste something, I lose the ability to use the keyboard (all shortcuts), editing, entering text. 2. I can get keyboard back by switching to another window or virtual desktop, but after I repeat this (paste something) the third time, I lose keyboard for good until I close and re-open Freemind; 3. mouse works and I can save my map. Please note that for me it happens both with 0.8 and 0.9 branches, when running 0.9.x both with jre 5 and 6. [[User:Zecg|Zecg]]&lt;br /&gt;
** Same here on openSuSE 10.3, x86_64. It&#039;s hard to reproduce when it happens but I also suddenly use the ability to use keyboard. I&#039;ve found no way to get keyboard back except closing and re-opening Freemind. Mouse input still works. Appears to be introduced in the 0.9.x branch regardless whether I use jre 5 or 6. It&#039;s a show stopper. Is there a way to record all keyboard/mouse input to help to track this down ? --[[User:Steve|Steve]]&lt;br /&gt;
** The March 3 build seems to have fixed this bug. If others can confirm this, you can probably delete this thread.&lt;br /&gt;
** Not confirmed. The problem is still in Beta 16, just re-tested. A few times it happened after pressing INS, type in something, CR, CR, type in something, CR and cut the nodes again with CTRL-X, CTRL-X or a similar sequence. --[[User:Steve|Steve]]&lt;br /&gt;
* Node dragging problem: &amp;lt;br&amp;gt; When dragging the small circle in front of a node and moving the node vertically to raise the distance to the upper or lower node, this behavior in FreeMind seems to have changed. &amp;lt;br&amp;gt;In previous versions, the node could only be dragged to the right, up or down, but not more to the left towards the parent node. There was kind of an invisible vertical border. You could not drag the node beyond this border towards the parent node. This border was excellent to keep all child nodes aligned while changing the nodes&#039; distance. &amp;lt;br&amp;gt;Now this doesn&#039;t work any more. In the current version, this border seems to be gone unfortunately. When I change the vertical distance of one node to another node, I cannot keep the moved node in it&#039;s horizontal position any more. &amp;lt;br&amp;gt; (By the way, pressing &amp;lt;CTRL&amp;gt;-left-mouse-button on a node&#039;s drag-handle also changes the distance between nodes, but this functionality is not compareable, because it changes the distance of &amp;lt;u&amp;gt;all&amp;lt;/u&amp;gt; child nodes in this column, not only of the selected one.)&lt;br /&gt;
** Solution could be double-click on the small circle: it appears to work very well.--[[User:Luciodp|Luciodp]] 05:32, 7 May 2008 (PDT)&lt;br /&gt;
* Node dragging problem 2: &amp;lt;br&amp;gt; FM 0.9 B15. I created a map with FM 0.8, then switched to 0.9. If I copy the contents of a MSWord table into a node, MM gets it formatted with HTML and displays the table perfectly. The problem arises when I move the node to another branch of the tree. The html content gets converted to ascii (e.g. &amp;amp;lt;html&amp;amp;gt; becomes &amp;amp;amp;lt;html&amp;amp;amp;gt;) and thus all the formatting is lost. --[[User:ScavType|ScavType]] 14:09, 04 Jan 2008 (PDT)&lt;br /&gt;
* Print Preview shows wrong view after selecting Fit to one page. Steps: create map that&#039;s more than one page wide with default page setup options. Edit page options to fit to one page. Choose Print Preview. Expect it to show one page. Instead, it showed the first page of two pages as if ignoring the &amp;quot;fit to one page&amp;quot; option. After clicking next page button, print preview then realized it should zoom to fit to one page. --[[User:JimK|JimK]]&lt;br /&gt;
* Hover text for Print icon on toolbar says &amp;quot;Print...&amp;quot; implying that a dialog box will open but instead it just starts a print job.  Text should say &amp;quot;Print&amp;quot; or it should open dialog box. --[[User:JimK|JimK]]&lt;br /&gt;
* Opened a mind map created in 0.8.7. Looks good except that beta 17 put a cloud around the entire map---i.e., main node---that I can&#039;t remove, and all the child nodes on the right of the main node have been moved down far enough to be offscreen when view is centered on the main node. (One branch on the left side is fully expanded to four levels, so maybe that had something to do with it, but folding it back up makes no difference.) Tried to toggle off the cloud using the Insert main menu, the Insert shortcut menu, and with shift+ctl+b combo... no luck. This is my first try with 0.9 b17; and already I can&#039;t use it for existing maps. --[[User:foxcole|foxcole]] 13 May 2008    UPDATE:  Ah... in beta 17 I can&#039;t add a cloud to the main node either, so that seems to be a property that&#039;s not natively available at the main level. I&#039;ve no idea what&#039;s putting it there in the first place but now understand why I can&#039;t remove it.&lt;br /&gt;
* Open a mind map that saved on a network share with windows version of freemind, doesn&#039;t work. I got the following failure: An error occoured on opening the file: MindMap:\\mondsee\homes\ko\Eigene Dateien\Brainstorming\FTM\WLT-Event.mm. It&#039;s only while opening a file on a network-share - at my local desktop it works! --[[User:Osthoffinnovations|Osthoffinnovations]] 09:12, 30 May 2008 (PDT) &lt;br /&gt;
** The space in the path name &amp;quot;..\Eigene Dateien\..&amp;quot; plus double back slash &amp;quot;\\&amp;quot; causes this bug.&lt;br /&gt;
 As a quick fix add to FreeMind.java on line 517 (after “// bug fix by Dan:”) &lt;br /&gt;
   if (System.getProperty(&amp;quot;os.name&amp;quot;).startsWith(&amp;quot;Windows XP&amp;quot;) &amp;amp;&amp;amp; url.toString().startsWith(&amp;quot;file:////&amp;quot;))&lt;br /&gt;
     command = &amp;quot;rundll32 shell32.dll,ShellExec_RunDLL \&amp;quot;&amp;quot; + url.toString().replaceAll(&amp;quot;%20&amp;quot;,&amp;quot; &amp;quot;).replaceAll(&amp;quot;%25&amp;quot;,&amp;quot;%&amp;quot;)+&amp;quot;\&amp;quot;&amp;quot;;&lt;br /&gt;
* If I put a graphics in a node and use the HTML editor to try to scale it down .... &amp;quot;size=50%&amp;quot; or &amp;quot;width=120px&amp;quot; ... that has no effect.  [[User:Anton|Anton]]&lt;br /&gt;
* Freemind uses .mm as its file extension, but on Ubuntu (and probably other Linux distributions), this is the same as &amp;quot;Troff MM input document,&amp;quot; so the file manager misidentifies all Freemind maps as Troff documents. Perhaps use .mim (MInd Map) or .fmm (FreeMindMap) or something else as the extension?&lt;br /&gt;
* On 0.9.0 beta 20: If you select &amp;quot;save&amp;quot; for an unsaved document, but you cancel the action, a message box appears saying &amp;quot;Saving Failed&amp;quot;, but it&#039;s just a cancel. [[User:snookiex|snookiex]] 11:35, 27 Oct 2008 (GMT-5)&lt;br /&gt;
* 0.9.0 beta 20: Create child node using keyboard shortcut (eg. Insert) then press same kb shortcut (or if you have a second keystroke generated thru keystroke bounce) the second child-child node is created as closed node, ie not ready for keystroke entry. Basically pressing the &amp;quot;create child node&amp;quot; should not create a new node if the same keystroke is seen before the node has been &amp;quot;closed&amp;quot;. (0.9.0 beta 15 did not display this behaviour - not tested intermediate versions yet)&lt;br /&gt;
* 0.9.0 beta 20: Note icon sometimes disappears and hint fails to display. Moving node causes note icon to display and hint to become active again.&lt;br /&gt;
&lt;br /&gt;
=General Comments=&lt;br /&gt;
* Feature disable request:  Would be great to disable scroll with touch pad as on my MacBook Pro if I accidentally touch the touch pad it starts scrolling very slowely and freezes all functions until it has stopped.&lt;br /&gt;
* Feature request: Would be nice to have a Latex export for the mindmap. This especially helps structuring a bigger report without having to type everything in latex again. Nice would be if you could say till which level you want to have headlines (after that just  enumerations / lists).&lt;br /&gt;
* Feature request: I&#039;m thinking to add a &amp;quot;Rotate&amp;quot; node function. When a node is selected followed by a &amp;quot;Rotate&amp;quot; feature, the selected node and its child nodes will be rotated by 90 degree. This will form a flow chart. Thus, we can used FreeMind to build flow chart easily using its friendly interface.&lt;br /&gt;
* Feature request: Add a number &amp;quot;0&amp;quot; icon. The addition of numbers &amp;quot;8&amp;quot; and &amp;quot;9&amp;quot; in .9.0 Beta 18 are great, but &amp;quot;0&amp;quot; is all that&#039;s left to complete the set. This will allow users to use these icons in many ways other than just setting priority. For example, when using Freemind to take notes, if you have more than 9 items which would benefit from a graphical numerical identification, double (or more) digits could be used with great benefit. I may even suggest that a black icon with white text be used—black being a conceptually appropriate color for the number &amp;quot;0&amp;quot;.&lt;br /&gt;
* Feature request: Add the possibility to add a description to a graphical link, or even attributes (would be perfect). I use Freemind to create Moore and Mealy state machines in XML. So adding a text or attributes to a graphical link would be a milestone to reduce the complexity of the drawings.&lt;br /&gt;
* Feature request: When you move mouse over a node text is displayed in popup cloud, but it dissapears after few seconds. I would like for it to stay. Also, It would be great to be able to focus that popup and edit (ok that&#039;s a hard one, but at least copy) the contest there right away. --[[User:Kova|Kova]] 06:49, 19 Jan 2008 (PST)&lt;br /&gt;
* Feature request: I would like an option for text view (bottom) and tree view (top) to show (expand) when you move mouse over them. Right now I have tree view maximized when I&#039;m editing the tree, but when I want to write something in the nodes or have a look what is written I have to go down, resize the text view, write text / view the text and resize again. It would be great if it resizes to half for example if I just move my mouse down to bottom where text area is. In short, I need quickly switch between node edit (text) and tree edit (graphics). --[[User:Kova|Kova]] 06:49, 19 Jan 2008 (PST)&lt;br /&gt;
* How about a forum for this stuff? Wiki is great for a single document, but not for discussion or suggestions like this. --[[User:Kova|Kova]] 06:49, 19 Jan 2008 (PST) &lt;br /&gt;
* In the German translation the use of capitals is just a mess. (Sorry!) For example &amp;quot;Speichern Unter...&amp;quot; Why a capital &amp;quot;U&amp;quot;? --[[User:Terkor|Terkor]] 06:58, 15 Dec 2007 (PST)&lt;br /&gt;
* Since some changes in the properties of FM need a restart of the program in order to be seen, there should be a restart option after you changed settings or in the file-menu. --[[User:Terkor|Terkor]] 02:18, 19 Nov 2007 (PST)&lt;br /&gt;
* any idea how I can print or give out a mindmap WITH the notes I made to the nodes? I think I tried all export possibilities but could not find a way.  --[[User:bebach|bebach]] 17 Nov 2007&lt;br /&gt;
* Since I communicate with others using html exports or java/ flash exports, I uploaded to the web, it would be wounderful to have an internal ftp client in freemind and have an export option  &amp;quot;upload by FTP&amp;quot;. --[[User:bebach|bebach]] 8 Nov 2007&lt;br /&gt;
* Missing Export feature: I love the XHTML-Export with includes Image of the mindmap. For many reasons it would be much more comfortable to have just the images with an imagemap, for example a link collection. It will save user one very painful klick an the looking for the right section in the html export. HTML-Export as an image map would be much better for some users since the are not used to the also very nice flash or java  web exports. They are very good for experienced users. --[[User:bebach|bebach]] 8 Nov 2007&lt;br /&gt;
* Moving a branch from one side of the root to the other - the text and child branches should &amp;quot;flip&amp;quot; to enable this&lt;br /&gt;
** Um, they do!  Drag the node onto the root node and drop when you can see the gradient appear - then you&#039;ll mirror the structure.  Otherwise you&#039;re just repositioning the node.  --[[User:Kenrob|Kenrob]] 04:34, 5 Oct 2007 (PDT)&lt;br /&gt;
* I believe the Calendar / Scheduler feature can offer great benefits if improved.  I suggest a pop up will should come up when the reminder time arrives.  Similar to MS Outlook, you should have options of  delaying the reminder or canceling it.  --[[User:Felipe|Felipe]] 13:33, 1 May 2007 (PDT)&lt;br /&gt;
* I love freemind and work with it a lot some hours a day! I am looking forward to the new version and I start testing from v0.9 beta 12 --[[User:bebach|bebach]] 24 Aug 2007&lt;br /&gt;
* Feature Request: Database views are a powerful feature. I wish something like this for freemind. The idea is to store all the data in some ordinary mindmaps whithout redundancy, and on the other side work on them with the help of several &#039;&#039;&#039;virtual mindmaps&#039;&#039;&#039;, like views in database systems. The intention is to benefit from all the advantages of database views in freemind with a similar feature. To build the freemind views could xquery be used.--[[User:maxreeb|maxreeb]] 6 Sep 2007&lt;br /&gt;
* Feature Request: Lose Nodes. While FreeMind works great for information that is already relatively structured in your mind, it is VERY difficult to use when your information is very disorganised, like any kind of stream-of-consciousness type note-taking. In that scenario, the fact that FreeMind forces you with an iron hand to structure information before you&#039;re allowed to move on to the next idea, forces you to completely stop the creative process maybe 10 times a minute, which is why I tend to AVOID FreeMind and favor even just WordPad any time I&#039;m creative, because FreeMind works against me by forcing me to be so structure right off the bat that it grinds the creative process to a halt. I truly feel that you need the ability to have what I would term &#039;Lose Nodes&#039;, which is notes that are simply floating on the page and detached from the tree. Of course the goal is to get them attached to the tree in an orderly fashion, but for the sake of picking your own brain, you actually need the ability to simply drop them on the page, and then drag-drop organize them later by binding them together into a tree. You would do the exact same on a physical desktop -- you would cut out little pieces of paper, which would initially just be floating around on the table, until they slowly become organized into a tree. The fact that people have done this for hundreds years, I think proves that this is a natural and intuitive workflow, one that FreeMind easily both could and should support. By the same token, if you realize that a tree is poorly structured, you would want to take it apart and re-assemble it in a new way. As part of that process, maybe 20 or 40 nodes would be temporarily lose, and a &#039;Lose Nodes&#039; feature would allow you to simply drag the nodes lose from the tree, drop them in the white space, and then later attach them somewhere else. I think this would be extremely intuitive. And very lastly, in this mindset of being able to do in FreeMind what you are thinking, I think you need to support more than one root. Although the GOAL is of course a neatly structured tree with a single root, you again don&#039;t necessarily arrive there through clean path -- no, the path is messy and disorganized, and then order forms slowly. I feel I would be able to structure large and experimental concepts much more easily if you supported Lose Nodes and multiple roots. With multiple roots, you would be able to detach section of the tree into a new tree, work on them concurrently, until you realize that they&#039;re part of the same concept, and glue the trees back together. These two features together are what is preventing me from being truly productive with FreeMind from a discovery perspective. I have no doubt that FreeMind works like a charm for information that is already relatively organized, but for discovering new and original concepts, FreeMind forces a structure on the information that is not mature for. Rather, FreeMind helps your produce a graph of the end result, but doesn&#039;t fully help you get there. --[[User:Perholm|Perholm]] 16:23, 12 Sep 2007 (PDT)&lt;br /&gt;
** &amp;quot;Lose Nodes&amp;quot; or &amp;quot;Unattached Nodes&amp;quot; or &amp;quot;Additional Roots&amp;quot; are available in [http://www.mindjet.com/ MindJet&#039;s] Mindmap.  They are a class of &amp;quot;floating&amp;quot; objects that include labels and graphics.  I recall the implementation of this came in on of the service packs for X5.  [http://www.mindjet.com/resources/tutorials/mindmanagerx5/default.aspx X5] also added things like callouts, markers, map parts, and storing the map as XML.  Once again I would recommend looking at Mindjet&#039;s MindMap and if you are a Windows users trying the 30-day evaluation to get a feel for what is possible in both capabilities and interface.  --[[User:Anton|Anton]] 18:05, 20 Jul 2008 (PDT) &lt;br /&gt;
&lt;br /&gt;
** Understood the issue. What I do is setting &amp;quot;disable key type&amp;quot; off, and &amp;quot;key type adds new&amp;quot; on. So each time I am hitting &amp;quot;return&amp;quot; key and starting to type again, it is a new node automatically created. In fact it works then like &amp;quot;wordPad&amp;quot;, a node being equivalent to a line. To keep my map &amp;quot;clean&amp;quot; all those new nodes are created under a node &amp;quot;to be cleaned&amp;quot; or even a new map. Then I do the assembling by moving nodes with the mouse, and this is all the power of freemind. Faster to reorganise information than any other tool I have ever tried. I like your expression &amp;quot;kind of stream-of-consciousness type note-taking&amp;quot;. This is exactly my use (several hours/day for years) of Freemind which is my main/only data entry software, and it is the best tool I know for this. --[[User:Fb5|Fb5]] 03:57, 23 Oct 2007 (PDT)&lt;br /&gt;
** About the  multi root discussion. The same result could be attained easily now with the tabbed windows. For large maps already difficult to see, multiroots would make them really messy. An improvement for your concern could be to have an option to view tabbed windows &amp;quot;side by side&amp;quot; (&amp;quot;arrange all&amp;quot; in Word from Windows).--[[User:Fb5|Fb5]] 04:15, 23 Oct 2007 (PDT)&lt;br /&gt;
* Feature Request: Rearranging Nodes. I&#039;m wondering why, when you&#039;re rearranging the order of nodes on the same hierarchical level, why you&#039;re only allowed to move a node *before* another node by dropping things in the top half of the destination node. All the time, I need to move a node so it comes *after* another node, but you can&#039;t simply drop the node in the bottom half of the destination node to move it to come *after*. And by the same token, there&#039;s NO way to move a node to be the last one without dropping it in the right-side of the *parent* node. This is frustrating, really frustrating, and there&#039;s no real logic to it... who made the decision that you can only move nodes *before* other nodes, but not *after*? Why did you decide to make it like this and not the other way around. And why is the only way you can get a node to the bottom of a list, to drag and drop onto the right side of the *parent* node. I run into this probably 20 or 30 times an hour, and the current design seems arbitrarily selected. You should be able to move nodes both *before* and *after* each other by dragging and dropping them into the top or bottom half of the destination node. I feel that nothing else is consistent and makes sense. Sorry for my rant, I just feel that there are some things that don&#039;t follow GUI 101. --[[User:Perholm|Perholm]] 14:00, 13 Sep 2007 (PDT)&lt;br /&gt;
** A simple workaround is to drag to the &#039;&#039;second-last&#039;&#039; position, i.e. the top ½ of the lowest node.  When you have everything else repositioned, drag the lowest node to it rightful place.  --[[User:Kenrob|Kenrob]] 04:25, 5 Oct 2007 (PDT)&lt;br /&gt;
*** I think this is unacceptable as a solution. Workaround, yes. Solution, no. --[[User:Perholm|Perholm]] 14:12, 10 Oct 2007 (PDT)&lt;br /&gt;
* Feature Request: Copy/Paste Paragraphs. I&#039;m an author trying to use FreeMind to structure a large literary project, and it would be incredibly helpful if FreeMind had the following functionality: If you grab some text from Word (which might consist of for example 10 paragraphs), it would be incredibly helpful to get each of these paragraphs as individual child-nodes. The reason is that we&#039;re using FreeMind to organize a book-type project, of which some has already been written, and we need to get each paragraph of a chapter into a separate child-node in FreeMind so we can rearrange the blocks the FreeMind way, which by the way works fantastically. But at the moment, we can&#039;t find any other way than to copy/paste each single (friggin) paragraph individually. And the same goes for when you&#039;re trying to get something back into Word; it would be great to be able to simply select a branch, and get it copy/pasted into word as a simple top-to-bottom text copy where each child-node is an individual paragraph. That way you can use FreeMind to organize a literary project, knowing that the project ultimately has to end up in Word, but FreeMind is far superior for organizing and structuring the information. Perhaps consider a &#039;Paste Menu&#039; like Word has, which asks you how exactly you want to paste, i.e. &#039;Keep Formatting&#039; or &#039;Text Only&#039; -- a similar menu in FreeMind could ask if you want to turn individual paragraphs into nodes, or if you want to paste the whole text as a single node. This would be REALLY helpful to organize literary projects. This would also allow you to much more easily use FreeMind to edit something that is initially written as stream-of-consciousness, i.e. any brainstorm. Such a brainstorm would likely simply consist of lines upon lines (or paragraphs upon paragraphs) of disorganized ideas written into Word or a text-editor. When you bring this into FreeMind, you ought to be able to turn each &#039;idea&#039; (i.e. Paragraph) into a separate node. Right now, I can find no other way than to copy/paste each line individually, which is enormously labor-intensive. UPDATE: OK, FreeMind already has this feature, but it doesn&#039;t always work, because if you&#039;re pasting from Word, the text coming in is interpreted as Rich Text, and put into a single child node. If you want the behavior I describe, you have to first copy the text in Word, paste the text into Notepad (not Wordpad), copy it from Notepad, and paste it into FreeMind. I think there should be the ability to interpret text coming from Word as &#039;text-only&#039; and not automatically bring in the formatting. In the case of a literary project, the formatting is only interesting in Word... in FreeMind you only want to edit the text, the formatting is irrelevant in a FreeMind context.--[[User:Perholm|Perholm]] 23:11, 13 Sep 2007 (PDT)&lt;br /&gt;
** &#039;&#039;&#039;You can use Edit-&amp;gt;Split Node after inserting a formatted paragraph into the node. It splits the node in single paragraphs.&#039;&#039;&#039; [[User:DimitriPolivaev|DimitriPolivaev]] 14:19, 17 Sep 2007 (PDT)&lt;br /&gt;
** Using the Edit-&amp;gt;Split Node is very time consuming for a large number of branches.  &amp;lt;s&amp;gt;Why can&#039;t we retain the behaviour of Freemind 0.8.0?  It seems that a tool to organise thoughts should work at the lowest level of granularity not create huge &amp;quot;blobs&amp;quot; of text.  When I reorganise my ideas by pasting paragraphs from a document in 0.8.0, each paragraph in the document beocomes a separate branch.  I can then drag and drop branches to reorganise my ideas.  This issue is so important to me that it will be a show-stopper for 0.9.0 as far as I am concerned!&amp;lt;/s&amp;gt; --[[User:Phil31753|Phil31753]] 07:35, 9 Apr 2009 (UTC) Tool-&amp;gt;Split Node achieves what I (and others in this section) require.--[[User:Phil31753|Phil31753]] 10:05, 9 Apr 2009 (UTC)&lt;br /&gt;
** That&#039;s interesting discussion. When I copy from word to freemind, each paragraph is copied as an individual node and that is what I expect and what You would like. Maybe your freemind settings are different than mine ?--[[User:Fb5|Fb5]] 04:05, 23 Oct 2007 (PDT)&lt;br /&gt;
** It is now I met the issue You described Perholm. This is when copying form WEB BROWSER to FREEMIND. The copy keeps the html formating and keeps it in one node. This is a real annoyance for me too and that would stop me to move from 0.8 Version. Is it possible to have a &amp;quot;Paste Special&amp;quot; or &#039;&#039;&#039;&amp;quot;Paste as text&amp;quot;&#039;&#039;&#039; menu which also split paragraph as nodes, please Dimitri ?  One advantage of the html copy would be for tables, which doesn&#039;t work in 0.8. Thank You. Franck --[[User:Fb5|Fb5]] 03:46, 6 Dec 2007 (PST) &lt;br /&gt;
* SIMPLICITY , SPEED and RELIABILITY : Those must be the main strengths of Freemind. I am  using Freemind as my main computer interface for data entry for three years, ending with large maps (several 10s of thousands nodes). I have  tried many other softwares and my conclusion, there is simply no equivalence on the market. It would be a shame to slow the program or the user-interface because adding new features. So, my expectation is to have user-options for enabling or not those features (attributes and Wysiwig). Thank You so much for the great work. Franck --[[User:Fb5|Fb5]] 20:03, 2 Oct 2007 (PDT)&lt;br /&gt;
** I want to second that: my maps are not nearly as big as Franck&#039;s but for me simplicity and reliability (as already provided by 0.8.0) are most important, too. Please try to keep focus on the simple things instead of adding too many features.--[[User:Christofb|Christofb]] 12:27, 30 Oct 2007 (PDT)&lt;br /&gt;
** Absolutely right. It is wonderful that new features are being added, but it is ESSENTIAL that Freemind is able to run QUICKLY on any computer, or it won&#039;t be useful. --[[User:Loydog|Loydog]] 2:44, 8 Nov 2007 (PDT)&lt;br /&gt;
** I absolutely agree to that. I&#039;m a freemind user for years now and though I&#039;m looking forward to see new features in freemind I always loved the fast and easy way to create maps on every occasion. So maybe if there are resource consuming new features they could be inserted as plugins or sth. like that so users are able to decide wether they will activate a feature or not--lpdubel 02:06, 14 Nov 2007 (PST)&lt;br /&gt;
* Attachments (Multiple): It is necessary to be able to add multiple attachments to a single node. For example, one node may have an attached pdf doc, word doc, excel sheet, and other mindmap. [[User:kberardinelli|kberardinelli]] 09:17, 26 Oct 2007 (EDT)&lt;br /&gt;
** What I do is to create subnodes (even without any text) and assign an attachement to each of them. --[[User:Fb5|Fb5]] 02:26, 15 Nov 2007 (PST)&lt;br /&gt;
* Attachments (Deletion): Currently, there seems to be no way to delete an attachment. This needs to be very easy to do (perhaps by right-clicking and selecting &#039;Delete Attachment&#039;. [[User:kberardinelli|kberardinelli]] 09:17, 26 Oct 2007 (EDT)&lt;br /&gt;
* Feature Request: Especially when using freemind on a beamer I would like to have a fullscreen mode ie without window decorations etc. Just the canvas, even without menu bar or status bar. -- [[User:barney|barney]] 13:52, 29 Oct 2007 (MEZ)&lt;br /&gt;
** I would love to see that too. Think about using it in a classroom for a brainstorming on the  beamer. --[[User:Christofb|Christofb]] 12:27, 30 Oct 2007 (PDT)&lt;br /&gt;
** Agree, for uncluttering and focusing on one task. -- [[User:Vibrog|Vibrog]] 10:43, 17 Nov 2008 (UTC)&lt;br /&gt;
** Agree with you at all! I would like to use freemind for presentation on technical presentation. --[[User:Dinny|dinny]]&lt;br /&gt;
* Feedback: In Beta 13 (the one before 14), I could remove the note area from the view and use ctrl-&amp;lt; to activate the note area, make it visible again, and type ahead. This still works in Beta 14. When done, I could use ctrl-&amp;lt; again to focus the mind map node again and the note area vanishes again. In Beta 14 the note area stays visible and I need to ctrl-&amp;lt;, ctrl-&amp;gt; to move out and hide the area. The behaviour in Beta 13 was much easier to work with. -- [[User:barney|barney]] 13:52, 29 Oct 2007 (MEZ)&lt;br /&gt;
* Feature request: IMO it would be very useful to be able to add some metadata to a freemind map as a whole like titel, description, author, keywords --lpdubel 02:06, 14 Nov 2007 (PST)&lt;br /&gt;
&lt;br /&gt;
* Feature request: I would like very much to have a better method for transclusion. Compendium allows reuse of nodes across multiple views (whether maps or lists) and automatically handles updates from any instance to all appearances across a range of maps. Compendium even places a subscript counting the number of transclusions for a node! Can one hack this up through per node addressing in FreeMind? Would that handle automatic updates? I suspect a database back-end for nodes makes more sense. I want to construct constructing Maps through addition across a collection of nodes (again, like Compendium) instead of filtering maps by subtraction across a single map&#039;s nodes. As a first approximation to this, I&#039;d like to save Filters independently of maps. --[[User:Jay Dugger|Jay_Dugger]], 2217 Sunday, 2 December 2007&lt;br /&gt;
&lt;br /&gt;
*Feature request: Ship it! (sorry, but it would be nice to have a released version that works with the lattest java version), and well, it&#039;s been 2 and a half years... [[User:Tomh|Tomh]] 05:09, 10 Jan 2008 (PST)&lt;br /&gt;
&lt;br /&gt;
*Feature request: I really miss a strike-through along bold and italic, with a keyboard shortcut. Cheers.&lt;br /&gt;
&lt;br /&gt;
* Feature request: Nothing big, I just wanted to ask weather its possible to bind the structure to too points again (left right) from the rootnode like it was it 0.8 and that change this when you want. Because its much esear to start a structured mindmap using only the keys... Also I liked to have two sides to divide the thoughts when speaking about pro and contra. It Would be Great if it was possible to ad this as an Option to the root-point. (Inculding the move navigation with strg that could move one node all around the root) Thank you! --[[User:X-Site|X-Site]] 16:29, 9 Mar 2008 (PDT)&lt;br /&gt;
&lt;br /&gt;
* Feature lost? In 8.0 version when you copy nodes and paste in MSWord you immediately create a &amp;quot;structure&amp;quot;, that is a hyerarchic level: very useful if you want to adjust titles or paragraphs in preliminary notes, or import them in Power Point slides etc. I&#039;m a teacher and use Freemind with students for brainstorming, organize ideas and create texts or presentations from preliminary notes. Now in 9.0 version this feature seems to be lost. Why? Do tou know any solution? Many thanks for your work.--[[User:Luciodp|Luciodp]] 05:24, 7 May 2008 (PDT)&lt;br /&gt;
&lt;br /&gt;
* Try Tools-&amp;gt;Split Node --[[User:Phil31753|Phil31753]] 10:05, 9 Apr 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
*Feature request: I would like to be able to apply a cloud to a parent node but not necessarily its children; or maybe to only some selected children... similar to how a network or gateway is depicted in a flowchart. [[User:foxcole|foxcole]] 13 May 2008  UPDATE: Perhaps a more accurate request is to be able to choose from a limited set basic shapes to apply to a node or set of siblings but not children.&lt;br /&gt;
&lt;br /&gt;
* When I export my map to a text based format (i. e. HTML), FM starts with the right side and then continues the left side. For me it is not intuitive I start my maps on the left side - as I would read a newspaper or magazine. I guess it is not difficult to allow the user to choose if FM should start with the left or the right side. --[[User:Terkor|Terkor]] 16:28, 13 May 2008 (PDT)&lt;br /&gt;
&lt;br /&gt;
* Feedback:  Thanks for all your hard work, absolutely amazing product. --[[User:RazielJaTier|RazielJaTier]] 15:23, 20 May 2008 (PDT)&lt;br /&gt;
&lt;br /&gt;
* Changed Functionality:  In 0.8 I could hover over a node to select it, hold down ctrl, which would effectively prevent other nodes from being selected. Then move my mouse all the way across the map (again without worry about another node being selected), then click on an icon *with the ctrl key held down*.  The icon would be assigned.  In 0.9 you have to release ctrl before you click the icon, otherwise it will simply ignore it.  This is a simple little detail, and I&#039;m sure I&#039;ll get used to it, but if it&#039;s not difficult, and you don&#039;t have other plans for ctrl clicking icons, I&#039;d love the 0.8 behavior back. --[[User:RazielJaTier|RazielJaTier]] 15:23, 20 May 2008 (PDT)&lt;br /&gt;
&lt;br /&gt;
* Suggestion:  Create localized version of linked data.  When you use alt+L to create a link to another part of the map, it would be nice if you had an option to actually create &amp;quot;ghost&amp;quot; versions of that data instead of having to click in the link.  If you edited the ghost version, or the original, they would stay in sync. --[[User:RazielJaTier|RazielJaTier]] 15:23, 20 May 2008 (PDT)&lt;br /&gt;
&lt;br /&gt;
* Suggestion:  It would be neat to be able to with single click generate the framework of a thinking tool.  When I say thinking tool I am thinking mostly of the thinking tools created by Edward de Bono such as his Six Hats, CoRT and many others.  See http://www.edwdebono.com/ and http://www.edwarddebono.com/ for more info.  An example would be right clinking on &amp;quot;Six Hats&amp;quot; and from your current node it would create six child nodes: White Hat, Red Hat, Yellow Hat, Black Hat, Green Hat and Blue Hat.  For each of these child nodes an empty blank node would be created as well.  Lastly your cursor would move to the blank node under White Hat and then you can start typing.  Such functionality might be created with Groovy script but most would not want the difficulty of programming Groovy script.  It is also possible to cut and paste a section of a mind map but that is more cumbersome than a single click.  --[[User:Mars729|Mars729]] 17:59, 31 May 2008 (EDT)&lt;br /&gt;
** A library of templates would be a great contribution.  --[[User:Anton|Anton]] 17:52, 20 Jul 2008 (PDT)&lt;br /&gt;
&lt;br /&gt;
* Suggestion:  When working with images it would be nice to be able to paste or drop an image to a node. --[[User:trinxie|trinxie]]&lt;br /&gt;
&lt;br /&gt;
* Suggestion:  When adding an image link, if it is a file, should it be possible to store the relative path? Would be great if the whole model is distributed to someone else. Maybe this possibility already exists.  --[[User:trinxie|trinxie]]&lt;br /&gt;
&lt;br /&gt;
* If I install Freemind using aptitude in Ubuntu 8.10, I have the /usr/share/pixmaps/FreeMindWindowIcon.xpm to use in my panel, but as the available version in Ubuntu is 0.7.1 and I have some MMs created with later versions, I decided to try the 0.9 RC1, and downloaded it (freemind-bin-max-0.9.0_RC_1.zip). For my surprise, there is no icon to use in this zip. Please include one, or maybe more than one (see http://www.menyhart.net/blog/software/freemind-icon/). --[[User:Itamar|Itamar]] 12:33, 9 Feb 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;&#039;&#039;Observation:&#039;&#039;&#039;&#039;&#039; Many of these suggestions and feature requests are or are similar to ones that exist in [http://www.mindjet.com/ Mindjet&#039;s] MindMap.  It used to be that this leader had a great advantage in that it supported scripts.  Now that FreeMind has Groovy it is catching up.  All we need is the library of neat applications that use the scripting language&#039;&#039;!&#039;&#039;  I was a keen user of MM2002 and looked forward to MM-X5 and its shift to XML, but the real shift was for the benefit of people ho were programmers, not the baseline users.  Unless you were a EmbeddedVisualBasic programmer the change was a setback.  The library of  HTML export templates was lost - Mindjet&#039;s response was &amp;quot;its all XML so you can write your own XSLT.  Well some of us can&#039;t or don&#039;t have the time.  The other killer for me was that Mindjet tied in too closely with Microsoft Office.  It couldn&#039;t export to anything else.   So in reality one had to spend hundred of dollars more for each upgrade of MindMap since it always needed the latest version of Office.  &#039;&#039;However&#039;&#039; I would recommend looking at Mindjet&#039;s MindMap and if you are a Windows users trying the 30-day evaluation to get a feel for what is possible in both capabilities and interface.   --[[User:Anton|Anton]] 17:52, 20 Jul 2008 (PDT)&lt;br /&gt;
&lt;br /&gt;
* When you enter note-data for quite a number of nodes the map is so full with the note-icon. I would appreciate an option in the preferences as for the attribute icon, that disables showing an icon. (Tools&amp;gt;Preferences&amp;gt;Appearance&amp;gt;Show icon for attributes) --[[User:Kai|Kai]] 21:59, 20 Mar 2009 (CET)&lt;br /&gt;
&lt;br /&gt;
* Feature request: automatically calculating the print zoom factor according to a user-defined number of mosaiced printed pages. E.g., user should be able to specify he wants the map printed on N x M pages (M pages across and N pages high) and the print zoom factor should be calculated automatically. That would reduce the need to compute the best print zoom factor by trial-and-error. --[[User:Arg0|arg0]] 09:29, 24 Apr 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
* Feature request: settings for customising arrow links (e.g., ability to specify that links start from the root part of a node rather than from the leaf part). Moreover, it can be really tricky to rearrange the shape of an arrow link, especially short ones, since all parameters (starting point, tangency) are changed simultaneously when dragging a link point. Fine editing should be implemented. --[[User:Arg0|arg0]] 09:29, 24 Apr 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
* GENERAL OPEN SOURCE FEEDBACK LOOPS WITH FREEMIND, would it not be helpful if feedback loops were integrated into the beta versions, so that one can write requests for enhancements as one is using Freemind or other open source proejcts. For example, for each function there could be a questionnaire and comment box next to it. This info could then be uploaded to a wiki. It may help organize the locations of info and spur more user involvement in the feedback process. Could it also be possible that the uses of the porgramme are logged and statistically analyzed by the developers?&lt;/div&gt;</summary>
		<author><name>MikeS</name></author>
	</entry>
	<entry>
		<id>https://freemind.sourceforge.io/wiki/index.php?title=FreeMind_0.9.0:_The_New_Features&amp;diff=7938</id>
		<title>FreeMind 0.9.0: The New Features</title>
		<link rel="alternate" type="text/html" href="https://freemind.sourceforge.io/wiki/index.php?title=FreeMind_0.9.0:_The_New_Features&amp;diff=7938"/>
		<updated>2009-06-19T12:06:30Z</updated>

		<summary type="html">&lt;p&gt;MikeS: /* User Feedback */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;A great release is to come. We have many exciting new features: WYSIWYG-Editing for nodes and notes, scripting, filter, attributes and many more. &lt;br /&gt;
 &lt;br /&gt;
But all these new features still need a lot of testing and documentation. To start this, please have a look at the newest version [http://sourceforge.net/project/showfiles.php?group_id=7118&amp;amp;package_id=188772 here] and [http://sourceforge.net/forum/forum.php?thread_id=1592095&amp;amp;forum_id=22101 tell us your opinions].&lt;br /&gt;
&lt;br /&gt;
Use this wiki page for documenting the new features.&lt;br /&gt;
&lt;br /&gt;
But: Don&#039;t use this version for productive maps. It is not stable enough!&lt;br /&gt;
* Further warning: If you create a map with Attributes, it will open as a &amp;quot;New Map&amp;quot; with no data in version 0.8. Your data is not lost, just not readable by 0.8.&lt;br /&gt;
* You can try to convert the 0.9.0 - saved map back to 0.8.0 by following steps&lt;br /&gt;
&lt;br /&gt;
# Make the backup copy of the map &lt;br /&gt;
# Open it with the 0.9.0 again&lt;br /&gt;
# Select all nodes &lt;br /&gt;
# Format-&amp;gt; use plain text &lt;br /&gt;
# Save&lt;br /&gt;
# Open the mind map file in text editor &lt;br /&gt;
# Remove all lines starting with &amp;lt;attribute_registry&amp;gt; and ending with &amp;lt;attribute_registry/&amp;gt; &lt;br /&gt;
# Save the file and try to open it in 0.8.0 &lt;br /&gt;
 &lt;br /&gt;
If it does not help you should use the 0.9.0. &lt;br /&gt;
&lt;br /&gt;
= Attributes =&lt;br /&gt;
&#039;&#039;FIXME: An introduction should be given here explaining what attributes are and what they are good for. Why should the user learn how to fiddle around with attributes if he does not know what they are?&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Attributes provide different perspectives for ordering/viewing your MindMap. Attributes are tuple name/value pairs that are globally available i.e. can be tagged to any node and assigned specific values.  For example, you can create shopping lists, add notional weightings, performance metrics, etc.  The real power of attribute comes from writing Groovy scripts that can operate on attribute value or change the behavior of a node.  For example,  you can summarize the info contained within several nodes for a total cost.  Attributes are complemented by Filters.&lt;br /&gt;
&lt;br /&gt;
Real world example:  I use Attributes and Filters after taking staff meeting notes.  Immediately after a meeting, I assign attributes to nodes as applicable:  Attribute 1 is &amp;quot;Name&amp;quot;, values are the names of my staff;  Attribute 2 is &amp;quot;Priority&amp;quot;, values are numbers 1-5.  The &amp;quot;Assign Attributes...&amp;quot; dialogue allows me to select all comments from a certain staff member and then assign their name to those nodes at once.  If there is an action required, I might assign a priority.  Filters allow me to quickly see only nodes from a certain staff member, or specific priority levels, or any combination.  --[[User:Dnbarg|Dnbarg]] 20:21, 22 Oct 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
== Quick Attribute creation ==&lt;br /&gt;
* Select node.&lt;br /&gt;
* Edit Attribute: Alt-F9 or, Rt-click&amp;gt;Edit attributes.&lt;br /&gt;
* Type in an Attribute name.&lt;br /&gt;
* Then add a value if desired.&lt;br /&gt;
* Edit with the Attribute Manager later if necessary.&lt;br /&gt;
== Using Attribute Manager ==&lt;br /&gt;
* Open the attribute manager with attribute icon on toolbar or, Tools&amp;gt;Attribute Manager.&lt;br /&gt;
----&lt;br /&gt;
&lt;br /&gt;
=== Working with Attributes ===&lt;br /&gt;
*     Click the &amp;quot;Edit&amp;quot; button in the &amp;quot;All Attributes&amp;quot; row&lt;br /&gt;
*     Select attribute names from existing names to Rename/Delete in popup dialog&lt;br /&gt;
*     Enter new attribute name to Add in popup dialog&lt;br /&gt;
*     Press &amp;quot;Close&amp;quot; to close the dialog after all changes are done&lt;br /&gt;
&lt;br /&gt;
==== Create Attribute ====&lt;br /&gt;
*     Type in your Attribute name, then press add&lt;br /&gt;
*     Repeat to add multiple attributes&lt;br /&gt;
==== Create Attribute values==== &lt;br /&gt;
*         type the value, then press &amp;quot;Add&amp;quot;&lt;br /&gt;
*         It&#039;s a good idea to add a blank value to the list. It helps when assigning attributes later&lt;br /&gt;
Every Attribute can have multiple values&lt;br /&gt;
*         eg. I use an Attribute called &amp;quot;Staff&amp;quot; and the values are the staff person&#039;s name&lt;br /&gt;
*         eg. I use an Attribute called &amp;quot;Priority&amp;quot; and the values are #&#039;s 1 to 5&lt;br /&gt;
&lt;br /&gt;
==== Delete Attribute ====&lt;br /&gt;
* Select the menu option Tools/Attribute Manager, to open the panel Attribute Manager. &lt;br /&gt;
* In the line &amp;quot;All Attributes&amp;quot; of this panel, click on the icon in the last column (Edit). This opens a new panel &amp;quot;All Attributes&amp;quot;.&lt;br /&gt;
* In this panel, select the attribute name, then press &amp;quot;Delete&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
==== Delete Attribute values ==== &lt;br /&gt;
*     Select the value, then press &amp;quot;Delete&amp;quot;&lt;br /&gt;
*     All attributes with the deleted value are removed from the whole map&lt;br /&gt;
&lt;br /&gt;
    All attributes with the deleted name and/or value are removed from the whole map&lt;br /&gt;
&lt;br /&gt;
==== Rename Attribute ==== &lt;br /&gt;
*     Select the attribute name to be renamed, type the new name, then press &amp;quot;Rename&amp;quot;&lt;br /&gt;
*     All attributes with the renamed value are adjusted&lt;br /&gt;
&lt;br /&gt;
==== Rename Attribute values ==== &lt;br /&gt;
*     Select the value to be renamed, type the new value, then press &amp;quot;Rename&amp;quot;&lt;br /&gt;
*     All attributes with the renamed value are adjusted&lt;br /&gt;
&lt;br /&gt;
=== Working with Attribute values (in Attribute Mgr) ===&lt;br /&gt;
*     After adding Attributes, you should see them listed under the &amp;quot;Attributes&amp;quot; column heading&lt;br /&gt;
*     Click on the &amp;quot;Edit&amp;quot; button in the row of your new Attribute and add the values&lt;br /&gt;
*     Edit attribute values in popup dialog&lt;br /&gt;
*     Press &amp;quot;Close&amp;quot; to close the dialog after all changes are done&lt;br /&gt;
&lt;br /&gt;
== Assign Attributes to nodes ==&lt;br /&gt;
assigning only a few nodes&lt;br /&gt;
*     Choose the node, press Alt-F9 or, Rt-Click the node and choose &amp;quot;Edit Attributes&amp;quot;&lt;br /&gt;
*     To add more attribute per node, use TAB key (if View&amp;gt;Attributes&amp;gt;Show all attributes is selected), or use the following.&lt;br /&gt;
*     got to:  Tools&amp;gt;&amp;quot;Assign attributes...&amp;quot;&lt;br /&gt;
*     choose &amp;quot;Selected Nodes&amp;quot; or &amp;quot;Visible Nodes&amp;quot;&lt;br /&gt;
*     from the drop down list, choose the Attribute you want to assign. (Here it helps when there&#039;s a blank value. You can assign an Attribute to all nodes needing it, and then set the value later, on a node by node basis)&lt;br /&gt;
*     press the &amp;quot;Add&amp;quot; button to assign the Attribute to the node/s&lt;br /&gt;
*     add more than one attribute to a node if necessary&lt;br /&gt;
*     delete attributes from multiple nodes with this dialog&lt;br /&gt;
&lt;br /&gt;
== Viewing/Hiding Attributes ==&lt;br /&gt;
to see an icon on nodes with attributes&lt;br /&gt;
*     Tools&amp;gt;Preferences&amp;gt;Appearance&amp;gt;Show icon for attributes&lt;br /&gt;
show all attributes&lt;br /&gt;
*     Alt-s or, View&amp;gt;Attributes&amp;gt;Show all attributes&lt;br /&gt;
show no attributes&lt;br /&gt;
*     Alt-h or, View&amp;gt;Attributes&amp;gt;Show no attributes&lt;br /&gt;
show selected attributes&lt;br /&gt;
*     in the Attribute Manager, select desired Attributes in the &amp;quot;Selected Visible&amp;quot; column&lt;br /&gt;
*     then, View&amp;gt;Attributes&amp;gt;Show selected Attributes&lt;br /&gt;
optimize the width of the Attribute/value table&lt;br /&gt;
*     Rt-click on the Attribute and choose optimal width&lt;br /&gt;
&lt;br /&gt;
== User feedback ==&lt;br /&gt;
=== Bugs concerning attributes ===&lt;br /&gt;
* Better sorting of the options: Add Attribute &amp;gt; Delete this Attribute &amp;gt; Delete all Attributes. Numerous times I accidentally clicked on the middle button which is now (beta20) &amp;quot;Alle Werte löschen&amp;quot; when I intended to only &amp;quot;Diesen Wert löschen&amp;quot;, because it is on the same line where I specify the criteria, which attribute value pair I try to delete [[User:JR|JR]] 13:16, 8 Oct 2008 (UTC)&lt;br /&gt;
*     The key bindings alt-s and alt-h do not work as expected for showing or hiding attributes.--[[User:Yubrshen|yushen]] 02:23, 25 Nov 2006 (PST)&lt;br /&gt;
* When Attributes are visible, scrolling with mouse wheel stops when cursor is over the attribute of a node. --[[User:Terkor|Terkor]] 20:11, 27 Aug 2007 (PDT)&lt;br /&gt;
* If I set attributes, I can&#039;t export the map in PDF. It&#039;s ok in flash, png, xhtml, jpeg. Beta 17 on Ubuntu 8.04 - Sun Java -- freemind@smci.ch 2008-05-23&lt;br /&gt;
* If I add a blank character such as space after an attribute name, it is not considered as the same attribute (no trim) --[[User:Patco|Patco]] 19:27, 19 Jun 2008 (PDT)&lt;br /&gt;
* If you create attributes for the first time, but not assign them to a node, they won&#039;t be saved in your document --[[User:kvantomme|kvantomme]] 17:15, 3 Dec 2008 (GMT+1)&lt;br /&gt;
* Selecting an attribute with the arrow keys (from the dropdown) and then pressing tab makes the attributes box disappear.--[[User:Kartunes|kar]] 18:19, 12 Mar 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
=== Bugs or features? (questions about attributes to the developers) ===&lt;br /&gt;
&lt;br /&gt;
* The context menu key on the keyboard doesn&#039;t open the context-menu. --[[User:Jan|Jan]] 01:07, 4 Jul 2008 (PDT)&lt;br /&gt;
&lt;br /&gt;
* When changing the font-size of a node by keyboard-shortcut (ctrl+&amp;quot;+&amp;quot; / crtl+&amp;quot;-&amp;quot;) the fontsize-combobox of the toolbar isn&#039;t refreshing. --[[User:Jan|Jan]] 01:00, 4 Jul 2008 (PDT)&lt;br /&gt;
 &lt;br /&gt;
* When adding an attribute to a node which already has the attribute, the attribute will be shown as many times as added. However, when deleting the attribute from node, all instances of the attribute would be deleted.--[[User:Yubrshen|yushen]] 02:23, 25 Nov 2006 (PST) &lt;br /&gt;
:* In version 0.9.0b13, the bug is corrected (i.e. deleting one attribute does not delete all other attributes with the same name). So, the possibility to have several attributes with the same name but different values ought probably to be considered as a feature, not a bug ? For example the attribute &amp;quot;child&amp;quot; could have the values &amp;quot;Peter&amp;quot; and &amp;quot;Mary&amp;quot; attached to a given node &amp;quot;Paul and Jane&amp;quot; to include in the map the information that  Paul and Jane have at least 2 children named Peter and Mary (if I understood correctly the notion and usefulness of attributes)? --[[User:Miclav|Miclav]] 01:56, 9 Sep 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
* It is not possible to delete an attribute from the List of attributes. If one is created, it lives forever .... It seems that using tool/assign attribute by selecting the attribute in question, and select delete all values, it&#039;s possible to remove an attribute of a node. --[[User:Yubrshen|yushen]] 21:19, 15 Jan 2007 (PST)&lt;br /&gt;
&lt;br /&gt;
:* You can remove or even rename some attributes and attribute values from the map using the attribute manager. Use Tools-&amp;gt;Attribute Manager-&amp;gt;All Attributes-&amp;gt;[edit]-&amp;gt;[click on attribute]-&amp;gt;[Delete] --[[User:DimitriPolivaev|DimitriPolivaev]] 05:12, 9 Sep 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
* It is not intuitive to go to Tools-&amp;gt;Assign Attributes to set attributes on several nodes.  I expected to be able to select several nodes (or all) and use Edit-&amp;gt;Attributes.  It didn&#039;t occur to me to look on the Tools menu for Editing. -- [[User:JimK|JimK]]&lt;br /&gt;
* The workflow in the Assign Attributes dialog is backwards: actions should be from left to right, top to bottom. I suggest moving the buttons to the right side. It&#039;s also strange why Add &amp;amp; Delete have one section and Replace has another. From user viewpoint they&#039;re all the same.  Just need one name/value input box? -- [[User:JimK|JimK]]&lt;br /&gt;
* The title of the Assign Attributes dialog box has an extra character in &amp;quot;Assign&amp;quot; that should be removed. -- [[User:JimK|JimK]]&lt;br /&gt;
* Attributes are a great idea, but the whole dialog thing is very slow to work with.  And it sucks to have a dialog over your workspace.  I suggest making attributes work pretty much like a dynamic list of icons in terms of user interface:&lt;br /&gt;
** Make a toolbar dedicated to adding attribute values to nodes.  Put the toolbar on the right side of the screen, make a button for every value, so that it can be assigned with one click.&lt;br /&gt;
*** This is so that, rather than choosing &amp;quot;apply to selected&amp;quot; or &amp;quot;apply to visible&amp;quot;, you can use the standard built in selecting mechanisms, and apply attributes the same way that you apply icons.&lt;br /&gt;
**** You also have the added bonus of standardizing the interface somewhat.&lt;br /&gt;
** Put a selector box, or in the case of a low number of attribute value pairs, section them off, so you never need more than one or two clicks to assign an attribute.&lt;br /&gt;
** Have an empty box in the toolbar for new attribute or value definitions.&lt;br /&gt;
** Remove the attribute assignment dialog.  &lt;br /&gt;
** Here&#039;s a visual sample.  I found it was easier just to illustrate it:  [[Media:FreeMindAttributeToolbar.png]] --[[User:RazielJaTier|RazielJaTier]] 22:50, 20 May 2008 (PDT)&lt;br /&gt;
* There is a bug in the browser applet of 0.9.0-Beta19 related to notes attached on nodes: if you switch between nodes the text of the note in the bottom window don&#039;t get updated, unless you select a node without a note and go back to one with a note. I guess the method onSelectHook(NodeView pNode) in NodeNoteViewer.java isn&#039;t called when switch between nodes with notes. --[[User:Jens|Jens]] 14:20, 11 Aug 2008 (PDT)&lt;br /&gt;
&lt;br /&gt;
=== Wishes concerning attributes ===&lt;br /&gt;
* I love the attribute &amp;amp; filter feature &amp;amp; see great potential ahead.  Being able to name &amp;amp; save searches would also be extremely useful.--[[User:Felipe|Felipe]] 07:34, 26 Apr 2007 (PDT)&lt;br /&gt;
*     Really wish for a feature to only selectively show the attribute of the node in focus. The current options of &amp;quot;show all attributes&amp;quot;, &amp;quot;show the selected attributes&amp;quot; all apply to all the nodes visible. With all nodes showing attributes, it occupy too much space. I wish that it only shows all the attributes for the current node being selected, i.e. in focus. This would be often enough for normal use.--[[User:Yubrshen|yushen]] 20:36, 1 Dec 2006 (PST)&lt;br /&gt;
* Default attributes of new node: I need to add some attributes to all new nodes. Therefore, I wish that there is mechanism to automatically stuff some default attributes to all the new nodes created after the functionality is enabled. This function may be configured to enable/disable. --[[User:Yubrshen|yushen]] 21:19, 15 Jan 2007 (PST)&lt;br /&gt;
* Or there is functionality to add a group of selected attributes to a group of selected nodes through one operation. --[[User:Yubrshen|yushen]] 21:19, 15 Jan 2007 (PST)&lt;br /&gt;
&lt;br /&gt;
*You explained how to create attribute etc... but after spending &amp;quot;only&amp;quot; 30 minutes on it, what is the real interest in practice of such feature ? What is the use of attributes ? not clear what it can  be used for ....--[[User:Djerr|Djerr]] 17:49, 20 Jan 2007&lt;br /&gt;
&lt;br /&gt;
*Roll-up: It&#039;d be really nice (and quite natural) to be able to roll-up (summarize or otherwise) the values of certain attributes (eg. money, time, resource requirements, etc) from children to parent nodes. --[[User:azimmer|azimmer]] 16:58, 14 Feb 2007&lt;br /&gt;
&lt;br /&gt;
* See also the [[Talk:FreeMind_0.9.0:_The_New_Features|discussion page]]&lt;br /&gt;
&lt;br /&gt;
* Adding &amp;quot;Attribute&amp;quot; is a great idea (for me ;-) !). There&#039;s a long time that I&#039;m thinking of using freemind in an Artificial Intelligence way. Using Attribute, simultaneously with groovy, may help me for creating rules. Thanks ! --[[User:PLANTING|PLANTING]] 12 Aug 2007&lt;br /&gt;
* A way to copy and paste all the attributes assigned to a node or one of these attributes would be nice. Perhaps a &amp;quot;Copy Attribute&amp;quot; and &amp;quot;Copy All Attributes&amp;quot; in popup menu when you right-click on the attributes of a node. --[[User:Terkor|Terkor]] 10:06, 30 Aug 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
* A way to assign different types of data to attributes: AKA Boolean, Integer, Date, Text, etc.&lt;br /&gt;
*Refactor/sort nodes by attribute: Dunno if anybody knows the dashboard plugin for mindmanager, but this idea is similar (except better cause it uses custom attributes). basically, any given attribute/group of attributes would be a parent node.  And the values of the attribute would be the children.  The nodes with those values would branch off from that. Would allow for awesome fluid mindmaps that could show all sorts of relationships between nodes without ruining the linear structure of the map, allowing for scheduling, budgeting, etc.  I&#039;m creating some example mindmaps which show how this feature would be incredibly usefull for something like scheduling.&lt;br /&gt;
* Sorting function would be great, but I propose it on the node (alphabetical). Having it on the attribute means for me having to update individually each node&#039;s attribute, which would take more time than sorting them by hand. I imagine a function sorting alphabetically all subnodes 1st level of the selected node. Franck --[[User:Fb5|Fb5]] 03:55, 6 Dec 2007 (PST)&lt;br /&gt;
** I&#039;d agree with &#039;sort nodes by attribute&#039; above. I&#039;m a mindmanager user and being able to easily and interactively prioritise tasks on a node is very useful.  In mm I just use the pre-defined priority icons, and sort accordingly.  This is useful, but freemind with multi-attributes could offer  more powerful sorts.&lt;br /&gt;
&lt;br /&gt;
* A way to add new attributes using just the keyboard.  I use keyboard shortcuts quite often with FreeMind and not having the ability to quickly add/change/delete attributes with the keyboard makes them much less useful.  --[[User:Verifex|Verifex]] 15:57, 8 Dec 2007 (PST)&lt;br /&gt;
** What about Alt+F9 for selecting the attribute table and F2 for editing, TAB for adding? [[User:DimitriPolivaev|DimitriPolivaev]]&lt;br /&gt;
* Some attributes should be single-valued. Right now they all seem to be multi-valued.  For example, I want only want attribute named Priority per node. -- [[User:JimK|JimK]]&lt;br /&gt;
* Hopefully you&#039;re going to add Help to dialog boxes? When I&#039;m in Attribute Manager I don&#039;t understand all the choices. I should be able to view help about them from within the app rather than going to a Website/wiki. -- [[User:JimK|JimK]]&lt;br /&gt;
* Clicking on the &amp;quot;Icon for Attributes&amp;quot; could show/hide the attributes.&lt;br /&gt;
* Ability to have &amp;quot;Optimal Width&amp;quot; applied on all nodes by default.&lt;br /&gt;
** Seconded. A preference for the default width would help as well. --[[User:Icekiss|Icekiss]] 08:08, 19 Apr 2008 (PDT)&lt;br /&gt;
* It would be great to have the possibillity to group attributes and give these groups names. These names may be treated as node types. One may assign a node type to a node meaning the node gets automatically all the attributes of this type. With this it would be possible to define for instance a node type like &#039;&#039;activity&#039;&#039; with attribute like &#039;&#039;who&#039;&#039;, &#039;&#039;start date&#039;&#039;, &#039;&#039;percent complete&#039;&#039; and so on. An easy way to assign node types to nodes, for instance something like &#039;&#039;default type for new nodes depending on parent node&#039;&#039; would be the cherry on top.&lt;br /&gt;
* I&#039;ve been using beta 15 seriously for a project.  Filtering is wonderful, and what I really need is sub-node sorting by attribute and/or icon priority. (Please!) - johnn&lt;br /&gt;
&lt;br /&gt;
* Don&#039;t know if it should be here or not. But actually, it would be nice if we could apply the same kind of filter to the icons:&lt;br /&gt;
** it would be faster &lt;br /&gt;
** it would be simpler, as some kind of default attribute+values&lt;br /&gt;
** it allows also multiple values (i can have multiple icons for one same branch)&lt;br /&gt;
* This would probably require to expand the list of icons to have more of the different types of notions that can be represented in a tool as FreeMind:&lt;br /&gt;
** relative to decision making: delay (e.g. hourglass), optionality, assumption/hypothesis, problem/inconsistency (e.g. lighting), advantage (&amp;quot;thumb up&amp;quot;, &amp;quot;+/-&amp;quot;), inconvenient (&amp;quot;thumb down&amp;quot;,&amp;quot;+/-&amp;quot;),cause, consequence, risk,&lt;br /&gt;
** relative to life in general: user (people), group, time (clock), time interval, machine, etc.--[[User:Patco|Patco]] 19:48, 19 Jun 2008 (PDT)&lt;br /&gt;
* Keyboard assigning of attributes is a bit clumsy.  Ideally, instead of using the arrow keys to select, the appropriate attribute would be suggested just by typing its first few letters.  Then tab could be pressed to select and go to the next attribute.--[[User:Kartunes|kar]] 17:45, 12 Mar 2009 (UTC)&lt;br /&gt;
* the attribute icon has not the same meaning than the others. For example, with an ordered list (with icons &amp;quot;1&amp;quot;, &amp;quot;2&amp;quot;, &amp;quot;3&amp;quot; ...), having a node with attributes will disorganize the position of the icons! -- [[User:Patco|Patco]]&lt;br /&gt;
&lt;br /&gt;
= Filter =&lt;br /&gt;
== Create filters to view and print the data more effectively ==&lt;br /&gt;
Clicking on the little funnel to the left of the zoom size toggles on and off the Filter Toolbar.&lt;br /&gt;
By default (i.e. in absence of any personal filter defined, see below) the values that can be selected in the List box of the Filter Toolbar are:&lt;br /&gt;
*    No Filtering&lt;br /&gt;
*    Currently Selected Nodes&lt;br /&gt;
To create a filter for one Attribute:&lt;br /&gt;
* to the right of the filter status, click &amp;quot;Edit&amp;quot;&lt;br /&gt;
* in the drop down menu at the top left, select your attribute&lt;br /&gt;
* the expression drop changes to &amp;quot;Exists&amp;quot;&lt;br /&gt;
* press &amp;quot;Add&amp;quot;, then &amp;quot;OK&amp;quot; at the bottom&lt;br /&gt;
* all nodes with the selected Attribute will be shown, and the branches that don&#039;t contain these nodes will be hidden.&lt;br /&gt;
* To display, on the contrary, all branches that do not contain nodes with the given attribute, click on Edit, then, in panel Filter Composer, click on buttons &amp;quot;Not&amp;quot; then &amp;quot;Apply&amp;quot;. This adds, in the List box of the Filter Toolbar, the two additional filters &amp;quot;attribute_XXX Exists&amp;quot; and &amp;quot;Not attribute_XXX Exists&amp;quot; (where attribute_XXX stands for the current attribute).&lt;br /&gt;
&lt;br /&gt;
To create a filter for an Attribute and one of its values:&lt;br /&gt;
* after step two above select the second drop down where &amp;quot;exists&amp;quot; is showing&lt;br /&gt;
* choose &amp;quot;Is equal to&amp;quot;. Your values should now be available in the third drop down&lt;br /&gt;
* press &amp;quot;Add&amp;quot;, then OK&lt;br /&gt;
&lt;br /&gt;
== use multiple filters at once ==&lt;br /&gt;
create two filter sets by the method above&lt;br /&gt;
select the filter sets you want&lt;br /&gt;
*     Shift-click for multiple, continuous sets&lt;br /&gt;
*     Ctrl-click for non-contiguous selection&lt;br /&gt;
press the &amp;quot;and&amp;quot; button on the right =&amp;gt; a new set is created which combines your selected sets&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;User feedback&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Another feature which can be useful: name for the filter. If you combine simple filters, it can be difficult to read what is it doing:&lt;br /&gt;
For example:&lt;br /&gt;
(Responsable is equal to Erwan and Type is equal to &amp;quot;draw&amp;quot;) can be renamed as &amp;quot;Erwan Drawing&amp;quot;, and could be more simple to manage.&lt;br /&gt;
&lt;br /&gt;
Another thing: It could be useful to see/mask attributes when clicking on the attribute icon.&lt;br /&gt;
&lt;br /&gt;
== filter on an icon ==&lt;br /&gt;
* add an icon to a node by highlighting the node, click on the icon on the left or Rt-click&amp;gt;Icons&lt;br /&gt;
* in the filtering &amp;quot;edit&amp;quot; dialog, choose &amp;quot;Icon&amp;quot; in the drop-down list at the top left, the second drop-down grays out, and the third contains the list of currently used icons&lt;br /&gt;
* click &amp;quot;Add&amp;quot;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;User Feedback&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;This is a great feature!&#039;&#039;&#039;  Honestly, I think in a lot of ways, filtering by icons is a lot more intuitive than filtering by attributes.  While the attributes give you a great deal of flexibility, they muck up the display at bit, and they&#039;re a lot more keystrokes to add.  I really can&#039;t think of any examples of an attribute that I wouldn&#039;t rather just create an icon for.  The icon is a much more succinct way of displaying an attribute about a node and it can be done inline.&lt;br /&gt;
** Having said that, I would like to see a little more love put into icons.  I already customized my icon library (Thank you!), but it becomes unwieldy when there are more than a small handful of additional items.  You can&#039;t replace the original icons either.&lt;br /&gt;
* I think it would be a good idea to filter icon clock and only those icons with active warning time scheduler&lt;br /&gt;
&lt;br /&gt;
== Persistent Map Filters ==&lt;br /&gt;
In Beta 13 persistent filters are added.&lt;br /&gt;
And filters can now be saved. --[[User:Terkor|Terkor]] 18:02, 2 Sep 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== user feedback ==&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* For using semantic strings in addition to numeric and logical ones it would be useful a) to have filters for &amp;quot;contains&amp;quot; (for substrings of text) as in normal content – like &amp;quot;contain&amp;quot; finds attributes with the values &amp;quot;container&amp;quot;, &amp;quot;contains&amp;quot;, &amp;quot;containment&amp;quot;, etc. b) be able to search a string-value across different attributes&lt;br /&gt;
&lt;br /&gt;
* Filtering is great to compact maps for printing, but no usable PDF was created from a filtered map (beta 17) --[[User:JR|JR]] 04:48, 23 May 2008 (PDT) &lt;br /&gt;
&lt;br /&gt;
* When I use filter extensively with very large map of thousands of nodes, I realize that the layout of the filtered map need some improvement. The resulted map&#039;s layout should be much compacted for the filtered nodes to be closer to the root node in order to be visible in the freemind window. For such large map, the reason to do filer is to focus so that I can see them easier. Without the improvement, it seems that the layout still follow that without the filter. The map becomes a tree with sparse nodes but stretched apart. It defeats the purpose of the filter somehow. If you need, I can provide a screen capture to show what I meant. Please tell me how. --[[User:Yubrshen|yushen]] 16:16, 5 Apr 2008 (PDT)&lt;br /&gt;
&lt;br /&gt;
* I find that it freezes up a lot when using folding and unfolding while applying filters. It is, however, a really powerful feature. To complete its power would it be possible to have a way to copy only selected or filtered nodes? Sometimes you want to select these nodes and put them in another application, but when I filter, select all and then copy-paste, I get lots of other nodes included.&lt;br /&gt;
&lt;br /&gt;
* Worked well for me. Especially like the filter on icon - no muss, no fuss.&lt;br /&gt;
&lt;br /&gt;
* Great feature. Filtering on an icon: For example if you have &amp;quot;OK&amp;quot; icons on some nodes and want to see all other nodes (= not OK) use filter &amp;quot;contains icon OK&amp;quot; and define filter &amp;quot;Not contains icon OK&amp;quot; using button &amp;quot;Not&amp;quot;&lt;br /&gt;
&lt;br /&gt;
* This great new feature has a little BUG. Situation: I have two maps opened and use the filter &amp;quot;Currently Selected Nodes&amp;quot; on one of them and switch between the maps. When I switch back to the filtered map I don&#039;t get the view that I had before I switched away. Instead I get the node filtered that was selected when I switched. (Terkor)&lt;br /&gt;
&lt;br /&gt;
* Filtering and Reminders are a very nice combination. Filtering on icons allows to distinguish between nodes that have a Reminder &amp;quot;whose time has not jet come&amp;quot; and nodes that have a Reminder &amp;quot;whose time has come&amp;quot;. But: in the filter composer these two different states are represented with the same icon (a clock). You always have to guess which icon represents which Reminder state. --[[User:Terkor|Terkor]] 19:40, 30 Jul 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
* It would be helpful to be able to give the composed filters names. --[[User:Terkor|Terkor]] 19:45, 30 Jul 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
* When filtering is activated there is a drop-down menu left to the &amp;quot;Edit&amp;quot; button. There you can find all the filters that were used that FreeMind session. It would be very effective if I could not only chose one of those filters but chose more than one. And then being able to chose in what order they are applied (for example by moving the filters up and down). Of course I can also get the desired filtering by using the Filter Composer. But with the described option I would be more flexible in quickly combining the filters. And being able to apply some &amp;quot;simple&amp;quot; filters in an order would make things more clear in some situations. --[[User:Terkor|Terkor]] 06:50, 31 Jul 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
* A refresh view button would be nice. Or even better: auto refresh (maybe as an option) when a node is changed. Explanation: When I mark a node (representing a task) as done and I use a filter that shows me all the undone tasks and hides the done tasks, the node is not filtered as long as I switch filter off and on again. Could be more handy. --[[User:Terkor|Terkor]] 06:09, 3 Dec 2007 (PST)&lt;br /&gt;
** I second this notion.  Nodes that meet the filter conditions after the filter is set don&#039;t get filtered out.  So for instance, I want to create a filter to show not checked off items.  Once I check them I want them to disappear automagically. --[[User:RazielJaTier|RazielJaTier]] 16:26, 20 May 2008 (PDT)&lt;br /&gt;
&lt;br /&gt;
* If I filter &amp;quot;Currently Selected Nodes&amp;quot;, in all the now empty space of the map there appear the ovals of the hidden nodes that allow to move them around, when you move your mouse to that places where they are when filter is not applied. --[[User:Terkor|Terkor]] 06:42, 15 Dec 2007 (PST)&lt;br /&gt;
&lt;br /&gt;
* If &amp;quot;Selection Bubble&amp;quot; is &amp;quot;on&amp;quot; and a filter is applied, also hidden nodes can be &amp;quot;selected&amp;quot; when you for example move the focus using the arrow-keys. --[[User:Terkor|Terkor]] 06:42, 15 Dec 2007 (PST)&lt;br /&gt;
&lt;br /&gt;
* Is there a way to assign attributes when you assign an icon to a node? For example I have lists of phone calls / emails that I have to send. I usually assign a phone or envelope icon to that node. I would like to assign an attribute or ActionType so that I can sort by them later (i.e. see a list of phone calls or emails that I have to make).&lt;br /&gt;
&lt;br /&gt;
* It would be very helpful to have an option to filter out entries without children.  This would be very valuable e.g. in situations where in a big map, several nodes have a &amp;quot;Tasks&amp;quot; subnode, and one wants to look at all tasks currently pending.&lt;br /&gt;
&lt;br /&gt;
* Would it be possible to be able to add free text to the map to allow for titles and possibly a Key?&lt;br /&gt;
&lt;br /&gt;
* Filter toolbar should be a standard toolbar. Should be able to show/hide filter toolbar from the View menu. (I am not displaying the main toolbar, but may need the Filter toolbar from time to time)&lt;br /&gt;
&lt;br /&gt;
* Attributes have great potential. However I find editing a bit inconvenient. Would it be possible to add a small handle to existing attribute table (say immediately left of the cells, similar to the handles that are already on top of the table), so that a single attribute could be selected to be copied, cut, or even dragged and dropped to copy/move it to other nodes? Keyboard modifier keys (shift or ctrl) could be used to specify moving/copying in a drag and drop operation. arg0.&lt;br /&gt;
&lt;br /&gt;
* Am loving the attributes. Using beta 20. Am doing a massive project on the muscular system. muscles directly effect eachother. For each muscle there is are muscles directly affecting it, muscles that it directly affects it, and muscles with a mutual two way relation. Each muscle also has a common problem associated with it. Each muscle group is an attribute and each muscle is a value. Filters will be used for self diagnosis, and finding the appropriate stretches. For example hands and shoulders due to using the computer a lot.&lt;br /&gt;
**Would be great if graphical links can be attributed, so that they can be filtered. + have the option of making them visible or not. &lt;br /&gt;
**Better sorting of attributes would be good. Like an attribute mind map, for sorting and the depth of the filter that is undertaken.&lt;br /&gt;
** To have Attributes and Filters integrated on the mind map. Anyone know how to write scripts to run a filter function.&lt;br /&gt;
** To filter core structure of mind maps: this would be good for summarising the link to other mind maps.&lt;br /&gt;
Thanks for your time. alf&lt;br /&gt;
* to encourage the use of attributes and filtering, it would be good to have the search/filter box always visible by default (I have a large screen, and the font/font size take all the extra space on the right, that could be used by this search/filter box (also, there should be a specific menu &amp;quot;search&amp;quot; or &amp;quot;filter&amp;quot; --[[User:Patco|Patco]]&lt;br /&gt;
&lt;br /&gt;
= WYSIWYG-Editing for nodes and notes =&lt;br /&gt;
&lt;br /&gt;
Yet to be documented&lt;br /&gt;
&lt;br /&gt;
I like the WYSIWYG and how it&#039;s available when needed.  On piece I find lacking is the ability to easily add link &amp;amp;lt;a href=.... and the ability to click on it to pull it up.  That feature would be very useful -- [[User:Matthias|Matthias]] 21:57, 18 Feb 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
== HTML paste tip ==&lt;br /&gt;
&lt;br /&gt;
Paste of HTML content creates one node. Use Edit -&amp;gt; Split to split it in many nodes.&lt;br /&gt;
&lt;br /&gt;
Tools-&amp;gt;Split Node is more efficent. --[[User:Phil31753|Phil31753]] 10:06, 9 Apr 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
==== User Feedback ====&lt;br /&gt;
Version beta 0.9.16&lt;br /&gt;
I personally hate the WYSIWYG mode but I understand that others might find this feature helpful. &lt;br /&gt;
My problem is that I copy and paste very often into and out of mindmaps. Due to the WYSIWYG mode I can not pasten normally into thunderbird. Copying into mindmaps is terrible. &lt;br /&gt;
Suggestion: having the possibility to select between plain text modus or html modus or mixed modus. Helpful would be also a shortcut to &amp;quot;paste as plain text and split&amp;quot; and copy as plain text. &lt;br /&gt;
--[[User:bebach|bebach]] 2008-04-05&lt;br /&gt;
&lt;br /&gt;
Love this feature, especially the way that the notes export to javascript enabled html.  Couple of observations.&lt;br /&gt;
&lt;br /&gt;
* The popup notes in the Javascript export don&#039;t seem to work in IE (care factor 0?).&lt;br /&gt;
&lt;br /&gt;
* It would be good to be able to view the note in the main mindmap window, maybe as a popup.&lt;br /&gt;
&lt;br /&gt;
* It would also be helpful if there was some sort of visual indicator of the existence of a popup note in the exported html - at present the note just magically appears as a rollover. &lt;br /&gt;
&lt;br /&gt;
* Don&#039;t know if it is due to this feature, but &amp;quot;edit long node&amp;quot; now introduced an extra line feed if the enter key is used (confirm on enter turned off).&lt;br /&gt;
&lt;br /&gt;
--[[User:RichardForster|RichardForster]] 18:04, 19 Sep 2006 (PDT)&lt;br /&gt;
&lt;br /&gt;
I&#039;d like to have the option to collapse the WYSIWYG editing area to free up more screen real-estate.&lt;br /&gt;
&lt;br /&gt;
--[[User:Marko|Marko]] 21:45, 23 Sep 2006 (PDT)&lt;br /&gt;
&lt;br /&gt;
* The WYSIWYG screen estate seems a good place to do all &#039;richer&#039; content editing: e.g. if freemind would let me edit the multiline text nodes there, and, manage the attributes, i&#039;d find that very usefull. &lt;br /&gt;
&lt;br /&gt;
--[[User:Neanderlander|Neanderlander]] 22:01, 24 Sep 2006 (PDT)&lt;br /&gt;
&lt;br /&gt;
* Some way to change the width of nodes would be great, so free form text can be flowed into thinner columns. Also a way to insert &amp;amp;lt;br&amp;amp;gt; easily without resorting to the html view.&lt;br /&gt;
&lt;br /&gt;
--[[User:pedron|pedron]] 1:02pm, 10 October 2006 (EST)&lt;br /&gt;
* In version 0.8 the note attached to a node was very discrete in the sense that it would only show when the mouse is on that node.  This new version has many editing features but it&#039;s &amp;quot;in your face&amp;quot; (so to speak) until you physically minimize it.  I wish there was a way to configure it so that it would act like the previous version while keeping it&#039;s editing extras.  Or at least have the option of toggling editing toolbar...&lt;br /&gt;
&lt;br /&gt;
--[[User:Cichutki75|Cichutki75]] 8:09pm, 19 October 2006 (GMT)&lt;br /&gt;
* In version 0.9 max node width function does not work properly. At least not all nodes for the map created in version 0.8 keep the set width. I did not discover the rule. Some keep some don&#039;t.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
--[[User:CautiousChaos|CautiousChaos]] 02:22, 12 Nov 2006 (EST)&lt;br /&gt;
* The editing panel is intrusive when it is not needed.  A hotkey to open/close it would be helpful.  Clicking on the note icon resulting in the panel appearing could also be very helpful.&lt;br /&gt;
* It seems that word-wrapping does not work in plain-text mode for nodes, making  the node to be of single line extending far too long. I had to change the mode of each node to make it word-wrapping. Only using rich-text mode, the wrapping would work. I wish that word-wrapping would still work as in 0.80. --[[User:Yubrshen|yushen]] 15:03, 5 Dec 2006 (PST)&lt;br /&gt;
* It seems that in editing long node, the splitting function would only work with word on different line, while in 0.80, the function works even for words on the same line. --[[User:Yubrshen|yushen]] 15:03, 5 Dec 2006 (PST)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
--[[User:Djerr|Djerr]] 17:42, 20 Jan 2007&lt;br /&gt;
&lt;br /&gt;
* Using a 0.8 map with notes in 0.9 beta version show all notes as pop up but they can not be modified with the format tool or even edited in the layout page. I have to delete the note and create a new one under the 0.9 version.&lt;br /&gt;
&lt;br /&gt;
I usually write short nodes but very long notes in order to have a &amp;quot;clear&amp;quot; map.  2 special comments on notes : &lt;br /&gt;
* For long notes, the time the pop up is shown is too short. Would it be possible to define a time on how long you want this pop up to be shown ? Or even better: to show them as long as the cursor is pointing on the node (or perhaps the note icon).&lt;br /&gt;
*  I could find very useful (especially for my long notes) to be able in the format menu to change not only italic or bold or font size etc.. but also COLORS, to be able to see very fast the most important points&lt;br /&gt;
&lt;br /&gt;
---&lt;br /&gt;
* I don&#039;t understand the purpose of freemind&#039;s notes feature.  It seems to be an incomplete feature.  On the one hand, it could be used as popup notes for a node on the freemind map.  On the other hand, it could be used to provide the details for a topic expressed by the node.  I think both should be possibilities, but currently only the first really seems possible.&lt;br /&gt;
* I want to use freemind to develop an outline into a full-blown paper.  To do that, I would start using freemind to create an outline of the paper.  Each node in the mindmap would be an entry in the outline with the node level equating to the outline level.  Then, when I start fleshing out the paper, I would use the notes feature to fill-in paragraphs of information for each node.  The problem is that there is no good way of outputting the paper -- the notes become popups rather than entries in the paper.&lt;br /&gt;
* Is there a way to export a mindmap from freemind in such a way that it could later be imported?&lt;br /&gt;
&lt;br /&gt;
--[[User:DavidMasterson|DavidMasterson]] 22:00, 23 May 2007&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
* I don&#039;t like this feature in the current implementation. This is because i use this tool to connect IDEAS and usually i use formatting things only in the end. A paragraph, a sentence, a list, a word list this are things that i want to have in a hierarchical structure, not as a rich text. In 0.8.0 the copy/paste feature converted a paragraph/list to an hierarchical tree of nodes. That was a better aproach then to get a simple html node. The split feature doesn&#039;t replace this functionality better. I hope and trust that you will find a way to add rich text nodes without so much interference with the old style of working. Maybe a paste option with paste as nodes, paste as html will resolve this issue?&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
--[[User:Terkor|Terkor]] 16:25, 21 June 2007&lt;br /&gt;
* Great Feature, but it could be more handy if the (by far) most often used formating-features like Bold and Italic could be used without opening the editor. Just mark the words or characters you want bold (or italic), click the Bold (or Italic) icon (or use Ctrl-B /Ctrl-I) - and that&#039;s it.&lt;br /&gt;
* It is not &amp;quot;logical&amp;quot; that you open the editor with &amp;quot;Alt-Enter&amp;quot; and close it with &amp;quot;Ctrl-Enter&amp;quot;. It should both be the same.&lt;br /&gt;
* &amp;quot;Split&amp;quot; should have a shortcut. Suggestion: Alt-Enter or Ctrl-Enter. (See previous paragraph.)&lt;br /&gt;
* When I open the editor whilst I am editing a node, the editor should know the actual position of the cursor and if some text is already marked.&lt;br /&gt;
* Double clicking the note icon should open / close the note editor. (Generally icons should be more clickable like the link icon. (Double) clicking on the clock icon of notes with a Reminder should open the calendar. And right-clicking an icon should open the &amp;quot;Select Icon&amp;quot; box.)&lt;br /&gt;
* The popups displaying the note content don&#039;t match size if a note is very short. Does not look nice. (The same for popups that show  the &amp;quot;Created&amp;quot;, &amp;quot;Modified&amp;quot;, and &amp;quot;Reminder&amp;quot; times - too wide.&lt;br /&gt;
* Choosing colors should definitely have an icon in the tool bar of the editors. So it takes six (!) clicks to change the color of a word. (Opening the editor not counted.)&lt;br /&gt;
* The editor for notes and the one for nodes behave differently, when it comes to use the Enter-key. The node-editor just enters a new line (as one would expect) when I press Enter. The note editor enters a new line and a blank line. Here I have to use Shift-Enter to get just a new line. Why the difference?&lt;br /&gt;
* The note editor by default adds a blank line before the text and after text. I see no reason for that. (The node editor does not do that either.) Just takes away precious space.&lt;br /&gt;
* In order to save space, please place the toolbar of the note editor next to the menu of the editor. As it is now, there is much unused space. The editor should look more slim.&lt;br /&gt;
* Like the note-editor of FreeMind 0.8, the note-editor of version 0.9 should automatically close when not needed. (Or at least there should be an option to pick this behavior.)&lt;br /&gt;
* The little arrows on the splitting line that allow to hide/show the note editor should be wider (not higher), they are very hard to click quickly. Perhaps put each of them in a clickable wider boxlike area.&lt;br /&gt;
* &amp;quot;Note&amp;quot; in the menu &amp;quot;Insert&amp;quot; is gone. Should be there, that&#039;s where people look for it, and it seams a logical place for it (also for a &amp;quot;Remove Note&amp;quot;-function). And &amp;quot;Add Note&amp;quot; / &amp;quot;Remove Note&amp;quot; should be in the context-menu, when I right-click a node.&lt;br /&gt;
* How about a function that turns a node into a note and vice versa?&lt;br /&gt;
* The popups of long notes should be scrollable.&lt;br /&gt;
&lt;br /&gt;
--[[User:Pascal|Pascal]] 11:33, 20 Nov 2007&lt;br /&gt;
* It would be great to have spell checking in notes editor&lt;br /&gt;
* In version 0.9.0 beta 14, bold, italic and underline buttons have no icons (if you click where they should be, it does the job, but you don&#039;t see the buttons).&lt;br /&gt;
&lt;br /&gt;
--[[User:puckja|puckja]] 13:51, 3 Jan. 2008&lt;br /&gt;
* Great feature! Now I can add formated text/graphics in the note panel (SimpleHTML). Cut &amp;amp; Paste from webpage and even MS Word 2003 with figures and math equations works great.&lt;br /&gt;
* More user friendly functions such as FONT property in toolbar or shortcut, HIGHLIGHTING capability, insert HYBERLINK (it can be added with direct HTML coding), configurable property for the inserted graphic(size/alignment, etc.) would be great. (It is already very good! Thanks!)&lt;br /&gt;
&lt;br /&gt;
--[[User:puckja|puckja]] 16:09, 3 Jan. 2008&lt;br /&gt;
* It seems that all the figures inserted in the note are not &amp;quot;locally saved.&amp;quot;  It may a a &#039;&#039;&#039;SERIOUS BUG!&#039;&#039;&#039; If the figures are cut &amp;amp; paste from Internet, then they will not be available if machine is offline.  If the figures are C &amp;amp; P from local file (such as MS Word), then the source files are still at your personal Win TEMP directory, which means that they will be deleted some time in the future while you think it is saved.  Other software such as PersonalBrain will save the file and change the HTML src location after you saved the &amp;quot;brain&amp;quot;, but Freemind seems to leave it unattended.  :(&lt;br /&gt;
&lt;br /&gt;
* HTML Editor won&#039;t let you put a table in a node.  Well, that&#039;s not quite true.  The &amp;quot;table&amp;quot; item n the menu bar has all its items disabled, but you can edit the HTML to make the node have a table.  Why is the menu bar operation turned of for nodes?&lt;br /&gt;
--[[User:Anton|Anton]] 18:16, 20 Jul 2008 (PDT)&lt;br /&gt;
a&lt;br /&gt;
* The HTML Editor seems to have a &#039;template&#039; which is the same for all nodes.  It would be nice to have&lt;br /&gt;
## User-definable style sheet, that could set font, size, colour, box width ...&lt;br /&gt;
## ... for each level&lt;br /&gt;
--[[User:Anton|Anton]] 18:25, 22 Jul 2008 (PDT)&lt;br /&gt;
&lt;br /&gt;
Filter macros on the mind map itself would be good. They could be adjustable. And/or/not etc, could be done by clicking the different parts of the map corresponding to the attributes/icons under question. This would be nice because it would be more natural to drill down the search in this way. Filter by cliking on a node, filter again on what is left within that filter etc.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
*The WYSIWYG is a big + for my workflow. However, I often use this program w/ widescreen setups and it would be a great if I could reposition the WYSIWYG window to the left, right of the Map window. &lt;br /&gt;
*It would be v.nice if the editor could interpret latex formating for math/equations.&lt;br /&gt;
--[[User:Lessfield|Lessfield]] 18:01, 19 Feb 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
I agree with Lessfield - I want to create extensive notes, instructions etc. and I&#039;d like to be able to move the note editing pane to the right side.  To go with this, I&#039;d like to be able to control the node layout so it&#039;s a tree expanding from top to bottom or left to right (like Visual Mind&#039;s Standard, left-to_right and right-to-left views).&lt;br /&gt;
&lt;br /&gt;
Possible bug:- frequently when I&#039;m typing in the notes pane, the insertion cursor zips back to the beginning of the line and text insertion continues there. I don&#039;t think I&#039;m accidentally hitting any hot keys ;-)&lt;br /&gt;
&lt;br /&gt;
= Scripting via Groovy =&lt;br /&gt;
[http://en.wikipedia.org/wiki/Groovy_programming_language Groovy] scripts may be attached to individual nodes in the map.  When &amp;quot;evaluate&amp;quot; is selected via the menu or keypress (Alt-F8), all nodes in the map are searched (depth-first) for one or more attributes named &amp;quot;script&amp;quot;.  If such an attribute is found, the value of the attached attribute is passed to the Groovy engine to execute.&lt;br /&gt;
&lt;br /&gt;
Only nodes are evaluated, which attribute keys start with &amp;quot;script&amp;quot;.  However, there is nothing preventing a script on one node from acting on other nodes via normal operations (e.g. node.getChildren or similar) as far as I can tell from the code.&lt;br /&gt;
&lt;br /&gt;
=== Assignment vs. Operation ===&lt;br /&gt;
&lt;br /&gt;
If the value of the script attribute starts with the equals sign (&amp;quot;=&amp;quot;), then the node text will be replaced by the RESULT of the script evaluation.  Be careful not to overwrite your nodes!  See the example for using the &amp;quot;node.getText()&amp;quot; in an assignment script.&lt;br /&gt;
&lt;br /&gt;
If the value of the script attribute does not begin with the equals sign, then the script will run and may affect the map, but the expression result is not assigned to the node text.&lt;br /&gt;
&lt;br /&gt;
=== Available Operations ===&lt;br /&gt;
&lt;br /&gt;
When the Groovy binding is created, two variables are set:&lt;br /&gt;
&lt;br /&gt;
* &amp;quot;c&amp;quot; is set to the MindMapController&lt;br /&gt;
* &amp;quot;node&amp;quot; is set to the MindMapNode being evaluated&lt;br /&gt;
&lt;br /&gt;
You will have to examine the FreeMind source code for operations on the interfaces.  See the examples for a few operations such as setting the node text, node color and background color.&lt;br /&gt;
&lt;br /&gt;
=== Examples ===&lt;br /&gt;
I have only played with the engine for five minutes, and spent about the same amount of time on the Groovy home page.  The following examples work for me:&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Prepend the node text with an integer representing the node depth.&#039;&#039;&#039;  Note that the script starts with &#039;=&#039; so the result is assigned back to the node text.&lt;br /&gt;
&amp;lt;groovy&amp;gt;=node.getNodeLevel() + &amp;quot; &amp;quot; + node.getText()&amp;lt;/groovy&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Set the text color of a node:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;groovy&amp;gt;node.setColor(java.awt.Color.RED)&amp;lt;/groovy&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Set the background color of a node:&#039;&#039;&#039;&lt;br /&gt;
&amp;lt;groovy&amp;gt;node.setBackgroundColor(java.awt.Color.BLUE)&amp;lt;/groovy&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Project Manager: Don&#039;t do this; use methods of the controller c instead.&#039;&#039;&#039; If you manipulate the node model directly, you&#039;ll miss the undo and flow control capabilities of FreeMind. Please, consult methods from the interface MindMapActions only.&lt;br /&gt;
&lt;br /&gt;
=== Advanced Examples===&lt;br /&gt;
&lt;br /&gt;
All advanced examples have been moved to the [[Example scripts]]&lt;br /&gt;
&lt;br /&gt;
== About Groovy ==&lt;br /&gt;
For people unfamiliar with Groovy scripting, it&#039;s [http://groovy.codehaus.org home page], an [http://www.onjava.com/pub/a/onjava/2004/09/29/groovy.html introduction], a review on [http://ask.slashdot.org/article.pl?sid=06/04/18/2223237 slashdot].&lt;br /&gt;
&lt;br /&gt;
== How to get started ==&lt;br /&gt;
&lt;br /&gt;
# Create an attribute for a node.  The attribute must be named &amp;quot;script&amp;quot;&lt;br /&gt;
# Create the Groovy script and set as the value of the attribute&lt;br /&gt;
# Press Alt-F8 or select &amp;quot;Evaluate&amp;quot; from the Tools menu.&lt;br /&gt;
&lt;br /&gt;
== Wish for Groovy script editing ==&lt;br /&gt;
* Need good editor for writing such script for the attribute. The current attribute manager is not suitable to write long script. --[[User:Yubrshen|yushen]] 15:41, 15 Jan 2007 (PST)&lt;br /&gt;
* I know I could dig through the source code and figure it out, but even a rudimentary object reference would be great. --[[User:RazielJaTier|RazielJaTier]] 15:01, 21 May 2008 (PDT)&lt;br /&gt;
** Created a page called [[FreeMindGroovyObjects|FreeMind / Groovy Object Reference]] to start compiling known information into a reference page.  If you&#039;re familiar with any of the objects and navigation, lets start documenting it here. &lt;br /&gt;
* Debug Console while you&#039;re running scripts from the map.  If you have a typo, the script simply does nothing.  It would be nice to get an error or some sort of feedback. --[[User:RazielJaTier|RazielJaTier]] 15:01, 21 May 2008 (PDT)&lt;br /&gt;
&lt;br /&gt;
== Scripting the application, not the documents ==&lt;br /&gt;
&lt;br /&gt;
When I first read about Groovy in Freemind, I was irritated by the fact that the Groovy scripts are part of the Map (as script attribute) and not the application.&lt;br /&gt;
&lt;br /&gt;
To my opinion it would make more sense to allow Groovy scripts to be plugged into the application and work on either Map.&lt;br /&gt;
&lt;br /&gt;
An example of how this could work can be found here: [http://groovy.codehaus.org/Integrating+Groovy+in+an+application+-+a+success+story]&lt;br /&gt;
&lt;br /&gt;
In a similar way each script could be bound to a menu item in a user menu or a button, and be provided with the current &#039;context&#039;, maybe containing a model of an open Map when activated.&lt;br /&gt;
This way it would be possible to create complete maps on-the-fly without having to create the Map and the root node with a script attribute first(!).&lt;br /&gt;
&lt;br /&gt;
This is from user&#039;s point of view more like scripted plug-ins and filters in Gimp or Steinberg-like music software, and not so much like the VBA thing stored inside office documents.&lt;br /&gt;
&lt;br /&gt;
--[[User:Det|Det]] 07:28, 16 Mar 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
== Tips of editing script ==&lt;br /&gt;
# Before there is good editor for script, I use a template node to define long script then use copy and paste to duplicate the script. &lt;br /&gt;
&lt;br /&gt;
--[[User:Yubrshen|yushen]] 15:41, 15 Jan 2007 (PST)&lt;br /&gt;
&lt;br /&gt;
= TaskJuggler Integration =&lt;br /&gt;
&lt;br /&gt;
[http://taskjuggler.org/ TaskJuggler] is a opensource project management tool for linux. It covers the complete spectrum of project management tasks from the first idea to the completion of the project. It assists you during project scoping, resource assignment, cost and revenue planing, risk and communication management. &lt;br /&gt;
&lt;br /&gt;
=== Idea ===&lt;br /&gt;
The idea is to have special task, resource, and account nodes on the mindmap. &lt;br /&gt;
&lt;br /&gt;
====Usage summary====&lt;br /&gt;
 - Tasks are defined as subnodes of TASKS node.&lt;br /&gt;
 - Resources are defined as subnodes of RESOURCES node. &lt;br /&gt;
 - Accounts as subnodes of ACCOUNTS node. (not yet implemented in 0.9.0 beta 18)&lt;br /&gt;
 - Taskjuggler task/resource/account info contained as node attributes. &amp;lt;br&amp;gt;     You can find more info about these attribs in [http://taskjuggler.org/manual-2.3.0/c1376.html TaskJuggler documentation]&lt;br /&gt;
 - After entering all task/resource/account info in freemind, use File--&amp;gt;Export to &amp;lt;br&amp;gt;    export the task/resource/account info that is currently VISIBLE &amp;lt;br&amp;gt;     (your freemind filters can be used to limit the info being exported to TaskJuggler).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
[[Image:Taskjuggler_example.png]]&lt;br /&gt;
&lt;br /&gt;
=== Project file (TJP) ===&lt;br /&gt;
We generate only includes with FreeMind, so we must write simple TaskJuggler main project file: &lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;project simple &amp;quot;Simple Project&amp;quot; &amp;quot;1.0&amp;quot; 2005-06-06 - 2005-06-26&lt;br /&gt;
&lt;br /&gt;
include &amp;quot;example.accounts.tji&amp;quot;&lt;br /&gt;
include &amp;quot;example.resources.tji&amp;quot;&lt;br /&gt;
include &amp;quot;example.tasks.tji&amp;quot;&lt;br /&gt;
&lt;br /&gt;
taskreport &amp;quot;Gantt Chart&amp;quot; {&lt;br /&gt;
  headline &amp;quot;Project Gantt Chart&amp;quot;&lt;br /&gt;
  columns hierarchindex, name, start, end, effort, duration, cost, revenue, chart&lt;br /&gt;
  timeformat &amp;quot;%a %Y-%m-%d&amp;quot;&lt;br /&gt;
  loadunit days&lt;br /&gt;
  hideresource 1&lt;br /&gt;
}&lt;br /&gt;
&lt;br /&gt;
htmlaccountreport &amp;quot;accountsreport.html&amp;quot;{&lt;br /&gt;
  timeformat &amp;quot;%d-%M-%y&amp;quot;&lt;br /&gt;
  accumulate&lt;br /&gt;
  columns index, name, weekly&lt;br /&gt;
}&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
=== Include Files (TJI) ===&lt;br /&gt;
Mindmap with defined TASKS, RESOURCES and ACCOUNTS nodes can look like this:&lt;br /&gt;
{| cellpadding=&amp;quot;20&amp;quot; cellspacing=&amp;quot;0&amp;quot; border=&amp;quot;0&amp;quot;&lt;br /&gt;
|[http://pliki.rodos.com.pl/freemind/tji_example/example_freemind2.png http://pliki.rodos.com.pl/freemind/tji_example/example_freemind2_maly.png]&lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
We can export include files which we have defined in our project file directly from FreeMind mindmap:&amp;lt;br&amp;gt;&lt;br /&gt;
- example.resources.tji - from RESOURCES node (File-&amp;gt;Export-&amp;gt;Resources from RESOURCES node to TJI file..)&amp;lt;br&amp;gt;&lt;br /&gt;
- example.tasks.tji - from TASKS node (File-&amp;gt;Export-&amp;gt;Task from TASKS node to TJI file..)&amp;lt;br&amp;gt;&lt;br /&gt;
- example.accounts.tji - from ACCOUNTS node (File-&amp;gt;Export-&amp;gt;Accounts from ACCOUNTS node to TJI file..)&amp;lt;br&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In TaskJuggler our project will look like this:&lt;br /&gt;
{| cellpadding=&amp;quot;20&amp;quot; cellspacing=&amp;quot;0&amp;quot; border=&amp;quot;0&amp;quot;&lt;br /&gt;
|[http://pliki.rodos.com.pl/freemind/tji_example/example_taskjuggler.png http://pliki.rodos.com.pl/freemind/tji_example/example_taskjuggler_maly.png] &lt;br /&gt;
|}&lt;br /&gt;
&lt;br /&gt;
=== Download ===&lt;br /&gt;
[http://pliki.rodos.com.pl/freemind/tji_example/example.zip Here] you can download full example without accounts feature and [http://pliki.rodos.com.pl/freemind/account/accountexample.zip here] with accounts.&lt;br /&gt;
&lt;br /&gt;
=== Account support ===&lt;br /&gt;
Becouse accounts functionality isn&#039;t in CVS yet. You need use [http://pliki.rodos.com.pl/freemind/account/Freemind_0_9_0_beta15_koprin_b2.zip this] binary or &lt;br /&gt;
get Freemind from CVS (CVS tag: fm_060405_integration) and aply [http://pliki.rodos.com.pl/freemind/account/diff.zip this] patch.&lt;br /&gt;
&lt;br /&gt;
= The rest of the new features =&lt;br /&gt;
&lt;br /&gt;
==Icons==&lt;br /&gt;
=== User icons ===&lt;br /&gt;
&lt;br /&gt;
User icons can be added. PNG files of the icons have to be added to the folder &#039;&#039;&#039;&amp;lt;user_home&amp;gt;&#039;&#039;&#039;/.freemind/icons. All *.png files in &#039;&#039;&#039;&amp;lt;user_home&amp;gt;&#039;&#039;&#039;/.freemind/icons are handled as user icons. Size is &#039;&#039;not&#039;&#039; limited to 16 px x 16 px.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;User feedback:&#039;&#039;&#039;&lt;br /&gt;
* FreeMind adds &amp;quot;icon_&amp;quot; to the user-given name of a user icon. The name should just be the user given name - without &amp;quot;.png&amp;quot; of course.&lt;br /&gt;
* When adding user icons, they appear in a random order within the side bar and mixed with the Freemind built-in icons. Is there a way to control this order ?&lt;br /&gt;
* My new icons appeared at the end of the standard ones and appeared to be in alphabetical order by filename. GREAT feature. I was able to take screen captures of the icons for Access objects and some of the Office program icons and use them in a mind map documenting a project my computer literacy students do at the end of the semester. This is far superior to having to use a limited set of standard icons which aren&#039;t particularly meaningful.&lt;br /&gt;
* Q: what is the procedure for adding user icons in Mac OS? Which is the correct destination folder?&lt;br /&gt;
&lt;br /&gt;
* User icons are not included in exported mindmaps (flash at least).&lt;br /&gt;
* Including icons does not appear to work (WinXP - Freemind 0.9.0 Beta 19). Have assumed that placing .png files in C:\Program Files\Freemind\Icons should ensure that they are included but have nt been able to get this feature to work. Is this the correct placement for the icons folder in Windows?&lt;br /&gt;
::You put the icons in the wrong folder. Look again above. --[[User:Terkor|Terkor]] 03:23, 21 Oct 2008 (UTC)&lt;br /&gt;
&lt;br /&gt;
===Selecting, Substituting and Deleting Icons===&lt;br /&gt;
* Using Shift+Click on icon bar substitutes the current icons by the new one.&lt;br /&gt;
* Icon bar Icon Selection Dialog: click on icon with control key hold: removes the first matching icon, with alt key removes the last one. Icon Selection Dialog: Shift+Enter or Alt+Enter can be used as well.&lt;br /&gt;
* Icon hot keys available in Select Icon Dialog. They can be set in Preferences &amp;gt; Keystrokes. --[[User:Terkor|Terkor]] 13:26, 3 Sep 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;User feedback:&#039;&#039;&#039;&lt;br /&gt;
* Substituting icons with Shift+Enter in the Icon Selection Dialog (as announced in the changes for Beta 9) does not work. Just inserts the selected icon.&lt;br /&gt;
* Can I suggest you add a couple of icons as standard namely &#039;$&#039; and &#039;$$&#039; too?  Thanks.&lt;br /&gt;
&lt;br /&gt;
==Latex Plugin==&lt;br /&gt;
With the new Latex Plugin (Insert &amp;gt; Latex) you can now add mathematical formulas to your nodes.&lt;br /&gt;
Select a node and chose Insert &amp;gt; Latex. Under the node a default text in a box is added. When you click on that box a simple editor opens to enter the Latex code. Close the editor and your formula is displayed underneath the node.&lt;br /&gt;
&lt;br /&gt;
Erase the formula by clicking Latex again when the node is selected. --[[User:Terkor|Terkor]] 06:31, 3 Sep 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;User feedback:&#039;&#039;&#039;&lt;br /&gt;
* I like this one, but there may be an easier way for access of this functionality (a shortcut or s.th.).&lt;br /&gt;
* Great, adds a whole new field of use to FreeMind!&lt;br /&gt;
* Tip: Can also be used to just add a text to node instead of a mathematical formula. If you just add text without any commands, you get italic text in the box. Everything put between \mbox{ and } appears as normal text. (The code is contained in the default formula that is added every time you add a new Latex box to a node.)&lt;br /&gt;
* Exporting the formulas does not work for at least for some filters (Flash at least).&lt;br /&gt;
* LaTeX formulas do not scale with the rest of the map but have always the same size. Please make them scalable if possible.--[[User:Christofb|Christofb]] 12:19, 30 Oct 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
* Nice feature. It would be nice if the graphical representation of the formula could appear with the higher quality associated with LaTeX. Is it possible to improve via anti aliasing or exporting/printing via postscript?&lt;br /&gt;
&lt;br /&gt;
==Linking to nodes in another mm-file==&lt;br /&gt;
&lt;br /&gt;
You may create a link to a node in another map by appending #node_name to the map path&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;User feedback:&#039;&#039;&#039;&lt;br /&gt;
*Bug?:  This feature does not seem to work for file urls ex: file:\\dfs\folder\file.mm##Freemind_Link_335867258.  It also does not seem to work through the website applet.&lt;br /&gt;
** The URL is wrong. Must be file:///dfs\folder\file.mm##Freemind_Link_335867258&lt;br /&gt;
&lt;br /&gt;
* Bug: This very useful feature seems to work for the current instance of the target map only. Once the target map is closed and reopened the link points to the root node in the target map, even though the link text is still correct. Closing the source map and reopening it works fine. - Tested based on FM 0.8.0 maps with the Windows version of FM.--[[User:Uli|Uli]] 02:51, 13 Feb 2007 (PST)&lt;br /&gt;
&lt;br /&gt;
(•) Solution:&lt;br /&gt;
&lt;br /&gt;
• create a (temporary) local link to the intended target node from any other node within the target MindMap (MM) (ALT+L)&lt;br /&gt;
  =&amp;gt; i.e. the target-node must be the &#039;referred&#039; node in this case meaning that it must be the second of the two nodes composing said (temporary) local link.&lt;br /&gt;
    -&amp;gt; Digression: A local link is created by first left clicking on the source node and, while holding down the CTRL-button, then &lt;br /&gt;
       left clicking on the target node, then press Alt-L. The link is created in the source node (a green arrow appears).&lt;br /&gt;
• Now highlight the &#039;referring&#039;/source node, i.e. the other of the two nodes in this (temporary) local link (the one with the green arrow) and press CTRL+k (edit link)&lt;br /&gt;
  =&amp;gt; the freemind node name of the &#039;referred&#039; node (i.e. our desired target node) appears (eg. #Freemind_Link_676133257)&lt;br /&gt;
• Copy (or better still, cut) this node name [ctrl+c/ctrl+x].&lt;br /&gt;
&lt;br /&gt;
• In the Source MM create an external link to the target MM (eg. c:\mindmaps\TASKS.mm),&lt;br /&gt;
  =&amp;gt; Digression: An external link is created thus: CTRL+k (manually enter path) or SHIFT+CTRL+k (choose path). A red arrow appears.&lt;br /&gt;
• highlight the node with the newly created external link and append the copied/cut freemind node name to it using CTRL+k (edit link).&lt;br /&gt;
  =&amp;gt; The result could look like this: c:\mindmaps\TASKS#Freemind_Link_676133257&lt;br /&gt;
&lt;br /&gt;
• Finally, delete the local link if you may so wish (this step is only relevant, if you&#039;d only copied and not cut the node name above).&lt;br /&gt;
&lt;br /&gt;
• Being able to link to a specific link should not only possible within freemind but also from other tools. This could be established via adding a command line parameter giving the node ID to select right after startup.&lt;br /&gt;
&lt;br /&gt;
== Edit Styles, Patterns, Automatic Layout Patterns ==&lt;br /&gt;
&lt;br /&gt;
=== Change Format Dialog ===&lt;br /&gt;
&lt;br /&gt;
New &amp;quot;Change Format&amp;quot; dialog box that lets you edit node and edge attributes at once. (Format &amp;gt; Change format...)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;User feedback:&#039;&#039;&#039;&lt;br /&gt;
* The very powerful and useful dialog box needs a shortcut, and an entry in the context menu when you right-click on a node.&lt;br /&gt;
* A preview-area would be helpful.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== Manage Patterns ===&lt;br /&gt;
&lt;br /&gt;
There is now a manager for the physical styles. (Format &amp;gt; Physical Styles &amp;gt; Manage Patterns..)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==== User feedback: ====&lt;br /&gt;
&lt;br /&gt;
* It is so helpfull!!!!!&lt;br /&gt;
* Would it be possible to also show (and even change) the shortcuts of the patterns in the pattern manager?&lt;br /&gt;
* Styles should be renamed Format Macro. They are a great feature.&lt;br /&gt;
* Feature Request&lt;br /&gt;
** A real Style formating feature with style_registry, where the formating is defined, would be great.&lt;br /&gt;
* Bugs&lt;br /&gt;
** Style names are not proper UTF-8 encoded e.g. ü in become FC in patterns.xml and not &amp;amp;#xfc;&lt;br /&gt;
** beta 18 couldn&#039;t generate new Style from current node. Pressing Save&amp;amp;Exit didn&#039;t save and a Notice pop up without any message.&lt;br /&gt;
* All version including RC1 - F11 window does not allow to choose a font size which is not in the list (11 for example) this is not consistent with the tool bar of the main window. I&#039;m using style with 11 pt font size !&lt;br /&gt;
* Im experimenting with TONY BUZAN&#039;s mind mapping and memroy techniques. Eventaully i wnat to make a mind map of his book&#039;s and share, however copywright questions arise?? anyone know about it. Regardless of this question it brings to my attention the powers of formatting and memory enhancement. &lt;br /&gt;
**Is there a way of patterning the width/thikness of the links?&lt;br /&gt;
**Would be great to have a plugin that does a network analysis of the mind map and formatts acordingly. Hubs/number of links to a node = format value. Format value&#039;s to stimmulate as many sensory modalites as possible (NLP/ memory techniqes) &lt;br /&gt;
***These formats can then have an icon/ memory hook to filter by.&lt;br /&gt;
&lt;br /&gt;
=== Edit Automatic Layout Patterns ===&lt;br /&gt;
It is now possible to edit Automatic Layout Patterns. (Tools &amp;gt; Preferences ... &amp;gt; Automatic layout pat...) Click there on a pattern and the new &amp;quot;Change Format&amp;quot; box appears (here called &amp;quot;Change Pattern&amp;quot;).&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;User feedback:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* I also really like this feature, BUT I also would badly need to automaticaly layout for more then 4 levels (even if I could not change it by myself)! This is one of the most important things missing yet in this great application. Thanks anyway!&lt;br /&gt;
&lt;br /&gt;
* Great! Could you please make the area &amp;quot;Automatic Layout Styles&amp;quot; a bit wider. There is no reason to keep it so tiny.&lt;br /&gt;
&lt;br /&gt;
* I find the automatic layout a bit limited; after four levels, the layout remains the same, but I oftentimes use five, six or seven levels. Only feature I&#039;d like to see added to the program is to set an auto format for a larger (custom-defined?) amount of levels.&lt;br /&gt;
&lt;br /&gt;
* I love automatic layout, I use it pretty much exclusively.  The only thing that sucks is that it completely disables the ability to apply localized formats to nodes with it enabled.  Can you put in some sort of cascading functionality.  The default would be automatic, but you could override the formats at any time.  Also put something like the &amp;quot;reset position&amp;quot;  like  &amp;quot;remove custom formatting&amp;quot;.  --[[User:RazielJaTier|RazielJaTier]] 15:27, 20 May 2008 (PDT)&lt;br /&gt;
&lt;br /&gt;
* I second Raziel&#039;s motion. I&#039;d love to be able to store code snippets in a map, but automatic layout disrupts my custom formatting. --[[User:Neontapir|Neontapir]] 09:47, 23 Jun 2008 (PDT)&lt;br /&gt;
&lt;br /&gt;
* Wonderfull. Would it be possible choose (at least) color to be applied per branch instead of per level. This is more in tune with Dr. Buzan&#039;s suggestions.&lt;br /&gt;
&lt;br /&gt;
== Find And Replace ==&lt;br /&gt;
FreeMind has now a Find &amp;amp; Replace dialog. It combines the old &amp;quot;Show Map History...&amp;quot; (which is not there any more) with a classical Find &amp;amp; Replace dialog.&lt;br /&gt;
&lt;br /&gt;
Found nodes can be sorted by Date, Text, Icons, Created, Modified, and Notes.&lt;br /&gt;
&lt;br /&gt;
You can choose: Export Selected Nodes, Replace All, Replace Selected, Goto, and Select.&lt;br /&gt;
&lt;br /&gt;
When no search text is entered all nodes of the map are shown in a sorted list.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;User Feedback&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Characters like äöü&amp;quot; are not displayed correctly (the HTML-versions are displayed).&lt;br /&gt;
* Could it be possible to hide columns that I don&#039;t need to see?&lt;br /&gt;
* Thank You for the &amp;quot;replace&amp;quot; addition. How difficult would it be to have a &amp;quot;find&amp;quot; on all opened maps ?&lt;br /&gt;
* Is it possible to extend the &amp;quot;find&amp;quot; in all opened maps ?  When searching for a text pattern, it will save to open individually each maps and execute a find. --[[User:Fb5|Fb5]] 02:16, 15 Nov 2007 (PST)&lt;br /&gt;
** I second this - extremely needed (at least for me :) ) to be able to search across several maps!! --[[User:Spacevulture|Spacevulture]] 11:59, 21 Jun 2008 (PDT)&lt;br /&gt;
* Would very helpful if nodes themselves could not only be sorted alphabetically, but also by Icons. And maybe by Date, Created, Modified, and Notes.&lt;br /&gt;
* A drop-down menu with recent search/replace terms would be helpful, to avoid retyping when repeating searches. --[[User:Arg0|arg0]] 08:38, 25 Feb 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
== Display Selection as Bubble==&lt;br /&gt;
In the menu View there is now the option to display the selected nodes inside a bubble: &amp;quot;Display Selection as Rectangle on/off&amp;quot;. You can also pick this new option in Preferences &amp;gt; Defaults, where you can also choose the color of the bubble. &amp;quot;Display Selection as Rectangle on/off&amp;quot; is now (Beta 13) by default &amp;quot;on&amp;quot;. --[[User:DimitriPolivaev|DimitriPolivaev]] 14:50, 9 Sep 2007 (PDT) --[[User:Terkor|Terkor]] 16:57, 9 Sep 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;User Feedback&#039;&#039;&#039;&lt;br /&gt;
* Like it very much.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
==Tabs==&lt;br /&gt;
There are now Tabs (like in Firefox) representing the opened maps. Properties &amp;gt; Appearance &amp;gt; Look And Feel &amp;gt; Use Tabs lets you choose if you want to use tabs.  --[[User:Terkor|Terkor]] 10:36, 26 Aug 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;User Feedback&#039;&#039;&#039;&lt;br /&gt;
* Could it be possible that the tabs only appear (option) when more than one map is opened?&lt;br /&gt;
** I&#039;d like this too.  Screen space can be important.  --[[User:Kenrob|Kenrob]] 04:14, 5 Oct 2007 (PDT)&lt;br /&gt;
* Could it be possible to show and hide tabs &#039;&#039;in View&#039;&#039;?&lt;br /&gt;
* Could it be possible to rearrange the order of the tabs (by dragging and dropping them)?&lt;br /&gt;
** drag&amp;amp;drop, automatic hide when only one, close one/all via context menu etc. would be very usefull (i.e. like it is possible in firefox) --[[User:flusi100|flusi100]] 08:00, 24 Feb 2008&lt;br /&gt;
* Would be nice to close the maps by using their tabs (context menu with &amp;quot;Close&amp;quot; when right-clicking on tab, or middle-click on tab).&lt;br /&gt;
** Agreed - this would be useful.  --[[User:Kenrob|Kenrob]] 04:14, 5 Oct 2007 (PDT)&lt;br /&gt;
** ++ to that. Seemed unnatural not to have a context menu on the tabs.--[[User:Doubi|Doubi]] 23:08, 18 Apr 2009 (UTC)&lt;br /&gt;
* Now with tabs and Save All it would just be the next logical step that (as an option) all the tabs would open when FreeMind starts, that were open when FreeMind was closed.&lt;br /&gt;
*Switching tabs takes 15-20 seconds. Especially slow after FreeMind has been minimized and computer has been suspended/hibernated. Version 0.9.0 Beta 18. --[[User:Emkeyen|Emkeyen]]&lt;br /&gt;
&lt;br /&gt;
==Move Back and Move Forward==&lt;br /&gt;
There are now Move Back and Move Forward buttons in the Toolbar (also available in the Navigate menu and by using Alt-Left and Alt-Right). FreeMind stores a chronology of the selected nodes. Using Back and Forward you can navigate back and forth to those nodes - even if they are in an other opened map. --[[User:Terkor|Terkor]] 19:31, 26 Aug 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;User Feedback&#039;&#039;&#039;&lt;br /&gt;
* Very Helpful!&lt;br /&gt;
* Could there be a way to get back to the latest selection by one click.&lt;br /&gt;
* How about a popup list of the previous and next selected nodes (like in IE or FF)?&lt;br /&gt;
* Useful when navigating in large maps--[[User:Fb5|Fb5]] 02:13, 15 Nov 2007 (PST)&lt;br /&gt;
&lt;br /&gt;
==Export Filters==&lt;br /&gt;
Open Office Export now for the ODT format.&lt;br /&gt;
&lt;br /&gt;
Besides the two export filters for TaskJuggler there are three new filters for exporting:&lt;br /&gt;
&lt;br /&gt;
* As Java Appelt&lt;br /&gt;
* As Flash&lt;br /&gt;
* As TWiki --[[User:Terkor|Terkor]] 19:06, 27 Aug 2007 (PDT)&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
=== User feedback ===&lt;br /&gt;
* Embedded links on images and then exported to flash do not work.&lt;br /&gt;
** [http://video.google.com/videoplay?docid=-781058038619276488&amp;amp;q=freemind+dennis Video of Bug]&lt;br /&gt;
* HTML links and then exported to flash do not work either. Please see: &lt;br /&gt;
** http://www.efectokiwano.net/mm/&lt;br /&gt;
--[[User:VincentD|VincentD]] 02:30, 9 Nov 2006 (PST)&lt;br /&gt;
* Export to Flash does not support Rich Formatted nodes.&lt;br /&gt;
* When a map that contains a hyperlink is exported to HTML there is obviously an error in that exported hyperlink. --[[User:Terkor|Terkor]] 20:34, 2 Sep 2007 (PDT)&lt;br /&gt;
* In exporting to Flash, I have to enter URLs as &amp;lt;nowiki&amp;gt;http:www.yahoo.com&amp;lt;/nowiki&amp;gt;, instead of &amp;lt;nowiki&amp;gt;http://www.yahoo.com&amp;lt;/nowiki&amp;gt;, for the link to work.&lt;br /&gt;
* I&#039;m using 0.9.0 beta 19, when exporting to flash, http links fail. I&#039;ve watched the video and visited efectokiwano, still not working. Does the exported html require a special server build to serve the content?&lt;br /&gt;
&lt;br /&gt;
--[[User:Berti|Berti]] 12:04, 13 Feb 2008 (PST)&lt;br /&gt;
* I tried an export to txt tab separated this worked in 0.8 fine if  I rename the .mm to xml and try to view it I get an error it seems the html tags are going to break it. I also tested the xsl form this side Tabulator separated text ? FreeMind&lt;br /&gt;
http://freemind.sourceforge.net/wiki/index.php/Import_and_export_to_other_applications&lt;br /&gt;
&lt;br /&gt;
=== Wishes concerning Export Filters ===&lt;br /&gt;
--[[User:AlexandreDC|AlexandreDC]] 08:47, 13 Mar 2008 (CET)&lt;br /&gt;
* It would be useful to indicate some XSLT templates to produce HTML exports: we could thus choose whether and how to display attributes for example.&lt;br /&gt;
&lt;br /&gt;
--[[User:DRBusch]]&lt;br /&gt;
* To me, the most useful application of freemind is organizing complex documents (e.g. a thesis or book).  To this end, I&#039;ve modified the [http://sites.google.com/site/freemind2beamer/ freemind2beamer] script into [http://student.physics.upenn.edu/~drbusch/mm2thesis.xsl mm2thesis].  Unfortunately, I can&#039;t seem to figure out how to parse in the xsl document such that I can (for example) put a hard line break into the text of a node and use the second line as a label.  For example, node=abcd\\labelabcd would be translated into \section{abcd}\label{sec:labelabcd}.  Any thoughts?  I haven&#039;t dug into the java mm to beamer conversion yet.&lt;br /&gt;
&lt;br /&gt;
=General Bugs=&lt;br /&gt;
* Generating Output for a printer is almost impossible. On Ubuntu 7.10 printing does not work (nothing happens), PDF export does not work (Error popup with no content), SVG export does not work (Error popup with no content), PNG export  does not work (nothing happens), JPG export  does not work (nothing happens), (Jave and Flash export thus is working, but it&#039;s not printable in a browser). So I am limited to screenshots which are unreadable in larger mind maps. Preview is ok, by the way, but I would need a feature to resize the whole map to paper size.&lt;br /&gt;
* If I close the calendar not with &amp;quot;cancel&amp;quot; but by just closing the calendar window, I can&#039;t reopen the calendar. I have to restart FM to be able to open the Time Management dialog again. --[[User:Terkor|Terkor]] 06:27, 15 Dec 2007 (PST)&lt;br /&gt;
* I updated to java runtime enviroment 1.6 and was not able to save any mindmap any longer. Message was &amp;quot;Map ist write protected&amp;quot; --[[User:bebach|bebach]] 13 Nov 2007&lt;br /&gt;
* Sometimes I use freemind just as a simple extended clipbord. In openoffce 2.0 writer I get the message, the clipbord format does not exist. In thunderbird I always have to paste without format to see anything. It is painful. It seems to me that I was not able to switch freemind to the plain text option. I am looking again the documentation. --[[User:bebach|bebach]] 8 Nov 2007&lt;br /&gt;
* Using the PDF export feature results in an error message &amp;quot;null compatible with Global antialiasing enable key&amp;quot;. That was no problem in Version 0.8&lt;br /&gt;
* I can&#039;t save a new mind map under MS Vista. Modify and save of an existing mind map works.&lt;br /&gt;
* After pasting a node at a new position, keystrokes get stuck. The moviment is possible only changing the focus with mouse. After changing the focus, keystrokes (up,down,left,right) works normally.--[[User:Leslie|Leslie]] 05:16, 17 Apr 2007 (PDT)&lt;br /&gt;
* Ok, the new version is very nice... but there is still the Problem with printing. Sometimes the print is to small or to great or a part is cut off. Its difficult to configure the printer for good mindmap printings--[[User:Bkmzde|Bkmzde]] 00:31, 16 Feb 2007 (PST)&lt;br /&gt;
* Bug ? : MindManager Import doesn&#039;t include &amp;quot;Html Notes&amp;quot; hooked to the nodes. In 0.8, the note is &amp;quot;translate&amp;quot; in a text note.&lt;br /&gt;
* The context-menu that appears when you right-click while editing a node does not work. (It only contains &amp;quot;Copy&amp;quot; - which does not work.) Perhaps adding &amp;quot;Cut&amp;quot;, &amp;quot;Paste&amp;quot;, &amp;quot;Split&amp;quot; (at cursor-position), &amp;quot;Edit Long Node...&amp;quot; (with the editor remembering the cursor position and if some text is already marked). And perhaps some formating: &amp;quot;Bold&amp;quot;, &amp;quot;Italic&amp;quot;, &amp;quot;Font...&amp;quot;, &amp;quot;Paragraph...&amp;quot;&lt;br /&gt;
* Display error: Zoom is now (Beta 14) working perfectly, as far as I can see. Good work! --[[User:Terkor|Terkor]] 14:41, 21 Oct 2007 (PDT)&lt;br /&gt;
** OK, there is a little bug: use Format &amp;gt; Bubble. You will see that on most zoom levels text in the bubble is not centered correctly. On both sides of the map text is placed too much on the left side. --[[User:Terkor|Terkor]] 11:33, 22 Nov 2007 (PST)&lt;br /&gt;
* Display error: Edges don&#039;t connect properly to the root. With widths 4 or 8 the effect is very obvious, and if &amp;quot;Bezier&amp;quot; is chosen). --[[User:Terkor|Terkor]] 07:51, 11 May 2008 (PDT)&lt;br /&gt;
[[Image:Root.jpg]]&lt;br /&gt;
*     File Locking appears buggy: When you open a file with File Locking enabled in Preferences, the first open generates the error that &#039;file locking&#039; failed. Subsequently, all attempts to open a file result in &#039;File is already being edited by (Username). Opening as Read-Only.&#039; FreeMind does not appear to be willing to release this lock, except by turning off Experimental File Locking and turning it back on, so the entire feature appears to be broken. Specs: Windows XP SP2 machine, .mm file is on local drive which is also shared.--[[User:Perholm|Perholm]] 22:43, 13 Sep 2007 (PDT)&lt;br /&gt;
* Auto-Save Confirmed Buggy: &#039;&#039;&#039;I WOULD SUGGEST THAT THIS BUG IS AN EMERGENCY, AS DATA-LOSS CAN/WILL HAPPEN IF THE FEATURE IS RELIED UPON&#039;&#039;&#039;. Auto-Save at present does not work properly and should not be relied upon. Bug analysis: It appears that the timer used to control auto-save is only activated once at program launch, and when the auto-save interval has passed the timer does not reset for another auto-save interval, but instead NEVER generates an event again. Test: Set auto-save to 20000 milliseconds. Open an existing MindMap, and make a change within 20 seconds. If you check the .freemind directory, a single auto-save will be generated after 20 seconds, and no further auto-saves will EVER happen. If you again open a MindMap, and DO NOT make a change within 20 seconds, no auto-save will ever happen of any changes including the initial change. I would therefore conclude that the timer used for the auto-save interval is being programmed incorrectly, and does not launch another auto-save interval.--[[User:Perholm|Perholm]] 22:56, 13 Sep 2007 (PDT)&lt;br /&gt;
* The JRE 1.6 update 2 bug from javaw.exe on using the function of Open/Save File, it will waitting more than 30 sec per times, The JRE 1.5 update 11 will be better. --[[User:Josepchangtw|Josepchangtw]] 16:55, 15 Nov 2007 (PDT)&lt;br /&gt;
* Certain actions, foremost among them the &#039;&#039;paste&#039;&#039; action, cause FreeMind (or perhaps just the editing area) to lose focus somehow, so that no further keyboard input has any effect, until you click in the editing area to restore the focus. This severely detracts from the keyboard-only usability of FreeMind.&lt;br /&gt;
** Please describe how to reproduce and see this behavior [[User:DimitriPolivaev|DimitriPolivaev]] 14:40, 18 Oct 2007 (PDT)&lt;br /&gt;
** After pasting &#039;&#039;a node&#039;&#039; that has been copied from Freemind, the keyboard has absolutely no effect (really! I even tried mashing it randomly) until you click the mouse in the window, or switch to another window and then back, or do something else that focuses the Freemind window. Pasting text or anything else works just fine; only pasting a copied node (or nodes) causes the problem -- to put it as clearly as possible, the problem only occurs when pasting &#039;&#039;from Freemind to Freemind itself&#039;&#039;. Also, I should mention that this is not a problem in 0.8, only in 0.9.&lt;br /&gt;
** I have a very similar problem, under Ubuntu 7.10. It happens that: 1. whenever I paste something, I lose the ability to use the keyboard (all shortcuts), editing, entering text. 2. I can get keyboard back by switching to another window or virtual desktop, but after I repeat this (paste something) the third time, I lose keyboard for good until I close and re-open Freemind; 3. mouse works and I can save my map. Please note that for me it happens both with 0.8 and 0.9 branches, when running 0.9.x both with jre 5 and 6. [[User:Zecg|Zecg]]&lt;br /&gt;
** Same here on openSuSE 10.3, x86_64. It&#039;s hard to reproduce when it happens but I also suddenly use the ability to use keyboard. I&#039;ve found no way to get keyboard back except closing and re-opening Freemind. Mouse input still works. Appears to be introduced in the 0.9.x branch regardless whether I use jre 5 or 6. It&#039;s a show stopper. Is there a way to record all keyboard/mouse input to help to track this down ? --[[User:Steve|Steve]]&lt;br /&gt;
** The March 3 build seems to have fixed this bug. If others can confirm this, you can probably delete this thread.&lt;br /&gt;
** Not confirmed. The problem is still in Beta 16, just re-tested. A few times it happened after pressing INS, type in something, CR, CR, type in something, CR and cut the nodes again with CTRL-X, CTRL-X or a similar sequence. --[[User:Steve|Steve]]&lt;br /&gt;
* Node dragging problem: &amp;lt;br&amp;gt; When dragging the small circle in front of a node and moving the node vertically to raise the distance to the upper or lower node, this behavior in FreeMind seems to have changed. &amp;lt;br&amp;gt;In previous versions, the node could only be dragged to the right, up or down, but not more to the left towards the parent node. There was kind of an invisible vertical border. You could not drag the node beyond this border towards the parent node. This border was excellent to keep all child nodes aligned while changing the nodes&#039; distance. &amp;lt;br&amp;gt;Now this doesn&#039;t work any more. In the current version, this border seems to be gone unfortunately. When I change the vertical distance of one node to another node, I cannot keep the moved node in it&#039;s horizontal position any more. &amp;lt;br&amp;gt; (By the way, pressing &amp;lt;CTRL&amp;gt;-left-mouse-button on a node&#039;s drag-handle also changes the distance between nodes, but this functionality is not compareable, because it changes the distance of &amp;lt;u&amp;gt;all&amp;lt;/u&amp;gt; child nodes in this column, not only of the selected one.)&lt;br /&gt;
** Solution could be double-click on the small circle: it appears to work very well.--[[User:Luciodp|Luciodp]] 05:32, 7 May 2008 (PDT)&lt;br /&gt;
* Node dragging problem 2: &amp;lt;br&amp;gt; FM 0.9 B15. I created a map with FM 0.8, then switched to 0.9. If I copy the contents of a MSWord table into a node, MM gets it formatted with HTML and displays the table perfectly. The problem arises when I move the node to another branch of the tree. The html content gets converted to ascii (e.g. &amp;amp;lt;html&amp;amp;gt; becomes &amp;amp;amp;lt;html&amp;amp;amp;gt;) and thus all the formatting is lost. --[[User:ScavType|ScavType]] 14:09, 04 Jan 2008 (PDT)&lt;br /&gt;
* Print Preview shows wrong view after selecting Fit to one page. Steps: create map that&#039;s more than one page wide with default page setup options. Edit page options to fit to one page. Choose Print Preview. Expect it to show one page. Instead, it showed the first page of two pages as if ignoring the &amp;quot;fit to one page&amp;quot; option. After clicking next page button, print preview then realized it should zoom to fit to one page. --[[User:JimK|JimK]]&lt;br /&gt;
* Hover text for Print icon on toolbar says &amp;quot;Print...&amp;quot; implying that a dialog box will open but instead it just starts a print job.  Text should say &amp;quot;Print&amp;quot; or it should open dialog box. --[[User:JimK|JimK]]&lt;br /&gt;
* Opened a mind map created in 0.8.7. Looks good except that beta 17 put a cloud around the entire map---i.e., main node---that I can&#039;t remove, and all the child nodes on the right of the main node have been moved down far enough to be offscreen when view is centered on the main node. (One branch on the left side is fully expanded to four levels, so maybe that had something to do with it, but folding it back up makes no difference.) Tried to toggle off the cloud using the Insert main menu, the Insert shortcut menu, and with shift+ctl+b combo... no luck. This is my first try with 0.9 b17; and already I can&#039;t use it for existing maps. --[[User:foxcole|foxcole]] 13 May 2008    UPDATE:  Ah... in beta 17 I can&#039;t add a cloud to the main node either, so that seems to be a property that&#039;s not natively available at the main level. I&#039;ve no idea what&#039;s putting it there in the first place but now understand why I can&#039;t remove it.&lt;br /&gt;
* Open a mind map that saved on a network share with windows version of freemind, doesn&#039;t work. I got the following failure: An error occoured on opening the file: MindMap:\\mondsee\homes\ko\Eigene Dateien\Brainstorming\FTM\WLT-Event.mm. It&#039;s only while opening a file on a network-share - at my local desktop it works! --[[User:Osthoffinnovations|Osthoffinnovations]] 09:12, 30 May 2008 (PDT) &lt;br /&gt;
** The space in the path name &amp;quot;..\Eigene Dateien\..&amp;quot; plus double back slash &amp;quot;\\&amp;quot; causes this bug.&lt;br /&gt;
 As a quick fix add to FreeMind.java on line 517 (after “// bug fix by Dan:”) &lt;br /&gt;
   if (System.getProperty(&amp;quot;os.name&amp;quot;).startsWith(&amp;quot;Windows XP&amp;quot;) &amp;amp;&amp;amp; url.toString().startsWith(&amp;quot;file:////&amp;quot;))&lt;br /&gt;
     command = &amp;quot;rundll32 shell32.dll,ShellExec_RunDLL \&amp;quot;&amp;quot; + url.toString().replaceAll(&amp;quot;%20&amp;quot;,&amp;quot; &amp;quot;).replaceAll(&amp;quot;%25&amp;quot;,&amp;quot;%&amp;quot;)+&amp;quot;\&amp;quot;&amp;quot;;&lt;br /&gt;
* If I put a graphics in a node and use the HTML editor to try to scale it down .... &amp;quot;size=50%&amp;quot; or &amp;quot;width=120px&amp;quot; ... that has no effect.  [[User:Anton|Anton]]&lt;br /&gt;
* Freemind uses .mm as its file extension, but on Ubuntu (and probably other Linux distributions), this is the same as &amp;quot;Troff MM input document,&amp;quot; so the file manager misidentifies all Freemind maps as Troff documents. Perhaps use .mim (MInd Map) or .fmm (FreeMindMap) or something else as the extension?&lt;br /&gt;
* On 0.9.0 beta 20: If you select &amp;quot;save&amp;quot; for an unsaved document, but you cancel the action, a message box appears saying &amp;quot;Saving Failed&amp;quot;, but it&#039;s just a cancel. [[User:snookiex|snookiex]] 11:35, 27 Oct 2008 (GMT-5)&lt;br /&gt;
* 0.9.0 beta 20: Create child node using keyboard shortcut (eg. Insert) then press same kb shortcut (or if you have a second keystroke generated thru keystroke bounce) the second child-child node is created as closed node, ie not ready for keystroke entry. Basically pressing the &amp;quot;create child node&amp;quot; should not create a new node if the same keystroke is seen before the node has been &amp;quot;closed&amp;quot;. (0.9.0 beta 15 did not display this behaviour - not tested intermediate versions yet)&lt;br /&gt;
* 0.9.0 beta 20: Note icon sometimes disappears and hint fails to display. Moving node causes note icon to display and hint to become active again.&lt;br /&gt;
&lt;br /&gt;
=General Comments=&lt;br /&gt;
* Feature disable request:  Would be great to disable scroll with touch pad as on my MacBook Pro if I accidentally touch the touch pad it starts scrolling very slowely and freezes all functions until it has stopped.&lt;br /&gt;
* Feature request: Would be nice to have a Latex export for the mindmap. This especially helps structuring a bigger report without having to type everything in latex again. Nice would be if you could say till which level you want to have headlines (after that just  enumerations / lists).&lt;br /&gt;
* Feature request: I&#039;m thinking to add a &amp;quot;Rotate&amp;quot; node function. When a node is selected followed by a &amp;quot;Rotate&amp;quot; feature, the selected node and its child nodes will be rotated by 90 degree. This will form a flow chart. Thus, we can used FreeMind to build flow chart easily using its friendly interface.&lt;br /&gt;
* Feature request: Add a number &amp;quot;0&amp;quot; icon. The addition of numbers &amp;quot;8&amp;quot; and &amp;quot;9&amp;quot; in .9.0 Beta 18 are great, but &amp;quot;0&amp;quot; is all that&#039;s left to complete the set. This will allow users to use these icons in many ways other than just setting priority. For example, when using Freemind to take notes, if you have more than 9 items which would benefit from a graphical numerical identification, double (or more) digits could be used with great benefit. I may even suggest that a black icon with white text be used—black being a conceptually appropriate color for the number &amp;quot;0&amp;quot;.&lt;br /&gt;
* Feature request: Add the possibility to add a description to a graphical link, or even attributes (would be perfect). I use Freemind to create Moore and Mealy state machines in XML. So adding a text or attributes to a graphical link would be a milestone to reduce the complexity of the drawings.&lt;br /&gt;
* Feature request: When you move mouse over a node text is displayed in popup cloud, but it dissapears after few seconds. I would like for it to stay. Also, It would be great to be able to focus that popup and edit (ok that&#039;s a hard one, but at least copy) the contest there right away. --[[User:Kova|Kova]] 06:49, 19 Jan 2008 (PST)&lt;br /&gt;
* Feature request: I would like an option for text view (bottom) and tree view (top) to show (expand) when you move mouse over them. Right now I have tree view maximized when I&#039;m editing the tree, but when I want to write something in the nodes or have a look what is written I have to go down, resize the text view, write text / view the text and resize again. It would be great if it resizes to half for example if I just move my mouse down to bottom where text area is. In short, I need quickly switch between node edit (text) and tree edit (graphics). --[[User:Kova|Kova]] 06:49, 19 Jan 2008 (PST)&lt;br /&gt;
* How about a forum for this stuff? Wiki is great for a single document, but not for discussion or suggestions like this. --[[User:Kova|Kova]] 06:49, 19 Jan 2008 (PST) &lt;br /&gt;
* In the German translation the use of capitals is just a mess. (Sorry!) For example &amp;quot;Speichern Unter...&amp;quot; Why a capital &amp;quot;U&amp;quot;? --[[User:Terkor|Terkor]] 06:58, 15 Dec 2007 (PST)&lt;br /&gt;
* Since some changes in the properties of FM need a restart of the program in order to be seen, there should be a restart option after you changed settings or in the file-menu. --[[User:Terkor|Terkor]] 02:18, 19 Nov 2007 (PST)&lt;br /&gt;
* any idea how I can print or give out a mindmap WITH the notes I made to the nodes? I think I tried all export possibilities but could not find a way.  --[[User:bebach|bebach]] 17 Nov 2007&lt;br /&gt;
* Since I communicate with others using html exports or java/ flash exports, I uploaded to the web, it would be wounderful to have an internal ftp client in freemind and have an export option  &amp;quot;upload by FTP&amp;quot;. --[[User:bebach|bebach]] 8 Nov 2007&lt;br /&gt;
* Missing Export feature: I love the XHTML-Export with includes Image of the mindmap. For many reasons it would be much more comfortable to have just the images with an imagemap, for example a link collection. It will save user one very painful klick an the looking for the right section in the html export. HTML-Export as an image map would be much better for some users since the are not used to the also very nice flash or java  web exports. They are very good for experienced users. --[[User:bebach|bebach]] 8 Nov 2007&lt;br /&gt;
* Moving a branch from one side of the root to the other - the text and child branches should &amp;quot;flip&amp;quot; to enable this&lt;br /&gt;
** Um, they do!  Drag the node onto the root node and drop when you can see the gradient appear - then you&#039;ll mirror the structure.  Otherwise you&#039;re just repositioning the node.  --[[User:Kenrob|Kenrob]] 04:34, 5 Oct 2007 (PDT)&lt;br /&gt;
* I believe the Calendar / Scheduler feature can offer great benefits if improved.  I suggest a pop up will should come up when the reminder time arrives.  Similar to MS Outlook, you should have options of  delaying the reminder or canceling it.  --[[User:Felipe|Felipe]] 13:33, 1 May 2007 (PDT)&lt;br /&gt;
* I love freemind and work with it a lot some hours a day! I am looking forward to the new version and I start testing from v0.9 beta 12 --[[User:bebach|bebach]] 24 Aug 2007&lt;br /&gt;
* Feature Request: Database views are a powerful feature. I wish something like this for freemind. The idea is to store all the data in some ordinary mindmaps whithout redundancy, and on the other side work on them with the help of several &#039;&#039;&#039;virtual mindmaps&#039;&#039;&#039;, like views in database systems. The intention is to benefit from all the advantages of database views in freemind with a similar feature. To build the freemind views could xquery be used.--[[User:maxreeb|maxreeb]] 6 Sep 2007&lt;br /&gt;
* Feature Request: Lose Nodes. While FreeMind works great for information that is already relatively structured in your mind, it is VERY difficult to use when your information is very disorganised, like any kind of stream-of-consciousness type note-taking. In that scenario, the fact that FreeMind forces you with an iron hand to structure information before you&#039;re allowed to move on to the next idea, forces you to completely stop the creative process maybe 10 times a minute, which is why I tend to AVOID FreeMind and favor even just WordPad any time I&#039;m creative, because FreeMind works against me by forcing me to be so structure right off the bat that it grinds the creative process to a halt. I truly feel that you need the ability to have what I would term &#039;Lose Nodes&#039;, which is notes that are simply floating on the page and detached from the tree. Of course the goal is to get them attached to the tree in an orderly fashion, but for the sake of picking your own brain, you actually need the ability to simply drop them on the page, and then drag-drop organize them later by binding them together into a tree. You would do the exact same on a physical desktop -- you would cut out little pieces of paper, which would initially just be floating around on the table, until they slowly become organized into a tree. The fact that people have done this for hundreds years, I think proves that this is a natural and intuitive workflow, one that FreeMind easily both could and should support. By the same token, if you realize that a tree is poorly structured, you would want to take it apart and re-assemble it in a new way. As part of that process, maybe 20 or 40 nodes would be temporarily lose, and a &#039;Lose Nodes&#039; feature would allow you to simply drag the nodes lose from the tree, drop them in the white space, and then later attach them somewhere else. I think this would be extremely intuitive. And very lastly, in this mindset of being able to do in FreeMind what you are thinking, I think you need to support more than one root. Although the GOAL is of course a neatly structured tree with a single root, you again don&#039;t necessarily arrive there through clean path -- no, the path is messy and disorganized, and then order forms slowly. I feel I would be able to structure large and experimental concepts much more easily if you supported Lose Nodes and multiple roots. With multiple roots, you would be able to detach section of the tree into a new tree, work on them concurrently, until you realize that they&#039;re part of the same concept, and glue the trees back together. These two features together are what is preventing me from being truly productive with FreeMind from a discovery perspective. I have no doubt that FreeMind works like a charm for information that is already relatively organized, but for discovering new and original concepts, FreeMind forces a structure on the information that is not mature for. Rather, FreeMind helps your produce a graph of the end result, but doesn&#039;t fully help you get there. --[[User:Perholm|Perholm]] 16:23, 12 Sep 2007 (PDT)&lt;br /&gt;
** &amp;quot;Lose Nodes&amp;quot; or &amp;quot;Unattached Nodes&amp;quot; or &amp;quot;Additional Roots&amp;quot; are available in [http://www.mindjet.com/ MindJet&#039;s] Mindmap.  They are a class of &amp;quot;floating&amp;quot; objects that include labels and graphics.  I recall the implementation of this came in on of the service packs for X5.  [http://www.mindjet.com/resources/tutorials/mindmanagerx5/default.aspx X5] also added things like callouts, markers, map parts, and storing the map as XML.  Once again I would recommend looking at Mindjet&#039;s MindMap and if you are a Windows users trying the 30-day evaluation to get a feel for what is possible in both capabilities and interface.  --[[User:Anton|Anton]] 18:05, 20 Jul 2008 (PDT) &lt;br /&gt;
&lt;br /&gt;
** Understood the issue. What I do is setting &amp;quot;disable key type&amp;quot; off, and &amp;quot;key type adds new&amp;quot; on. So each time I am hitting &amp;quot;return&amp;quot; key and starting to type again, it is a new node automatically created. In fact it works then like &amp;quot;wordPad&amp;quot;, a node being equivalent to a line. To keep my map &amp;quot;clean&amp;quot; all those new nodes are created under a node &amp;quot;to be cleaned&amp;quot; or even a new map. Then I do the assembling by moving nodes with the mouse, and this is all the power of freemind. Faster to reorganise information than any other tool I have ever tried. I like your expression &amp;quot;kind of stream-of-consciousness type note-taking&amp;quot;. This is exactly my use (several hours/day for years) of Freemind which is my main/only data entry software, and it is the best tool I know for this. --[[User:Fb5|Fb5]] 03:57, 23 Oct 2007 (PDT)&lt;br /&gt;
** About the  multi root discussion. The same result could be attained easily now with the tabbed windows. For large maps already difficult to see, multiroots would make them really messy. An improvement for your concern could be to have an option to view tabbed windows &amp;quot;side by side&amp;quot; (&amp;quot;arrange all&amp;quot; in Word from Windows).--[[User:Fb5|Fb5]] 04:15, 23 Oct 2007 (PDT)&lt;br /&gt;
* Feature Request: Rearranging Nodes. I&#039;m wondering why, when you&#039;re rearranging the order of nodes on the same hierarchical level, why you&#039;re only allowed to move a node *before* another node by dropping things in the top half of the destination node. All the time, I need to move a node so it comes *after* another node, but you can&#039;t simply drop the node in the bottom half of the destination node to move it to come *after*. And by the same token, there&#039;s NO way to move a node to be the last one without dropping it in the right-side of the *parent* node. This is frustrating, really frustrating, and there&#039;s no real logic to it... who made the decision that you can only move nodes *before* other nodes, but not *after*? Why did you decide to make it like this and not the other way around. And why is the only way you can get a node to the bottom of a list, to drag and drop onto the right side of the *parent* node. I run into this probably 20 or 30 times an hour, and the current design seems arbitrarily selected. You should be able to move nodes both *before* and *after* each other by dragging and dropping them into the top or bottom half of the destination node. I feel that nothing else is consistent and makes sense. Sorry for my rant, I just feel that there are some things that don&#039;t follow GUI 101. --[[User:Perholm|Perholm]] 14:00, 13 Sep 2007 (PDT)&lt;br /&gt;
** A simple workaround is to drag to the &#039;&#039;second-last&#039;&#039; position, i.e. the top ½ of the lowest node.  When you have everything else repositioned, drag the lowest node to it rightful place.  --[[User:Kenrob|Kenrob]] 04:25, 5 Oct 2007 (PDT)&lt;br /&gt;
*** I think this is unacceptable as a solution. Workaround, yes. Solution, no. --[[User:Perholm|Perholm]] 14:12, 10 Oct 2007 (PDT)&lt;br /&gt;
* Feature Request: Copy/Paste Paragraphs. I&#039;m an author trying to use FreeMind to structure a large literary project, and it would be incredibly helpful if FreeMind had the following functionality: If you grab some text from Word (which might consist of for example 10 paragraphs), it would be incredibly helpful to get each of these paragraphs as individual child-nodes. The reason is that we&#039;re using FreeMind to organize a book-type project, of which some has already been written, and we need to get each paragraph of a chapter into a separate child-node in FreeMind so we can rearrange the blocks the FreeMind way, which by the way works fantastically. But at the moment, we can&#039;t find any other way than to copy/paste each single (friggin) paragraph individually. And the same goes for when you&#039;re trying to get something back into Word; it would be great to be able to simply select a branch, and get it copy/pasted into word as a simple top-to-bottom text copy where each child-node is an individual paragraph. That way you can use FreeMind to organize a literary project, knowing that the project ultimately has to end up in Word, but FreeMind is far superior for organizing and structuring the information. Perhaps consider a &#039;Paste Menu&#039; like Word has, which asks you how exactly you want to paste, i.e. &#039;Keep Formatting&#039; or &#039;Text Only&#039; -- a similar menu in FreeMind could ask if you want to turn individual paragraphs into nodes, or if you want to paste the whole text as a single node. This would be REALLY helpful to organize literary projects. This would also allow you to much more easily use FreeMind to edit something that is initially written as stream-of-consciousness, i.e. any brainstorm. Such a brainstorm would likely simply consist of lines upon lines (or paragraphs upon paragraphs) of disorganized ideas written into Word or a text-editor. When you bring this into FreeMind, you ought to be able to turn each &#039;idea&#039; (i.e. Paragraph) into a separate node. Right now, I can find no other way than to copy/paste each line individually, which is enormously labor-intensive. UPDATE: OK, FreeMind already has this feature, but it doesn&#039;t always work, because if you&#039;re pasting from Word, the text coming in is interpreted as Rich Text, and put into a single child node. If you want the behavior I describe, you have to first copy the text in Word, paste the text into Notepad (not Wordpad), copy it from Notepad, and paste it into FreeMind. I think there should be the ability to interpret text coming from Word as &#039;text-only&#039; and not automatically bring in the formatting. In the case of a literary project, the formatting is only interesting in Word... in FreeMind you only want to edit the text, the formatting is irrelevant in a FreeMind context.--[[User:Perholm|Perholm]] 23:11, 13 Sep 2007 (PDT)&lt;br /&gt;
** &#039;&#039;&#039;You can use Edit-&amp;gt;Split Node after inserting a formatted paragraph into the node. It splits the node in single paragraphs.&#039;&#039;&#039; [[User:DimitriPolivaev|DimitriPolivaev]] 14:19, 17 Sep 2007 (PDT)&lt;br /&gt;
** Using the Edit-&amp;gt;Split Node is very time consuming for a large number of branches.  &amp;lt;s&amp;gt;Why can&#039;t we retain the behaviour of Freemind 0.8.0?  It seems that a tool to organise thoughts should work at the lowest level of granularity not create huge &amp;quot;blobs&amp;quot; of text.  When I reorganise my ideas by pasting paragraphs from a document in 0.8.0, each paragraph in the document beocomes a separate branch.  I can then drag and drop branches to reorganise my ideas.  This issue is so important to me that it will be a show-stopper for 0.9.0 as far as I am concerned!&amp;lt;/s&amp;gt; --[[User:Phil31753|Phil31753]] 07:35, 9 Apr 2009 (UTC) Tool-&amp;gt;Split Node achieves what I (and others in this section) require.--[[User:Phil31753|Phil31753]] 10:05, 9 Apr 2009 (UTC)&lt;br /&gt;
** That&#039;s interesting discussion. When I copy from word to freemind, each paragraph is copied as an individual node and that is what I expect and what You would like. Maybe your freemind settings are different than mine ?--[[User:Fb5|Fb5]] 04:05, 23 Oct 2007 (PDT)&lt;br /&gt;
** It is now I met the issue You described Perholm. This is when copying form WEB BROWSER to FREEMIND. The copy keeps the html formating and keeps it in one node. This is a real annoyance for me too and that would stop me to move from 0.8 Version. Is it possible to have a &amp;quot;Paste Special&amp;quot; or &#039;&#039;&#039;&amp;quot;Paste as text&amp;quot;&#039;&#039;&#039; menu which also split paragraph as nodes, please Dimitri ?  One advantage of the html copy would be for tables, which doesn&#039;t work in 0.8. Thank You. Franck --[[User:Fb5|Fb5]] 03:46, 6 Dec 2007 (PST) &lt;br /&gt;
* SIMPLICITY , SPEED and RELIABILITY : Those must be the main strengths of Freemind. I am  using Freemind as my main computer interface for data entry for three years, ending with large maps (several 10s of thousands nodes). I have  tried many other softwares and my conclusion, there is simply no equivalence on the market. It would be a shame to slow the program or the user-interface because adding new features. So, my expectation is to have user-options for enabling or not those features (attributes and Wysiwig). Thank You so much for the great work. Franck --[[User:Fb5|Fb5]] 20:03, 2 Oct 2007 (PDT)&lt;br /&gt;
** I want to second that: my maps are not nearly as big as Franck&#039;s but for me simplicity and reliability (as already provided by 0.8.0) are most important, too. Please try to keep focus on the simple things instead of adding too many features.--[[User:Christofb|Christofb]] 12:27, 30 Oct 2007 (PDT)&lt;br /&gt;
** Absolutely right. It is wonderful that new features are being added, but it is ESSENTIAL that Freemind is able to run QUICKLY on any computer, or it won&#039;t be useful. --[[User:Loydog|Loydog]] 2:44, 8 Nov 2007 (PDT)&lt;br /&gt;
** I absolutely agree to that. I&#039;m a freemind user for years now and though I&#039;m looking forward to see new features in freemind I always loved the fast and easy way to create maps on every occasion. So maybe if there are resource consuming new features they could be inserted as plugins or sth. like that so users are able to decide wether they will activate a feature or not--lpdubel 02:06, 14 Nov 2007 (PST)&lt;br /&gt;
* Attachments (Multiple): It is necessary to be able to add multiple attachments to a single node. For example, one node may have an attached pdf doc, word doc, excel sheet, and other mindmap. [[User:kberardinelli|kberardinelli]] 09:17, 26 Oct 2007 (EDT)&lt;br /&gt;
** What I do is to create subnodes (even without any text) and assign an attachement to each of them. --[[User:Fb5|Fb5]] 02:26, 15 Nov 2007 (PST)&lt;br /&gt;
* Attachments (Deletion): Currently, there seems to be no way to delete an attachment. This needs to be very easy to do (perhaps by right-clicking and selecting &#039;Delete Attachment&#039;. [[User:kberardinelli|kberardinelli]] 09:17, 26 Oct 2007 (EDT)&lt;br /&gt;
* Feature Request: Especially when using freemind on a beamer I would like to have a fullscreen mode ie without window decorations etc. Just the canvas, even without menu bar or status bar. -- [[User:barney|barney]] 13:52, 29 Oct 2007 (MEZ)&lt;br /&gt;
** I would love to see that too. Think about using it in a classroom for a brainstorming on the  beamer. --[[User:Christofb|Christofb]] 12:27, 30 Oct 2007 (PDT)&lt;br /&gt;
** Agree, for uncluttering and focusing on one task. -- [[User:Vibrog|Vibrog]] 10:43, 17 Nov 2008 (UTC)&lt;br /&gt;
** Agree with you at all! I would like to use freemind for presentation on technical presentation. --[[User:Dinny|dinny]]&lt;br /&gt;
* Feedback: In Beta 13 (the one before 14), I could remove the note area from the view and use ctrl-&amp;lt; to activate the note area, make it visible again, and type ahead. This still works in Beta 14. When done, I could use ctrl-&amp;lt; again to focus the mind map node again and the note area vanishes again. In Beta 14 the note area stays visible and I need to ctrl-&amp;lt;, ctrl-&amp;gt; to move out and hide the area. The behaviour in Beta 13 was much easier to work with. -- [[User:barney|barney]] 13:52, 29 Oct 2007 (MEZ)&lt;br /&gt;
* Feature request: IMO it would be very useful to be able to add some metadata to a freemind map as a whole like titel, description, author, keywords --lpdubel 02:06, 14 Nov 2007 (PST)&lt;br /&gt;
&lt;br /&gt;
* Feature request: I would like very much to have a better method for transclusion. Compendium allows reuse of nodes across multiple views (whether maps or lists) and automatically handles updates from any instance to all appearances across a range of maps. Compendium even places a subscript counting the number of transclusions for a node! Can one hack this up through per node addressing in FreeMind? Would that handle automatic updates? I suspect a database back-end for nodes makes more sense. I want to construct constructing Maps through addition across a collection of nodes (again, like Compendium) instead of filtering maps by subtraction across a single map&#039;s nodes. As a first approximation to this, I&#039;d like to save Filters independently of maps. --[[User:Jay Dugger|Jay_Dugger]], 2217 Sunday, 2 December 2007&lt;br /&gt;
&lt;br /&gt;
*Feature request: Ship it! (sorry, but it would be nice to have a released version that works with the lattest java version), and well, it&#039;s been 2 and a half years... [[User:Tomh|Tomh]] 05:09, 10 Jan 2008 (PST)&lt;br /&gt;
&lt;br /&gt;
*Feature request: I really miss a strike-through along bold and italic, with a keyboard shortcut. Cheers.&lt;br /&gt;
&lt;br /&gt;
* Feature request: Nothing big, I just wanted to ask weather its possible to bind the structure to too points again (left right) from the rootnode like it was it 0.8 and that change this when you want. Because its much esear to start a structured mindmap using only the keys... Also I liked to have two sides to divide the thoughts when speaking about pro and contra. It Would be Great if it was possible to ad this as an Option to the root-point. (Inculding the move navigation with strg that could move one node all around the root) Thank you! --[[User:X-Site|X-Site]] 16:29, 9 Mar 2008 (PDT)&lt;br /&gt;
&lt;br /&gt;
* Feature lost? In 8.0 version when you copy nodes and paste in MSWord you immediately create a &amp;quot;structure&amp;quot;, that is a hyerarchic level: very useful if you want to adjust titles or paragraphs in preliminary notes, or import them in Power Point slides etc. I&#039;m a teacher and use Freemind with students for brainstorming, organize ideas and create texts or presentations from preliminary notes. Now in 9.0 version this feature seems to be lost. Why? Do tou know any solution? Many thanks for your work.--[[User:Luciodp|Luciodp]] 05:24, 7 May 2008 (PDT)&lt;br /&gt;
&lt;br /&gt;
* Try Tools-&amp;gt;Split Node --[[User:Phil31753|Phil31753]] 10:05, 9 Apr 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
*Feature request: I would like to be able to apply a cloud to a parent node but not necessarily its children; or maybe to only some selected children... similar to how a network or gateway is depicted in a flowchart. [[User:foxcole|foxcole]] 13 May 2008  UPDATE: Perhaps a more accurate request is to be able to choose from a limited set basic shapes to apply to a node or set of siblings but not children.&lt;br /&gt;
&lt;br /&gt;
* When I export my map to a text based format (i. e. HTML), FM starts with the right side and then continues the left side. For me it is not intuitive I start my maps on the left side - as I would read a newspaper or magazine. I guess it is not difficult to allow the user to choose if FM should start with the left or the right side. --[[User:Terkor|Terkor]] 16:28, 13 May 2008 (PDT)&lt;br /&gt;
&lt;br /&gt;
* Feedback:  Thanks for all your hard work, absolutely amazing product. --[[User:RazielJaTier|RazielJaTier]] 15:23, 20 May 2008 (PDT)&lt;br /&gt;
&lt;br /&gt;
* Changed Functionality:  In 0.8 I could hover over a node to select it, hold down ctrl, which would effectively prevent other nodes from being selected. Then move my mouse all the way across the map (again without worry about another node being selected), then click on an icon *with the ctrl key held down*.  The icon would be assigned.  In 0.9 you have to release ctrl before you click the icon, otherwise it will simply ignore it.  This is a simple little detail, and I&#039;m sure I&#039;ll get used to it, but if it&#039;s not difficult, and you don&#039;t have other plans for ctrl clicking icons, I&#039;d love the 0.8 behavior back. --[[User:RazielJaTier|RazielJaTier]] 15:23, 20 May 2008 (PDT)&lt;br /&gt;
&lt;br /&gt;
* Suggestion:  Create localized version of linked data.  When you use alt+L to create a link to another part of the map, it would be nice if you had an option to actually create &amp;quot;ghost&amp;quot; versions of that data instead of having to click in the link.  If you edited the ghost version, or the original, they would stay in sync. --[[User:RazielJaTier|RazielJaTier]] 15:23, 20 May 2008 (PDT)&lt;br /&gt;
&lt;br /&gt;
* Suggestion:  It would be neat to be able to with single click generate the framework of a thinking tool.  When I say thinking tool I am thinking mostly of the thinking tools created by Edward de Bono such as his Six Hats, CoRT and many others.  See http://www.edwdebono.com/ and http://www.edwarddebono.com/ for more info.  An example would be right clinking on &amp;quot;Six Hats&amp;quot; and from your current node it would create six child nodes: White Hat, Red Hat, Yellow Hat, Black Hat, Green Hat and Blue Hat.  For each of these child nodes an empty blank node would be created as well.  Lastly your cursor would move to the blank node under White Hat and then you can start typing.  Such functionality might be created with Groovy script but most would not want the difficulty of programming Groovy script.  It is also possible to cut and paste a section of a mind map but that is more cumbersome than a single click.  --[[User:Mars729|Mars729]] 17:59, 31 May 2008 (EDT)&lt;br /&gt;
** A library of templates would be a great contribution.  --[[User:Anton|Anton]] 17:52, 20 Jul 2008 (PDT)&lt;br /&gt;
&lt;br /&gt;
* Suggestion:  When working with images it would be nice to be able to paste or drop an image to a node. --[[User:trinxie|trinxie]]&lt;br /&gt;
&lt;br /&gt;
* Suggestion:  When adding an image link, if it is a file, should it be possible to store the relative path? Would be great if the whole model is distributed to someone else. Maybe this possibility already exists.  --[[User:trinxie|trinxie]]&lt;br /&gt;
&lt;br /&gt;
* If I install Freemind using aptitude in Ubuntu 8.10, I have the /usr/share/pixmaps/FreeMindWindowIcon.xpm to use in my panel, but as the available version in Ubuntu is 0.7.1 and I have some MMs created with later versions, I decided to try the 0.9 RC1, and downloaded it (freemind-bin-max-0.9.0_RC_1.zip). For my surprise, there is no icon to use in this zip. Please include one, or maybe more than one (see http://www.menyhart.net/blog/software/freemind-icon/). --[[User:Itamar|Itamar]] 12:33, 9 Feb 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
* &#039;&#039;&#039;&#039;&#039;Observation:&#039;&#039;&#039;&#039;&#039; Many of these suggestions and feature requests are or are similar to ones that exist in [http://www.mindjet.com/ Mindjet&#039;s] MindMap.  It used to be that this leader had a great advantage in that it supported scripts.  Now that FreeMind has Groovy it is catching up.  All we need is the library of neat applications that use the scripting language&#039;&#039;!&#039;&#039;  I was a keen user of MM2002 and looked forward to MM-X5 and its shift to XML, but the real shift was for the benefit of people ho were programmers, not the baseline users.  Unless you were a EmbeddedVisualBasic programmer the change was a setback.  The library of  HTML export templates was lost - Mindjet&#039;s response was &amp;quot;its all XML so you can write your own XSLT.  Well some of us can&#039;t or don&#039;t have the time.  The other killer for me was that Mindjet tied in too closely with Microsoft Office.  It couldn&#039;t export to anything else.   So in reality one had to spend hundred of dollars more for each upgrade of MindMap since it always needed the latest version of Office.  &#039;&#039;However&#039;&#039; I would recommend looking at Mindjet&#039;s MindMap and if you are a Windows users trying the 30-day evaluation to get a feel for what is possible in both capabilities and interface.   --[[User:Anton|Anton]] 17:52, 20 Jul 2008 (PDT)&lt;br /&gt;
&lt;br /&gt;
* When you enter note-data for quite a number of nodes the map is so full with the note-icon. I would appreciate an option in the preferences as for the attribute icon, that disables showing an icon. (Tools&amp;gt;Preferences&amp;gt;Appearance&amp;gt;Show icon for attributes) --[[User:Kai|Kai]] 21:59, 20 Mar 2009 (CET)&lt;br /&gt;
&lt;br /&gt;
* Feature request: automatically calculating the print zoom factor according to a user-defined number of mosaiced printed pages. E.g., user should be able to specify he wants the map printed on N x M pages (M pages across and N pages high) and the print zoom factor should be calculated automatically. That would reduce the need to compute the best print zoom factor by trial-and-error. --[[User:Arg0|arg0]] 09:29, 24 Apr 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
* Feature request: settings for customising arrow links (e.g., ability to specify that links start from the root part of a node rather than from the leaf part). Moreover, it can be really tricky to rearrange the shape of an arrow link, especially short ones, since all parameters (starting point, tangency) are changed simultaneously when dragging a link point. Fine editing should be implemented. --[[User:Arg0|arg0]] 09:29, 24 Apr 2009 (UTC)&lt;br /&gt;
&lt;br /&gt;
* GENERAL OPEN SOURCE FEEDBACK LOOPS WITH FREEMIND, would it not be helpful if feedback loops were integrated into the beta versions, so that one can write requests for enhancements as one is using Freemind or other open source proejcts. For example, for each function there could be a questionnaire and comment box next to it. This info could then be uploaded to a wiki. It may help organize the locations of info and spur more user involvement in the feedback process. Could it also be possible that the uses of the porgramme are logged and statistically analyzed by the developers?&lt;/div&gt;</summary>
		<author><name>MikeS</name></author>
	</entry>
</feed>