Skip to content
Grav 2.0 is officially stable. Read the announcement →

Community guidelines

Please keep discussions civil and on-topic. Repeated violations may lead to a temporary ban.

General

Code without clipboard

Started by Nils 9 years ago · 4 replies · 1009 views
9 years ago

Hi

Two ticks in the markdown and we get <code> The code will have the clipboard next to it. Is is possible to deactivate the "copy to clipboard" in some cases? Bonus points for "code on one page with and without clipboard". 😉

Thanks in advance
Cheers
Nils

9 years ago

Okay, what I did now is this: In base.html.twig of my theme I deleted this line of code

TWIG
{% do assets.addJs('theme://js/clipboard.min.js') %}

Now the JS that does the clipboard magic is no longer included. This works but it's only an all-or-nothing solution. It would be nice to control whether the clip-board function is activated on code or not.

Maybe one of you has a better idea?

Best
Nils

6 years ago

Your suggestion worked perfectly and was exactly what I was looking for. I wanted to differentiate a few keywords using a monospace font and the copy-to-clipboard icon was a distraction. For just four keywords I was too lazy to create a CSS span class to do the same thing. Besides, the salmon-pink highlight is rather cool. 😀

6 years ago

Well, I'm kind of impressed ;) I'd most likely just throw it into <pre>tag, so it would display as a monospace, but w/o all the code decorations 😂
BTW, what theme are you using?

6 years ago

I'm using Paul Hibbits' Learn2 Git Sync theme. My site is a document repository with several thousand pages of text, so being able to do the data entry and editing on my home computer and then syncing content through GitHub was a life-saver.

👍 1

Suggested topics

Topic Participants Replies Views Activity
General · by Jerry Hunt, 4 days ago
2 82 11 hours ago
General · by pamtbaau, 16 hours ago
1 53 16 hours ago
General · by Andy Miller, 1 day ago
0 45 1 day ago
General · by Marcel, 12 months ago
6 347 5 days ago
General · by Duc , 5 days ago
3 41 5 days ago