berteh / mindslide

View Freeplane mindmap as an HTML presentation (aka freemind to powerpoint slideshow)
http://berteh.github.io/mindslide/
60 stars 19 forks source link

Test results #1

Closed dpolivaev closed 11 years ago

dpolivaev commented 11 years ago

I followed your advice on https://sourceforge.net/apps/phpbb/freeplane/viewtopic.php?f=1&t=750 and tried to test your presentation framework.

Installation instructions seem to be wrong.

 git clone https://github.com/berteh/mindslide.git

worked fine :)

 dir mindslide

do you mean "cd mindslide" ?

 git submodule update --init

I got message "No submodule mapping found in .gitmodules for path 'reveal.js'" and gave up. So I just downloaded the zip file for the reveal.js.

mindslide.html contained errors

I had to search and replace all "../reveal.js" by "reveal.js"

Finally it worked without the web server

I just opened the corrected mindslide.html as a local file in firefox and enjoyed

berteh commented 11 years ago

Thanks for trying it out. I fixed the bugs you found (submodules init now works, and path errors have been corrected).

it works indeed as local file with firefox, but not with chrome as this browser is more cautious about javascript opening local files. Don't know in IExplorer or other browers.