Obsidian integration with VSCode
Does anyone know any way that you can integrate Obsidian with VSCode? In my case I'd like to find a way to collect all my notes for my program (VSCode) in a readable format (obsidian) so i can view/edit/create notes both in VSCode and Obsidian respectably.
5 Replies
is this something? https://github.com/NomarCub/obsidian-open-vscode
GitHub
GitHub - NomarCub/obsidian-open-vscode: Open vault in VSCode button...
Open vault in VSCode button for Obsidian.md. Contribute to NomarCub/obsidian-open-vscode development by creating an account on GitHub.
The beauty of Obsidian is that your vault is just a folder on your harddisk, so you should also just be able to point VSCode at that same workspace folder
Maybe
I think i am looking for more programmable intergration
Like when i comment out something in my code like //TODO: Fix this bug
I can programmably add it to a data table that i can view in my obsidian
But i think its just a matter of me adding things i want to have
it could be a fun project to write some plugins for that
yeah true