Per Søderlind
Per Søderlind
Do you plan to add the option to save a changeset to file (json / yml) ?
### Is your enhancement related to a problem? Please describe. [not sure if this maybe should be a project/tool by itself] Soon, hopefully, will'll have [synced pattern with overrides](https://github.com/WordPress/gutenberg/issues/53705). It...
Sometimes I wonder if I'm running the lastest version. It would be nice is the version number was in the dashboard title, eg: ### Key Vault Acmebot (v4.0.8)
I would be nice if the following was wrapped in an filter https://github.com/westonruter/spoken-word/blob/e0174587806802ba3668ce43e57f0429022d1d08/spoken-word.php#L88 eg: ```php 'contentSelector' => apply_filters( 'spoken_word_content_selector', '.hentry .entry-content, .h-entry .e-content, [itemprop="articleBody"]' ), ```
Somehow the path has the repo twice, I believe because of https://github.com/actions/runner/issues/2058 https://github.com/zaproxy/action-baseline/blob/f00f834c0f443c58e7edd33d973f33305370dacf/index.js#L14 My action is: ```yml name: OWASP Zap Daily Live Check on: workflow_dispatch: schedule: # Run once daily,...
Added support for [GET statuses/mentions_timeline](https://dev.twitter.com/docs/api/1.1/get/statuses/mentions_timeline). The user can select, in the widget and shortcode, if he wants to display mentions or not (default = false). Mentions are merged into [user_timeline](https://dev.twitter.com/docs/api/1.1/get/statuses/user_timeline)...
Since `phpcbf` is included, how about adding the option `autofix` to the config and [have phpcbf fix many](https://github.com/squizlabs/PHP_CodeSniffer/wiki/Fixing-Errors-Automatically) of the coding standard errors ? ``` yml engines: phpcodesniffer: enabled: true...
The generated HTML looks like this: ```html Download PDF Print ``` It should have a wrapper like this: ```html Download PDF Print ```
mPDF, the PDF library I use, supports [creating an Index](https://mpdf.github.io/what-else-can-i-do/index.html). I can use the `` tag for this. Should I ?