mirror of
https://github.com/Garmelon/PFERD.git
synced 2025-08-12 18:42:43 +02:00
Include description in internet-shortcut links
This commit is contained in:
@@ -22,6 +22,9 @@ ambiguous situations.
|
||||
|
||||
## Unreleased
|
||||
|
||||
## Added
|
||||
- Store the description when using the `internet-shortcut` link format
|
||||
|
||||
## 3.8.3 - 2025-07-01
|
||||
|
||||
## Added
|
||||
|
@@ -111,6 +111,7 @@ _link_template_fancy = """
|
||||
_link_template_internet_shortcut = """
|
||||
[InternetShortcut]
|
||||
URL={{link}}
|
||||
Desc={{description}}
|
||||
""".strip()
|
||||
|
||||
_learning_module_template = """
|
||||
|
Reference in New Issue
Block a user