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
Fix for Windows; still compatible with Linux.
Note that the paths in Windows within QOwnnotes also use "/" as separator.
Function getSubFolder is no longer required, replaced with built-in functions.
* Update info.json
[BUG] Backlinks on Windows
Fix#231
Copy file name to clipboardExpand all lines: backlinks/info.json
+1-1
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.2",
7
+
"version": "0.0.3",
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