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
Copy file name to clipboardExpand all lines: docs/docs/config.mdx
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -84,7 +84,7 @@ wsh editconfig
84
84
| editor:inlinediff | bool | set to true to show diffs inline instead of side-by-side, false for side-by-side (defaults to undefined which uses Monaco's responsive behavior) |
85
85
| preview:showhiddenfiles | bool | set to false to disable showing hidden files in the directory preview (defaults to true) |
86
86
| preview:defaultsort <VersionBadgeversion="v0.14.2" /> | string | sets the default sort column for directory preview. `"name"` (default) sorts alphabetically by name ascending; `"modtime"` sorts by last modified time descending (newest first) |
87
-
| notes:file <VersionBadgeversion="v0.14.6" /> | string | path to the notes markdown file (defaults to `~/notes.md`) |
87
+
| notes:path <VersionBadgeversion="v0.14.6" /> | string | path to the notes markdown file (defaults to `~/notes.md`) |
88
88
| markdown:fontsize | float64 | font size for the normal text when rendering markdown in preview. headers are scaled up from this size, (default 14px) |
89
89
| markdown:fixedfontsize | float64 | font size for the code blocks when rendering markdown in preview (default is 12px) |
90
90
| web:openlinksinternally | bool | set to false to open web links in external browser |
0 commit comments