fniessen / org-html-themes

Transform your Org mode files into stunning HTML documents in minutes with our Org mode HTML theme. Elevate your productivity and impress your readers! #orgmode #html #theme #productivity #design
GNU General Public License v3.0
2.22k stars 435 forks source link

SRC source code [copy] event won't work with bigblow #155

Open olberger opened 2 years ago

olberger commented 2 years ago

I couldn't manage to make the [copy] event to be triggered on src code blocks with bigblow (the "zclip" stuff).

In firefox, nothing will happen.

In Chromium I'll even have some weird icon displayed partly masking the [copy] text :-/

Thanks in advance.

fniessen commented 2 years ago

True that that code almost 10 years old is... May not be working with current browsers anymore...

I won't have time to look at that; but would you, and would you have a PR, it'd be welcomed!

olberger commented 2 years ago

One may have a look at #156 which may improve the situation...

Hth,

TurboHolmes commented 1 year ago

The use of document.execCommand() is deprecated. I'm currently on this issue with the new navigator API.