|
Cookbook /
VietMapSummary: Convert and view lists as simple mind maps.
Version: 2007-05-25 (v1.0)
Prerequisites: PmWiki 2
Status: Experimental
Maintainer: Cumeo89
Categories: Mind Mapping
Discussion: VietMap-Talk
Questions answered by this recipe
About the nameVietMap = a mind map recipe that comes from Vietnam :-) DescriptionDownload vietmap.zipΔ, extract into your pmwiki installation dir and add the following line into config.php: include_once("$FarmD/cookbook/vietmap.php");
You may also want to add the line below into Site.PageActions: * %item rel=nofollow class=mindmap accesskey=$[ak_mindmap]% \
[[{*$FullName}?action=mindmap | $[Mindmap] ]] ([[{*$FullName}?action=mindmapfull |full]])
and insert * %item class=browse accesskey='$[ak_view]'%[[{*$FullName}?action=browse | $[View] ]]
UsageWrite your ideas as a muti-level list and click "Mindmap" (or insert "action=mindmap" to the url) to view it as a mind map embeded into PmWiki or "(full)" (or use "action=mindmapfull") to view it as a stand-alone mind map. If you want to view the page as mind map by default, you can put a link to "Category.MindMap" (can be changed) in the page. To convert the list into FreeMind .mm file, add "action=mmconv" into the url and type enter. ConfigYou can set a page to be a "marker" (so every page links to it will be viewed as mind map) by adding the following line into config.php (default is Category.MindMap): SDV($mmMarkerArticle, 'YourGroup.YourPage');
Release NotesThis recipe comes with no license, use it as you want! DemoDemo site: http://cumeo89.summerhost.info/notes/pmwiki.php See also
CommentsSee discussion at VietMap-Talk User notes : If you use, used or reviewed this recipe, you can add your name. These statistics appear in the Cookbook listings and will help newcomers browsing through the wiki. |