Welcome to Software Development on Codidact!
Will you help us build our independent community of developers helping developers? We're small and trying to grow. We welcome questions about all aspects of software development, from design to code to QA and more. Got questions? Got answers? Got code you'd like someone to review? Please join us.
Post History
From mrjbq7: The correct vocabularies for finding default actions are in Operations Web Browser for URL" markdown elements. Generally, looking for define-operation should work for finding t...
Answer
#1: Initial revision
From [mrjbq7](https://github.com/mrjbq7): The correct vocabularies for finding default actions are in - [Operations](https://github.com/factor/factor/blob/master/basis/ui/tools/operations/operations.factor) - [Web Browser](https://github.com/factor/factor/blob/master/basis/webbrowser/webbrowser.factor#L17) for `URL"` markdown elements. Generally, looking for `define-operation` should work for finding the default action for a clickable markup element.