Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
Sep 5, 2024:
- lua: events can now preserve links:
- mq.event('linkDetector', '#*#', linkDetector, { keepLinks = true })
- lua: New set of APIs for manipulating links.
- See the [definitions](https://github.com/macroquest/mq-definitions/blob/master/mq/_itemlinks.lua) for a full listing.
- lua: New examples/linkdetector.lua script in the lua folder provides some examples.
- lua: Add support for Macro token expansion in event patterns:
- mq.event('meDetector', '#*#|${Me.Name}|#*#', meDetector)