Shawn Erquhart

Results 161 comments of Shawn Erquhart

No problem! I'm sure someone will take it on.

Forget the boolean thing I said before, we should apply the `field`/`fields` approach from the list widget to the collection config. **`fields` vs. `field`** Here's the list widget using `fields`:...

Related Remark plugin, in case someone wants to take a stab: https://github.com/Rokt33r/remark-math

Ah, you're totally right, remark doesn't have anything to do with this - we don't need to touch the content, just display it pretty in the CMS UI. We would...

graphql-codegen silently failing has been a bit of a challenge for me as well. I use the client preset and `codegen.ts` for config, and it appears `noSilentErrors` isn't available for...

Great work here! Upward scrolling does seem a bit of a sore spot - any consideration of just removing it entirely? For anyone else dealing with this, CC90's method (two...

@gausie ordering is definitely something the CMS needs! I think the approach will be a little different - it's laid out in the designs under #179. I believe steps toward...

Ah, good point, thanks for clarifying. Considerations: * Changing the value of an entry from the collection page (including use of a separate mode) is a new concept in the...

@rogermparent how would you handle updating all files? For example, let's say I have fifty entries in a collection, and they all have a number value in their `order` field....