Shortcut for check list in markdown mode

Update: problem solved
Solution: I had to import the json file.

It wasn't enough to save the file in my text editor. As the json file is in a hidden config folder (subfolder to the user folder on a mac) I saved it temporarily on my desktop and imported it.

Comments:

  • Do remember to remove the last "," after the last command
  • I replaced my keyboard shortcut of choice with just "null" to enter the keyboard in the Joplin user interface instead. Then I could easily verify if the shortcut I had in mind was occupied or not.

So, the code I used was:

[
   {
	"command": "textCheckbox",
	"accelerator": null
  },
  {
	"command": "textNumberedList",
	"accelerator": null
  }
]

Thanks for your help.