Frontmatter
| id | 5152 |
| title | Add Code Editor functionalities to LivePreview component |
| state | Closed |
| labels | enhancement |
| assignees | [] |
| createdAt | Dec 5, 2023, 12:52 PM |
| updatedAt | Mar 4, 2024, 11:53 PM |
| githubUrl | https://github.com/neomjs/neo/issues/5152 |
| author | tobiu |
| commentsCount | 2 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Mar 4, 2024, 11:53 PM |
Add Code Editor functionalities to LivePreview component
mxmrtns changed title from Code LivePreview component to Add Code Editor functionalities toCode LivePreview component on Feb 14, 2024, 5:54 PM
mxmrtns changed title from Add Code Editor functionalities toCode LivePreview component to Add Code Editor functionalities to LivePreview component on Feb 14, 2024, 5:54 PM

mxmrtns
Feb 14, 2024, 5:58 PM
We need syntax highlighting and other code editor behaviour as shown in this example https://microsoft.github.io/monaco-editor/

tobiu
Mar 4, 2024, 11:53 PM
this one is done.
tobiu closed this issue on Mar 4, 2024, 11:53 PM
@mxmrtns @maxrahder @ExtAnimal
We need the component to display code and the related rendered output for the new learning section.
First we need to decide which engine we want to use, e.g. Ace, CodeSandbox, etc.