Skip to content

[FHL] Add to side pane JSON Beautifier + Encode/Decode URI component + Encode/Decode Base64 - #3465

Open
Vi Nguyen (vinguyen12) wants to merge 4 commits into
masterfrom
u/nguyenvi/add-json-beautifier
Open

Vi Nguyen (vinguyen12) wants to merge 4 commits into
masterfrom
u/nguyenvi/add-json-beautifier

Conversation

@vinguyen12

@vinguyen12 Vi Nguyen (vinguyen12) commented Sep 14, 2026

Copy link
Copy Markdown
Contributor

Support text transformation utilities inside the RoosterJS site. Users can paste unformatted JSON, URI component text, or Base64 content and transform it for easier preview directly in the editor.

Instead of relying on third-party utility sites or creating temporary files in another editor, RoosterJS provides a fast and reliable place for common text transformations.

  • Text Utilities side pane with:
    • Beautify JSON
    • Encode URI component
    • Decode URI component
    • Encode as Base64
    • Decode from Base64
    • Clear
    • Clear editor
  • UTF-8-safe Base64 encoding and decoding, including support for Unicode and emoji.
  • Shared transformation, error-handling, and editor-output flow for all utilities.
  • Minimal TextUtilitiesPanePlugin to register the pane and provide access to the editor.

Beautify JSON:
image

Decode URI component:
image

Decode from base64:
image

@vinguyen12 Vi Nguyen (vinguyen12) changed the title Add JSON Beautifier to side pane [FHL] Add JSON Beautifier to side pane Sep 14, 2026
@github-actions

github-actions Bot commented Sep 14, 2026

Copy link
Copy Markdown
PR Preview Action v1.8.1

QR code for preview link

🚀 View preview at
https://microsoft.github.io/roosterjs/pr-preview/pr-3465/

Built to branch gh-pages at 2026-09-14 21:21 UTC.
Preview will be ready when the GitHub Pages deployment is complete.

@vinguyen12 Vi Nguyen (vinguyen12) changed the title [FHL] Add JSON Beautifier to side pane [FHL] Add JSON Beautifier + Encode/Decode URI component to side pane Sep 14, 2026
@vinguyen12 Vi Nguyen (vinguyen12) changed the title [FHL] Add JSON Beautifier + Encode/Decode URI component to side pane [FHL] Add to side pane JSON Beautifier + Encode/Decode URI component + Encode/Decode Base64 Sep 14, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant