Browse Source

Update README.md

main
indigane 4 years ago committed by GitHub
parent
commit
b9664e8857
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 18
      README.md

18
README.md

@ -24,7 +24,23 @@ https://en.wikipedia.org/wiki/Card_sorting
## Advanced use ## Advanced use
You can pass query parameters to the card sorting page instead of going through the creation form. ### Images
Images can be added to the cards by typing `image:` and a link to the image.
```
image:https://domain.tld/image.jpg
```
Text can also be included before or after an image.
```
image:https://domain.tld/cat.jpg A photo of a cat
```
### Programmatic use
Query parameters can be passed to the card sorting page instead of going through the creation form.
All parameters are optional. All parameters are optional.

Loading…
Cancel
Save