reveal-code-focus icon indicating copy to clipboard operation
reveal-code-focus copied to clipboard

A Reveal.js plugin that allows focusing on specific lines of code blocks.

Results 14 reveal-code-focus issues
Sort by recently updated
recently updated
newest added

Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6. Commits 7efb22a 1.2.6 ef88b93 security notice for additional prototype pollution issue c2b9819 isConstructorOrProto adapted from PR bc8ecee test from prototype pollution PR See full...

dependencies

Bumps [reveal.js](https://github.com/hakimel/reveal.js) from 3.9.2 to 4.3.0. Release notes Sourced from reveal.js's releases. 4.3.0 tldr — self-destruction and bug fixes 💣 Changes It's now possible to destroy/uninitialize a reveal.js presentation. This...

dependencies

Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=tmpl&package-manager=npm_and_yarn&previous-version=1.0.4&new-version=1.0.5)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

Bumps [path-parse](https://github.com/jbgutierrez/path-parse) from 1.0.6 to 1.0.7. Commits See full diff in compare view [![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=path-parse&package-manager=npm_and_yarn&previous-version=1.0.6&new-version=1.0.7)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter...

dependencies

I tried the following code together with pluing sampler which allows "Embed code samples taken directly from source files in your slides." The repo is available at https://github.com/ldionne/reveal-sampler Would be...

Add support for focusing on code when slides are printed.

enhancement

It would be nice to be able to highlight different lines on different code blocks simulatenously, as I'm going over two variations of the same code in one slide. I...

enhancement
help wanted

Will be great if this plugin also has built-in lines numbers support for the code. For now, I'm doing this via CSS: ```css code { counter-reset: line; } code >...

enhancement
help wanted