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
It would really, really be valuable if Panel code markdown blocks supported copy-paste. All competing frameworks support this.
A small example.
importpanelaspnpn.extension()
pn.Column("""An example```pythonimport panel as pnpn.extension()``````bashhttps://panel.holoviz.org```""").servable()
I would like something similar to what Quarto provides (below). Its only shown when the upper, right corner is hovered upon.
We also have the copy-paste functionality in our docs. It could also be similar to that. I'm just not a fan of the green check mark that shows when the code has been copied as the green does not go well with the colors used in my (work) apps.
Workaround
Make a separate copy button. Its not as nice a UX though.
It would really, really be valuable if Panel code markdown blocks supported copy-paste. All competing frameworks support this.
A small example.
I would like something similar to what Quarto provides (below). Its only shown when the upper, right corner is hovered upon.
We also have the copy-paste functionality in our docs. It could also be similar to that. I'm just not a fan of the green check mark that shows when the code has been copied as the green does not go well with the colors used in my (work) apps.
Workaround
Make a separate copy button. Its not as nice a UX though.
Additional Context
The text was updated successfully, but these errors were encountered: