mirror of
https://github.com/Garmelon/PFERD.git
synced 2025-08-14 03:22:28 +02:00
Include description in internet-shortcut links
This commit is contained in:
@@ -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
|
||||||
|
@@ -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 = """
|
||||||
|
Reference in New Issue
Block a user