TPTelements

  • boxmein
    10th Mar 2014 Former Staff 1 Permalink
    Hi!
    Me again. I've been working on a website to bring together a whole bunch of data on TPT modding in both of the languages supported (you've probably seen tons of links thrown around here and there) and have decided to make it into its own forum post.

    So what I have here is a set of web pages which contain templates to get you a kickstart on creating your own element and a few different kinds of references which allow you to quickly look up [well written NYI] documentation on all sorts of different functions you can use.
    (Did you know the API also secretly has a function called
    tpt.test()
    that doesn't really do anything interesting? Well, neither did I before I wrote about it!
    Part of the reason why I'm writing this is to boost the quality of the site's wiki and make TPT modding much easier and much more popular than it is.

    The website is pretty much entirely client-side (aside from locally re-generating some data nuggets) so it's expected that it only works with Javascript enabled.
    Oh, most important part, you can access the webpage on http://boxmein.net/tpt/tptelements/
    Also, did I tell you, it's open source!
    Edited 3 times by boxmein. Last: 10th Apr 2016
  • jenn4
    10th Mar 2014 Member 0 Permalink
    Why on earth would you use monospace when there's consolas available as well?

    Otherwise very good. (Although I preferred the 'old' colorscheme. [And copied it onto my site]).
  • boxmein
    10th Mar 2014 Former Staff 0 Permalink
    @jenn4 (View Post)
    I should make a prompt first thing that allows people to pick their own font-family.
  • jenn4
    11th Mar 2014 Member 0 Permalink
    @boxmein (View Post)
    That's super easy. Dropdown list of fonts, and javascript changing the font-family of paragraphs.
  • boxmein
    12th Mar 2014 Former Staff 0 Permalink
    Edited once by boxmein. Last: 10th Apr 2016
  • boxmein
    17th Mar 2014 Former Staff 0 Permalink
    I updated searching with detail boxes! Only problem is, not everything is covered. Check them out on
    http://boxmein.x10.mx/tptelements/search.html
    Edited once by boxmein. Last: 10th Apr 2016
  • CeeJayBee
    17th Mar 2014 Member 0 Permalink

    @boxmein (View Post)

     Very nice "Licence" you have there :P

     

    But yeah, this is really useful. Thanks :D

    Edited once by CeeJayBee. Last: 17th Mar 2014
  • boxmein
    7th Feb 2015 Former Staff 0 Permalink
    Breaking News!

    TPTElements has just been updated, I call it tptelements2 because of a bunch of behind-the-scenes changes and a great platform for future features.

    * The code editor has been rehauled - it's now an actual web editor (Ace) while still having the default templates.
    * The styles have been tweaked. The Lua reference is far more readable now.
    * Loads of backend changes, meaning you can host your own TPTElements based on just the source code :D

    http://boxmein.net/tpt/tptelements/

    The source code is visible at:
    http://github.com/boxmein/tptelements2
    Edited 3 times by boxmein. Last: 10th Apr 2016
  • boxmein
    17th Jan 2016 Former Staff 0 Permalink
    Hi!
    Did another massive TPTElements update. It now needs no serverside at all to run the content, other than a static HTML server. The Lua reference and save format reference are intact, but I can't seem to figure out where I placed my API search files.

    http://boxmein.net/tpt/tptelements is the main link, but http://boxmein.net/tptelements and http://tptelements.boxmein.net will keep working for as long as I can make them.