How to Remove or Edit “Written in Ink”

When you launch your story, for the first or many times, you’ll notice “WRITTEN IN INK” at the top. And if you click it, it’ll direct you to Inkle Studios’ website.
There’s nothing wrong with this—it’s just giving credit where credit is due.

But do you want it removed?

You can do that! You can even swap it out for your own credit, like a link to your website.

Here’s how to remove or edit “Written In Ink.”

In Inky

  1. Export your story for the web.
  2. Locate the index.html file.
  3. Open index.html in any text editor. (Sublime Text, Visual Studio Code, Notepad++, etc.)

In a Text editor (I’m using Visual Studio Code)


To remove it completely:
  1. Locate the line:
    <h3 class=“written-in-ink”><a href=“https://www.inklestudios.com/ink”>WRITTEN IN INK</a></h3>
  2. Delete the entire line.
  3. Save your changes, then open the index.html file in your browser.

The “WRITTEN IN INK” is now gone!
To change it instead:
  1. On the same line, highlight the existing link and replace it with your own. (Do NOT delete the quotation marks).
  2. Change the visible text “WRITTEN IN INK” to whatever you want. (Ex. your name, your website name, etc.).
  3. Save your changes, then open the index.html file in your browser.
And that’s it! You’ve either removed or customized the credit line to your liking! If you have any questions or problems, leave a comment below!

Leave a Reply

Your email address will not be published. Required fields are marked *