7.1 KiB
Obsidian is what I'm making all of this stuff that is on here right now on. For what it's worth, Obsidian is freaking cool, okay? At its core, it's just a bunch of markdown files and at its best, it is absolutely everything and anything that I want it to be. It's worth it as a knowledge management system and even if you don't use it as anything more than a note-taking software, it forces you to go back and to go over the things that you thought you knew.
Obsidian is resourceful because you are compiling knowledge as a story rather than as a file dump or a storage system. When you frame it as a story, you can go back and re-understand the things you had noted down before without losing current contextual relevancy. This allows you to quickly apply whatever was learned before to what you are dealing with now -- which is the whole point of learning anyhow! :)
With all of the new automation tools that are coming out, it is important to note that Obidian is your personal knowledge-base, not a knowledge management base that needs to necessarily be the most efficient or most pretty of things. It can be messy and inefficient but at least your notes will be somewhere here for you to iteratively build upon. And that is the beauty of it. Plus, it's fun. And when you have fun, you are more productive.
A Place for Obsidian Tips
Place any tips or tricks you find on the web on here.
- Plugins are very helpful. Here is the total list of plugins from Obsidian
- Put Obsidian onto git and update every few minutes!
- You already know how awesome LaTex is. Now Obsidian can use it within it too!! (as plugin)
- You can create amazing slides in Obsidian and then publish them to github
- can create presentation powerpoints
- portfolio sites -
- workout plans !!?
- This is a fantastic blog on Obsidian features such as tags, keywords, using documentation, automation, and more.
- Another raindrop collection of Obsidian things if you can't find on google!
- Really great youtube of using Obsidian with your VSCode
- Another very comprehensive guide on youtube
- Proxying a remote obsidian
- Port your ChatGPT conversations INTO Obsidian through markdown
Plugins
The file too see all installed plugins through terminal is /Users/shwethajayaraj/Google\ Drive/My\ Drive/uploads/Obsidian/.obsidian/plugins/obsidian-extract-pdf-annotations
Extract PDF Annotations
- above are the current hotkeys for pdf extraction
- the file to see plugin
Using Buttons In Obsidian
name Add Em Up
type calculate
action 2+2
Result: 4 Result: 4 Result: 4 Result: 4 Result: 4
name How Many Bananas Today?
type calculate
action $1-$2
color yellow
^button-bananas
More Examples:
Example 1: Automating Obsidian Workspace
It is possible to create different dynamic environments if you want. Obsidian currently is quite fast because it is simple. However, do to the .workspaces
in obsidian files, you are allowed to create different kinds of workspace environments as described in this blog. This walks you through creating a macro script to instantiate different processes depending on what you want to do.
!
Example 2: Syncing Obsidian to Git
Obsidian can be hosted 100% offline and locally. What's more it can also be hosted on the cloud or on some storage device. What's even better you can actually also host your Obsidian files on a git repository as well, either on GitHub or your favorite distribution. I will be hosting it through Gitea.
Example 3: Vim & Git
There is an example [here]("Updated: date +'%Y-%m-%d %H:%M:%S'
") on that. Head to Obsidian-Git notes for full explanation.
Example 4: Obsidian & Mobile
Although Obsidian sync exists for mobile, that is a subscription service. What's more there are alternatives for syncing with mobile such as this tutorial where you have use Working Copy, your git URL, & Shortcuts to sync all of the changes on your Obsidian. Another possible solution is using Git Journal.
- Another method that is free that was proposed was using ISH.
Example 5: Encrypting Obsidian
Your Obsidian vault is already quite secure given that it is locally hosted and thus can only be viewed by those that have access to your devices only. However, if you want an additional layer of security, there is also a way to enable Git-Crypt with Obsidian. . Also See Encrypting Obsidian .
Example 6: Obsidian Gaming Hub
This genius Obsidian user decided to make a gaming hub inside of his obsidian. Uses the Templater community plugin.
Misc. improvements
Recent Obsidian Updates:
- YouTube and Twitter links can now be embedded within your notes using the markdown image embed syntax (i.e.
![](https://www.youtube.com/...)
). - We've redesigned all the tree components (e.g. File Explorer, Outline view) to make the visual hierarchy more clear. If you are using a custom theme, make sure to update it (Settings → Appearance → Check for updates) in case it was impacted at all.
- Bookmarks: Added new "Bookmark this block" menu item when right-clicking on a block ID.
Extra Tidbits:
- Lastly but not leastly, I stumbled upon Perlite in my search for obsidian sync. ! The sample view of Perlite extension.
Another site that you can render Obsidian in: !
For instructions on setting up the front-end of Gitea to your Obsidian Vault head to Browser Talk.