mfuentesg / SyncSettings

Sync Settings - The cross-platform solution to keep Sublime Text configuration synchronized
https://mfuentesg.dev/SyncSettings
MIT License
288 stars 38 forks source link

Including files outside the User folder #71

Closed Carlovan closed 3 years ago

Carlovan commented 7 years ago

I have a lot of snippets in Packages/Cpp/Snippets folder and I'd love to be able to sync them. I tried including "../Cpp/Snippets" in the included_files configuration option but it doesn't work.

Trevor- commented 7 years ago

Yep, I'd like this feature too

itslooklike commented 7 years ago

Hi! absolute path didn`t work too? I try

{
    "included_files":
    [
        "~/emmet/preferences.json"
    ]
}

but emmet not add in gist

ghost commented 7 years ago

I'm trying to get this to work but what ever I do it doesn't upload. My folder is "C:\Users\Musikdator\AppData\Roaming\Sublime Text 3\Packages\CC-Extension-Builder-for-Sublime-Text" I have tried with both \ and / slashes. I have tried single files also but it just won't upload.

This is how my code looks like: "included_files": [ "C:/Users/Musikdator/AppData/Roaming/Sublime Text 3/Packages/yay.test" ] (as said, I have tried both / and \) Have I done something wrong?

mfuentesg commented 5 years ago

I will try to implement this feature. I will let you know

mfuentesg commented 3 years ago

Try to move your snippets inside your User folder, because all your own configurations must to be there.