User Tools

Site Tools


zim_notes

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
zim_notes [2023/01/17 15:25] – [why zim] adminzim_notes [2023/12/12 02:42] (current) – [My configuration] raju
Line 2: Line 2:
 <code> <code>
 Edit -> Preferences -> Editing -> Automatically turn "CamelCase" words into links -> uncheck Edit -> Preferences -> Editing -> Automatically turn "CamelCase" words into links -> uncheck
-Edit -> Preferences -> Editing -> Automatically turn filepaths into links+Edit -> Preferences -> Editing -> Automatically turn filepaths into links -> uncheck
 </code> </code>
  
-==== Link to files ==== +==== navigate to a page ==== 
-tags | link to a file+  * <Ctrl><Space> <Ctrl>f  
 + 
 +How it works: 
 +  * <Ctrl><Space> - switch to the side pane 
 +  * <Ctrl>f - Search in the page list 
 + 
 +Prerequisites: 
 +  * <Control><Space> shortcut has to be enabled the very first time.
  
-On windows: 
 <code> <code>
-file:///C:/path/to/the/file+Edit -> Preferences 
 +-> Use <Control><Space> to switch to the side pane -> Check
 </code> </code>
  
-Ref:- https://zim-wiki.org/manual/Help/Links.html -> "File Links" section 
 ==== why zim ==== ==== why zim ====
 I use Zim because: I use Zim because:
-  * Zim : (vim, notepad++) :: book : page :: "collection of documents" : "single document" :: directory : file \\ For example, you can have links in one page that point to another page. But all the pages belong to a single notebook.+  * Zim : (vim, notepad++) :: book : page :: "collection of documents" : "single document" :: directory : file 
 +    * For example, you can have links in one page that point to another page. But all the pages belong to a single notebook.
   * Files are stored in plain text   * Files are stored in plain text
 +    * can be stored in git
 +    * easy to backup
   * Open source   * Open source
   * Written in python   * Written in python
   * Works in both Linux and Windows.   * Works in both Linux and Windows.
  
-==== links I came across ==== +==== Starting zim in windows ==== 
-  * http://zim-wiki.org/manual/Help/Key_Bindings.html - key board shortcuts in zim+For | 0.68
  
 +Create a batch file, zim.bat
 +
 +<code>
 +$ cat ~/Desktop/zim.bat
 +"C:\Users\kkusuman\Desktop\Zim Desktop Wiki Portable\zim.exe"
 +</code>
 +
 +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
 +<code>
 +start \Path\to\Zim\ZimDesktopWikiPortable.exe --standalone
 +</code>
 +Now open windows explorer and type the path of the batch script in the address bar. This will launch zim.
 +
 +
 +==== Link to files ====
 +tags | link to a file
 +
 +On windows:
 +<code>
 +file:///C:/path/to/the/file
 +</code>
 +
 +Ref:- https://zim-wiki.org/manual/Help/Links.html -> "File Links" section
 +
 +==== links I came across ====
   * Releases - https://github.com/zim-desktop-wiki/zim-desktop-wiki/releases   * Releases - https://github.com/zim-desktop-wiki/zim-desktop-wiki/releases
   * zim wiki code repository - https://github.com/jaap-karssenberg/zim-desktop-wiki/   * zim wiki code repository - https://github.com/jaap-karssenberg/zim-desktop-wiki/
 +
 +  * http://zim-wiki.org/manual/Help/Key_Bindings.html - key board shortcuts in zim
  
   * https://zim-wiki.org/manual/Help/Auto_Formatting.html   * https://zim-wiki.org/manual/Help/Auto_Formatting.html
Line 37: Line 80:
  
   * To find out What is new in the latest zim version - https://github.com/jaap-karssenberg/zim-desktop-wiki/blob/master/CHANGELOG.txt   * To find out What is new in the latest zim version - https://github.com/jaap-karssenberg/zim-desktop-wiki/blob/master/CHANGELOG.txt
 +
 +==== 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 ==== ==== check later ====
   * http://www.vim.org/scripts/script.php?script_id=3703 - Syntax highlighting in vim for zim wiki pages   * http://www.vim.org/scripts/script.php?script_id=3703 - Syntax highlighting in vim for zim wiki pages
 +
 +==== table of contents plugin ====
 +My favorite configuration
 +  * Position in the window: Left Side Pane
 +  * uncheck - Show Toc as floating widget instead of in sidepane
 +  * check - Show the page title heading in the ToC
 +
 +==== release history ====
 +<code>
 +release_date, version
 +2022-10, 0.75.1
 +</code>
 +
 +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?
  
zim_notes.1673969101.txt.gz · Last modified: 2023/01/17 15:25 by admin