You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Issue Title: Enhance copy and export options for JSON and nodes
Description:
Extend the existing copy/export functionality to support copying a node or subtree as JSON, and exporting either the whole document or a selected part with pretty-print or minified formats.
Tasks:
Add option to copy a single node or subtree as JSON.
Support copy/export of full JSON in pretty/minified modes.
Expose configuration for which copy/export options are visible.
Ensure exported JSON is always valid and uses current state.
Enhance copy and export options for JSON and nodesExtend the existing copy/export functionality to support copying a node or subtree as JSON, and exporting either the whole document or a selected part with pretty-print or minified formats.