Auto Shortening URLs

This commit is contained in:
Karthik Kasturi
2025-08-09 00:01:25 +01:00
parent 08c44cfb05
commit 059e64adb1
7 changed files with 43 additions and 2 deletions

View File

@@ -84,6 +84,11 @@ languageselection = false
; the documents encryption key.
; urlshortener = "https://shortener.example.com/api?link="
; (optional) Whether to shorten the URL by default when a new document is created.
; If set to true, the "Shorten URL" functionality will be automatically called.
; This only works if the "urlshortener" option is set.
; shortenbydefault = false
; (optional) Let users create a QR code for sharing the document URL with one click.
; It works both when a new document is created and when you view a document.
; qrcode = true