CodeTalk is a markdown-like language and publishing tool that helps you share your knowledge about your code. To see CodeTalk in action, just press "spacebar."
This site is itself generated by CodeTalk. Let's look at the code that generated the last two sections. To move the next section of this CodeTalk, press "spacebar"
prose # CodeTalk ## A better way to talk about code CodeTalk is a markdown-like language and publishing tool that helps you share your knowledge about your code. To see CodeTalk in action, just press "spacebar." [Get CodeTalk](@get-code-talk) prose # This is CodeTalk The site is itself generated by CodeTalk. Let's look at the code that generated the last two sections.
This is the code that generated the last two sections.
prose # CodeTalk ## A better way to talk about code CodeTalk is a markdown-like language and publishing tool that helps you share your knowledge about your code. To see CodeTalk in action, just press "spacebar." [Get CodeTalk](@get-code-talk) prose # This is CodeTalk The site is itself generated by CodeTalk. Let's look at the code that generated the last two sections.
Notice that the #
creates a section heading, just like in markdown.
More importantly, notice how the code snippet to the left focused on the piece of code I was referring to. That's nifty. Let's see the code for that.
code-prose code highlight '#' prose # CodeTalk ## A better way to talk about code CodeTalk is a markdown-like language and publishing tool that helps you share your knowledge about your code. To see CodeTalk in action, just press "spacebar." [Get CodeTalk](@get-code-talk) prose # This is CodeTalk The site is itself generated by CodeTalk. Let's look at the code that generated the last two sections. prose # It's markdown-like Notice that the `#` creates a section heading just like in markdown More importantly, notice how the code snippet to the right focused on the piece of code I was referring to. That's nifty. Let's see the code for that.
Here's the code for the last segment, including the code that pointed to the #
's in the last code snippet. As you can see, the code responsible for highlighting has been highlighted.
You can use code talk for blog posts, documentation, or talks.
If so, we'll be launching a closed beta soon. Sign up to get notified when that happens.