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
To get Markdown, it is reliable to hook the text sent to the clipboard from the Copy button.
I implemented this in a simple way. It requires exportMarkdown to be async. Since the clipboard cannot be manipulated without user interaction, the original method is not called.
To get Markdown, it is reliable to hook the text sent to the clipboard from the Copy button.
I implemented this in a simple way. It requires
exportMarkdown
to beasync
. Since the clipboard cannot be manipulated without user interaction, the original method is not called.Getting prompts still require the existing converter.
The text was updated successfully, but these errors were encountered: