Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Copying a table and pasting it into the editor no longer works #8679

Closed
carlapalmieri opened this issue Nov 5, 2024 · 0 comments · Fixed by #8702
Closed

Copying a table and pasting it into the editor no longer works #8679

carlapalmieri opened this issue Nov 5, 2024 · 0 comments · Fixed by #8702
Labels
mod:clipboard Module: related to clipboard type:bug Something isn't working

Comments

@carlapalmieri
Copy link

carlapalmieri commented Nov 5, 2024

When I copy a table (markdown / notion) and paste it in the page editor it doesnt parse it into a table view, it just looks like this:

image

A few weeks before I tried the playground and it was parsing the table into a database, now it just doesnt do anything.

This is the table that I used to test it

Column Data Type Description
id UUID Primary key, unique identifier for each book.
title VARCHAR(255) Title of the book.
author VARCHAR(255) Author of the book.
genre VARCHAR(100) Genre or category of the book (e.g., Fiction, Non-Fiction).
published_year YEAR Year the book was published.
isbn VARCHAR(13) International Standard Book Number (ISBN).
copies INTEGER Number of copies available in the library.
added_date DATE Date the book was added to the library.
is_available BOOLEAN Indicates if the book is currently available.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
mod:clipboard Module: related to clipboard type:bug Something isn't working
Projects
Archived in project
Development

Successfully merging a pull request may close this issue.

3 participants