I'm using Twine for an entirely different purpose than it was designed for, but I think it will serve my purposes well. I'm wanting to utilize it for a call flow process to help troubleshoot software/account issues. I've got almost nil html experience, so that might be what I'm running into. I'm nto sure.
I'm trying to link externally to a particular webpage.
https://www.logos.com/install. For some reason when I try to link to that page (specifically with https://) when I hover over the link int the "story" it gives me a "do not enter" sign where the mouse was.
When I leave off the "
https://" it just links me to a new blank passage.
I can't tell what I'm doing wrong from the documentation I've looked at in the wiki.
Thanks for your help!
Comments
If you're using Harlowe then in order to link to an external page then you need to use the (link:) and (gotourl:) macros rather than the normal link syntax.
(link: "install")[(gotourl: "https://www.logos.com/install"
On an unrelated note when I tried to put that line in a code section, it kept inserting a semicolon after the fourth set of quotes. I've never had that happen before.
Is there an area ofthe wiki where the syntax is broken down by format?
Harlowe: documentation and overview
Snowman 2: overview
SugarCube 1: documentation
SugarCube 2: documentation
I can't find sytnax for underlining text. I found bold, and italics. I even found superscript, but no underline in the documentation you linked me to. Did I miss it or has it not be created?
SC 1 displays a dialog at the start explaining that some functionality may not be available due to limitations of the web-browser, this message occurs for recent versions of Chrome/Opera and some older versions of other brands.
SC2 works just fine because TheMadExile rewrote portions of it to make it so.
I would of expected wrapping the text in double underscores __ to of worked but it seems not and Bitbucket is currently off-line so I can't check the Harlowe source code.
You can used (text-style: "underline") to do what you want though:
My comment regarding Sugarcube not working in cube is because when I tried to open the html file I created from Twine I got this error
http://stackoverflow.com/questions/32453806/uncaught-securityerror-failed-to-execute-replacestate-on-history-cannot-be.
Perhaps I should create a new thread? I Don't know what kind of protocol you have here regarding covered issues to a thread. I did prefer the font of the other story format, but I assume each format has its own markdown styling. Though that page you linked me to does not specify a story format system that it works with.
Thanks again.
The current web-based version of Twine 2 (v2.0.8) comes with SugarCube v1.0.31, which displays the warning message I spoke of earlier.
I don't know.
The documentation states that the markup based styling uses HTML style elements like b, em, strong, etc...
Where as the (text-style:) macro styling produces tw-hook elements containing an in-line style attribute.