that fact that you can login/logout with super+shift+p and load the settings instantly to change between workflows or to do some quick changes on your friends laptop
Your confirmation email was sent to my spam folder.
Here's some things you can do to make your email look less like spam:
1.) Use Sublimall in the from field (never leave the from field blank).
2.) Include a physical address for your company somewhere in the message body.
3.) Use better english and include an explanation of what this email is, what triggered it, instructions to ignore the email if the recipient didn't request it.
This is great! As far as I can tell by reading the source code, it encrypts everything locally before uploading it, and the server does not have the encryption key. Is this right OP? If it is, I think you should make more emphasis about it in the project's home.
Server side can't read your configuration because all your data are encrypted locally by 7zip.
It's mean that you are the only one who know your pass phrase, nobody can't read it.
This is an important thing, cause we all have api key, password, sftp connection, things like that in our SublimeText configuration, and it must be private.
One issue with syncing configs using either method right now is that certain keyboard shortcuts don't make sense across OS types, and your font size may not work well at different monitor resolutions (especially retina vs non-retina). See http://www.sublimetext.com/forum/viewtopic.php?f=2&t=5135 for related discussion. If you could incorporate per-OS/machine config overrides into this it would be very handy.
I'll look into this. I think it is an unfortunate side effect of how english word stemming works. The "all" suffix is trimmed off of Sublimall and it is treated like the root to the word Sublime.
I'm planning on adding some checks for exact package names and making sure an exact match is always first rather than just relying on the fulltext stemming of PostgreSQL.
There's a simple, free, realtime method (doesn't require me to "retrieve" anything, updates all computers instantly). In Linux you can just use some cloud syncing service (Dropbox in this example) and do the following:
58 comments
[ 2.7 ms ] story [ 115 ms ] threadhttps://github.com/socketubs/Sublimall
Thank you for testing!
Thank you for testing!
mv ~/Library/Application\ Support/Sublime\ Text\ 3 /path/to/cloud
ln -s /path/to/cloud/Sublime\ Text\ 3 ~/Library/Application\ Support/Sublime\ Text\ 3
[0]: https://floobits.com/
> Sublimall is an opensource, server and plugin.
The client source is already out:
[1] https://github.com/socketubs/sublimall/tree/master
http://sublimall.org/docs#how-can-trust
I want a clean and fully tested code before giving it to you. If I see many people interested in source code, I'll maybe release it quicker.
The most important thing to provide a long life to Sublimall is to have some contributors.
Maybe put a link to your Github repository on the homepage? :-)
Here's some things you can do to make your email look less like spam:
1.) Use Sublimall in the from field (never leave the from field blank).
2.) Include a physical address for your company somewhere in the message body.
3.) Use better english and include an explanation of what this email is, what triggered it, instructions to ignore the email if the recipient didn't request it.
MX Settings OK, SPF not OK.
which 7za
In your terminal and give me return ?
"Sublimall need 7zip to archive and encrypt your configuration. Install it."
Server side can't read your configuration because all your data are encrypted locally by 7zip. It's mean that you are the only one who know your pass phrase, nobody can't read it. This is an important thing, cause we all have api key, password, sftp connection, things like that in our SublimeText configuration, and it must be private.
http://sublimall.org/docs
One issue with syncing configs using either method right now is that certain keyboard shortcuts don't make sense across OS types, and your font size may not work well at different monitor resolutions (especially retina vs non-retina). See http://www.sublimetext.com/forum/viewtopic.php?f=2&t=5135 for related discussion. If you could incorporate per-OS/machine config overrides into this it would be very handy.
Is anything wrong with it right now?
https://sublime.wbond.net/search/sublimall%20socketubs
I'm planning on adding some checks for exact package names and making sure an exact match is always first rather than just relying on the fulltext stemming of PostgreSQL.
Save's the hassle of adding/pulling
Also has the added bonus of having "scratch" files.
And they're not working now either, I guess maybe they ran out again?
But it's now re-open!
Socketubs - you'll need to include my name in the license file since you are using code from Package Control. https://github.com/socketubs/Sublimall/blob/master/sublimall....
And thanks for your great Package Control :-)