pull down to refresh

NFW, That's great! This will enable a creativity exploit on SN.

Still, would be nice to have:

Well, thank you!

export const EDITOR_SHORTCUTS = [
  {
    action: 'toggleMode',
    combo: 'mod+shift+m',
    handler: ({ editor }) => {
      editor.dispatchCommand(SN_TOGGLE_MODE_COMMAND)
    }
  },
reply