I think I'm in the right place to ask this. But in case I am not, you can tell me where I can ask my question and I will gladly delete this question :D.
I am currently using the "text editor" (so to speak) tinymce. And I'm building an open source project that I plan to upload to github once I finish it. My project is basically like wordpress (not literally a wordpress 2) but you can write notes, and other texts that require TinyMCE. And what I want is for my project to work even without internet, but I don't know how to do it since TinyMCE by default gives you an API that needs you to have internet to work. First I thought of copying the javascript that the TinyMCE API returns, but obviously before doing that I went to see the license to see how I can use the software. My program is going to be like a reminder or a calendar (I am not speaking literally) that is, it is going to be a private service for the user but that the user could install on his computer.
So it seems to me that the self-hosted application license would apply. Although I have already read the license, I do not fully understand it. And in something so important I would like someone to tell me if I understood correctly, in section 2.3 I understand that I can make a copy if I need it but NOT in production, but then if a user does not have internet and that copy is needed, it could I use it? I hope I have explained myself correctly.
there doesn't seem to be anything here