Accessories: Difference between revisions
From FreeMind
Jump to navigationJump to search
No edit summary |
No edit summary |
||
Line 48: | Line 48: | ||
| 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 | ||
|- | |- | ||
| [http://sites.google.com/site/freemind2beamer/ Enhanced LaTeX | | [http://sites.google.com/site/freemind2beamer/ Enhanced LaTeX Beamer presentation] || → || XSLT || [http://sites.google.com/site/freemind2beamer/ Convertor] || Improves the previous Latex Beamer slides convertor with notes and richmedia features like images, HTML, two columnmode, Appendix, any Latex character support, etc. Now, a new XSLT filter can create Latex Reports. | ||
|- | |- | ||
| 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 |
Revision as of 15:43, 17 May 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
sed -e "s/ \(CREATED\|MODIFIED\|ID\|POSITION\|FOLDED\)=\"[0-9a-zA-Z_]*\"//g" Old.mm > New.xml For version 0.9, this command is better : sed -e "s/ \(CREATED\|MODIFIED\|ID\|POSITION\|FOLDED\|COLOR\)=\"#\?[0-9a-zA-Z_]*\"//g" -e "s/<\(font\|hook\)[^>]\+\?>//g" Old.mm > New.xml |