HTML export: Difference between revisions
From FreeMind
Jump to navigationJump to search
Dan Polansky (talk | contribs) (+ some) |
Dan Polansky (talk | contribs) No edit summary |
||
Line 8: | Line 8: | ||
* File > Export > As XHTML (Clickable map image version) | * File > Export > As XHTML (Clickable map image version) | ||
* File > Export > Branch as HTML | * File > Export > Branch as HTML | ||
==Settings== | |||
* html_export_folding[http://freemind.cvs.sourceforge.net/viewvc/freemind/freemind/freemind/preferences/layout/OptionPanel.java?view=log] | |||
** Values: | |||
*** "html_export_no_folding" | |||
*** "html_export_fold_currently_folded" | |||
*** "html_export_fold_all" | |||
*** "html_export_based_on_headings" | |||
==Implementation== | ==Implementation== |
Revision as of 08:09, 19 February 2009
FreeMind makes it possible to export mind maps and their branches to HTML.
TO DO: Describe how to export to HTML and what user options there are.
Menu
- File > Export > As HTML
- File > Export > As XHTML (JavaScript version)
- File > Export > As XHTML (Clickable map image version)
- File > Export > Branch as HTML
Settings
- html_export_folding[1]
- Values:
- "html_export_no_folding"
- "html_export_fold_currently_folded"
- "html_export_fold_all"
- "html_export_based_on_headings"
- Values:
Implementation
- MindMapHTMLWriter
- MindMapController.ExportToHTMLAction
- MindMapController.ExportBranchToHTMLAction
- MindMapController.saveHTML
CVS: