Tony Mottaz

Results 12 issues of Tony Mottaz

### Description I would like to be able to specify any custom font stack using the fonts installed on my machine. This could be implemented as a "Custom" option in...

**Is your feature request related to a problem? Please describe.** I like how projects and contexts are underlined and clickable, pulling up a search for that project or context. I...

enhancement

**Is your feature request related to a problem? Please describe.** I want to use the Crowdin CLI in my CI pipeline. I want the CI step to fail if the...

Enhancement
Good first issue

**Is your feature request related to a problem? Please describe.** It would be great if this extension could help me fill in the correct translation keys and provide hover information...

enhancement
help wanted

## Description I ran `np` and my `prepublishOnly` script failed during the npm publish step. `np` reported that `The project was rolled back to its previous state.` However, I still...

**Is your feature request related to a problem? Please describe.** I like the readable line length setting for most note contents, but for me this is too narrow for code...

enhancement

If you define a function in `` and try to call it to set a dynamic attribute value on an element that is _also_ `webc:root="override"`, then the build will fail...

From what I've seen, the [gray-matter library](https://github.com/jonschlinkert/gray-matter) is the de facto standard for parsing frontmatter in markdown files. It parses YAML by default, and YAML is by far the most...

When using Prism, the `dist/prism/a11y-light-on-light-dark-on-dark.css` file works as expected, but the minified `dist/prism/a11y-light-on-light-dark-on-dark.min.css` does not style the code blocks at all. Looking at its contents, it appears that it is...

If I do not use this plugin, I can use custom bundle types, no problem. This is a working example: ```js // eleventy.config.js export default function(eleventyConfig) { eleventyConfig.addBundle("foo"); } ```...