Obsidian for colloborative note making?

I am thinking of using Obsidian for collaborative note making with more than five working on the same vault. I am planning to use Github to share the update between us.

Is it advisable to Obsidian this way?
Is there some other tool that would be better fit than Obsidian?
What are the issues I might expect?
Is there any Obsidian plugin or methodology that you would suggest making this collaboration smoother?

Thanks for your suggestion!

Here are the features that Obsidian Git plugin offer

https://github.com/Vinzent03/obsidian-git

 

Obsidian Git like plugins in general suffer unsustainable development due to lacking proper financing. However Obsidian itself has sustainable development and future.

 

Here are some current bug reports (Obsidian Git):

https://github.com/Vinzent03/obsidian-git/issues?q=state%3Aopen%20label%3Abug

 

Is there some other tool that would be better fit than Obsidian?

There are some Obsidian alternatives like Logseq. Logseq works greatly with Github. Some other choices besides Logseq and Obsidian are Sublime Text and Visual Studio Code. All of these are not just kid toys but offer highly customizable and efficient writing environment.

2 Likes

Thank you! I will continue to use Obsidian. Git issues are not a problem. We can use Git Bash terminal.

What are the issues I should expect when multiple people work on same vault? Is there anything I must be aware of?

Thank you!

There are also live collaboration plugins/services for editing Obsidian files with others at the same time, like Google Docs:

1 Like

This is what I found regarding syncing with Git (help.obsidian.md):

https://help.obsidian.md/sync-notes#Git

 

https://help.obsidian.md/configuration-folder

 

About GitHub and file sizes:


https://docs.github.com/en/repositories/working-with-files/managing-large-files/about-large-files-on-github

 

About git merge command:


https://www.atlassian.com/git/tutorials/using-branches/merge-conflicts

Amazing! Very helpful! Relay suits my needs. Thank you so much!