latexer icon indicating copy to clipboard operation
latexer copied to clipboard

Support list autocontinuation

Open avonmoll opened this issue 8 years ago • 1 comments

Maybe this is more work than it's worth, but I really like markdown-writer's list autocontinuation.

E.g. pressing Enter when the cursor is at the end of the \item First line continues the list on the following line:

\begin{itemize}
  \item First|
\end{itemize}

(Enter)

\begin{itemize}
  \item First
  \item |
\end{itemize}

avonmoll avatar Jan 27 '17 15:01 avonmoll

Pretty neat idea

Focus avatar Sep 23 '17 08:09 Focus