Skip to content

Trim trailing period from dictation#18

Open
0xksny wants to merge 1 commit into
freakified:masterfrom
0xksny:trim-trailing-period-from-dictation
Open

Trim trailing period from dictation#18
0xksny wants to merge 1 commit into
freakified:masterfrom
0xksny:trim-trailing-period-from-dictation

Conversation

@0xksny

@0xksny 0xksny commented Jun 13, 2026

Copy link
Copy Markdown

Dictation can produce checklist items with a trailing period. Example:

  • Eggs.
  • Bread.
  • Milk.

This change trims any trailing period from the checklist item after whitespace has been trimmed and before capitalizing the string:

  • Eggs
  • Bread
  • Milk

Dictation can produce checklist items with a trailing period. Example:

- Eggs.
- Bread.
- Milk.

This change trims any trailing period from the checklist item _after_ whitespace has been trimmed and _before_ capitalizing the string:

- Eggs
- Bread
- Milk
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

Successfully merging this pull request may close these issues.

1 participant