Open chunjiw opened 5 months ago
I notice that in the default ignore pattern
CONFIG_DIR/*.json
So almost all app configs do not sync. Is this a bit too aggressive? Personally, I would love to see
appearance.json
app.json
daily-notes.json
hotkeys.json
To be synced. What do you think?
These files are frequently modified by Obsidian, making them prone to synchronization conflicts, especially when using Obsidian across platforms. I will consider to add a switch for this ignore pattern.
I notice that in the default ignore pattern
So almost all app configs do not sync. Is this a bit too aggressive? Personally, I would love to see
appearance.json
(themes related)app.json
(like where to put new notes)daily-notes.json
(like new daily notes title format)hotkeys.json
To be synced. What do you think?