Code Hike v1.0 #413
Replies: 9 comments 11 replies
-
Custom annotationsUse your own components (even server components) as annotations. For example: import { MyComponent } from "./MyComponent"
```js
console.log(1)
// !MyComponent foo
console.log(2)
```
Here's an example of a tooltip annotation tooltip.mp4For this kind of annotation, I still trying to figure out a good syntax to pass extra markdown as a prop to the component (the content of the tooltip). Another example that uses React Context: context.mp4 |
Beta Was this translation helpful? Give feedback.
-
Custom LayoutsInstead of providing components like
Considerations:
For example, a custom layout with a UI similar to Instagram Stories: stories.mp4Live demo: https://ch-stories.vercel.app/ |
Beta Was this translation helpful? Give feedback.
-
Code transitionsNew transition between two pieces of code that works better with small changes. animation.mp4 |
Beta Was this translation helpful? Give feedback.
-
absolutely love this! especially the last one with more fine-grained animations my blog makes heavy use of code hike, and if you are offering early access I would love to be considered for it |
Beta Was this translation helpful? Give feedback.
-
Code folding, please! |
Beta Was this translation helpful? Give feedback.
-
Seems there is no branch for this new release right now? |
Beta Was this translation helpful? Give feedback.
-
Awesome to see the next iteration of Code Hike! Thanks for sharing 🙂 One thing I would love to see from a tool like this is to be able to make relationships more discoverable. I've considered using monaco editor for this in the past. These are features I miss the most from VSCode that would be cool to see in Code Hike:
I realize the changes you're making now would support some of these. At the least they would make some cool copy/paste examples. Thanks again for sharing Code Hike with us! |
Beta Was this translation helpful? Give feedback.
-
Hi pomber! thanks for your work :) I would like to request support for intergration with velite Thanks again. |
Beta Was this translation helpful? Give feedback.
-
Would love for you to consider markdoc support! |
Beta Was this translation helpful? Give feedback.
-
I'm working on the next major version of Code Hike. The plan is to release it in April 2024 with a new website, playground, and docs. Beta versions will be available before that.
A key focus for v1.0 is more flexibility. We're introducing features like custom annotations and layouts. This will also make Code Hike smaller since we can move some of the current features to copypastable components that you can adapt to your needs, like what https://ui.shadcn.com/ does.
I'm going to list my ideas for v1.0 in this discussion but I'd love to hear yours too. Your early feedback is crucial to influence v1.0's development before we get too far along.
The new website and docs (work in progress): https://v1.codehike.org/
Beta Was this translation helpful? Give feedback.
All reactions