Tell us what you are trying to do?
I am trying to customize a custom taxonomy archive page. I have created a block editor to edit the loop look and feel, which is good.
I also want to customize outside the loop. E.g I want to show (outside loop in the header section) Taxonomy term title, description and 2 custom field that I created in the taxonomy. I also want to create few views which needs to go in the same header section as a tabbed link
The thing is that, using Toolset blocks you can format the archive loop. Not the archive full content like headers/footers/sidebars.
I see you created taxonomy archive for authors and whatever additional information you want to add outside the loop, you should add it just before the <wpv-loop> shortcode of Loop Editor section.
Do you mean that you wanted to display tabs where different tabs holds different content?
yes, different tabs hold different content filtered by current taxonomy.
Loop editor screen can have header content, but then it would be duplicated.
e.g hidden link author term page has author name and description already outputted on the page, And I want to control this via toolset as well.
So, do you mean that you want to hide the author name and description already outputted on the theme and wanted to add it to your archive output? If yes, what theme you are using?