Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ There are two ways to run the extension. You need to have a supported file open.
1. Press _F1_ on Windows or _shift+cmd+P_ on Mac, type "pandoc", press _Enter_.
2. Press the key combination _ctrl+K_ then _P_ or _cmd+K_ then _P_ on Mac.

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).
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.

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Citation: Based on PR #61 which adds usage frequency sorting to the format selection menu. The displayMenuAndRender function in src/extension.ts now tracks selection counts in globalState and sorts the quick-pick items by descending usage count.
View source

Copy link
Copy Markdown
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Citation: Based on PR #61 which adds usage frequency sorting to the format selection list. The PR already documents the pandoc.sortByFrequency setting in the Settings section; this addition surfaces the feature in the Usage section where users first learn about selecting formats.
View source


## Settings

Expand Down
Loading