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
Is your feature request related to a problem? Please describe.
I frustrated me that I cannot disable simple rules for sections of text.
Occasionally, I would like to be able to disable/enable some rules while keeping others.
\begin{enumerate}
\item Turn on the AP host (laptop).
\item Login with \todo{Add the missing name and password} the username
% LTeX: enabled=false\textbf{cisco}
% LTeX: enabled=true
and password \textbf{Password01}.
\item Enter the folder
\end{enumerate}
In this example, LTeX keeps saying that and in and password is breaking the rule UPPERCASE_SENTENCE_START and that the sentence should start with an uppercase letter.
Describe the solution you'd like
Can we implement a “Magic Comments” which allow one to disable and enable rules, something like this?
Describe alternatives you've considered
The only other alternative I know of is to mark it as a false positive
Additional context
It would also be nice if the “Magic Comments” could work on X number of lines following the “Magic Comments”.
Example:
I want to disable LTeX for the next line, so I write LTeX(1):. If I wanted it to be disabled for the next 3 lines, I would write it as LTeX(3):
Here is a sample of my previous example rewrite as it would have been if this feature existed
% LTeX(1): enabled=false
\textbf{cisco}
and password \textbf{Password01}.
The text was updated successfully, but these errors were encountered:
Is your feature request related to a problem? Please describe.
I frustrated me that I cannot disable simple rules for sections of text.
Occasionally, I would like to be able to disable/enable some rules while keeping others.
In this example, LTeX keeps saying that
and
inand password
is breaking the ruleUPPERCASE_SENTENCE_START
and that the sentence should start with an uppercase letter.Describe the solution you'd like
Can we implement a “Magic Comments” which allow one to disable and enable rules, something like this?
Describe alternatives you've considered
The only other alternative I know of is to mark it as a false positive
Additional context
It would also be nice if the “Magic Comments” could work on X number of lines following the “Magic Comments”.
Example:
I want to disable LTeX for the next line, so I write
LTeX(1):
. If I wanted it to be disabled for the next 3 lines, I would write it asLTeX(3):
Here is a sample of my previous example rewrite as it would have been if this feature existed
The text was updated successfully, but these errors were encountered: