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

support html past (e.g., jupyter notebook, QUIP) #16

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

xychang
Copy link

@xychang xychang commented Sep 13, 2022

Hi Ganessh,
Really appreciate it that you have created this awesome plugin. Personally, I work with some tools (e.g., jupyter notebook, QUIP) that doesn't have very good raw text when copying tables, so to get proper table content, I need to refer to the html paste.
Here is a draft diff that solves my problem and I hope is can also help other who have similar issues.
Best Regards

@xychang
Copy link
Author

xychang commented Sep 13, 2022

Here are some example raw text I got for your reference:
from quip
\nCOL_NAME_A\t\nCOL_NAME_B\n\nCONTENT_A\t\nCONTENT_B\n

from jupyter notebook
COL_NAME_A\nCOL_NAME_B\nCONTENT_A\nCONTENT_B

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant