内容简介:A previous Fedora Magazine article coveredFreeplane 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.Free
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.
- Go to the project’s Sourceforge site and click Download to download the file
- Open a terminal and extract the file (note that the version you download may be different): unzip freeplane_bin-1.8.5.zip
- 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:
- Freeplane GTD+ : A generic task management add-on, with a special focus in supporting the Getting Things Done (GTD) methodology
- 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 Freeplan. Freeplan gives you all the tools you’ll need to create great, vibrant, and useful mind maps. Share how you use it in the comments.
以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网
猜你喜欢:本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
正当法律程序简史
(美)约翰·V.奥尔特 / 杨明成、陈霜玲 / 商务印书馆 / 2006-8 / 14.00元
本书的主题——正当法律程序,是英美法的核心概念,它使诸如法治、经济自由、个人自治以及免于政府专断行为的侵害等价值观念具体化,因而是法学领域一个永恒的主题,数百年以来一直是法学家、法官及律师关注的重点。本书以极为简洁、精确的语言总结了五百年法律发展的恢弘历史,为人们描述了正当法律程序观念发展演变的清晰轨迹。而沿着这条轨迹,人们可以准确地了解正当法律程序这一重要概念所包含的广泛的问题。 作为一本......一起来看看 《正当法律程序简史》 这本书的介绍吧!