Skip to content
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

Support list autocontinuation #54

Open
avonmoll opened this issue Jan 27, 2017 · 1 comment
Open

Support list autocontinuation #54

avonmoll opened this issue Jan 27, 2017 · 1 comment

Comments

@avonmoll
Copy link

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}
@Focus
Copy link
Owner

Focus commented Sep 23, 2017

Pretty neat idea

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants