~ubuntu-branches/ubuntu/karmic/zim/karmic

« back to all changes in this revision

Viewing changes to share/zim/doc/zim/usage/config.txt

  • Committer: Bazaar Package Importer
  • Author(s): Emfox Zhou
  • Date: 2007-08-25 13:04:42 UTC
  • mfrom: (1.1.7 upstream)
  • Revision ID: james.westby@ubuntu.com-20070825130442-q7xffffj9usah8b4
Tags: 0.20-1
* New upstream release
* Fix the bug which cause wrong internal links (Closes: #438612)

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
===== Files =====
18
18
 
19
19
==== Main config file ====
20
 
//Warning: this is probably subject to change in future releases//
21
 
 
22
20
The default config file is ''XDG_CONFIG_HOME/zim/default.conf''. If you use another profile the config file will take the name of the profile. For example when you have a profile called "album" the correponding config file will be ''XDG_CONFIG_HOME/zim/album.conf''.
23
21
 
24
22
The config file is written automatically when you close zim. So if you want to change it manually you need to close all instances of zim first.
27
25
 
28
26
Hidden settings include:
29
27
 
30
 
**follow_new_link (0)**
 
28
**follow_new_link  (0)**
31
29
This options toggles behavior that when you select a piece of text and press ''<ctrl>L'' the page you link to is immediately opened. If this is turned off ''<ctrl>L'' only turns the selected word into a link but does not open the page, you need to click or press ''<Enter>'' on the link to follow it.
32
30
 
33
 
**default_root (undefined)**
34
 
This option can set a directory to use as repository root when none was given at the command line. If set you can call ''zim'' without arguments.
35
 
 
36
 
**default_home (Home)**
 
31
**default_home  (Home)**
37
32
Default home page. This is used for the "home" button and keybinding.
38
33
 
39
 
**hist_max (20)**
 
34
**hist_max  (20)**
40
35
Maximum number of items on any of the history stacks.
41
36
 
42
 
**undo_max (50)**
 
37
**undo_max  (50)**
43
38
Maximum number of steps in the undo stack.
44
39
 
 
40
**save_interval  (5000)**
 
41
Interval for autosaving in milliseconds. //Be aware that increasing this timer increases the chance of loosing data when the application is killed unexpectedly.//
 
42
 
45
43
==== Interwiki URL list ====
46
44
 
47
45
The file ''XDG_DATA/zim/urls.list'' gives a list of urls which are used for the [[linking|interwiki]] function. All files in the XDG_DATA path are read when looking for an url, so you can use XDG_DATA_HOME to overload the installation defaults.