Fix: correct instruction on how to run code for 'Try CodeMirror' editor #71

Merged
deephbz merged 1 commit from bugfix/try-codemirror-typo into main 2025-01-16 09:00:36 +01:00
deephbz commented 2025-01-16 08:38:27 +01:00 (Migrated from github.com)

The https://codemirror.net/try/ is awesome but there's a typo in the instruction of how to run code:

Current (wrong) instruction:

Press Ctrl-Space to run the current code, and see the result (boxed in an

The https://codemirror.net/try/ is awesome but there's a typo in the instruction of how to run code: Current (wrong) instruction: > Press **Ctrl-Space** to run the current code, and see the result (boxed in an <iframe>) in the “Output” tab. It should be: > Press **Ctrl-Enter** to run the current code, and see the result (boxed in an <iframe>) in the “Output” tab. Ctrl-Space is for auto-complete not for running code. The "run" button at top-left is correct `<button id=run title="Run code (Ctrl-Enter)" aria-title="Run code (Ctrl-Enter)">Run</button>`. Therefore, this must be a typo. Fixing this will make it easier for new users to try out the demo.
marijnh commented 2025-01-16 09:00:43 +01:00 (Migrated from github.com)

Thanks for spotting that!

Thanks for spotting that!
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
codemirror/website!71
No description provided.