Vuetify 3 Custom Icon Sets - vuetify.js

I'm trying to use boxicons in vuetify 3 and got lost following the official documentation here. Would anyone help with understanding the documentation or at least provide a working example of how to implement custom icon sets apart from the ones that are already included with vuetify.

Related

how to insert image and hyperlink [ckeditor 4]

i have ckeditor looking like this
i want that my ck-editor can insert hyperlink and image.like this
i've tried to search in documentation but i dont understand because its in english. and its hard for me to understand because im new for frontend
anyone please help
Possible solutions:
Download Full or Standard package from CKEditor download page. This package has both plugins you need.
It is possible that you are using Standard or Full packages already. You can verify that by opening ckeditor/build-config.js file and searching for preset word. If there is full or standard next to it, you have the right package and most likely you have changed your configuration. You may have used removeButtons or removeplugins settings where you remove Link and Image buttons or link and image plugins. You could have also used custom toolbar definition where you haven't added Link and Image buttons or you are missing links and insert groups. If you wish to learn more about toolbar concepts, please see:https://ckeditor.com/docs/ckeditor4/latest/guide/dev_toolbarconcepts.html and https://ckeditor.com/docs/ckeditor4/latest/guide/dev_toolbar.html.

How to Use an HTML editor / Wysiwyg with vuetify

Just starting to use vuetify - really good stuff.
How can I wire up an HTML editor like quilljs.
I saw this post here; https://github.com/vuetifyjs/vuetify/issues/3550
Ideally.. I would like to use them both in codepen so I can get a designer to work on some bits and piece.
suggestions?
I created an editor for Vuetify based on Tiptap: https://github.com/iliyaZelenko/tiptap-vuetify
It is planned to make it as flexible as possible and develop many plugins for it.
You can support by giving a star to motivate me to develop.

When to use UI Plugin or PlaceHolder

As far as I have understood so far, one can create a custom (native) UI component by following the guide in the NativeScript UI Plugin documentation
But there is also this PlaceHolder that can be added into the XML and then instantiate a custom UI component to be displayed in it.
So what are the differences between both and when to use each of them?
It's completely your decision. In my opinion, if you are going to reuse the component and want to share with the community then make a plugin. There is no right or wrong answer to be honest :)

Joomla 2.5 Template Configuration Error

This is my first experiment with Joomla (2.5) and I am having trouble figuring out what is not configured correctly between the two.
I started with the template and all was good but then as I was configuring / adding content I must have changed something.
The two areas in question is the "top movies" section at the bottom and the "Latest News", Recent News tabs.
Looking at the html in developer tools I can clearly see the difference but I can't figure out what to do / change / look at in the Joomla admin.
The original template is here:
http://temp.lamplighterguild.com/
The one I eventually want to go live with is here:
http://take7.lamplighterguild.com/
I'm not sure what else to post but if you'll just educate me more on what I can provide I'll be happy to update / edit.
Thank You
Edit
Elin you were most helpful pointing me in the right direction. What I found was that another module I was using Code 7 Responsive Slider jquery was colliding with the templates jquery. If I disable the Code 7 slider the jquery carousel and jquery tabs are back to the original.
So now I am off to figure out how to get them to play nice...including using another slider if needed. FWIW I need the images to be href links and that was not readily available using the default slider that came with the template so I grabbed another slider.
Put your comment in some form of an answer and I will mark it for you.
Thanks again.

RGB color picker for Rails 3

Status: I am building an app in which is needed to be a field available for user to select a color, this field will contain RGB color code string.
I have tested one which looks pretty but it does not work very well. It is 'picky-color' and it is hosted in this repository: https://github.com/Astorsoft/picky-color. Here I open an issue about some problem with it.
Problem: Please suggest me some color picker to use in Rails 3 app.
Perhaps the list on the page jQuery UI Development: Color Picker gives you the one that works out of the box. The reason for that is that jQuery is now included in Rails 3 applications, so using something on the base of Prototype or another JavaScript library is more difficult.
The integration in ruby should not be difficult, though.
I selected jPicker, It was a good option for me.

Resources