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: README.md
+8-1Lines changed: 8 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -23,7 +23,7 @@ There are two ways to run the extension. You need to have a supported file open.
23
23
1. Press _F1_ on Windows or _shift+cmd+P_ on Mac, type "pandoc", press _Enter_.
24
24
2. Press the key combination _ctrl+K_ then _P_ or _cmd+K_ then _P_ on Mac.
25
25
26
-
Choose from the list the document type you want to render and hit _enter_ (you can also type in the box rather than cursor around). The format list sorts by usage frequency—formats you use more often appear at the top.
26
+
Choose from the list the document type you want to render and hit _enter_ (you can also type in the box rather than cursor around). The format list sorts by usage frequency, so formats you use more often appear at the top.
27
27
28
28
## Settings
29
29
@@ -41,6 +41,10 @@ Override this in the Pandoc extension settings section, or find `pandoc` in _set
41
41
42
42
To set a default export format and bypass the format list prompt, set the `pandoc.defaultFormat` option in the settings.
43
43
44
+
### Sort formats by frequency
45
+
46
+
By default, the format selection list is sorted by how often you use each format, so your used formats appear at the top. You can disable this behaviour with the `pandoc.sortByFrequency` setting.
47
+
44
48
### Set Keybindings to formats
45
49
46
50
You can set keybindings to specific formats in a _keybindings.json_ file. For example, to set a keybinding for exporting to PDF, add:
@@ -112,6 +116,9 @@ If needed, you can also change the default Pandoc docker image using the `pandoc
112
116
113
117
## Releases
114
118
119
+
- March 12th, 2026
120
+
- Dependency updates
121
+
- Export options sorted by usage by default with a setting to override
115
122
- June 25th, 2025
116
123
- Add option to specify a default export format
117
124
- Add option to use keybindings to export to specific formats
0 commit comments