Other
Roadmap
Velora development roadmap
#Roadmap
Here the following features are planned to be added to Velora.
| Feature | Status |
|---|---|
Add some style type like github to callout component (note, tip, important, warning, caution) | ✅ |
| Light / Dark mode theme in code block | ✅ |
| Remove backtick in inline code | ✅ |
| Adjust background line and word highlight in code block | ✅ |
Add multiple word highlighting based on char ids #v (variable/value) , #s (state/stateful) , #i (import/identifier) | ✅ |
| Add title bar (language icon, copy button, etc) in code block | ✅ |
Make some logic to override language icon using icon="..." meta string | ✅ |
Custom font for code block using font="..." meta string | ✅ |
Disable ligature for code block using fontLigatures=false meta string | ✅ |
| Inline code (without specific language) with custom background color | ✅ |
| Add umami analytics | ✅ |
| Add vercel analytics | ✅ |
| Rehype transformers for diff notation | ✅ |
| Add code block focus | ✅ |
| Add code block error and warning | ✅ |
| Add giscus components for discussion section | ✅ |
| Code block group components | ✅ |
| Add pagination blog posts | ✅ |
| Add some logic to filter posts (search, date, per page, tags) | ✅ |
| Responsive table | ✅ |
| Custom Blockquote component | ✅ |
| Add google analytics | ✅ |
| Add posthog analytics | ✅ |
| Add twoslash integration | ✅ |
| Wrap code block content | ✅ |
| Max line (Expand code / Wrap Vertical) | ✅ |
| Language switcher (one code block have an dropdown to switch language) | |
| Code block Theme switcher button | |
| Add preview rendered code block |