I am trying to write a script for InDesign to find the first character of every line of every paragraph, and change it to another color if it is a vowel. Since it is my very first effort in InDesign scripting, I downloaded Adobe’s Scripting Guide and managed so far to do the following: At first I create the character
Tag: scripting
Jquery Show just one Item by the same class after click-event
i am new in scripting Jquery/Javascript and actually i’ve some struggle. How can i show one item by the same class without affect the other items? My code: Thanks a lot. Answer The first line will hide all of them, which may be what you want to do (if you want to collapse all and expand the clicked one, for
How to fix cell history in cell note?
I found a script that’s supposed to add cell history in a note, the original one found here(https://www.pbainbridge.co.uk/2019/07/add-note-to-cell-on-google-sheet-edit.html) does not work or I’m doing something wrong. I modified the script and is supposed to add notes to cells in Column 18(R) seems to work but only on one of my sheets and it works properly only on page 2, in
How to add two or more spoiler button in my blog
Question: I have a spoiler code that works well in my Blogspot blog. But when I place the same code two times in my blog (like spoiler 1, and spoiler 2), spoiler 1 works well, but spoiler 2 does not open. Why? How do I fix it? Please help. I do not know programming. Here is code of spoiler that