[TOOL] ACEs tab generator

0 favourites
  • 2 posts
From the Asset Store
Complete the collection by purchasing Trailer Force - Cinematic Sound Effects Tool Kit Pt.2: Drones
  • Hey, I'm sure all of you know that the new addon database is up, and allows addon developers to upload their stuff.

    It also features amazing stuff for the presentation of the plugin, including tabs and tables.

    So I made a cool tool to generate the string that you'll paste in your description to have your ACEs displayed in tabs.

    http://aces.surge.sh/

    For example, it generates a code like this:

    [h1]Aces[/h1]
    [tabgroup]
        [tab title='Conditions']
        [dl sans-serif]
            [dt]Is Empty[/dt]
            [dd]Returns true if the stack is empty[/dd]
        [/dl]
        [dl sans-serif]
            [dt]Compare top[/dt]
            [dd]Allows you to compare the value at the top of the stack[/dd]
        [/dl]
        [dl sans-serif]
            [dt]Compare length[/dt]
            [dd]Allows you to compare the length of the stack[/dd]
        [/dl]
        [/tab]
        [tab title="Actions"]
        [dl sans-serif]
            [dt]Push[/dt]
            [dd]Add a value at the top of the stack[/dd]
        [/dl]
        [dl sans-serif]
            [dt]Pop[/dt]
            [dd]Remove the value at the top of the stack[/dd]
        [/dl]
        [dl sans-serif]
            [dt]Load[/dt]
            [dd]Load the stack from a JSON string[/dd]
        [/dl]
        [dl sans-serif]
            [dt]Clear[/dt]
            [dd]Clears the stack[/dd]
        [/dl]
        [/tab]
        [tab title="Expressions"]
        [dl sans-serif]
            [dt]Peak[/dt]
            [dd]Returns the value at the top of the stack[/dd]
        [/dl]
        [dl sans-serif]
            [dt]Pop[/dt]
            [dd]Returns the value at the top of the stack and removes it[/dd]
        [/dl]
        [dl sans-serif]
            [dt]ToJSON[/dt]
            [dd]Returns the stack in JSON format[/dd]
        [/dl]
        [dl sans-serif]
            [dt]Length[/dt]
            [dd]Returns the length of the stack[/dd]
        [/dl]
        [/tab]
    [/tabgroup][/code:2z699h12]
    
    And it looks like this:
    [img="https://cdn.discordapp.com/attachments/230408561593679872/415798920548057088/2018-02-21_10-16-07.gif"]
    
    That'd be amazing if the page already had a service that does this, but it's already amazing. Great work! 

    Tom

  • Try Construct 3

    Develop games in your browser. Powerful, performant & highly capable.

    Try Now Construct 3 users don't see these ads
  • Somebodies been working over time.

Jump to:
Active Users
There are 1 visitors browsing this topic (0 users and 1 guests)