memos/web
Maciej Kasprzyk 077cfeb831
feat: improve tag suggestions (#2126)
* feat: make filtering case insensitive

* fix: wrong letter case when accepting suggestion

* refactor: wrap textarea in TagSuggestions

* fix: less styles not matching common-editor-inputer

* refactor: use explanatory const names for tested value in conditional checks

* feat: style highlighted option

* feat: handle down/up arrow keys

* feat: handle enter or tab to trigger autocomplete

* fix: wrong import

* fix: tab key adding whitespace after auto-completion

* fix: starting a note with a tag

* fix: close on escape

* refactor: early version of removed wrapping and children prop

* refactor: remove unnecessary return false

* refactor: finished rewriting to not wrap editor
2023-08-16 08:54:30 +08:00
..
.vscode
public
src feat: improve tag suggestions (#2126) 2023-08-16 08:54:30 +08:00
.eslintrc.json chore: disallow destructuring 't' from useTranslation (#1973) 2023-07-16 21:26:26 +08:00
.gitignore
.prettierrc.js feat: add system service (#2083) 2023-08-05 21:30:23 +08:00
index.html
package.json chore: update image displays (#2093) 2023-08-06 10:42:30 +08:00
pnpm-lock.yaml chore: update image displays (#2093) 2023-08-06 10:42:30 +08:00
postcss.config.js
README.md
tailwind.config.js
tsconfig.json
vite.config.ts fix: rss route (#2008) 2023-07-22 12:58:17 +08:00

Memos web