-
Notifications
You must be signed in to change notification settings - Fork 16
Open
Labels
good first issueGood for newcomersGood for newcomerstype/bugSomething isn't workingSomething isn't working
Description
I just noticed two things that could be improved:
- Add multi-line support in the
descriptionfield - Submit proposal button include duplicate info
Multi-line-support
This is not encoding properly the field:
It should be:
"A JavaScript only snippet": {
"prefix": "myConsoleLog",
"scope": "javascript, css",
"body": [
"console.log("Hello Map");",
],
"description": "Console log \"Hello Map\".\nThis is a multiline description"
}
Submit proposal button
Since the last PR, it's including some info that is redundant:

Metadata
Metadata
Assignees
Labels
good first issueGood for newcomersGood for newcomerstype/bugSomething isn't workingSomething isn't working
