Bob Rockefeller

Results 40 issues of Bob Rockefeller

You mention adding these as one of your To Do items. So I'm creating this issue to say I could really use that feature - access to the clipboard contents,...

Since Brackets is using CodeMirror, is there a way to simplify this snippet extension by using it rather than having to package another JavaScript-based editor?

I have written a snippet scoped to `Markdown(GitHub)` and a test document set to `Markdown(GitHub)`. The snippet won't trigger in that document. If I change the scope to `Any`, it...

For example, does a scope for CSS apply to SASS, SCSS and LESS as well? Or must each be called out explicitly?

Something I do often is to write Markdown for Grav. Something common about that with many other systems is the front matter of the document written in YAML, with the...

request

Are there plans to support YAMLlint?

linter

Who you consider adding menu items, are allowing menu items to be configured, for the primary commands? Digging through the Command Palette is not as nice as just selecting menu...

missing api

I think that `nav`, `section`, and `article` should be added to the `meta.tag.block.any.html` scope.

My SCSS lint errors are shown with a background color - I'd rather have a squiggly underline. Are such settings possible? ![www grav dev - phpstorm ps-141 1717](https://cloud.githubusercontent.com/assets/2962426/8396206/a240c516-1d6a-11e5-81eb-109902466e89.jpg) PhpStorm EAP...

How would I write the RegEx to exclude `images/`, but not `user/pages/images/`? `return !name.match(/^(node_modules|.vagrant|assets|backup|images|bin|cache|logs)/);` excludes them both.