Automail
Automail copied to clipboard
Creating an alternative implementation of lists?
This is probably doable, but would require a lot of work. It needs to have at least feature parity to be usable.
First of all, it needs an independent implementation of the list editor, since the native one can't be summoned by command.
This means something that has feature parity with the default editor.
Then, it needs to mirror all filter and sorting functionallity, and then some on top of that again.
since the native one can't be summoned by command
It's possible. e.g.
document.getElementById("app").__vue__.$store.dispatch("medialistEditor/open", 124845)
where the number can be any valid media id.
VERY nice!