Accessories: Difference between revisions
From FreeMind
Jump to navigationJump to search
Ryanramage (talk | contribs) (Removing spam link) |
No edit summary |
||
(13 intermediate revisions by 7 users not shown) | |||
Line 1: | Line 1: | ||
<table><tr> | <table><tr> | ||
<td width=600> | <td width=600> | ||
Line 34: | Line 31: | ||
|- | |- | ||
| Vym || → || XSLT || [http://freemind.sourceforge.net/wiki/index.php/Import_and_export_to_other_applications#VYM_.E2.86.92_FreeMind Convertor] || N/A | | Vym || → || XSLT || [http://freemind.sourceforge.net/wiki/index.php/Import_and_export_to_other_applications#VYM_.E2.86.92_FreeMind Convertor] || N/A | ||
|- | |- | ||
| Mantis bug tracker || → || PHP || [http://blog.teambits.de/2010/11/02/mantis-plugin-freemind-export-and-browser/ Converter & Browser] || Export list of mantis issues as Freemind map, includes Freemind flash browser to view list of issues as mindmap in the browser. | | Mantis bug tracker || → || PHP || [http://blog.teambits.de/2010/11/02/mantis-plugin-freemind-export-and-browser/ Converter & Browser] || Export list of mantis issues as Freemind map, includes Freemind flash browser to view list of issues as mindmap in the browser. | ||
Line 49: | Line 47: | ||
| LaTeX beamer presentation || ← || Java || [http://www.ladstatt.net/2009/01/04/jbeamer/ Convertor] || Java rewrite for XSLT script, more features | | LaTeX beamer presentation || ← || Java || [http://www.ladstatt.net/2009/01/04/jbeamer/ Convertor] || Java rewrite for XSLT script, more features | ||
|- | |- | ||
| Enhanced LaTeX beamer presentation || ← || XSLT || [http://sites.google.com/site/freemind2beamer/ Convertor] || Improves the previous convertor with notes and some richmedia features like images and a basic HTML style parsing | | Enhanced LaTeX beamer presentation || ← || XSLT || [http://sites.google.com/site/freemind2beamer/ Convertor] || Improves the previous convertor with notes and some richmedia features like images, clouds, LaTeX syntax compatibility and a basic HTML style parsing. | ||
|- | |- | ||
| Meeting notes || ← || Python || [http://code.google.com/p/mm2notes mm2notes] || Converts meeting notes taken with freemind into easier to read HTML | | Meeting notes || ← || Python || [http://code.google.com/p/mm2notes mm2notes] || Converts meeting notes taken with freemind into easier to read HTML | ||
Line 72: | Line 70: | ||
|- | |- | ||
| mm files || ↔ || python || [http://elp.chronocv.fr/articles.php?lng=en&pg=6 Converter] || Import/Export python codes into mm files.(Licence GPLv3). | | mm files || ↔ || python || [http://elp.chronocv.fr/articles.php?lng=en&pg=6 Converter] || Import/Export python codes into mm files.(Licence GPLv3). | ||
|- | |||
| Textile || ← || C# (?) || [http://blog.zinkler.com/freemind2textile/ FreeMind2Textile] || Convert a FreeMind mind map to textile, a markup language for text formatting used by some web applications, such as Basecamp. Requires Microsoft .NET Framework 4.0. | |||
|} | |} | ||
Line 77: | Line 77: | ||
* [[Import and export]] | * [[Import and export]] | ||
* [http://sourceforge.net/tracker/?group_id=7118&atid=964006 Conversions tracker] | * [http://sourceforge.net/tracker/?group_id=7118&atid=964006 Conversions tracker] | ||
==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. | * [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. | ||
Line 86: | Line 86: | ||
* [http://www.dcos.ro/en/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/en/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. | * [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 | * 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 | ||
</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> | </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> | ||
* [http://www.onekin.org/wsl WSL] creates a complete MediaWiki wiki from the mind map. WSL initializes corporate wikis with a "wiki scaffolding": a wiki installation where some categories, permissions, etc, are initialized to mimic the corporate settings. | |||
* [http://www.onekin.org/wikiwhirl WikiWhirl] is a wiki refactoring tool. It extracts a mind map from a wiki, let the users perform changes over the mind map and save back those changes to the wiki. | |||
</table> | </table> | ||
[[Category:Main]] | [[Category:Main]] |
Latest revision as of 15:00, 12 April 2014
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
|