how do i integrate an custom font family to the latest version of tinymce - tinymce

i am upgrading tinymce version from tinymce 4 to tinymce 7.0.0 (i am using angular packages of tinymce), which is a latest version of tinymce. so my question is on the tinymce 4(old version) i have added a custom font family by using this url https://www.tiny.cloud/blog/tinymce-custom-font-family/ . but on the latest version of tinymce i found none this functionalities is working. i think it has removed from latest version of tinymce. but i am not sure about it. i didnt find any thing on the tinymce documentation also.
thanks in advance for your help
honeslty i treid to integrate the custom fontfamily dropdown from this https://www.tiny.cloud/blog/tinymce-custom-font-family/ but it does not work for latest version of tinymce

Related

TailwindCSS autocompletion in PhpStorm not working

I just updated PhpStorm to version 2020.3 which now supports autocompletion for Tailwind CSS. But in my new updated version it isn't working and can't figure out why.
In html, blade and css files, there is no autocompletion for Tailwind CSS.
Do I have this enable somewhere? Why isn't it working?
Looks like there is an bug when using npm installer and when you are using version npm:#tailwindcss/postcss7-compat#^2.0.1 of tailwind.
source
https://youtrack.jetbrains.com/issue/WEB-48473
My solution:
delete node_modules and use yarn install
I solved by downloading the tailwindcss library.
if you are using a node version manager check that your project Language & Frameworks configuration for Node.js and NPM is actually using the same node version where you installed tailwind and postCSS packages
To fix the problem, update to version 2021.3.1. Do not look for another solution because it does not exist
enter image description here

Smarty support for the luna version of eclipse

Does anyone know how to get smarty / .tpl file support & syntax highlighting in the newest version of eclipse? smartypdt doesn't seem to be compatible with the most recent version:
https://code.google.com/p/smartypdt/downloads/list - seems like the latest download available is for Juno version.
Any ideas? Thanks!!!
I have installed successfully smarty support in Luna, through the PDT extensions site.
Go to Help -> install New Software -> Add http://p2-dev.pdt-extensions.org and select smartypdt.
See https://code.google.com/p/smartypdt/wiki/InstallSmartyPDT and look at the bottom, the 3 next-to-last comments for more information.

jquerymobile widgets missing from palette in eclipse while working on IBM worklight project

i am new to IBM worklight and mobile app developement as it is so i will be very grateful if somebody helps.
configuration
windows 8 64bit
eclipse juno 1.5.2
ibm worklight studio 6.0.0
jquery.mobile-1.3.0
i have read many forums and questions on stackoverflow itself. they suggest that it will work on jquery.mobile -1.3.1 nut i can't find the specific version online.
Also when i goto help->check for updates it outputs no updates found along with error message:
No repository found at file:/D:/software/ibm%20tools/ibm%20tools/jquery.mobile-1.3.0/.
No repository found at file:/D:/software/ibm%20tools/ibm%20tools/adapt/.
so the problem is that when i open the html file of my project only Html tags and html form tag gets opened but a jquerymobile widgets are missing.
what exactly is the problem is it with the way of my jquerymobile import or versions or is it entirely something else if problem is version kindly state me a few resources if you can!!
i am really in need to get my project done if anyone helps again i will be really grateful.
Use jQuery Mobile 1.3.1: http://jquerymobile.com/resources/download/jquery.mobile-1.3.1.zip
With this version of jQuery Mobile you will be able to see the Palette view in Eclipse while using Worklight Studio's RPE.

Error setting up project with latest version of jQuery Mobile and MDS AppLaud for Eclipse

I am starting with PhoneGap development. I had set up Eclipse-ADT bundle and MDS AppLaud plugin. When creating a new PhoneGap project, I can chose built-in versions of PhoneGap (1.4.1 to 1.9) and jQuery Mobile 1.1. There's an option to use already installed versions for each one. No problem whith PhoneGap 3.4, but with jQuery, I have this error:
All .js and .css files in the jQuery Mobile directory
/foo/bar/jquery.mobile-1.4.2 must have the same version number of the
form jquery.mobile-{version}.*
I removed Demos directory and min versions of css and js, but I still get the same error, maybe because there are some more css files with the form jquery.mobile.something-1.4.2.css
How can I solve this error using latest jQuery Mobile?
Thanks
I had the same problem, but when I delete everything without /images/ folder and these: jquery.mobile-1.4.5.css, jquery.mobile-1.4.5.min.css, jquery.mobile-1.4.5.js, jquery.mobile-1.4.5.min.js and everything works great with Eclipse. :)

Netbeans CSS3 Support

I've found few pages about Netbeans and date of CSS3 implementation.
According to them, CSS3 should be implemented in Netbeans since 6.X version.
Am I blind or the support is still missing in 7.0.1 ?
Links:
http://forums.netbeans.org/topic23063.html
http://wiki.netbeans.org/TS_60_CSSeditor
There are a lot of improvements of CSS handling (including CSS3 support) in NB 7.1. You can install and try the latest development version (weekly build, it works just fine side by side with other NB installations).