内容简介: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.
以上就是本文的全部内容,希望本文的内容对大家的学习或者工作能带来一定的帮助,也希望大家多多支持 码农网
本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
网站入侵与脚本攻防修炼
逍遥 / 2008-9 / 59.00元
《网站入侵与脚本攻防修炼》从“攻”、“防”两个角度,通过现实中的入侵实例,并结合原理性的分析,图文并茂地展现网站入侵与防御的全过程。全书共分8章,系统地介绍网站入侵的全部过程,以及相应的防御措施和方法。其中包括网站入侵的常见手法、流行网站脚本入侵手法揭密与防范、远程攻击入侵网站与防范、网站源代码安全分析与测试等。《网站入侵与脚本攻防修炼》尤其对网站脚本漏洞原理进行细致的分析,帮助网站管理员、安全人......一起来看看 《网站入侵与脚本攻防修炼》 这本书的介绍吧!