Twine Hacks / Items
preventing automatic link creation
Get Feed-
Do you find that some simple text like VB.NET gets automatically turned into a bogus clickable URL by twine? Here are a few simple hacks to prevent that, so that twine will leave it as simple text.
One very simple method is to leave a space after the dot, like "VB. NET". That does not look as good as it could.
Next option, replace the dot with something other that the period character. The html character entities sdot and middot are usable. I have also seen * used: VB⋅NET, VB·NET, VB*NET
The best option I have found adds the zero width joiner character entity (zwj) after the dot. In most browsers, that is completely invisible, but prevents twine from thinking the text is a URL. In Google chrome for some reason, there is a minor visual artifact where the character is inserted: VB.NET
HTML character entities are created by putting the ampersand (&) character before, and a semi-colon (;) after the character entity name. In a twine note, you need to do that in the html edit window. In a comment, just type the character entity right where you want it in the text. The zero width joiner would be entered as ‍
Comments
Report ThisTwine is about discovering, collecting and sharing the content that interests you. Learn More
Join TwineStats
- 1 Twine
- Make a comment
Who's Interested In This?
-
Phil Duby added to Twine Hacks 10 months ago
Public Comments
Add a Comment