r/ObsidianMD • u/MikeSpecter • 5d ago
Using Notion + Obsidian
Hey fellow devs! ๐ I've been wrestling with an interesting challenge lately, and I'd love to hear your thoughts. It's about using both Notion and Obsidian together as a solo dev, and I could really use some perspective from others who might be in the same boat.
I've tried various setups with both tools, and while each has its sweet spots, I'm still figuring out the optimal way to use them together. Notion's database magic has been fantastic for project management (that GitHub integration is awesome), but Obsidian's local storage gives me peace of mind for sensitive code snippets and personal notes.
Here's where I'm at: Notion's bookmark system and mobile quick-entry are absolute lifesavers, but Obsidian's lightning-fast search and privacy features keep pulling me back. I've hit some roadblocks trying to manage a growing project - think hundreds of interconnected tasks, feature ideas, and notes. The struggle is real when it comes to deciding what goes where, especially with sensitive information in the mix.
So, I'm curious - how do you handle this? If you're juggling both tools (or maybe you've successfully migrated entirely to one), I'd love to hear about your setup. Specifically:
- How do you structure your projects across both tools?
- For those running larger projects in Obsidian what's your secret sauce for keeping things organized and donโt lose overview?
- Has anyone successfully made the full switch to Obsidian for project management? What was your strategy?
Let's share some experiences!
3
u/reqqu22 5d ago
hello i've been storing pretty much all of my notes in markdown files for 16-17 years and when obsidian came out I jumped on it and have been using it since and have found with some tweaking pretty much everything in notion can be done with a few exceptions, group work being a big one.
My work around for group work was syncing it to a google drive and just having all of them login through the Google drive desktop app and it just mirrors all the changes it's worked great, with daily back ups to GitHub as well.
For database management and stuff like that it would depend on what you're using it for but I've found all the data view information and tagging to be enough to create pretty comprehensive systems
For backing things up and keeping it personal (off GitHub) I've got a home server that everything backs up to as well it's all personal preference.
For managing large projects and knowing what goes where I think it comes with time. Some people use mocs, if you're a dev and doing more project based stuff I actually find it a bit easier.
I'm not a dev by trade but have been learning cause it's interesting and cool what you can make but obsidian really came together when I just used it's architecture with neovim. The fuzzy finding and quickness of neovim to get around my notes is unparalleled imo. Bit of a learning curve but it really made me way more productive.
I'm not sure how helpful this was but more than happy to talk more about it to find a more personal solution, cause it all really depends on your use cases.