netbeans-mmd-plugin

Mind Map editor + plugin for NetBeans and Intellij

Github stars Tracking Chart

License Apache 2.0
Codacy Badge
Java 8.0+
NetBeans
Intellij IDEA
PayPal donation
Yandex.Money donation

Banner

Introduction

The Main part of a software project is not code but knowledge generated during the project. I guess knowledge is the main part of every business today and it is very important to move the generated knowledge from non-formal level to formal level to avoid its loss. There are many approaches to save knowledge and a mind map diagram is one of them. Also it is very important to keep the "distance" between project and its knowledge as short as possible and the ideal variant is to keep knowledge just within the project as a document set. If you use any external knowledge engineering tool then the distance already is not so short and for the cause I had decided to develop some plugin which would allow to form mind maps and keep knowledge graph just within projects and allow to work with the graphs just with the IDE.

Initially I developed plugin for NetBeans IDE but because in companies, where I work for, mainly Intellij IDEA in use, I developed plugin for Intellij IDEA too. Then a friend asked me to develop some standalone version which could be used by users who don't have any relations to Java and I developed SciaReto application.
Screenshots from all

Changelog

1.4.8 (SNAPSHOT)

  • IJ: Added support of Scratch #61
  • SR: Added auto-backup of last edit (turned off by default) #60
  • SR: PlantUML updated to 1.2020.0
  • SR: embedded JDK version updated to 11.0.6+10

1.4.7 (28-dec-2019)

  • ALL: fixed loosing of focus for new edited topic under some JDK versions
  • ALL: improved image plugin to open original file through thumbnail clicks
  • SR: added support of KStreams topology rendering through PlantUML (kstpl file extenstion)
  • SR: fixed application icon and title under some OS
  • ALL: added recognition of text presented dragged URI link as URI link
  • ALL: improved color chooser
  • ALL: added support of "smart text paste" with splitting to topics (inactive by default)
  • SR: embedded Java updated to 11.0.5+11
  • SR: PlantUML updated to 1.2019.13
  • SR: fixed autofocusing in topic edit dialogs #56

Full changelog

Implementation

All parts of the application are written in Java and it needs Java 1.8+ for work.

The editor has three implementations

  • standalone application (including also PlantUML support)
  • NetBeans plug-in
  • Intellij IDEA plug-in
    The standalone version is a Java application but it contains embedded JRE so that a user should not have pre-installed Java on computer. But Graphviz should be installed for use by PlantUML.

How to use?

Just after first release for NetBeans IDE, Geertjan Wielenga created nice screen-cast which a bit out of date but still look good to understand common idea. It is very easy editor and the main set of operations look very intuitive, main questions from users I had about keyboard shortcuts but if keep in mind that TAB creates new mind map node and ENTER creates new sibling mode then life becomes much easier. It is a pop-up menu centric software so that all operations accessible through pop-up menu.

Key features

Data format

The Plugin keeps all mind map information in single UTF8 encoded plain text file formed in markdown compatible format, so the file can be easily read and interpret and without the plug-in.

Mind Map generated by NB MindMap plugin   
> __version__=`1.1`
---

# Root <br/>topic
> topicLinkUID=`14F9D4CD31DA`


## First level
- LINK
<pre>http://www.google.com</pre>

### Item 1\.1
- NOTE
<pre>Some note for item 1.1</pre>

### Item 1\.2
- TOPIC
<pre>14F9D4CD31DA</pre>

How to create new Mind map

SciaReto standalone application

In project tree just click mouse to activate pop-up menu for a folder and select in menu New->Mind map.
New mind map file

NetBeans

Mind map type is added as one more file type and can be found among file types in the Other.
New file wizard

Intellij IDEA

Mind map type is registered as a file type which can be created through New pop-up menu for a folder.
New MindMap file

Work with mind maps

Mind maps are opened in IDE as documents with graphic interface and the plugin doesn't add any new actions into IDE menu so all operations over mind maps you can make through the document pop-up menu. The Pop-up menu is formed for the current document state and context.
Screenshot

Move topics

All manipulations over topic order and its position in the map hierarchy can be made only through mouse Drag&Drop operations (keep in mind that only one topic can be moved in the same time).
Screenshot

Tune look of mind map editor

You can tune most of graphic parameters for mind map rendering through special panel Options. It can be activated through Options item of pop-up menu and through menu Edit->Preferences in the standalone version.
Screenshot

Export mind map data

Today it is very important to have way to export data to another formats to use the knowledge in another tools. The Plug-in supports several formats to export data:

  • Plain text format
  • Markdown format
  • Freemind format
  • Mindmup format
  • PNG image
  • SVG image
  • ORG format

Import data as Mind map

At present the editor allows to import main maps from many well-known mind map formats

  • Mindmup format
  • Freemind format
  • XMind format
  • Coggle format
  • Novamind format
    also it can import mind map from tabbed text files.

Content alowed in mind maps

Mainly you can keep short texts in your mind maps as topic names but sometime it is useful to keep and another information, the plugin allows to keep below listed information assets:

  • Short text - short text in one or two lines as topic name, mainly used as id for the topic.
  • Long text - long text information which can be opened and edited in special editor.
  • URL link - just URL link to be opened in system browser
  • File link - link to a file, youc can add them through special dialog or just drag and drop file from NetBeans project tree to a topic, the file will be opened within IDE as a document
  • Transition - link to another topic in the same mind map, it allows to make some navigation in very big mind maps

You can add and edit new topic content through the mind map pop-up menu and if you want remove some content then just open editor for the content and remove all text information.

Overview

Name With Ownerraydac/netbeans-mmd-plugin
Primary LanguageJava
Program languageJava (Language Count: 6)
Platform
License:Apache License 2.0
Release Count45
Last Release Name1.6.7-S (Posted on )
First Release Name1.0.0-beta (Posted on )
Created At2015-07-11 17:53:41
Pushed At2024-04-25 07:42:00
Last Commit At2024-04-25 10:41:48
Stargazers Count380
Watchers Count21
Fork Count44
Commits Count2.1k
Has Issues Enabled
Issues Count113
Issue Open Count21
Pull Requests Count3
Pull Requests Open Count1
Pull Requests Close Count5
Has Wiki Enabled
Is Archived
Is Fork
Is Locked
Is Mirror
Is Private
To the top