From 6a7dc2da743779914dd5a725ec0ae46ae93ed523 Mon Sep 17 00:00:00 2001 From: Freedom Evenden Date: Thu, 5 Oct 2023 01:16:21 -0800 Subject: [PATCH 1/3] Add @f3ve/markdown-it --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index cf341bc3d..6b8c036f4 100644 --- a/README.md +++ b/README.md @@ -1785,6 +1785,7 @@ _Display non-editable events in a Calendar_ - [vue-mavonEditor](https://github.com/hinesboy/mavonEditor) - A markdown editor based on Vue that supports a variety of personalized features. - [vue-simple-markdown](https://github.com/Vivify-Ideas/vue-simple-markdown) - A Simple and Highspeed Markdown Parser for Vue. - [vue-simplemde](https://github.com/F-loat/vue-simplemde) - A wrapper around [simplemde](https://github.com/sparksuite/simplemde-markdown-editor). Delightful editing for beginners and experts alike. Features built-in autosaving and spell checking. +- [@f3ve/vue-markdown-it](https://github.com/f3ve/vue-markdown-it) - A [markdown-it]() component for Vue3. Easy to use and fully typed. #### PDF From e05477cbee739e44ca9a4ddc48a9edbe4639fcbf Mon Sep 17 00:00:00 2001 From: Freedom Evenden Date: Thu, 5 Oct 2023 11:00:49 -0800 Subject: [PATCH 2/3] chore: Removed link to markdown-it from description. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6b8c036f4..4dfd01460 100644 --- a/README.md +++ b/README.md @@ -1785,7 +1785,7 @@ _Display non-editable events in a Calendar_ - [vue-mavonEditor](https://github.com/hinesboy/mavonEditor) - A markdown editor based on Vue that supports a variety of personalized features. - [vue-simple-markdown](https://github.com/Vivify-Ideas/vue-simple-markdown) - A Simple and Highspeed Markdown Parser for Vue. - [vue-simplemde](https://github.com/F-loat/vue-simplemde) - A wrapper around [simplemde](https://github.com/sparksuite/simplemde-markdown-editor). Delightful editing for beginners and experts alike. Features built-in autosaving and spell checking. -- [@f3ve/vue-markdown-it](https://github.com/f3ve/vue-markdown-it) - A [markdown-it]() component for Vue3. Easy to use and fully typed. +- [@f3ve/vue-markdown-it](https://github.com/f3ve/vue-markdown-it) - A markdown-it component for Vue3. Easy to use and fully typed. #### PDF From 3e8e7b0be54b1199f00b02041e104b41519847aa Mon Sep 17 00:00:00 2001 From: Freedom Evenden Date: Wed, 20 Mar 2024 12:04:56 -0800 Subject: [PATCH 3/3] feat: added @f3ve/vue-notify --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index fda69dcab..2484fdd9b 100644 --- a/README.md +++ b/README.md @@ -1361,6 +1361,7 @@ _Toaster / snackbar — Notify the user with a modeless temporary little popup_ - [@kyvg/vue3-notification](https://github.com/kyvg/vue3-notification) - Vue 3 notification library - [vue-global-alert-utility](https://github.com/RashadSaleh/vue-global-alert-utility) - A Vue.js global alert utility to replace vanilla JavaScript `alert` function with better user and developer experience, while keeping it as simple as possible. - [notivue](https://github.com/smastrom/notivue) - Fully-featured notification system for Vue 3 and Nuxt 3. +- [@f3ve/vue-notify](https://github.com/f3ve/vue-notify) Fully customizable and accessible stacking toasts for Vue3. Includes a composable for handling async functions and a notificaton API powered by Pinia🍍. #### Loader