by Shinji Kazuyuki
Version 6 (December 27, 2024)
Download (6 downloads)
Lite version of Ethan Grant's flow:
llamalab.com/automate/community/flows/14789
Only searches by topics instead of contents, for speedy result.
If automatic unzipping failed, manually extract it yourself:
Automate/automate_help/automateĀ·zip
- assets
- en
- help
To include/exclude whether a topic belongs to Block or Function topics, change (#15) Array value to:
exclude:
replaceAll(split(split(value, "/")[-1], "\\.")[0], "_", " ")
single line:
replaceAll(split(concat(slice(value, 6)), "\\.")[0], "_", " ")
double lines:
replaceAll(replaceAll(split(concat(slice(value, 6)), "\\.")[0], "_", " "), "/", "/\n")
Last updated: 27-Dec-24
This flow: llamalab.com/automate/community/flows/49499