Thomas Jakobi

Results 111 comments of Thomas Jakobi

It is part of the python markdown standard extensions: https://python-markdown.github.io/extensions/admonition/ and it would be great, if this could be included into daux too. BTW: implementing footnotes would be nice too.

gadamiak has done this: https://gist.github.com/gadamiak/3812853 Available as transport package on http://modx.com/extras/package/langrouter

At least the `core/packages` and maybe some parts of the `core/cache` content could be moved to the new location during the setup. The other parts normally don't have to be...

The 'Open in new window' button is a nice idea.

The tests have to be reverted too, since nested output filters don't work anymore (at least in the test). The code is reverted to the state before #14458.

The example code works fine, thanks!

Maybe that can be restricted to two starting dots: `#^(\.{2}|/)+#u` Should be safe: https://regex101.com/r/FbuRLQ/1 The dot files have to be restricted elsewhere.

Changing any resource field (except of deleted and deletedon/deletedby) is not the right way to hide those resources in the tree. There has to be a system setting and in...

One big problem here is the missing responsiveness of ExtJS. Automatically collapsing (hidden) sections have to be well prepared and can’t be handled with pure CSS.