2

I am Currently Migrating from Dreamweaver to Sublime Text 3, Sublime has a very handy snippets feature. Could this work in a team workflow?

Is it possible to synchronize everyone's snippets, Store all the snippets on a server and have every user synchronizes with that?

After a Few hours of searching around, Any Help Greatly Appreciated.

2 Answers 2

2

Sublime text uses files to store anything: configuration / plugins / snippets / ext.

From the docs, the configuration folder:

Windows: %APPDATA%\Sublime Text 3
OS X: ~/Library/Application Support/Sublime Text 3
Linux: ~/.Sublime Text 3

So all you really need is to synchronize that folder with any sync tool you want.

Examples with dropbox:

Sign up to request clarification or add additional context in comments.

Comments

0

Try Syncrow, You can create snippets on the go and sync them in all your systems.

2 Comments

Showcase an example pls
Check out the official repo github.com/Afzal7/syncrow, They have a pretty simple example with gifs.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.