llibdude

Results 6 issues of llibdude

I have a use case where I want there to be text already inside Typist so I can then backspace it. I don't want the initial text to be "typed"...

## Description I use `react-syntax-highlighter` package for my code blocks. When using it as my component with `TinaMarkdown` and when editing the document, I get the error `Uncaught TypeError: Cannot...

bug

## Description When I query for a document that doesn't exist I get the following: ``` Warning: There was an error when fetching data Error: Unable to fetch, errors: Unable...

bug

## Description If I have two collections named `test` and `test2`, when I go to edit a document from the `test2` collection via "Edit in Tina Admin" button , the...

bug

Static methods were introduced in PHP5, but we were allowed to make static calls to non-static methods with the '::' operator and call them as if they were static. In...

When uploading an image to markdown, the plugin adds `?w=450` to the end of the url. My content creators then need to manually strip that url param. In my case,...