Thibaud Colas
Thibaud Colas
This may be useful to some – you can work around Prettier not providing this by using your git (or other SCM) diffing tools. Here is an example using `git...
This is indeed implemented!
Can you share data that substantiates it’s a real-world improvement to decode images asynchronously? I have some awareness of how this is meant to work, but no sense of the...
Just to report I think I have the same issue here. Also hit when creating a new page. I get the same output as @chosak for `PRAGMA foreign_key_list('wagtailcore_page')`, `PRAGMA legacy_alter_table`,...
👍 here are the results of the above for me (exact same output): ```console $ python Python 3.10.0 […] $ import sqlite3 $ conn = sqlite3.connect(':memory:') $ cursor = conn.cursor()...
Tagging this as a "good first issue" _for someone with accessibility expertise_. There is no particularly deep knowledge of Wagtail required to help with this, however this requires expert knowledge...
I’ll remove the "good first issue" label from this based upon recent discussions. We want to switch to one of our light teal shades for the focus outline color, however...
Here is the list of keyboard shortcuts supported by Draftail, heavily inspired by Google Docs: https://github.com/springload/draftail/tree/master/docs#keyboard-shortcuts. I foresee problems integrating this with the rich text editor because the shortcuts would...
It's easier to see how this could work with the improvements done over the last few months: - The shortcut modal opens with a keyboard shortcut like in examples above...
@SalahAdDin there's now a list of all Draftail keyboard shortcuts over at https://www.draftail.org/docs/keyboard-shortcuts (which is referenced in the official Wagtail docs).