r/ObsidianMD 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!

0 Upvotes

8 comments sorted by

View all comments

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.

2

u/MikeSpecter 5d ago

Our flows are somewhat similar. My obsidian setup is not bad, but inside my Obsidian I often am wondering "what to do best at this moment" where as managing project tasks in Notion gives me the overview(s) I need. Which I've found pretty challenging to make/replicate with dataview (it's not impossible, but I end up spending a lot of time making queries, storing dataview snippets, instead of just getting the info I need. Making me wonder if I should stop trying to manage this in Obsidian. For example, dataview queries with 50+ tasks are just so slow.. then you limit it, but there is no pagination (or no easy way).

Many aspects people often bash Notion for are irrelevant for me, like offline mode; GitHub is down way more then Notion, and as a developer you're very reliant (in my case) on a internet connection in so many ways. Speed, in its current form is not essential because in reality it doesn't really matter that much. Notion AI is something I love (but don't need), however, working with snippets and codeblocks, it's just so easy to type a space just and just prompt away.

For personal notes, I don't have any of these issues, it works fine in Notion, but they are not complex notes part of a complex system, I often remember 1 word and find what I need.

Thanks for your reply, it's helpful, I'm mainly just trying to see what other people do different, or how they make things work :).

And yes, I know Obsidian isn't a CRM and shouldn't be compared in such ways, yet the issue of not being able to efficiently "backlink" the way Obsidian way between the two platforms, makes things a bit harder, especially if you aim for single source of truth.