You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Update backlinks.qml - Add support for Setext headings (Resolves#227)
* Update backlinks.qml - Add titles to links
Adds link titles to generated links in the list. These links otherwise do not have any indication of where they link to.
* Update version number
Copy file name to clipboardExpand all lines: backlinks/info.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@
4
4
"script": "backlinks.qml",
5
5
"authors": ["@dohliam"],
6
6
"platforms": ["linux", "macos", "windows"],
7
-
"version": "0.0.1",
7
+
"version": "0.0.2",
8
8
"minAppVersion": "20.4.18",
9
9
"description" : "This script generates a list of backlinks to the current note from all other notes in the collection. Backlinks requires the use of wiki-style link syntax and should be installed alongside the wiki-links script. More information can be found at <a href='https://github.com/qownnotes/scripts/wiki/backlinks'>backlinks</a>."
0 commit comments