Is TinyMCE free to use? - tinymce

I'm not sure I understand it correctly, but I believe that there is a "basic" version that is free of charge, you only have to pay if you want some premium plugins and technical support.
Is this how the situation truly is?

yes.
Please see this link and this link for more information.
Anyone that wants to use TinyMCE in their commercial application or website are free to do so.
On top of this,the code is licensed under LGPL, so you may fork the code. Just remember to contribute your changes where other people can see it.(fork on github for example)
If you want support or want to contribute to the development, you are welcome to buy support or get addition plugins with the enterprise version. But only if you want.
Related.
EDIT:
If you use a tool like Webpack, remember that the TinyMCE files should not be bundled and minified with the rest of your application. It should be a seperate Java Script and resource files. TinyMCE even has it's own CDN to help you with this.
"It should also be possible to exchange that dynamically linked library for an independently compiled build"

I am installing it from this address by typing "npm install tinymce" as of 2021-01-03, according to the information I received from the site, it is open source and free.
https://www.npmjs.com/package/tinymce
TinyMCE is the world’s most popular open source web-based WYSIWYG editor.
Trusted and loved by millions of developers, and integrated into thousands of applications, such as:
Content management systems (CMSs)
Learning management systems (LMSs)
Customer relationship management (CRM) and marketing automation systems
Email marketing systems
Content creation in SaaS systems
The confusing "https://www.tiny.cloud/pricing" written on the tinymce page but according to the paragraph COMMUNITY it is free forever.
Free Forever
The open source editor you know and love, free forever and ready for commercial use.

use this bellow init to have menu bar and toolbar for free without any problem
tinymce.init({
selector: 'textarea',
min_height: 350,
skin: "oxide",
icons: 'material' ,
preview_styles: 'font-size color',
resize: 'both',
plugins: 'link image media code autolink lists media table',
toolbar: 'undo redo | styleselect| forecolor | bold italic | alignleft aligncenter alignright alignjustify | outdent indent | link image media| code table',
toolbar_mode: 'floating',
/* enable title field in the Image dialog*/
image_title: true,
/* enable automatic uploads of images represented by blob or data URIs*/automatic_uploads: true,images_upload_url: 'postAcceptor.php',file_picker_types: 'image',
tinycomments_mode: 'embedded',
tinycomments_author: 'Author name'
});

Related

an online WYSIWYG editor, drag and drop editor

Hello Stack community I m deepak a fellow user of your site.
My question to you was regarding and online WYSIWYG editor, as i wanted to develop a website for a client which is an e-commerce site(dynamic) so I started working on "opencart" and many other tools like "nopcommerce" which haves cart,email notification,sms api and indian currency option available to that particular tool if not then can be integrated later on.
Now the client is in need of a show-off e-commerce site which have the advance views like parallax scrolling if not then extra views to be added which is most likely to be seen in an static show-off site with basic features of email and sms api to be included in the website
I started using template and dreamweaver to work on but I was unable to do so as I don't know about any standalone cart software which can be integrated to a live website or template so i moved on to Drag n Drop website editor which haves indian currency like "wix" but due to some reasons i was limited by the features of "wix"
I wanted to know what are the other option would I have now as the most of the time has passed out and the client want the site to be live in faster basis,
so I am requesting an answer of what to do now is there any other editor like "wix" which have all the three functions (sms api, email notifications,indian currency) available or any other way of using tools, template, software or something like "open cart" or dreamweaver/template if any or else do i have an option to edit the whole view of open cart as I want to edit all the basic structure of open cart and change the colour theme of open cart from blue to orange, if yes then how ?
I hope that i would get the answer or help what i m looking for in community
Regards,
Deepak Verma

WYSIWYG javascript editor with page support

I'm looking for an WYSIWYG editor with page support (similar to word).
Extensibility would also be nice.
Can be a commercial solution as well.
Edit: Sorry about the ambiguation. By page support, I need an editor that will show me the pages as they would look like when the document that's edited will be printed out. I need page separation.
All solutions I found so far (ckEditor, tinyMCE) all do a great job at letting the user edit HTML, but they don't support this page separation.
Edit 2: This is something close to what I need, the problem is they are doing heavy server side processing, and have a really poor client side API: https://demos.devexpress.com/ASPxRichEditDemos/EditingFeatures/TextWithImages.aspx

Component not showing in frontend on Joomla! 1.7

I have successfully installed a plugin called "Plotalot", which draws flashcharts, on my Joomla! 1.7.
I have unfortunately installed the free version of it because I want to be sure it's useful, and the free version comes with the component-tool only and not with the plugin (It's cheap, but I hate purchasing stuff that's not worth using).
With the component-tool on the backend site I'm able to create new charts, edit existing charts and I'm also capable of seeing a demonstration of the chart that I just made on the backend site.
But, when I try to see the chart on the frontend site, I only see the tags which I wrote in an Article and no chart. In this case: {plotalot id="1"}
I've been in touch with this customer support guy on this matter, and all he can say is that it should be a chart when i write {plotalot id="1"} if there's a chart with the ID=1. Which it does
Does anyone have any experience on how plugins or component-tools in Joomla! 1.7 works and how they can be displayed in an Article?
I would very much appreciate if someone can help me :)
Kind regards, Steve-O
I'm also a Plotalot user. Your question does not make sense. If you installed the free version, you did not install a plugin, you installed a component. Plotalot does not draw flash charts, it draws Google charts. If you want a chart in an article, buy the plugin. And read the user guide, it explains all of this very clearly.
you have to use some tags in the article in which you want to display the charts.The tags will be explained in the documentation of the plug in
eg:we use {flashchart data="50,60,70,80,90,60|109,120,100,130,140,100"} sample01{/flashchart}
to display flash chart.

Email Editor Similar to Campaign Monitor or Mailchimp's editor?

I looking for either an open source (or otherwise) php script/library/code that will provide me with a similar email composer that Mailchimp and Campaign Monitor have.
I've played around with lots of wysiwyg editors (eg: tinymce, ckeditor) but, they don't work very well for allowing users to compose emails.
Mosaico Editor is the first open source email template builder of this kind (AFAIK).
You can find a free to use deployment (working also as live demo) at http://mosaico.io and you can get sources at https://github.com/voidlabs/mosaico
I choose blocks from a set defined by the "master template", then you fill you contents and change their styles in a WYSIWYG style. If you're on a large window you can also have live preview for the mobile version.
The master template defines what are the blocks, what you can edit and what you can style and it contains any html trick to make it compatible with most clients: this means you can change the editor behaviour a lot by simply writing a new master template.
It is 99% javascript (IE10+, and any other modern browser) and depends on server-side functions only to do "final inlining" and "image upload/resizing"
Next generation tool for building templates without coding
Grapejs official site
GrapesJS is an open-source, multi-purpose, Web Builder Framework which combines different tools and features with the goal to help you (or users of your application) to build HTML templates without any knowledge of coding. It's a perfect solution to replace the common WYSIWYG editors, which are good for content editing but inappropriate for creating HTML structures. You can see it in action with the official demos, but using its API you're able to build your own editors.
I'm in the process of building one but as a designer it is a work in progress! I'd suggest looking at PHP template engines. They have a similar functionality. Most however will use php variables inside the html page instead of tags.
Another oprion is to check out Perch it is officially a CMS, but is really lightweight and might get the job done for you.
Hope that helps even though it is a year after you posted the question...
EDIT: Actually just stumbled across this thread which links to the new CKEditor - looks pretty cool.

Any WYSIWYGs that use contentEditable rather than an iframe?

I am looking for a list of WYSIWYG editors that use contentEditable rather than a designMode iframe.
The reason I want this is that I want to have a few regions (divs) on my site that users can edit, and I want the styling (fonts, font colors, etc). to look the same in the edit area as it normally does. I don't want to have to apply a stylesheet to the WYSIWYG's iframe.
Anyone know of any light-weight, free/open-source ones?
It's not free but I personally feel that the Telerik RadEditor is hands down the best WYSIWYG around.
It's not free
It's .NET only
It allows you to style the editor to match your site exactly
It has some great asset management tools
It's super easy to configure.
Also if you can get away with a little less "fancy" I'd say that WMD is an awesome WYSIWY***M*** editor, and can be used across multiple development languages (It's what StackOverflow uses here on this site).
New ckeditor v4 beta has support for content-editable. http://ckeditor.com/ckeditor-4-beta
Looks like NicEdit uses contentEditable. YAY! THIS MAY WORK!
Another few to throw in there, although I've never used any of them in production so can't vouch for them:
Aloha Editor
wysihtml5
Raptor Editor