Replies: 3 comments 8 replies
-
Turns out I might have been taking the thing about
I went ahead and tried setting Custom base path to |
Beta Was this translation helpful? Give feedback.
-
@tophee Lucky you - I've been trying to get a very similar setup working, but haven't had much luck so far. I’m using a regular Git repo with a doc/ folder inside it, which I open as my Obsidian vault. I was excited to try the Git plugin (v2.34.0), but ran into issues right away:
I've tried a few other combinations, but none of them really worked. Eventually I gave up and switched to managing Git outside the plugin - but I'd love to get it working the intended way. I seem to be missing something subtle... @Vinzent03 maybe you have any advice? |
Beta Was this translation helpful? Give feedback.
-
I use .gitmodules option used within a parent repository. (It should be located at the root of your project.)
nice little writeup: |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
I am using Obsidian together with Noteplan, which means my Calendar-Notes are not in a subfolder of the vault (but in a sibling folder). To solve this, I have a symlink to that calendar folder. It works find with Obsidian (and Noteplan), but since
git
doesn't traverse symlinks, it will not see my calendar notes if I use the default config of the Obsidian Git plugin. Instead, I need to create my local repo in the parent folder of the Obsidian Vault folder. No problem forgit
at all, but I wonder whether this is or can be made compatible with the Obsidian Git plugin.Here is my (basic) folder structure of my
I see the Custom base path setting, but it seems to be applicable only for the opposite use case (where the Git repo is below (not above) the vault directory, right?
Beta Was this translation helpful? Give feedback.
All reactions