FloppyDisco / marauders-map

0 stars 0 forks source link

Give users the ability to add dividers to a page #9

Closed FloppyDisco closed 2 months ago

FloppyDisco commented 2 months ago

vscode has the ability to show dividers in a quick pick. give the user the ability to add these.

this can be a keybinding with a specific "order" a "command" set to "divider" a "text" property set to whatever the user want the section to be called "order" properties still work

FloppyDisco commented 2 months ago

json schema

args: {
   "command": "separator",
   "label": this label,
   "order" (optional): 3
}
FloppyDisco commented 2 months ago