gitdoc
gitdoc copied to clipboard
Gitdoc doesn't handle submodules
Hi, my use case is that I'm trying to recreate my Obsidian setup using VSCode & Foam. Then trying to use Gitdoc to replace the Git syncing plugin for Obsidian.
I have my main Obsidian vault with it's folders and a folder inside it with my submodule which is itself a smaller Obsidian vault.
When I make changes to files inside the submodule they aren't committed. From the UI changes that happen in the Source Control pane I think Gitdoc is trying to commit to the main repository not the submodule.
It would be great if Gitdoc could handle this usecase.