mirror of https://github.com/usememos/memos.git
Two user experience improvements based on feedback:
1. **GitHub-style empty list item handling:**
- When pressing Enter on an empty list item (e.g., just "- "), remove
the list marker instead of continuing the list
- Matches GitHub's behavior for exiting list mode
- Works for all list types: unordered (-, *, +), ordered (1., 2.),
and task lists (- [ ])
- Makes it easier to exit list mode without manual deletion
2. **Auto-space after tag selection:**
- When selecting a tag from suggestions, automatically add a trailing
space after the tag
- Improves typing flow - users can immediately continue typing
- Matches common expectation for autocomplete behavior
These changes make the editor feel more intuitive and reduce friction
during content creation.
|
||
|---|---|---|
| .. | ||
| public | ||
| src | ||
| .gitignore | ||
| .prettierrc.js | ||
| MARKDOWN_STYLE_GUIDE.md | ||
| README.md | ||
| components.json | ||
| eslint.config.mjs | ||
| index.html | ||
| package.json | ||
| pnpm-lock.yaml | ||
| tsconfig.json | ||
| vite.config.mts | ||