Mark Drake

Results 17 issues of Mark Drake

My gulp src begins with: ``` dist/**/*.html ``` My stylesheet has the following path: ``` /css/app.css ``` I call InlineCSS: ``` javascript .pipe($.inlineCss, { applyStyleTags: false, removeStyleTags: false, removeLinkTags: true,...

Just wanted to ask if anybody has translated this to ES6 or planning to. I've started looking at it tonight and will know soon how easy or frustrating it's going...

### Input CSS ``` .navigation__toggle:not(.navigation--mobile .navigation__toggle) { display: none; } ``` ### Actual output CSS ``` .navigation__toggle:not(.navigation--mobile.navigation__toggle){display:none} ``` ### Expected output CSS ``` .navigation__toggle:not(.navigation--mobile .navigation__toggle){display:none} ``` ### The Issue With...

From what I can tell, PanWriter uses the following package to provide the preview pane to markdown files. https://github.com/markdown-it/markdown-it#markdown-it There is an option that can be toggled to `true` that...

I hope you don't mind me posting a feature suggestion. It would be great if you can interface with the API to provide a "view definition" link when clicking on...

enhancement

This package has a tiny footprint in scope. I wrote it to allow my content editors and myself to set specific icons on specific content nodes without the need to...

Here is a screenshot ![image](https://cloud.githubusercontent.com/assets/713355/15079238/5dc8b1c0-1385-11e6-9c79-4fb03f11ef6e.png)

bug
help wanted

> I apologize, didn't know whether I should mark this as a bug, a feature, etc. I just want to share some thoughts and I hope that you find the...

discussion
rfc

### Which Umbraco version are you using? (Please write the *exact* version, example: 10.1.0) V14-RC2 ### Bug summary The following error is logged into the console indicative that the custom...

type/bug

## What type of issue is it? (Choose one - delete the others) Missing documentation ## What article/section is this about? https://github.com/umbraco/UmbracoDocs/blob/main/13/umbraco-cms/tutorials/creating-a-property-editor/part-2.md ## Describe the issue The walkthrough and code...

community/up-for-grabs
state/needs-investigation
category/umbraco-cms
state/needs-reproduction