Include description in internet-shortcut links

This commit is contained in:
I-Al-Istannen
2025-07-27 20:13:05 +02:00
parent 3755f593ff
commit 207af51aa4
2 changed files with 4 additions and 0 deletions

View File

@@ -22,6 +22,9 @@ ambiguous situations.
## Unreleased ## Unreleased
## Added
- Store the description when using the `internet-shortcut` link format
## 3.8.3 - 2025-07-01 ## 3.8.3 - 2025-07-01
## Added ## Added

View File

@@ -111,6 +111,7 @@ _link_template_fancy = """
_link_template_internet_shortcut = """ _link_template_internet_shortcut = """
[InternetShortcut] [InternetShortcut]
URL={{link}} URL={{link}}
Desc={{description}}
""".strip() """.strip()
_learning_module_template = """ _learning_module_template = """