Francesco Danti
Francesco Danti
@romaninsh this is already done in atk4\api? or you mean other type of usage?
> request must be handled as PSR request as well > > laminas dep should be not needed if this translates to a few echo/header/http_response_code lines I replace with code,...
https://github.com/atk4/ui/blob/beb149f3e15ffdb681df9964cd5f48ed85971851/src/App.php#L1119 Are you sure that this cannot be changed to an Exception or other ways to not force exit the process? My fear is that if you use Atk4 in...
> request must be handled as PSR request as well > > laminas dep should be not needed if this translates to a few echo/header/http_response_code lines I see the PR...
some Tests are failing at the moment due to github problems, but I think all tests are successful.
the next step is to replace all direct calls to $_GET and $_POST. for ex : https://github.com/atk4/ui/blob/09ec6e11c3c709cb2e5ac78b71ceee65d836b3d0/src/Accordion.php#L151 can be replaced with : `$this->getApp()->issetRequestQueryParam('__atk-dyn-section')` and this is ok, the problem is...
> We need both - markdown editor for smart users and developers **and** HTML editor too for ordinary users who just want to paste in their text from Microsoft Word...
> Well, CKeditor 5 supports HTML, but also Markdown with autoformat which is great. > > Here's a screenshot which shows it in action: > https://github.com/zadam/trilium/wiki/Text-editor#autoformat i use it, is...
i speak with a guy while i presenting ATK and he suggest me : https://alex-d.github.io/Trumbowyg/ I my opinion is the best candidate for our html editor, we can create a...
@georgehristov i like the idea and i already had in my todo list QueryBuilder integration, cause i think Grid and CRUD are still too spartan on functionality, at this moment...