Logan Anderson

Results 30 issues of Logan Anderson

Add a "static build to dev and build scripts the the correct config is provided. ## How to setup Here is how to setup on a new project. This can...

### Add a `router` prop Mentioned [here](https://github.com/tinacms/tinacms/discussions/2402#discussioncomment-2046317). It would replace the need for the `RouteMapper` plugin: ```js defineSchema({ collections: [{ name: "post", label: "Posts", path: 'content/posts', router: (collection, document) =>...

enhancement
wontfix
NEEDS POINTS

## Summary As a Tina dev I want to add a global form so that my editors can edit global content ## How it looks to the user In the...

enhancement
NEEDS POINTS

When trying to edit the Caption and alt text of an image in the MDX editor the following happens; As soon as one of the values is "Touched", the form...

bug

DO NOT MERGE. This is the standalone APP poc. This is only meant to be a POC and should never be merged. The work for this is better done piecemeal...

Currently we are [tracking all CLI errors in one type of error](https://github.com/tinacms/tinacms/blob/main/packages/%40tinacms/cli/src/cmds/start-server/index.ts#L182), we should break this down and track [compilation errors from ES build](https://github.com/tinacms/tinacms/blob/main/packages/%40tinacms/cli/src/cmds/compile/index.ts#L80) and [runtime errors](https://github.com/tinacms/tinacms/blob/main/packages/%40tinacms/cli/src/cmds/compile/index.ts#L101) when running the...

enhancement
dx
NEEDS POINTS

## The problem Lets say you have a a relationship between blogs and authors defined like this schema.ts ``` import { defineSchema } from 'tina-graphql-gateway-cli'; export default defineSchema({ collections: [...

ux

See video: https://www.loom.com/share/6935c5b2dfec43bda70cc825bfe6ba22 When a new document is added I would expect that the list of references would be updated as well.

bug
pitch:referenceField

## Summary In the past we have exported things that needed to be separated from the main TinaCMS package but should not require a separate package. We used `tinacms/dist/edit-state` for...

enhancement

Example of using https://github.com/tinacms/tinacms/pull/3086