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

Bug (?): Exporting to Quip adds "Copy" word to the end of the code snippet #34

Open
huyaboo opened this issue Sep 19, 2024 · 0 comments

Comments

@huyaboo
Copy link

huyaboo commented Sep 19, 2024

Overview

When exporting a Quip document with code snippets in it, the exported Quip document seems to capture the Copy button as plain text and append it to the code snippet. Additionally, if other plugins add buttons within the code snippet (for example obsidian-execute-code plugin), they will also be captured as plain text.

Here are example snippets in the exported Quip doc (obsidian-execute-code includes a Run button):

cat my-service.log | grep ERROR
RunCopy
echo "Hello World!"
Copy

Expected behavior

These keywords should be filtered out in the final exported doc.

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

No branches or pull requests

1 participant