Skip to content

How to fix multiple punctuation mistakes in one quick fix? #180

Answered by valentjn
ghost asked this question in Q&A
Discussion options

You must be logged in to vote

Regarding multiple fixes at once: Just as the FAQ answer says, select all the text, press Ctrl and . (period) together (you can instead just click on the light bulb), and then select the fix you want to apply (either via keyboard or mouse).

Regarding incomplete quotes: LTEX is basically a frontend for LanguageTool (LT), which does the actual checking. There is an LT rule EN_UNPAIRED_BRACKETS that checks for unpaired quotation marks, but it doesn't seem to be well-implemented (e.g., it doesn't work for "smart quotes", and it produced false positives, see languagetool-org/languagetool#2356). The rule doesn't work at least for me, unfortunately.

Regarding Pandoc: LTEX can't influence what t…

Replies: 2 comments

Comment options

You must be logged in to vote
0 replies
Answer selected by valentjn
Comment options

You must be logged in to vote
0 replies
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
1 participant
Converted from issue

This discussion was converted from issue #180 on December 08, 2020 19:31.