Search results

  1. C

    Web-based Macro Editor

    JSON readers come native with most modern high-level languages nowadays; parsing it would be fairly easy and wouldn't require regex. I think the biggest piece of this would just be a map file that connected the terms used in the JSON output file with the more understandable terms we want to use...
  2. C

    Web-based Macro Editor

    I agree that it would be nice, and that it would be less work than a full IDE much less a web IDE. Tasker has some standard text formatting that can be parsed; I've attached an example below (more here): Control: " version_number: 0.3.0 " Input %par1: #optional...
  3. C

    Web-based Macro Editor

    Easier to write a whole new language huh? 😂
  4. C

    Web-based Macro Editor

    An IDE, especially a web-based one, might be a big leap. Something that could translate to/from the macro file export (it's a JSON structure) wouldn't be too hard probably - like a config file that could be built to generate the macro. Then you could use ADB to connect directly to your phone and...
  5. C

    Array Variables

    We really need array variables in Macrodroid; many of the locale plugins use or require them to function properly. Tasker does have support for arrays, and I think that porting the same functionality over would be a game-changer. In Tasker, arrays are indicated by parentheses at the end of...
Top