Will Moore
Will Moore
@cferdinandi Thank you so much for your guide. Really helped. There is a another WP plugin for Adaptive Images here: http://wordpress.org/plugins/new-nine-adaptive-images/ I couldn't get it to work until I read...
I had similar problems in Jade templates (essentially the same syntax as Slim). Tried to sort it out by commenting out [this section of the plugin](https://github.com/gorodinskiy/vim-coloresque/blob/master/after/syntax/css/vim-coloresque.vim#L125-L127) to no avail. After...
Just tried installing it again. Changing those 3 lines linked above from ``` :set isk+=- :set isk+=# :set isk+=. ``` to ``` setlocal isk-=- setlocal isk-=# setlocal isk-=. ``` seems...
Would love to see this one day. Partially for testing/creating custom extensions but also as shortcut to try out existing twig extensions from out in the wild. With the ability...
```css .containing-element svg { height: auto; max-width: 100%; } ``` works for me. Thing is, depending on how many slices there, it's not exactly "usable" on a small screen. But...
Perhaps using comments as an example under the Scope Blacklist setting would 'solve' this for most users?
> how do you blacklist something @javaboi03 Go to Settings > Packages > Autocomplete Plus. Then scroll down to 'Blacklist'
Duplicate of #108
I like this idea. I would prefer to only see the ``
I hacked up a ``fix`` for this involving a second label for the input with `get_post_title()` shoved in it. Then, hiding the input entirely and making the label look like...