Strategy to begin
- Just start writing.
- Write at-least 10 notes of 10 words each.
- Convert some into to Double Square Brackets
- Create at-least some connections between the notes
- Open the graph view.
- Goto settings and enable all the plugins you need. I have enabled all other than the Zettlekasten
- Checkout - https://help.obsidian.md/Getting+started/Glossary
ShortCuts
- Use CMD + Alt + (Right of left arrow) for next and previous notes in Obsidian
- CMD + O for quick switcher or Open
- CMD+P for command Pallette
- Tab for tabs related
- Explore tab groups #todo
- Select the text and then type two left square braces to convert it into a link
Advanced
- There are a lot of community plugins. Do check them out regularly.
- Every Note in Obsidian is just a markdown file in a folder. If you understand this properly you can do a lot of automation, tooling and build your workflows around that.
- You can use linux commands like
mkdir -p {{path/to/directory}}
for creating folders hierarchybash mkdir folder{001..512}
for creating folders with sequential namestouch lesson{001..005}.md
for creating markdown files with sequential names.- Use @code to open the folder with VS Code and do the operations you generally perform during coding. Sometimes multi cursor can come handy in doing some easy transformations.
- You can make use of file processing command sed and text processing command awk
- A little bit of shell scripting can also make tasks for you much easier.
- Learn about templates
- Used it for daily template and people
Referenced in:
All notes