|
Zim - A Desktop WikiConfig Files
This page documents the various config files used. Paths
Zim uses the scheme as laid down in the "XDG Base Directory Specification" as published by freedesktop.org. The default paths are: XDG_CONFIG_HOME = HOME/.config/ XDG_DATA_HOME = HOME/.local/share XDG_DATA_DIRS = /usr/local/share/:/usr/share
These can be overloaded with the coresponding environment variables.
When zim writes config files it always uses XDG_CONFIG_HOME. Data files are read only and are searched for in XDG_DATA_HOME and XDG_DATA_DIRS. The installation defaults for config files are also installed in XDG_DATA_DIRS, but these are copied on first use to XDG_CONFIG_HOME. FilesMain config file
The default config file is
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. Interwiki URL list
The file
The format consist of one url per line, each line giving the key (which is the interwiki name), followed by whitespace, followed by the actual url. The url can conatin place holders " Date format list
The file
See this link for documentation of the strftime formatting. GUI style config file
Zim has certain defaults on how to display styles. For example it displays links as blue text without underline. To change this style copy "
NOTE: The display styles for the GUI are not used when exporting to HTML. If you want your HTML to show certain custom styles you should write a HTML template with a CSS stylesheet.
Example: [TextView] tabs = 40 [Tag bold] weight = PANGO_WEIGHT_BOLD [Tag italic] style = italic
Known properties for TextView:
Known properties for Tags:
|
|
|
This website was written in Zim ! |
||