Allen Bargi
Allen Bargi
We can use `phantoms` that's introduced recently in sublime, to add auto updating info sections that are separate from the plain text file. for example an updating timer in front...
It's partly done in #52 I'm checking the above plugins to port the syntax highlighting over. Mouse clicks are not possible at the moment.
The problem with this approach is that you're actually changing the contents of file and if you press save accidentally you might lose some of the content. that's why I...
You're right. Now it should be possible to build something similar in ST3. I'll mark this as a feature. Thanks for bringing this up again.
Thanks for quick response. I've tried the drag and drop to change the background image and it's great. The problem I noticed is that a lot of great features you...
I still prefer to be able to resize the element to the exact size. my suggestion is having something like the below screenshot from PS on the top 
gradient editor is kinda buggy, it's a great idea to refactor it. I've been bitten by a bug when double clicking on a color stop to change a color. here...
worth to mention that the copy button on the codebox has never worked for me (before and even after your patch) I recommend switching to [Clippy](https://github.com/mojombo/clippy)
That's why I suggest to be able to disable or enable it based on domain, just like how Ad blockers behave.
@pfiller there's a small bug in your code. If the inline style has a width in any unit other than pixels (like em) the code will interprete it as pixels....