Amazing tool. Found that a couple of days ago on GitHub. What I kinda dislike is the fact, that you don't edit the content on the frontend, instead only on the small sidebar.
Guess having the editing happening on the frontend would make it a lot easier. Basically something like contenteditable does.
It's up to developers to define if fields should go in the sidebar or if they should be edited inline in the page. See: tinacms.org/docs/gatsby/inline-edi...
And yes Tina is using contentEditable under the hood :)
re: Announcing TinaCMS VIEW POST
FULL DISCUSSIONAmazing tool. Found that a couple of days ago on GitHub. What I kinda dislike is the fact, that you don't edit the content on the frontend, instead only on the small sidebar.
Guess having the editing happening on the frontend would make it a lot easier. Basically something like
contenteditable
does.It's up to developers to define if fields should go in the sidebar or if they should be edited inline in the page. See: tinacms.org/docs/gatsby/inline-edi...
And yes Tina is using
contentEditable
under the hood :)Ah, alright. Haven't seen that at first. Thanks :)