code-surfer
code-surfer copied to clipboard
Rad code slides <🏄/>
👋 Hey there! I just threw together a sample project with mdx-deck@v4/gatsby and code-surfer@v3. When I attempted to run `gatsby develop` I got this error ``` > gatsby develop success...
Hi @pomber! 👋 It seems like you don't have much time to devote to this project. Would you be open to one or more new maintainers taking over? I don't...
It seems like the `code-surfer-types` module is missing from the published package: And installing it using npm / yarn doesn't work either: ```bash yarn add --dev code-surfer-types yarn add v1.22.10...
Hi @pomber ! I'm trying to use the new version of `code-surfer`, and there is a strange behavior with `line-height`. I am trying to set `line-height` on the `pre` and...
Followup to https://github.com/pomber/code-surfer/pull/51 with the new version of Code Surfer @pomber what are your thoughts on this? Simple example: ```jsx This line will have an "def" annotation here ->`, lang:...
Hi @pomber ! 👋 Hope you are well! Here's a small PR to slightly improve the VS Code Dark (`vsDark`) theme. Before:  After:...
Hi @pomber ! 👋 Long time no speak. I would like to use the `makeTheme` function elsewhere in my code (to create custom themes based on other `prism-react-renderer` themes). Would...
I can't seem to get the following to work with mdx-deck@4. It's currently just showing blank screen. I don't think it's even reading the file. ````mdx ```js 5:10 file=./file.js ```...
Steps to reproduce: 1. Create a new deck: ``` npm init code-surfer-deck my-deck cd my-deck npm start ``` 2. Open `localhost:8000` in Firefox. 3. Press right arrow a few times....
Hello, I made a simple web-component wrapper for code-surfer. https://github.com/gilsdav/code-surfer-wc Do you plan to make an official one ?