0 comments (0 comments)0 reactions (0 reactions)0 assignees (0 assignees)TypeScript148 stars (148 stars)24 forks (24 forks)user submission
help wanted
- Issue type
- feature
- Research direction
- Examine the existing editor code under src/components/Editor to understand the current structure and how the markdown syntax highlighting was implemented. Add a toolbar component with buttons for bold, italic, and other formatting that inserts the appropriate markdown syntax at the cursor position. Implement a preview toggle that renders the markdown content using a library like marked or similar. Ensure the preview updates in real time as the user types.