Accessories: Difference between revisions
From FreeMind
Jump to navigationJump to search
Dan Polansky (talk | contribs) (→Conversions: +Textile) |
GorkaPuente (talk | contribs) No edit summary |
||
Line 88: | Line 88: | ||
* 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]] |
Revision as of 14:38, 12 July 2012
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
|