code-surfer icon indicating copy to clipboard operation
code-surfer copied to clipboard

Rad code slides <🏄/>

Results 44 code-surfer issues
Sort by recently updated
recently updated
newest added

I try to produce a pdf version of my `mdx-deck` slides, and it looks like CodeSurfer does not quite work for that. I add the following to theme to ensure...

my deck.mdx: ```md import { CodeSurfer, CodeSurferColumns, Step } from "code-surfer"; Yarn workspaces list. " for the remainder of the tour, `~` will refer to the monorepo root. This is...

Hi there, First off Code Surfer is the bomb(!) and I've been really enjoying using it! Thanks for creating such an awesome tool! 😄 One thing I've run into is...

https://github.com/pomber/code-surfer/commit/f4529caa662123443e64acae2fd8660c22ee1b97 added line number back to code surfer (thanks for that!) but I noticed a small inconsistency with how the existing line numbers are updated. ![code-surfer-line-numbers](https://user-images.githubusercontent.com/2835826/75699674-d6f16380-5c7e-11ea-9944-a107ad9562c7.gif) When a new step...

Right now, by running `yarn build` a static version of the presentation is generated in the `/public` directory, but I can't seem to figure out a way to change the...

Hi. Love Code-Surfer! Is there a clean way to integrate this library into other presentation tools (e.g. spectacle)? I see that it can be embedded in a website (pomb.us :+1:),...

Hi, I'm making updates for Open Collective. Either you or another core contributor signed this repository up for Open Collective. This pull request adds financial contributors from your Open Collective...

MVP for https://github.com/pomber/code-surfer/issues/44#issuecomment-469075931 ```jsx ``` **Before:** **After:**

Note: this is my first yarn/React experience, so the change might be off the track. However the support for mdx-deck 2.x seems to be not that difficult. fixes #53