kreal
September 6, 2021, 11:47pm
#1
The idea is to update the existing text in the front display text window instead of displaying the text in a new window.
This feature might be useful for cases when it is required to gather information from different apps or tabs and display summary of the gathered information in real time in a single text window.
This is unlikely to happen.
Use a Custom HTML Prompt action is you want more control over a persistent window.
ccstone
September 8, 2021, 4:54am
#3
I use BBEdit when I want a dynamic text display environment, because it's one of the most AppleScriptable apps out there.
Even the FREE (Lite) version it becomes after the Pro version's demo expires.
The one drawback it has is that it's plain-text only, although that's usually sufficient for my needs.
-Chris
martin
September 15, 2021, 3:58pm
#4
Hi @kreal ,
As @peternlewis suggested,
You might be interested in this macro:
Update (09/15/2021, 11:21 AM ET)
v1.1: added a "Reload Text" button. When variable changes, you may click the Reload Text button to reload its value.
Update (09/15/2021, 11:47 AM ET):
v1.2 note: Replaced the "Reload Text" button with an "Auto Reload" function. It reloads every 1s.
This version does not replace v1.1, as some people might prefer a manual reload button.
To download v1.2, go to this post
See screenshot below for notes.
Result Example:
[2021-09-15 11-19-36.2021-09-15 11_20_…
2 Likes