Nigel van Keulen

Results 7 issues of Nigel van Keulen

Instead of importing the `markdownify` function every time the view's POST method is called, instead import it at global scope. Example: ``` markdownify_func = import_string(MARKDOWNX_MARKDOWNIFY_FUNCTION) class MarkdownifyView(View): """ Conversion of...

### Issue Summary Calling `page.get_parent` inside your `serve` method performs a query. Why? ### Steps to Reproduce Call `page.get_parent`. ### Any other relevant information. For example, why do you consider...

type:Bug
status:Unconfirmed

There is an issue when you select an item in synchronized pages. When you select an item using a ChooserBlock, normally a JSON response is returned, and the object is...

type:bug

A Wagtail package to add frontend editing to your Wagtail website. Tests are in the package directory itself. I wasn't quite sure where to categorize this, blogging/news OK for a...

Add text alignment for your Wagtail Draftail richtext editor.

### Issue Summary When overriding the `wagtail.admin.panels.InlinePanel` class's child_edit_handler property; the returned MultiFieldPanel does not honor the `collapsed` class in the templates. I'd like to be able to individually collapse...

type:Bug
status:Unconfirmed

It's not working. No errors show up in the console. Clicking the "annotation" key in the toolbar is a no-op. Using script from CDN "@editorjs/editorjs": "^2.31.0",