View Single Post
Old 12-29-2020, 11:57 PM   #5
koq
Junior Member
koq began at the beginning.
 
Posts: 5
Karma: 10
Join Date: Dec 2020
Device: tablet
Quote:
Originally Posted by Doitsu View Post
Sigil supports JavaScript, including local storage, but doesn't come with any special JavaScript tools, except for the Preview window, which allows you to run JavaScript.

What do you want to use JavaScript for?
Actually, I tried to use the Javascript coding from codepen.io example as my learning process to explore Sigil. However, the script did not work as in codepen. I also would like to know whether React.js can be incorporating in Sigil?

I did Javascript in external file (Misc folder) and put the name of the script file in the src (source) attribute of a <script> tag:

<script src="/Misc/myScript.js"></script>

However, it did not work..

Thank you.
koq is offline   Reply With Quote