| anURL | If the url points to contributions, try to find&execute app in folder. Else open the page at URL (using external browser). |
| swiki [swikiName,][category,]tag | Use robots to walk swiki |
| swiki:pageUrl | Process the swiki page. e.g.: SwikiCodeRobot @> 'swiki:s8-media/308' |
| sourcecode | fileIn the code if it starts with ! |
| text | open a workspace with the text |
| Note | You can open the tool opening this link in a new tab (be patient can take some seconds to open the tools) |
"Ensure Mobile framework is loaded and verify we are running in a supported platform" (SwikiCodeRobot @ #mobile) process: #s8-media tagged: #core.
"Creating the model for tools"
"Compiling spec and open the UI"
| spec tab |
tab := (
(#tool -> #sample),
(#coordinator -> (
(#class -> #MobileEditor),
(#configuration -> (
(#title -> 'ScanApp - Not Implemented Yet')
)
)
))
).
spec := (
(#threads -> ((1 -> tab)) ),
(#listeners -> (#needsModel -> [ #none ]))
) json.
MobileApplication open: spec.