Accessories: Difference between revisions
From FreeMind
Jump to navigationJump to search
Dan Polansky (talk | contribs) (revert some spam by reverting to 24 Feb 2010) |
Dan Polansky (talk | contribs) (→Other: remove newline separation of the bullet points; make the sed snippents breakable at the end of the line by using "tt" and "nowiki") |
||
Line 78: | Line 78: | ||
==Other== | ==Other== | ||
*[http://www.mindmeister.com Browser-based collaboration with others] I tried out mindmeister and imported a .mm file no problem. The collaboration works pretty dang well. You can also import/export as other formats. | * [http://www.mindmeister.com Browser-based collaboration with others] I tried out mindmeister and imported a .mm file no problem. The collaboration works pretty dang well. You can also import/export as other formats. | ||
* [http://www.goermezer.de/webtools/JoomlaMindmap Dynamic mind maps from CMS]: Sitemap, weblinks and feeds dynamically generated from the content management system Joomla (Freemind Flashbrowser). A german article for this tool is here: [http://www.goermezer.de/content/view/357/239/]. | * [http://www.goermezer.de/webtools/JoomlaMindmap Dynamic mind maps from CMS]: Sitemap, weblinks and feeds dynamically generated from the content management system Joomla (Freemind Flashbrowser). A german article for this tool is here: [http://www.goermezer.de/content/view/357/239/]. | ||
* [http://www.yetanothercommunitysystem.com/ YACS] is a content management system with native support of Freemind. It embeds two Freemind players (Flash and Java), and [http://www.yetanothercommunitysystem.com/article-835-how-to-create-and-share-a-freemind-map any uploaded map can be browsed interactively.] Also, YACS may build [http://www.yetanothercommunitysystem.com/article-4509-how-to-generate-a-dynamic-freemind-map a Freemind map out of the content tree, ]or part of it. And it may even combine the two features, for example to [http://www.yetanothercommunitysystem.com/article-4510-how-to-layout-content-as-a-freemind-map layout complex content as a Freemind map.] | * [http://www.yetanothercommunitysystem.com/ YACS] is a content management system with native support of Freemind. It embeds two Freemind players (Flash and Java), and [http://www.yetanothercommunitysystem.com/article-835-how-to-create-and-share-a-freemind-map any uploaded map can be browsed interactively.] Also, YACS may build [http://www.yetanothercommunitysystem.com/article-4509-how-to-generate-a-dynamic-freemind-map a Freemind map out of the content tree, ]or part of it. And it may even combine the two features, for example to [http://www.yetanothercommunitysystem.com/article-4510-how-to-layout-content-as-a-freemind-map layout complex content as a Freemind map.] | ||
* [[Freemind_Win_Collab|Freemind Win Collab]] : Share your mindmaps and built them in collaboration. This simple batch file autorise collaboration on freemind maps via a fileserver. If you can access the same disk with your collegues in your organisation, you can now work together on your mindmaps : this script avoid multiple edition at the same time (lock the file for you and tell the others that YOU edit it for the moment) and make backups each time you open a mindmap (like 2006-04-02_myfilename.mm). Work only on windows. | |||
* [[Freemind_Win_Collab|Freemind Win Collab]] : | |||
* [http://www.zms-publishing.com/support/content/e724/e729/e2769/index_eng.html ZMSMindMaps]: An Add-on to ZMS (Zope based Content Management for Science, Technology and Medicine) for viewing, exporting and importing of Mindmaps. | * [http://www.zms-publishing.com/support/content/e724/e729/e2769/index_eng.html ZMSMindMaps]: An Add-on to ZMS (Zope based Content Management for Science, Technology and Medicine) for viewing, exporting and importing of Mindmaps. | ||
* [http://www.dcos.ro/current-projects/joomfreemind.html Joom!FreeMind - Joomla! 1.5.x site structure]: Visual self-generated Sitemap from Joomla 1.5.x content - a Joomla component displaying the site structure through a link from a menu, a menu item or a simple hyperlink placed inside the published articles (Joom!FreeMind v2.1.9). The extension generates an appealing visual mindmap observing your Joomla menus, categories and sections. Joom!FreeMind 2.1.9 kept the two different ways of rendering maps by either using the sections-categories structure or the published menus. It also brings the option of rendering maps through the alternative flash based viewer if you do not want to use the java applet on your site. | * [http://www.dcos.ro/current-projects/joomfreemind.html Joom!FreeMind - Joomla! 1.5.x site structure]: Visual self-generated Sitemap from Joomla 1.5.x content - a Joomla component displaying the site structure through a link from a menu, a menu item or a simple hyperlink placed inside the published articles (Joom!FreeMind v2.1.9). The extension generates an appealing visual mindmap observing your Joomla menus, categories and sections. Joom!FreeMind 2.1.9 kept the two different ways of rendering maps by either using the sections-categories structure or the published menus. It also brings the option of rendering maps through the alternative flash based viewer if you do not want to use the java applet on your site. | ||
* [http://code.google.com/p/mind-listening Mind Listening?]: Enhance Freemind by recording audio while creating a mind map. While reviewing a mind map, highlighting a node instantly jumps the audio to the point when the node was created. Uses include meeting notes, brainstorming sessions, meeting clients, lecture notes and agile development. | |||
* Below is a Unix <tt>sed</tt> command to remove the optional data from a MindMap .mm file's XML to make it more reader-friendly, keeping only the TEXT attribute. After converting a MindMap file with this command, you can open the generated XML file in Firefox and use its XML element collapsing features to interactively view MindMaps even without Freemind installed.<br><tt><nowiki>sed -e "s/ \(CREATED\|MODIFIED\|ID\|POSITION\|FOLDED\)=\"[0-9a-zA-Z_]*\"//g" Old.mm > New.xml | |||
*[http://code.google.com/p/mind-listening Mind Listening?]: Enhance Freemind by recording audio while creating a mind map. While reviewing a mind map, highlighting a node instantly jumps the audio to the point when the node was created. Uses include meeting notes, brainstorming sessions, meeting clients, lecture notes and agile development. | </nowiki></tt><br>For version 0.9, this command drops more:<br><tt><nowiki>sed -e "s/ \(CREATED\|MODIFIED\|ID\|POSITION\|FOLDED\|COLOR\)=\"#\?[0-9a-zA-Z_]*\"//g" -e "s/<\(font\|hook\)[^>]\+\?>//g" Old.mm > New.xml</nowiki></tt> | ||
* Below is a Unix <tt>sed</tt> command to remove the optional data from a MindMap .mm file's XML to make it more reader-friendly, keeping only the TEXT attribute. After converting a MindMap file with this command, you can open the generated XML file in Firefox and use its XML element collapsing features to interactively view MindMaps even without Freemind installed. | |||
< | |||
</ | |||
For version 0.9, this command | |||
< | |||
</ | |||
</table> | </table> | ||
[[Category:Main]] | [[Category:Main]] |
Revision as of 08:29, 17 July 2010
What follows is a list of FreeMind accessories, provided by third parties. Feel free to add your own accessory. When adding a new link to an accessory you are the author of, please consider releasing your accessory by "GNU GPL V2 or later at your option" license. When you do, the FreeMind team can consider delivering your accessory as part of FreeMind. Conversions
See also Other
|