Card image cap

Jul 19, 2022
Card image cap

May 14, 2022
Card image cap
Bootstrap 4 collapse plugin for TinyMCE 6

Insert Bootstrap 4 collapse into the TinyMCE 6 editor. Collapse in Bootstrap 4 is a component that allows you to hide some or all of the content, and at the touch of a button to show it.

Card image cap
Telegram Web Apps

Updating the telegrams bot Bot API 6.0 brought us an innovation called Web Apps. Let's write a program to obtain user information

Apr 18, 2022
Card image cap
Store form data on a site in Google Spreadsheets

Google sheets are very easy to use and accessible from any device. Google has a very powerful Apps Script tool that allows you to integrate with almost all google products, we use this to save the data from the form on the site directly to the table.

Card image cap
Generate content based on text titles

Everything works quite simply. We go through the whole text and find the titles there, we generate links for them so that we can navigate them later. We collect the titles in a separate block and at the end we insert it into the block specified in the settings.

Mar 29, 2022
Card image cap
Responsive filemanager TinyMCE 6

Migrate Responsive filemanager from TinyMCE 6 to TinyMCE 6

Mar 27, 2022
Card image cap
Csv file local to json

Read a file with input using js, for example reading a csv file and converting it to json

Card image cap
jQuery to native js

Switch from jQuery to pure js