![Card image cap](/uploads/images/blog/collapse/bootstrap-collapse.jpg)
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](/uploads/images/web-apps-telegram/telegram-prev-web-apps.jpg)
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
![Card image cap](/uploads/blog/gooogle/google_aps.jpg)
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](/uploads/images/list/60203fb11da9d7-69458557.png)
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.
![Card image cap](/uploads/Responsive_filemanager/Responsive-filemanager-TinyMCE-6-.jpg)
Responsive filemanager TinyMCE 6
Migrate Responsive filemanager from TinyMCE 6 to TinyMCE 6
![Card image cap](/uploads/images/Без названия.png)
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](/uploads/images/js.jpg)
jQuery to native js
Switch from jQuery to pure js