Open harisund opened 4 years ago
You need to add the $schema
key. The value can just be the string "true"
.
If you run npx tiddlyserver --gen-schema settings.schema.json
and then set the $schema key to that file, certain code editors will give you intellisense. It's a bit hacky but should work. That part is optional though.
These is what I run. Any idea what I am doing wrong? I am literally following the instructions in the main README.