fumiX / fuBlog

Blog Software
https://blog.fumix.de
Apache License 2.0
2 stars 1 forks source link

Implement frontend for autocompletion for tags #61

Closed cb-fumix closed 1 year ago

cb-fumix commented 1 year ago

There's already an endpoint implemented that returns autocompletion suggestions.

see https://github.com/fumiX/fuBlog/blob/main/client/src/views/PostFormView.vue#L331 https://github.com/fumiX/fuBlog/blob/main/server/src/routes/posts.ts#L219