How to add a tag url pair with a text file - AhmedKEpfl/qml-chilitags GitHub Wiki
If you want to add a tag-url pair without coding then you have to open the file βtags.txtβ which looks like this:
tag_33
http://www.jeuxvideo.com/
Going to jeuxvideo.com
-βββββββββββ
tag_28
https://www.geogebra.org/
Going to Geogebra
-βββββββββββ
tag_29
http://www.lemonde.fr/
Going to LeMonde
-βββββββββββ
tag_33
https://www.youtube.com/
Going to Youtube
-βββββββββββ
tag_34
https://www.ubuntu-fr.org/
Going to Ubuntu fr
-βββββββββββ
tag_6
http://webmail.epfl.ch/
Going to webmail epfl
-βββββββββββ
tag_7
Nothing
Nothing
-βββββββββββ
tag_8
Nothing
Nothing
-βββββββββββ
tag_9
Nothing
Nothing
-βββββββββββ
tag_20
Nothing
Nothing
-βββββββββββ
As you see, you have to specify the tag ID, the url it corresponds to and the feedback message you want to see when the camera detects that tag. Then you save that text file and, when the app is running, you should show a specific tag (for now it is tag_15) which will assign the tags to the urls based on the modifications you did in the βtest.txtβ file.