Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

mdiSvg icon support needed #62

Closed
avanishp2 opened this issue Oct 18, 2019 · 2 comments
Closed

mdiSvg icon support needed #62

avanishp2 opened this issue Oct 18, 2019 · 2 comments
Labels
enhancement New feature or request icons

Comments

@avanishp2
Copy link

I am working on project which uses mdiSvg icons. So this editor will not work with the existing project of vuetify which uses mdiSvg.
I tried below code for configuration:

import Vue from 'vue'
import { TiptapVuetifyPlugin } from 'tiptap-vuetify'
import 'tiptap-vuetify/dist/main.css'

export default ({ app }) => {
    Vue.use(TiptapVuetifyPlugin, {
        vuetify: app.vuetify,
        iconsGroup: 'mdiSvg'
    })
}

Output:

image

Vuetify components support mdiSvg icons and so this editor should also support it
I am using Nuxt 2.10.0 and @nuxt/vuetify 1.9.0 package for my project.

@iliyaZelenko
Copy link
Owner

Ok, I’ll try to do it today or tomorrow, could you please wait? Thanks for using my package!

@iliyaZelenko iliyaZelenko added the enhancement New feature or request label Oct 18, 2019
iliyaZelenko added a commit that referenced this issue Oct 19, 2019
iliyaZelenko pushed a commit that referenced this issue Oct 19, 2019
# [2.3.0](v2.2.0...v2.3.0) (2019-10-19)

### Features

* **i18n:** turkish lang ([75152fc](75152fc))
* **icons:** mdiSvg iconfont support ([20b3976](20b3976)), closes [#62](#62)
@iliyaZelenko
Copy link
Owner

It is now available in the new version 🎉, thanks for waiting.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request icons
Projects
None yet
Development

No branches or pull requests

2 participants