Connecting Evernote with Sublime Text 3

I love Sublime text 3 and use Evernote a lot. And today I would like to share how to connect Evernote with Sublime Text 3. This is useful because most of the times i store my code snippet on my Evernote account. And since I'm using Ubuntu, there is no native Evernote client, so the only way I can use it is using Evernote web.To cut it short, to connect Evernote with Sublime Text 3, I'm using Sublime module called sublime-evernote. You can see the source from Github.Installation … Read more...

Use PHP Code Sniffer (phpcs) in Sublimetext 3

PS: This is an old article, it may not work anymore. I would suggest to try IDE such as VSCode or PHPStorm for better phpcs support.Today i found a great plugin for Sublimetext 3, it is called sublime-phpcs on Sublimetext 3. This plugin is to check if my php code is good according to the PHP Standard (PSR-1 and PSR-2). After the  default installation, the plugin was not working and return a lot of errors. So i dig around a bit and finally it is working … Read more...