I have a set of pages for which I want the QR-code for the currect page to show on the page itself. How would I embed the link to Self in a dokuwiki-page?
The vector-template displays a qr-code automatically on every page. Maybe you could use the code for your project. Take a look at the template page: https://www.dokuwiki.org/template:vector
I'm trying to create my projects without editing files on the server (don't have access to the server without asking the sysadmin). This works for me: ~~BARCODE~class=barcode_left~url=http://<inserted my url here>/dokuwiki/doku.php?id=@ID@~size=M~~ seeing: https://www.dokuwiki.org/namespace_templates#replacement_patterns
~~BARCODE~class=barcode_left~url=http://<inserted my url here>/dokuwiki/doku.php?id=@ID@~size=M~~
Would be nice having an extra field for the complete URL in this list 😀