Skip to content

Custom Previewer Tab with Scripting #564

@NghiaTranUIT

Description

@NghiaTranUIT

Description

Demo:

CleanShot.2025-12-09.at.13.59.29.mp4

Acceptance Criteria

  • Able to create / edit / edit a Customer Tab for Request/Response
  • Show the Sample code popover
Image
  • Show the Custom previewer tab, persist for next launch
  • Use Monaco Editor for the custom previewer tab
Image
  • Write Scripting Script to modify the data of this tab. For example:
  • Only accept String
// String
response.customPreviewerTabs["json-tab"] = "My String";

// JSON
const obj = {"name": "Proxyman"};
response.customPreviewerTabs["json-tab"] = JSON.stringify(obj, null, 2);
  • Syntax Highlighting for Tab by changing the Language in Monaco Editor
Image

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions