-
-
Notifications
You must be signed in to change notification settings - Fork 17
docs: Document format list usage frequency sorting #64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from 1 commit
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| 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. | |
| 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. | ||
|
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe 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 |
||
|
|
||
| ## Settings | ||
|
|
||
|
|
||
There was a problem hiding this comment.
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
displayMenuAndRenderfunction insrc/extension.tsnow tracks selection counts inglobalStateand sorts the quick-pick items by descending usage count.View source