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

Indented Lists #181

Closed
alexchut opened this issue Apr 18, 2018 · 2 comments
Closed

Indented Lists #181

alexchut opened this issue Apr 18, 2018 · 2 comments

Comments

@alexchut
Copy link

Description

Cursor disappears when tab is pressed to create and indented list

Steps to reproduce

  1. Create a list
  2. Press tab

Expected behavior: Cursor moves over 4 spaces, and list is indented

Actual behavior: Cursor disappears

Versions

  • Mark Text: 0.10.21
  • OS: WIN-64
@fxha
Copy link
Contributor

fxha commented Apr 18, 2018

Thanks for reporting this issue. I just tried list indentation with v0.10.21 and it's working perfectly fine. Do you indent the first list item because this is not supported.

The problem that you can't insert 4 spaces/tab is known and tracked in #125.

- a - no indentation allowed
- b<cursor + tab>

becomes

- a
    - b<cursor>

Or do you want to indent the entire list? e.g:

text
    - a
    - b

@fxha
Copy link
Contributor

fxha commented Apr 25, 2018

@alexchut Any updates or I'll close this issue.

@Jocs Jocs closed this as completed Apr 27, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants