mirror of
https://github.com/YunoHost/doc.git
synced 2024-09-03 20:06:26 +02:00
20 lines
1.3 KiB
Markdown
20 lines
1.3 KiB
Markdown
|
# Mindmaps
|
||
|
|
||
|
[![Install Mindmaps with YunoHost](https://install-app.yunohost.org/install-with-yunohost.png)](https://install-app.yunohost.org/?app=mindmaps) [![Integration level](https://dash.yunohost.org/integration/mindmaps.svg)](https://dash.yunohost.org/appci/app/mindmaps)
|
||
|
|
||
|
### Index
|
||
|
|
||
|
- [Useful links](#useful-links)
|
||
|
|
||
|
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.
|
||
|
|
||
|
## Useful links
|
||
|
|
||
|
+ Website: [www.mindmaps.app](https://www.mindmaps.app/)
|
||
|
+ Application software repository: [github.com - YunoHost-Apps/mindmaps](https://github.com/YunoHost-Apps/mindmaps_ynh)
|
||
|
+ Fix a bug or an improvement by creating a ticket (issue): [github.com - YunoHost-Apps/mindmaps/issues](https://github.com/YunoHost-Apps/mindmaps_ynh/issues)
|