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
#248 fix: numbering sequence off after 4th heading
* Update outline-numbering.qml
Fixed numbering that was incorrect for deeper level headings.
* Update info.json
Changed version number from 1.0.0 to 1.0.1
Copy file name to clipboardExpand all lines: outline-numbering/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": "outline-numbering.qml",
5
5
"authors": ["@jerksen"],
6
6
"platforms": ["linux", "macos", "windows"],
7
-
"version": "1.0.0",
7
+
"version": "1.0.1",
8
8
"minAppVersion": "20.5.6",
9
9
"description" : "This script will insert/update decimal outline numbers for all headings in the current note\n\nDecimal Outline numbering is assigning tiered numbers to the headings based on their level and will result in something like this:\n\n# 1 Introduction\n## 1.1 Background\n### 1.1.1 In the beginning\n##1.2 Purpose\n..."
0 commit comments