René Stalder
René Stalder
See greypants/gulp-starter#88
By now, for example if you delete templates, they will not be deleted in the dev or productive theme folder. Add a clean task to clean folders before build or...
Would like to see a command to add current track to a playlist which could be handy if you are listening to a radio station. Command could be ``` spot...
The controls in the panel are currently use `div` and are not focusable via keyboard. To improve accessibility, in place of `div`, custom styled radio boxes could be used, or...
Resolves #52
In case the plugin works, how exactly do I use it? I can't find any manual and dropping plantuml code into a note doesn't do anything.
I feel like the plugin requires a disclaimer, that plantuml.com service is used in the background to generate images of the PlantUML data. That means, data is sent unencrypted to...
Add `npm` images as a future replacement for the outdated `yarn` version images. It basically requires `RUN apk add --update npm` on the base images. ## Bonus: Make the npm...
Fixes Google Search Console "Reference to non-existent item" error when trying to index a website that does not have a meta image set fixes #53
The `with` tag ([see Twig documentation](https://twig.symfony.com/doc/1.x/tags/with.html)) is one of those tags that does not appear in the intellisense of vscode, assuming this is missing in the implementation. **Update**: Seems it's...