Table of Contents

My configuration

Edit -> Preferences -> Editing -> Automatically turn "CamelCase" words into links -> uncheck
Edit -> Preferences -> Editing -> Automatically turn filepaths into links -> uncheck

How it works:

Prerequisites:

Edit -> Preferences
-> Use <Control><Space> to switch to the side pane -> Check

why zim

I use Zim because:

Starting zim in windows

For | 0.68

Create a batch file, zim.bat

$ cat ~/Desktop/zim.bat
"C:\Users\kkusuman\Desktop\Zim Desktop Wiki Portable\zim.exe"

Then double click the zim.bat icon on the desktop.

Old instructions:

<Todo:- Add the version number if this is still relevant or delete this entry>

Create a batch file, zim.bat

start \Path\to\Zim\ZimDesktopWikiPortable.exe --standalone

Now open windows explorer and type the path of the batch script in the address bar. This will launch zim.

tags | link to a file

On windows:

file:///C:/path/to/the/file

Ref:- https://zim-wiki.org/manual/Help/Links.html → “File Links” section

scroll bar

I found that the scroll bar stops working intermittently. To work around this, try scrolling right on the scroll bar. Once this is done, the scroll bar works both on the scroll bar and on the window.

check later

table of contents plugin

My favorite configuration

release history

release_date, version
2022-10, 0.75.1

Ref:- https://zim-wiki.org/downloads.html

How to insert equations in zim?

Enable the “Insert Equation” plugin

Edit → Preferences → Plugins → Insert Equation → check the box

Then do

Insert → Equation → Enter the equation (ex:- \sqrt{ a^2 + b^2 }) → Preview → OK

This will create pairs of files such as (equation.tex, equation.png), (equation001.tex, equation001.png), (equation002.tex, equation002.png) etc., Each pair corresponds to one equation.

Ref:- https://zim-wiki.org/manual/Plugins/Equation_Editor.html - talks about this functionality. But it does not tell how to enable it in the first place.

tags | zim math equations, equation editor, where is the equation editor plugin?