内容简介: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.
以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网
猜你喜欢:本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
JAVASCRIPT语言精髓与编程实践
周爱民 / 电子工业出版社 / 2008-3 / 68.00元
《JAVASCRIPT语言精髓与编程实践》讲述了JavaScript的语言实现与扩展,主要包括以下三个方面的内容:(1)动态、函数式语言,以及其它语言特性在JavaScript的表现与应用;(2)如何用动态函数式语言的特性来扩展JavaScript的语言特性与框架;(3)如何将JavaScript引擎整合到其它高级语言的开发过程中。一起来看看 《JAVASCRIPT语言精髓与编程实践》 这本书的介绍吧!
HTML 压缩/解压工具
在线压缩/解压 HTML 代码
CSS 压缩/解压工具
在线压缩/解压 CSS 代码