pull down to refresh

@guerratotal and @supratic
#692783 is still something I want to implement.

This post focuses on the early capabilities of the new editor, but not so much about UX. That's going to be featured in a later post.

Wow, bro, thanks so much... excellent work!!!

I'm going to use it today, in fact, I think right now hahahah...!!!

reply

This is only a preview, it’s going to come out in ~2 weeks

reply
reply

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

Still, would be nice to have:

reply

Well, thank you!

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