A while back I put together everything I could find about perchance. One such document included all properties on objects on perchance pages (that aren’t the built-ins from JS). On discord someone said how they wish there was such a reference. So… now there is!

  • @perchanceM
    link
    English
    117 days ago

    Also, @[email protected] RE:

    String Transform Properties These will not work on normal strings, only nodes.

    This was a bug that specifically affected pluralForm and singularForm, which I’ve just fixed. Thanks! Let me know if there are any others that aren’t working on strings. pastTense, upperCase, etc. all seem to work fine for me.

    • @wthit56OP
      link
      English
      217 days ago

      Ah okay. Yeah I found that bug when first investigating this stuff and posted about it. But as it wasn’t responded to I thought it must just be like that.

      Thanks for the fix–I’ll amend the docs. And I’ll test some of these things again. It was just my old docs I had to hand; I haven’t done much adjusting of them yet, but plan to. 👍

    • @wthit56OP
      link
      English
      117 days ago

      I’ve updated the document now. Swapped property names around, removed that note, and adjusted the way duplicate properties are presented.