mirror of
https://github.com/LCTT/TranslateProject.git
synced 2024-12-26 21:30:55 +08:00
translated
This commit is contained in:
parent
e04e761de6
commit
63a64b4b4a
@ -1,88 +0,0 @@
|
||||
translating---geekpi
|
||||
|
||||
3 desktop wikis to help organize information
|
||||
============================================================
|
||||
|
||||
![3 desktop wikis to help organize information](https://opensource.com/sites/default/files/styles/image-full-size/public/images/life/resume_career_document_general.png?itok=7Am9KpC- "3 desktop wikis to help organize information")
|
||||
Image by : opensource.com
|
||||
|
||||
When you think of the word "wiki," examples like MediaWiki or DokuWiki probably come to mind. They're open source, useful, powerful, and flexible. They can be great tools for collaborating, working on your own, or just organizing the piles of information in your life.
|
||||
|
||||
On the other hand, those wikis are also big. They need quite a bit of additional digital plumbing to run. For many of us, this is overkill, especially if we only want to use wikis on our desktops.
|
||||
|
||||
If you want to get that wiki feeling on your desktop without dealing with all of that plumbing, you easily can. There are a number of solid lightweight wikis that can help you organize your information, keep track of your task, manage your notes, and more.
|
||||
|
||||
Let's take a look at three of those lightweight, desktop wikis.
|
||||
|
||||
### Zim Desktop Wiki
|
||||
|
||||
[Zim Desktop Wiki][2] (Zim, for short) is relatively small, quite fast, and easy to use. It's built around the concept of notebooks, which are collections of wiki pages on a single topic or grouping.
|
||||
|
||||
Each notebook can contain any number of pages, and you can link between those pages using either [CamelCase][3] (a favorite of wiki users everywhere) or using an option on the toolbar. You can format your pages with Zim's wiki markup or, again, by clicking a button on the toolbar.
|
||||
|
||||
Zim lets you export your pages into several formats, including HTML, LaTeX, ReStructuredText, and Markdown. You can also take advantage of Zim's [numerous plugins][4] to add spell checking, an equation editor, a table editor, and more to the application.
|
||||
|
||||
![Zim Desktop Wiki](https://opensource.com/sites/default/files/zim.png "Zim Desktop Wiki")
|
||||
|
||||
Zim Desktop Wiki
|
||||
|
||||
### TiddlyWiki
|
||||
|
||||
[TiddlyWiki][5] isn't a piece of software, it's a large HTML file. Weighing in at around 2MB, TiddlyWiki is one of the most flexible options out there. You can store the file on your computer, put it on a network drive, or carry it with you on a flash drive. But don't let TiddlyWiki's outward simplicity fool you, it's a very powerful tool.
|
||||
|
||||
To use TiddlyWiki, you create what are called "tiddlers." Tiddlers are items on your wiki, such as notes, journal entries, bookmarks, and task lists. A tiddler can be anything you want it to be. When working with your tiddlers, you can add wiki markup using TiddlyWiki's version of WikiText and also images. TiddlyWiki even packs a rudimentary paint application.
|
||||
|
||||
If that wasn't enough, TiddlyWiki has a built-in set of plugins, which let you change the editor for your tiddlers, add tools to help import data from Evernote, do mathematical typography, render Markdown, and more.
|
||||
|
||||
![TiddlyWiki](https://opensource.com/sites/default/files/tiddlywiki.png "TiddlyWiki")
|
||||
|
||||
TiddlyWiki
|
||||
|
||||
### WikidPad
|
||||
|
||||
While not the prettiest of applications, the venerable [WikiPad][6] gets the job done, and gets it done very well.
|
||||
|
||||
When you want to create a set of notes around a topic, such as information for an article you're writing or a project plan, you create a new wiki page. From there, you add sub-pages and link them together by naming those sub-pages using [CamelCase][7]. You can create as many wiki pages as you want, and you can have as many of them open (in separate windows) as you need.
|
||||
|
||||
In addition, you can add basic formatting using WikiText, and you can also paste images into your wiki pages. When you want to share your wiki pages, you can post them online or print them—WikidPad has a very good HTML export feature.
|
||||
|
||||
WikidPad only comes in the form of a Windows installer or a source code archive. It doesn't have packages for popular distributions. However, you don't have to compile the software to use it with Linux. The WikidPad wiki has [simple, but detailed instructions][8] for launching the software from the command line.
|
||||
|
||||
![WikidPad](https://opensource.com/sites/default/files/wikidpad.png "WikidPad")
|
||||
|
||||
WikidPad
|
||||
|
||||
**Do you have a favorite lightweight or desktop wiki that helps keep you organized? Feel free to share it with our community by leaving a comment.**
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
译者简介:
|
||||
|
||||
Scott Nesbitt - Writer. Editor. Soldier of fortune. Ocelot wrangler. Husband and father. Blogger. Collector of pottery. Scott is a few of these things. He's also a long-time user of free/open source software who extensively writes and [blogs][12] about it. You can find Scott on [Twitter][13], [GitHub][14]
|
||||
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
via: https://opensource.com/article/17/2/3-desktop-wikis
|
||||
|
||||
作者:[Scott Nesbitt][a]
|
||||
译者:[译者ID](https://github.com/译者ID)
|
||||
校对:[校对者ID](https://github.com/校对者ID)
|
||||
|
||||
本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创编译,[Linux中国](https://linux.cn/) 荣誉推出
|
||||
|
||||
[a]:https://opensource.com/users/scottnesbitt
|
||||
[1]:https://opensource.com/article/17/2/3-desktop-wikis?rate=2SqxwFsI7ttHe6AWH_Wyq4I6WT8NdBSuZ_4zUOLO9RA
|
||||
[2]:http://zim-wiki.org/index.html
|
||||
[3]:https://en.wikipedia.org/wiki/Camel_case#Wiki_link_markup
|
||||
[4]:http://zim-wiki.org/manual/Plugins.html
|
||||
[5]:http://tiddlywiki.com/
|
||||
[6]:http://wikidpad.sourceforge.net/
|
||||
[7]:https://en.wikipedia.org/wiki/Camel_case#Wiki_link_markup
|
||||
[8]:http://trac.wikidpad2.webfactional.com/wiki/InstallLinux
|
||||
[9]:https://opensource.com/user/14925/feed
|
||||
[10]:https://opensource.com/article/17/2/3-desktop-wikis#comments
|
||||
[11]:https://opensource.com/users/scottnesbitt
|
||||
[12]:http://scottnesbitt.io/
|
||||
[13]:http://www.twitter.com/ScottWNesbitt
|
||||
[14]:https://github.com/ScottWNesbitt
|
@ -0,0 +1,85 @@
|
||||
帮助组织信息的3个桌面 wiki
|
||||
============================================================
|
||||
|
||||
![3 desktop wikis to help organize information](https://opensource.com/sites/default/files/styles/image-full-size/public/images/life/resume_career_document_general.png?itok=7Am9KpC- "3 desktop wikis to help organize information")
|
||||
图片提供: opensource.com
|
||||
|
||||
当你想到 “wiki” 这个词时,可能会想到 MediaWiki 或 DokuWiki 这样的例子。它们是开源的、有用的、强大的和灵活的。它们可以协作,自己用,或只是组织你生活中的大量信息的工具。
|
||||
|
||||
另一方面,那些 wiki 也很大。它们需要相当多额外的数字管道来运行。对我们中的许多人来说,这是多余的,特别是如果我们只想在我们的桌面上使用 wiki。
|
||||
|
||||
如果你想在桌面上体会 wiki 的感觉,而不用处理所有的管道,你可以很容易做到。这有一些轻量级 wiki,可以帮助你组织你的信息、跟踪你的任务、管理你的笔记等等。
|
||||
|
||||
让我们来看看其中三个轻量级的桌面 wiki。
|
||||
|
||||
### Zim Desktop Wiki
|
||||
|
||||
[Zim Desktop Wiki][2](简称 Zim)相对较小、相当快,而且易于使用。它围绕笔记本的概念构建,这是一个单一主题或分组的 wiki 页面的集合。
|
||||
|
||||
每个笔记本都可以包含任意数量的页面,你可以使用 [CamelCase][3](wiki 用户的最爱)或使用工具栏上的选项在这些页面之间链接。你可以使用 Zim 的 wiki 标记格式化页面,或者再次单击工具栏上的按钮。
|
||||
|
||||
Zim 可以将你的网页导出为多种格式,包括HTML、LaTeX、ReStructuredText 和 Markdown。你还可以利用 Zim 的[众多插件][4]来为应用程序添加拼写检查,方程编辑器,表编辑器等。
|
||||
|
||||
![Zim Desktop Wiki](https://opensource.com/sites/default/files/zim.png "Zim Desktop Wiki")
|
||||
|
||||
Zim Desktop Wiki
|
||||
|
||||
### TiddlyWiki
|
||||
|
||||
[TiddlyWiki][5] 不是一个软件,它是一个大的 HTML 文件。大小大概有 2MB,TiddlyWiki 是最灵活的选择之一。你可以将文件存储在计算机上,将其放在网络驱动器上,或随身携带在闪存上。 但是不要让 TiddlyWiki 表面的简单愚弄你,它是一个非常强大的工具。
|
||||
|
||||
为了使用 TiddlyWiki,你创建了所谓的 “tiddlers”。 tiddlers 是你的 wiki 上的项目,如笔记、日记、书签和任务列表。tiddlers 可以是任何你想要的。当使用 tiddlers 时,你可以使用 TiddlyWiki 的 WikiText 版本和图片添加 wiki 标记。 TiddlyWiki 甚至包装了一个原始的颜料程序。
|
||||
|
||||
如果这还不够,TiddlyWiki 有一个内置的插件集,它允许你更改编辑器的 tiddlers,添加工具来帮助从印象笔记导入数据、做数学排版、渲染 Markdown 等等。
|
||||
|
||||
![TiddlyWiki](https://opensource.com/sites/default/files/tiddlywiki.png "TiddlyWiki")
|
||||
|
||||
TiddlyWiki
|
||||
|
||||
### WikidPad
|
||||
|
||||
虽然不是最漂亮的应用程序,但古老的 [WikiPad][6] 可以很好地完成工作。
|
||||
|
||||
当你想要围绕某个主题创建一组注释(例如你撰写的文章的信息或项目计划)时,你将创建一个新的 wiki 页面。在那里,你可以添加子页面并通过使用 [CamelCase][7] 命名这些子页面将它们链接在一起。你可以创建任意数量的 wiki 页面,并且根据需要打开(在单独的窗口中)。
|
||||
|
||||
此外,你可以使用 WikiText 添加基本格式,也可以将图像粘贴到 wiki 页面中。当你想要共享你的 wiki 页面时,你可以在线发布或打印它们 - WikidPad 有一个非常好的 HTML 导出功能。
|
||||
|
||||
WikidPad 只有 Windows 安装程序或源代码的形式。它没有流行的发行版的软件包。但是,你不必编译软件以在 Linux 中使用它。WikidPad wiki 有从命令行启动软件的[简单但详细的说明][8]。
|
||||
|
||||
![WikidPad](https://opensource.com/sites/default/files/wikidpad.png "WikidPad")
|
||||
|
||||
WikidPad
|
||||
|
||||
**你有最喜欢的轻量级或者桌面 wiki 帮助你组织么?请在留言中与我们的社区共享。**
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
译者简介:
|
||||
|
||||
Scott Nesbitt - 作家、编辑者、战士、豹猫牧马人、丈夫和父亲、Blogger、陶器收藏家。斯科特是这些东西中的一部分。他也是一个长期的免费/开源软件的用户,他写了很多[博客][12]。你可以在 [Twitter][13]、[GitHub][14] 找到他。
|
||||
|
||||
--------------------------------------------------------------------------------
|
||||
|
||||
via: https://opensource.com/article/17/2/3-desktop-wikis
|
||||
|
||||
作者:[Scott Nesbitt][a]
|
||||
译者:[geekpi](https://github.com/geekpi)
|
||||
校对:[校对者ID](https://github.com/校对者ID)
|
||||
|
||||
本文由 [LCTT](https://github.com/LCTT/TranslateProject) 原创编译,[Linux中国](https://linux.cn/) 荣誉推出
|
||||
|
||||
[a]:https://opensource.com/users/scottnesbitt
|
||||
[1]:https://opensource.com/article/17/2/3-desktop-wikis?rate=2SqxwFsI7ttHe6AWH_Wyq4I6WT8NdBSuZ_4zUOLO9RA
|
||||
[2]:http://zim-wiki.org/index.html
|
||||
[3]:https://en.wikipedia.org/wiki/Camel_case#Wiki_link_markup
|
||||
[4]:http://zim-wiki.org/manual/Plugins.html
|
||||
[5]:http://tiddlywiki.com/
|
||||
[6]:http://wikidpad.sourceforge.net/
|
||||
[7]:https://en.wikipedia.org/wiki/Camel_case#Wiki_link_markup
|
||||
[8]:http://trac.wikidpad2.webfactional.com/wiki/InstallLinux
|
||||
[9]:https://opensource.com/user/14925/feed
|
||||
[10]:https://opensource.com/article/17/2/3-desktop-wikis#comments
|
||||
[11]:https://opensource.com/users/scottnesbitt
|
||||
[12]:http://scottnesbitt.io/
|
||||
[13]:http://www.twitter.com/ScottWNesbitt
|
||||
[14]:https://github.com/ScottWNesbitt
|
Loading…
Reference in New Issue
Block a user