Hi there, I have spent some hours trying to find a solution to my problem. As I do not understand a lot of what TW is doing or where the main html is at, I thought I might just ask my question here.
I would like to add the following simple code to my TW. From my understanding, it will be able to scan any text on the page, and if it matches certain text, will link it appropriately. Here is the website I am grabbing it from RefTagger <https://faithlife.com/products/reftagger/customize>. If someone could tell me how to add this simple code to my whole TW, I would be incredibly thankful. Best! <script> > > var refTagger = { > > settings: { > > bibleVersion: "ESV", > > socialSharing: [] > > } > > }; > > (function(d, t) { > > var g = d.createElement(t), s = d.getElementsByTagName(t)[0]; > > g.src = "//api.reftagger.com/v2/RefTagger.js"; > > s.parentNode.insertBefore(g, s); > > }(document, "script")); > > </script> > > -- You received this message because you are subscribed to the Google Groups "TiddlyWiki" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/tiddlywiki/a29b571d-d38f-43f4-8883-2fc07c6a3b9a%40googlegroups.com.

