Skip to content

A Java based program that creates and manages mind maps

License

Notifications You must be signed in to change notification settings

Eryoneta/MindSort

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

44 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

MindSort

Many times, when taking notes of ideas or projects, either too many text files or one giant text file are created in the process. Ordenize and maintain everthing quikly becomes too complicated.

MindSort follows the idea of a mind map, but implemented as simple as possible, with you being free to assign the meaning to each conection, color, and various other propeties.

Interface

Usage

Following the same idea of a simple text editor, you can create and edit .mind files.

You can create Modules and change it's title, text, color, icons, and border style.

You can connect Modules with Connections and change it's text, border style and width.

And you can create Nodules within Connectionsto change it's path.

Objects

Instalation

Provided you have Java Runtime Environment (JRE) installed, it can be simply loaded and will be ready to use.