Freeplane: the Swiss Army knife for your brain

A previous Fedora Magazine article covered tracking your time and tasks. Another introduced some mind mapping tools. There you learned that mind mapping is a visual technique for structuring and organizing thoughts and ideas. This article covers another mind mapping app you can use in Fedora: Freeplane.

Freeplane is a free and open source software application that supports thinking, sharing information and getting things done. Freeplane runs on any operating system that has a current version of Java installed.

Installing Freeplane

Freeplane is not currently packaged in the Fedora repositories, so you will need to install it from the project’s website.

  1. Go to the project’s Sourceforge site and click Download to download the file
  2. Open a terminal and extract the file (note that the version you download may be different): unzip freeplane_bin-1.8.5.zip
  3. Move the extracted contents to the /opt directory: sudo mv freeplane-1.8.5 /opt/freeplane

The configuration file is located in: ~/.config/freeplane. You can launch Freeplane by running /opt/freeplane/freeplane.sh from a terminal, but if you want to launch it from the desktop environment you can create a desktop file.

Open your favorite text editor and save the contents below to ~/.local/share/applications/freeplane.desktop.

[Desktop Entry]
Version=1.0
Name=Freeplane
Icon=/opt/freeplane/freeplane.svg
Exec=/opt/freeplane/freeplane.sh
Terminal=false
Icon=freeplane
Type=Application
MimeType=text/x-troff-mm;  
Categories=Office;
GenericName=Freeplane
Comment=A free tool to organise your information
Keywords=Mindmaps; Knowledge management; Brainstorming;

Next, update the desktop file database with update-desktop-database ~/.local/share/applications

Now you can launch Freeplane from your desktop environment.

Using Freeplane

At its first startup, Freeplane’s main window includes an example mind map with links to documentation about all the different things you can do with Freeplane.

Start your First Mind Mapping

You have a choice of templates when you create a new mind map. The standard template works for most cases. Start typing the idea and your text will replace the center text.

Press the Insert key to add a branch (or node) off the center with a blank field where you can fill in something associated with the idea. Press Insert again to add another node connected to the first one.

Press Enter on a node to add a node parallel to that one.

All keyboard shortcuts are in the Freeplane documentation.

Freeplane Plug-ins

Plug-ins can be used to extend and customize the use of the app. Two important ones are:

  1. Freeplane GTD+: A generic task management add-on, with a special focus in supporting the Getting Things Done (GTD) methodology
  2. Study Planner: helps organize learning

To install a new add-on to Freeplane, find the add-on you want on the Freemind add-ons directory.

  • Download the desired add-on
  • In Freeplane, select Tools > Add-ons
  • Click the Search button
  • Find and select the file you just downloaded
  • Click Install
  • Depending on the add-on, you may have additional questions to answer
  • Restart Freeplane to use the new add-on

Integrating mind mapping in your everyday life

Mind mapping is a very powerful method that can be of great assistance in many aspects of life.

  • Learning Linux or any certification
  • Learning a computer language
  • Learning a human language
  • Even earning a degree

Whatever the objective this will always help to keep the ideas together and organized.

Personally I’m earning a few Linux Professional Institute certifications. The image below shows a mind map I am creating as I go through the systemd materials.

Conclusion

Now you have a start on how you can use Freeplane. Freeplane gives you all the tools you’ll need to create great, vibrant, and useful mind maps. Share how you use it in the comments.

Using Software

18 Comments

  1. Artem

    Hi. You can also try Minder which packaged in Fedora for a long time:

    dnf install minder

  2. AsciiWolf

    Freeplane is also available on Flathub: https://flathub.org/apps/details/org.freeplane.App

  3. Andy Mender

    I’ve been using Clockify to track my out-of-work time for a couple of months, but I think I’ll give Freeplane a try 🙂

  4. Andrea R

    It’s a pain to setup for hidpi

  5. red

    I use fedora 32 with dwm stuck when execute freeplane.sh.

  6. Al

    I believe Freeplane uses Java which I try to avoid.

    The mindmapping tool i use is VYM (View Your Mind). Lighter weight and cross-platform.

    • Rajeev RK

      +1. I’ve found VYM quite usable, and since its in the repositories, it’s super easy to install.

  7. AIVA

    #Freeplane でバックアップボタンを作った。
    I ask a question. I made a bottun for backup.

    Here is the code:

    [code]
    #! /bin/sh
    cd ~/Documents/freeplane
    cp New New_backup_$(date +%Y%m%d%H%M%S)
    [/code]

    Pushing “Ctrl+Enter” then
    Yesterday it was good. coomand OK.
    but
    Today no good.
    Only open with ”Many Application command name”
    Why? and Can repair to old situation?

    Japanese:
    ところが今日上手く動作しない。
    仕様が変わった?
    Ctrl+Enter すると
    Shell 動くはずが、Aplliメニューが出る。
    ファイル属性は変わらないわからん!

  8. Hey, thanks for that post!
    I knew freeplane from the past but installing it in Fedora was always a bit tedious for me (I’m the lazy kind of user looking for ready-to-consume packages…) but that tutorial guided me straight through the installation.

    However – may I point your attention to the fact that there seem to be some hidden “garbage” (formatting?) characters left over in the .desktop file you included?
    Updating the desktop file database leads to an error message concerning the mime type entry. As a quick hint: Just highlight the entire .desktop file contents in the above box with the mouse and you’ll see some (apparently) “spaces”. Removing their counterparts from the created .desktop file and rerunning “update-desktop-database” resolves that.

    Nevertheless, again, thanks!
    Cheers – Thomas

  9. Armando Senties

    Thanks a lot for your post!
    I have been looking for a good mind mapping tool for Fedora. I have tried some, but always end up going back to Mindjet MindManager on my Windows VM. Although I like it, it is a drag having to get into the VM just to work on something.
    I am trying it today.

  10. Only a smiling visitorr here to share the love (:, btw
    outstanding design and style.

  11. Ꮤonderful, what a website it is! This website pr᧐vides useful facts
    to us, keep it up.

  12. Pace

    Followed the instructions exactly on Fedora 32. Freeplane doesn’t load, at the terminal it says that the framework is launched, but no GUI nothing.

  13. Matthew Krieg

    I was having a problem with the icon not loading correctly (just getting some default blue icon). After learning quite a bit about gnome I noticed that there were two “Icon=” lines in the provided freeplane.desktop file.

    I was able to fix this by removing the line:
    Icon=freeplane

    And keeping:
    Icon=/opt/freeplane/freeplane.svg

  14. Géraud

    Freeplane requires a Java Runtime. That’s a huge con to using that program. As others have pointed out, Fedora default repos already include Minder and functionnally equivalent programs that don’t need a Java runtime (i.e. https://sourceforge.net/projects/vym/) exist.

Comments are Closed

The opinions expressed on this website are those of each author, not of the author's employer or of Red Hat. Fedora Magazine aspires to publish all content under a Creative Commons license but may not be able to do so in all cases. You are responsible for ensuring that you have the necessary permission to reuse any work on this site. The Fedora logo is a trademark of Red Hat, Inc. Terms and Conditions