pull down to refresh
49 sats \ 5 replies \ @sox OP 11h \ on: Yes, we're working on a new editor. meta
@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
Well, thank you!
-
the editor menu following the user when scrolling
- in progress
-
keyboard shortcut for switching between editor and preview
export const EDITOR_SHORTCUTS = [
{
action: 'toggleMode',
combo: 'mod+shift+m',
handler: ({ editor }) => {
editor.dispatchCommand(SN_TOGGLE_MODE_COMMAND)
}
},
-
documented keyboard short codes
- there's gonna be an overwhelming modal for this, because every action has a shortcut, but I didn't do it yet because the idea already overwhelmed me lol
reply