On Github berteh / mindslide
hit <space> to navigate
source code (on github) - donate (on donorbox)
speaker notes (from the node notes) hit "s"
2D overview (hit "esc" or "o") and easy navigation (space, arrows, click, touch) help (?)
simple & rich-text nodes, including code highlight:
@page:right { margin: 1cm 2cm 1.3cm 4cm; }
gestures, markdown contents, PDF export, JavaScript API and more.
The presenter notes are displayed in the presenter view.
The current slide aggregates all notes of the nodes it contains, but for the nodes that have children.
Images support is only partial as it depends on the browser to find them, usually relative adress in a sub-directory is fine.
Help in improving this part is highly welcome.
Nodes connectors display with a cute "tilde character", any better idea is welcome (a small preview of the target slide on hover would be great, for instance)
The last update of Reveal.js now allows for
Install from the archives:
(alternatively) you can also clone the source code:
git clone --recursive https://github.com/berteh/mindslide.git
select file > export > Animation MindSlide (.html) to export your mindmap
save the HTML presentation in your mindslide directory! (or edit settings in config.xml to use the online CDN hosts for both reveal and font awesome)
↝To hide a node from your mindslides simply add the attribute "slide-hide" to it:
right-click > edit attribute in-line > add or select "slide-hide"
The original mindmap has more content in this node... but it does not show in your slides (nor do their respective speakers notes).
Great for preparing content in Freeplane, and presenting every part only when it's ready.
Speaker notes require the presentation be served by a webserver, they don't work from a local file.
You can use a very simple webserver such as mongoose that simply needs to be downloaded in mindslide directory and executed (clicked)... or execute the following line in mindslide directory if you have python installed:
python -m SimpleHTTPServer 8080
then browse to http://localhost:8080
git checkout -b name-of-your-feature
git commit -am 'name and explain your feature'
git push origin name-of-your-feature
improve styles, fonts and general support of richtext content, as for now some elements don't show or not nicely
not showing nicely: font size changed in rich-text editor ar usually displayed too small. current workaround is to edit html code view to use relative size (small, tiny) instead of absolute size (4, 5)...
nodes containing but an image should not show as empty item. current workaround is to only add images on nodes that have some text.
This export tool relies on the fantastic Reveal.js HTML presentation framework, and Freeplane mind mapping tool. It uses beautiful icons from Font Awesome.
If this feature helps you saving valuable time kindly consider a donation to help keeping it alive
Yours Respectfully