# Obsidian Tutorial ## Hello There - ![](Pasted%20image%2020240514132517.png) ## Creating a File - Markdown basics - Paste into links - Images - Drag and Drop vs Paste - Headings 1. Bullets 2. and numbers - Code ```python import numpy as np s = np.array([1]) print(s) ``` - Tables - (Cmd/Control P -> insert table) - Linking files (double bracket) - Zen Mode (Cmd/Control P -> search) ## Organization - Tags - [SmoothMix](SmoothMix.md) - Templates - [toc: true titler](templates/toc: true titler.md) - Folders ## Navigation - Links and Backlinks (GUI) - Forward and Backward (Cmd/Control + Option + Left/Right) - Auto TOC ## General Tips - Search (Cmd/Control P) - Using the GUI is perfectly fine ## Taking Notes from Elsewhere - Websites : [Roam highlighter](https://chromewebstore.google.com/detail/roam-highlighter/mcoimieglmhdjdoplhpcmifgplkbfibp) - PDF annotation : [3544548.3581388](pdf_files/3544548.3581388.pdf) ## Zotero - [Better BibTex](https://retorque.re/zotero-better-bibtex/) - Export library -> Better CSL/JSON - Check keep updated and background export - Plugin : Citations - Enter path of better CSL/JSON - (Cmd/Control + Shift + M) ## Advanced Options that Are Super Useful - Quick Latex - $ma=\frac{\frac{3\lambda}{4}+34\epsilon}{10}$ - $\begin{equation}a+b\end{equation}$ - Local Graph View (No shortcut : Cmd + Shift + G) - Time stamper (Cmd + T) - Linting (Cmd + S) - File Preview (hold Cmd/Control) [Docker Cheatsheet](Docker%20Cheatsheet.md) - Note Refactoring - Export to PDF ## Extra Resources if You Care - [Obsidian plugins for research](https://medium.com/p/55280f875cae) - [Obsidian daily notes](https://medium.com/p/db4cc1bc0dac) - [Browser extensions that are useful](https://medium.com/p/a2a636c8c67a) - [pdfannots](https://medium.com/p/bbef877c1fa0)