Skip to content

Commit 7f38042

Browse files
Sync documentation updates
1 parent ddf4283 commit 7f38042

1 file changed

Lines changed: 8 additions & 1 deletion

File tree

README.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ There are two ways to run the extension. You need to have a supported file open.
2323
1. Press _F1_ on Windows or _shift+cmd+P_ on Mac, type "pandoc", press _Enter_.
2424
2. Press the key combination _ctrl+K_ then _P_ or _cmd+K_ then _P_ on Mac.
2525

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 frequencyformats 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.
2727

2828
## Settings
2929

@@ -41,6 +41,10 @@ Override this in the Pandoc extension settings section, or find `pandoc` in _set
4141

4242
To set a default export format and bypass the format list prompt, set the `pandoc.defaultFormat` option in the settings.
4343

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+
4448
### Set Keybindings to formats
4549

4650
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
112116

113117
## Releases
114118

119+
- March 12th, 2026
120+
- Dependency updates
121+
- Export options sorted by usage by default with a setting to override
115122
- June 25th, 2025
116123
- Add option to specify a default export format
117124
- Add option to use keybindings to export to specific formats

0 commit comments

Comments
 (0)