You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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 aRun
button):cat my-service.log | grep ERROR RunCopy
Expected behavior
These keywords should be filtered out in the final exported doc.
The text was updated successfully, but these errors were encountered: