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:58] – [Link to files] 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> 
 + 
 +==== navigate to a page ==== 
 +  * <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. 
 + 
 +<code> 
 +Edit -> Preferences 
 +-> Use <Control><Space> to switch to the side pane -> Check
 </code> </code>
  
Line 51: Line 66:
  
 ==== links I came across ==== ==== links I came across ====
-  * http://zim-wiki.org/manual/Help/Key_Bindings.html - key board shortcuts in zim 
- 
   * 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 65: 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.1673971104.txt.gz · Last modified: 2023/01/17 15:58 by admin