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

Bumps [websocket-extensions](https://github.com/faye/websocket-extensions-node) from 0.1.3 to 0.1.4. Changelog Sourced from websocket-extensions's changelog. 0.1.4 / 2020-06-02 Remove a ReDoS vulnerability in the header parser (CVE-2020-7662, reported by Robert McLaughlin) Change license from...

dependencies

Say you want to modify the code slightly in the next slide: ``` [](string const &L, string const &R) { // to [](string const &L, string const &R) -> bool...

It is great that Code Surfer can figure out the proper zoom level so the contents fits to the screen, however it does not work great when CodeSurfer instances are...

So far Code Surfer uses `diff` to add steps that advance steps (e.g. change focus). However, it would be nice to show the highlighted `diff` itself. The workaround seems to...

The following produces columns with different font sizes. It would be nice to be able to use the same font size. So far I add trailing whitespace to make the...

Samples: `1:-1` -- focus from the first to the last line. It would be equivalent to `1:5` in case the code has 5 lines `2:-2` -- focus from the second...

Use case: I want to add a link to a title, however, CodeSurfer 3.1.0 seems to escape HTML automatically :-( Sample: ``` ... ``diff title="See example" `` ```

Use case: there's a code sample that fits on a single screen. Then, there are steps that highlight the relevant lines/columns. Actual behavior: as the lines are highlighted, CodeSurfer scrolls...

Samples: https://youtu.be/SIr7mcnVy98?t=2175 , https://youtu.be/SIr7mcnVy98?t=2195 The idea is that existing letters/words should move, while the new words/letters might have multiple appear animations: a) move from right (the current) b) move from...

Hello, Is it possible to use this in a nextjs app preferably without the dependency of mdx-deck? I am fine with adding mdx deck as well but I was not...