John Thomson
John Thomson
This uses code adapted from a comment by nitesh619 in https://github.com/STRML/react-grid-layout/issues/1100. However, rather than just a one-off patch, I have tried to make a full PR with unit tests and...
Requires a change to the corresponding @types project to permit the new "wrap" value for compactTypes. I'm not sure whether that will happen automatically when this is merged or whether...
I'm sorry, I don't know when or whether I will have time to rework this along the lines STRML wants.
That workaround was not very satisfactory, because using scrollContainer visibility is evaluated based on whether the item is in the window, not on whether it's in the scrollContainer; and using...
I did some research. There is code in a function modifyNumberedListObject which attempts to assign sequential numbers to block.numbered_list_item.number for each numbered_list_item; but the numbered-list blocks do not have this...
So, we merged a patch that makes them come out as numbered lists, but each separate list will be numbered from 1. I think the next step would be to...
This is basically implemented. Currently the bubble style is called "caption" and by default it has a brownish gradient background and no tails. Comical should draw a tail if the...
We bypassed this and implemented the algorithmic version as 'exclamation'
This is mostly done. There's room for improvement in how the points are arranged, and we don't yet support control over the number of points, though that would be an...