Jeff See
Jeff See
See [original comment on PR](https://github.com/tinacms/tinacms/pull/2473#issuecomment-1026232632) The indicator is triggered just by the act of clicking on the area. The reason for this is that we need to normalize so they...
Updates to the `rich-text` component as well the shape of the `rich-text` field response from the API. This will be a minor version bump. * Adds support for `isTitle` on...
When on the last line of the rich-text editor and the block is empty, hitting reset throws an error https://www.loom.com/share/7960d8de480c4a889077b197bddb2e50
A few statements about default behavior that we may want to pin down so we know how we'd like to proceed as the extending Tina work progresses. ### When in...
### Discussed in https://github.com/tinacms/tinacms/discussions/2726 Originally posted by **jipiboily** March 23, 2022 Hey folks, Our content marketing guy is copying & pasting his articles weekly from Google Docs. GDocs is very...
When a field has a `defaultValue` it doesn't actually update the values returned from `useTina` until the user touches the form. To solve this, we should fire an update even...
With the new advice on passing `schema` into the `` component, it's likely that users will forget to keep the schema as a default export. When they do, this is...
Right now an `object` with `templates` doesn't return the `_template` field, even though it's present in the raw file. We should support it cc @employee451
When using `create-tina-app`, the Tina dependencies are switched to `latest` but the `yarn.lock` is copied over, so a dependency like `latest` has no effect https://github.com/tinacms/tina-barebones-starter/blob/main/yarn.lock. #### Steps to reproduce `npx...
### Discussed in https://github.com/tinacms/tinacms/discussions/2230 Originally posted by **tbenbow** November 11, 2021 How should I define default data when creating a new document with the "Add Document" modal? I tried using...