joshuakto / fit

File gIT (FIT) to sync your files across mobile and desktop devices using GitHub.
https://obsidian.md/plugins?id=fit
MIT License
65 stars 12 forks source link

Sync all Files. Also .obsidian Files #36

Open SeardnaSchmid opened 1 week ago

SeardnaSchmid commented 1 week ago

Currently the obsidian API is used to get all files. By this the dot folders are omitted from detection.

I sync my vault over 3 devices and don't want to manually apply all plugins.

By this issue we might need to change the persistence of the personal access token...

Just my 2 cents here...

If I find the time to make some changes I create a pull request

SeardnaSchmid commented 5 days ago

Just updating my current research:

=> currently looking for a workaround

dmantisk commented 12 hours ago

A solution I found is with another plugin, https://github.com/codeonquer/obsidian-sync-config-folder-to-common-folder

We can use that plugin to sync the .Obsidian folder to another folder inside the vault so it's picked up by FIT.

But, I'd like a solution that doesn't require adding another plugin or duplicating files as well.