inkdropapp / inkdropapp/inkdrop-vim

Increment list number at line break

Open
#40 1 comment 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Dominant language
TypeScript
Stars
110
Forks
10
Avg merge
22h 59m
Merged PRs (30d)
14

Description

The list number is automatically incremented when the enter key is used to create a new line but is not incremented when the o key is used to create a new line.
I often use ESC + o key to create a new line in vim, so it would be easier to type if the number is incremented.
ordered_list

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Reproduce the issue in an ordered list by comparing Enter with the Vim o command, including the ESC + o sequence shown in the report. Start by tracing the key-handling entry point for o and the existing Enter behavior; done means both commands create a new line with the ordered-list number incremented.

Written by the indexing model from the issue text.

Assessment

Tech stack
typescript
Domain
tooling
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.