mirror of
https://github.com/Garmelon/PFERD.git
synced 2026-04-12 23:45:05 +02:00
Include description in internet-shortcut links
This commit is contained in:
parent
3755f593ff
commit
207af51aa4
2 changed files with 4 additions and 0 deletions
|
|
@ -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 = """
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue