Free
Trados QuickInfo
By Trados AppStore Team
<p><strong>Note: This application is no longer maintained or supported.
Some of its use case can now be achieved using the build in feature of AI assistant alongside your AI provider of choice, like: <a href="https://appstore.rws.com/Plugin/249">OpenAI provider for Trados</a> though prompt engineering</strong></p>
<p>After installing the plugin simply type @info into the "Tell Me" entry field followed by your search request. The screenshots are more explanatory.</p>
<p> <strong>About</strong></p>
<p> Trados Studio 2019 introduced "Tell Me" which is a great feature for finding features in Studio. But there is also an API with this allowing developers to add to the "Tell Me" functionality with other useful things.</p>
<p> The <strong>QuickInfo plugin</strong> does just that by extending the default "Tell Me" functionality to provide various useful bits of information such as unit conversion, maths calculation, airport codes, Unicode description and more.</p>
<p> The plugin is also <a href="https://github.com/cromica/trados-studio-quickinfo">opensouorced</a> providing a great tool for other developers as they can see how this functionality is used, or even contribute to this one with new bits of helpful information to extend its usefulness.</p>
<style>
:root {
--table-striped: rgba(0, 0, 0, 0.05);
--table-border: #dee2e6;
--lightgray: #e9ecef;
}
code {
color: black;
background-color: var(--lightgray);
border-radius: 5px;
padding: 1.5px;
}
blockquote {
border-left: 3px solid var(--lightgray);
padding-left: 10px;
}
table {
border: 1px solid var(--table-border);
border-collapse: collapse;
width: 100%;
}
table th,
table td {
border: 1px solid var(--table-border);
padding: 8px;
text-align: left;
color: black;
}
table th {
background-color: var(--table-striped);
color: black;
}
table tr:nth-child(even) {
background-color: var(--table-striped);
color: white;
}
table tr:nth-child(odd) {
background-color: white;
color: var(--table-striped);
}
</style>