Matt Chowning

Results 187 comments of Matt Chowning

A while back I made a `org-roam-dailies-insert-date` function to provide allow me to insert a linked reference to a specific "daily" file. I'm not super-familiar with elisp, so I wouldn't...

👋 @zipy124 ! I did have to modify that function to work code with the latest changes to org-roam. This is my current function: ``` elisp (defun matt/org-roam-dailies-insert-date () (interactive)...

> If it is not supported I would be interested in the reason for leaving out such an important function? Is it too complicated to implement or does it have...

> Yeah, since providing both lists is an edge case, I think ignoring hideBlocks in case showBlocks is defined makes sense. One thing it would be great is to add...

> I am not opposed to changing the interface for the benefit of the consumer of the block editor. I just don't feel strongly that the approach using a single...

:wave: @kmdupr33 ! > I'm having a bit of a tough time imagining how this would work on mobile. For example, what sorts of modifiers are we imagining we'd use...

This may not be directly related since I'm only seeing this on Android, but I see that an extra undo point to move the cursor is getting created on Android...

👋 @daniloercoli ! I'm assuming we should still work to merge this PR since [the related issue](https://github.com/wordpress-mobile/gutenberg-mobile/issues/1027#issuecomment-495557004) is still open. Do you agree @mkevins, @daniloercoli ?

User report of a similar sounding issue: > User on Android mobile app and in a post with a lot of images in image blocks, when they tried to replace...

This is a bit of a spicy topic. 🙂 There's been discussion around this in https://github.com/wordpress-mobile/gutenberg-mobile/issues/562. My understanding from that thread and my brief testing is that underlining is not...