Syncing non-includable files (f.e. .docx, .xlsx) #291
-
Hello, Recently I began working with more Since then, I noticed that those kind of files are not synced to GH - which initially confused me.. Then I realised that the plugin probably only considered files which can be included and are displayed in obsidian's internal FE get synced; but then again ObsidianSync itself does sync However, it would be useful if the plugin would sync the vault in its entirety, regardless of the file type - so that formal documents arising from notes can be synced and backed up alongside them. Would that be possible and could it be done (maybe post 0.16-launch)? Thank you. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
I don't know why your docx files are not committed. I'm pretty sure you have a .gitignore somewhere. 0.16 is purely visual so this doesn't affect this plugin's functionality. You could try running |
Beta Was this translation helpful? Give feedback.
I don't know why your docx files are not committed. I'm pretty sure you have a .gitignore somewhere. 0.16 is purely visual so this doesn't affect this plugin's functionality. You could try running
git status
in the terminal.