Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/eryoneta/mindsort
A Java based program that creates and manages mind maps
https://github.com/eryoneta/mindsort
developing huge-project java mindmap
Last synced: 10 days ago
JSON representation
A Java based program that creates and manages mind maps
- Host: GitHub
- URL: https://github.com/eryoneta/mindsort
- Owner: Eryoneta
- License: mit
- Created: 2021-05-25T20:01:26.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-23T03:12:45.000Z (almost 2 years ago)
- Last Synced: 2023-03-08T20:42:44.937Z (over 1 year ago)
- Topics: developing, huge-project, java, mindmap
- Language: Java
- Homepage:
- Size: 3.03 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 54
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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](readme/MindSort.png)
## 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 `Connections`to change it's path.
![Objects](readme/Objetos.png)
## Instalation
Provided you have *Java Runtime Environment (JRE)* installed, it can be simply loaded and will be ready to use.