Skip to content

feat(PercentEncode): add Percent Encode BoxSource - #435

Open
XiaoXiaoSN wants to merge 1 commit into
mainfrom
feat/boxsource-new-percentencode
Open

feat(PercentEncode): add Percent Encode BoxSource#435
XiaoXiaoSN wants to merge 1 commit into
mainfrom
feat/boxsource-new-percentencode

Conversation

@XiaoXiaoSN

@XiaoXiaoSN XiaoXiaoSN commented Jun 24, 2026

Copy link
Copy Markdown
Owner

Box Source: Percent Encode (Encode)

Adds the Percent Encode box source to Magic Box. It is disabled by default.

Details:

  • Category (Kind): Encode
  • Tag: #
  • Default Input: a b&c=日本 ::percentencode

Options:

  • ::percentdecode, ::percentencode, ::urlencode

Description:

Percent-encode a string for use in a URL (or decode it). ::percentencode / ::percentdecode.

Usage Examples:

  • Input:
a b&c=日本
::percentencode
  • Output Box (Percent Encode):
a%20b%26c%3D%E6%97%A5%E6%9C%AC

@XiaoXiaoSN

Copy link
Copy Markdown
Owner Author

Linting/testing failed on this branch.

Error details:

Please fix the linting and testing issues and ensure 'bun run lint' and 'bun test run' pass.

@XiaoXiaoSN

Copy link
Copy Markdown
Owner Author

This PR is ready to merge!

@XiaoXiaoSN
XiaoXiaoSN force-pushed the feat/boxsource-new-percentencode branch from d11614c to f671eed Compare June 26, 2026 08:17
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