doc/pages/04.applications/10.docs/mindmaps/app_mindmaps.md
Plumf de4c1feeca
Coup de balai dans la documentation des apps (#2163)
* Suppression partie index (1/2)

* Suppression partie index (2/2)

* Correction template
2022-12-31 17:49:06 +01:00

1.3 KiB

title template taxonomy routes
Mindmaps docs
category
docs, apps
default
/app_mindmaps

Install Mindmaps with YunoHost Integration level

Mindmaps is a HTML5 based mind mapping application. It lets you create neat looking mind maps in the browser.

This project started in 2011 as an exploration into what's possible to do in browsers using modern APIs. Nowadays, most of this stuff is pretty common and the code base is a bit outdated. This was way before React, ES6, webpack. Heck, it doesn't even use Backbone.

However, there is no reason to change any of that and it makes the code base quite easy to grok. There is no compilation step, no babel plugins, no frameworks. Just a JavaScript application and a very simple Model-View-Presenter pattern.