From b9664e8857589b06ce3ea45670ce6abb7a19e695 Mon Sep 17 00:00:00 2001 From: indigane Date: Mon, 8 Aug 2022 19:45:52 +0300 Subject: [PATCH] Update README.md --- README.md | 18 +++++++++++++++++- 1 file changed, 17 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 3ceb8dc..f639859 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,23 @@ https://en.wikipedia.org/wiki/Card_sorting ## 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.