Bruno Meilick

Results 59 issues of Bruno Meilick

unless page-lock is manually disabled using `lock: false` for site.yml it will cause js errors. please fix. not everyone installing this plugin checks their js-console while in the panel. 🤣

still has some unsolved issues but allready good progress. Signed-off-by: Bruno Meilick

the original seems to be a little more advanced? what where the reasons to use the fork? https://github.com/kbjr/Git.php

enhancement
help wanted

to be listed at the [offical kirby 3 plugin list](https://getkirby.com/plugins) you need to allow all three installation modes (composer, gitmodule and zip). please check out the [official example repo for...

help wanted

i get the idea that giving you credit in the sitemap seems reasonable. ```html ``` but still i would like you to remove it or make it optional because: -...

the json example in the readme has no `self` in various params but the json file from the tests does have these set. https://github.com/paragonie/csp-builder#example https://github.com/paragonie/csp-builder/blob/e9a7560fd3f133a85f03c51de5fc051ac97630a7/test/vectors/basic-csp.json for example i am guessing...

**Describe the bug** Form class loads data even if it may be never used. it dataset is very big this causes a hugh delay for on each request. This is...

needs: delay ⏳️

maybe add direct support for opening a file in appending line and optional char like this ```bash oni2 ~/myfile.txt:42:6 ``` other editors like vscode or sublime text can do that....

enhancement
A-cli

in my plugin i have a class extending the editor. https://github.com/bnomei/kirby3-srcset/blob/2ed1d7e38c131c6545f793d74b236ae2844ef489/classes/Kirby/Editor/SrcsetBlock.php#L9 but the complete plugin consists of more then the editor block. will it break if the editor is not...

missing: information ❓

implemented via usual plugin cache. config via each query... ```json { "query": "page('photography').children", "cache": { "key": "myquery-{{ page.id }}", "expire": 60 }, "select": { ... ```

type: feature 🎉