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.

Michael Schapira Newcomer

@antineutrinos · Joined 5 years ago · 7 posts · 3 topics · 2 reputation

Badges

✏️ First Post 💬 Conversation Starter

Recent posts

  • Grav-plugin-prism-highlight - Line wrapping? · 5 years ago

    Thanks @spamhater - I changed path/user/plugins/prism-highlight/css/prism.css and modified code[class*="language-"], pre[class*="language-"] { color: black; background: none; font-family

  • Print Article button · 5 years ago

    Hi grav community. I am using grav as an easy way to write article / documentations. Some time I may need to share the content as PDF instead of the direct link to the page. I am thinking I would ne

  • How to make Receptar theme print friendly? · 5 years ago

    Hi there - Did you try this? Did it work? can you please share your feedback ?

  • Grav-plugin-prism-highlight - Line wrapping? · 5 years ago

    Hi all, I've looked for a a code plugin with syntax highlight and copy button. cf /forum/general/copy-code-to-clipboard-button-t2919 the one last thing I am missing is line-wrap that https://github.

  • Copy code to clipboard button · 5 years ago

    Hey @paulhibbitts - Do you know if prism-highlight has also an option to wrap long lines ?

  • Copy code to clipboard button · 5 years ago

    Thanks a lot @paulhibbitts. Exactly what I needed.

  • Copy code to clipboard button · 5 years ago

    Hi there - noob question. How can I add a "copy-to-clipboard" button in the top right corner of a code section (```) Thanks.