Howdy, Stranger!

It looks like you're new here. If you want to get involved, click one of these buttons!

Question about Undo function (Harlowe)

By default, the Undo function is in the top left of the page, I am wondering if you can also have a second Undo or if that isn't possible, move the original Undo to be placed at the bottom of the page.

For example, in one of my passages, where it lists all the Characters in the Story, it would be good to have the Undo function at the bottom.

Comments

  • Probably can't get there to be a second undo.

    You can move the undo button lower by doing this.
    tw-sidebar {
    	position: absolute;
    	top: 800px;
    }
    
    Twine's default layout doesn't seem to like it very much when I try to define the position against the bottom, neither does it like it very much when I try to define position as anything other than absolute or static. The button just disappears off the (top?) of the screen or something. Adjust the 800px value to however far down you want the buttons to be.
  • Story Formats are not just layouts.

    They are web applications that define everything including: the macro language syntax, the default list of available macros and if you can add your own custom macros, the structure of the HTML generated based on the passage's content and the default look (CSS) of that generated HTML, the story's default features/functionality and if those features/functionality are extendible/replaceable.
Sign In or Register to comment.